@charset "UTF-8";
section {
  background-color: #000;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}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: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
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-uELwRo69Ei {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELwRo69Ei nav.navbar {
  position: fixed;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELwRo69Ei .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELwRo69Ei #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELwRo69Ei .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELwRo69Ei .dropdown-item:hover,
.cid-uELwRo69Ei .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELwRo69Ei .dropdown-item:hover span {
  color: white;
}
.cid-uELwRo69Ei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELwRo69Ei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELwRo69Ei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELwRo69Ei .nav-link {
  position: relative;
}
.cid-uELwRo69Ei .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELwRo69Ei .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELwRo69Ei .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELwRo69Ei .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELwRo69Ei .dropdown-menu,
.cid-uELwRo69Ei .navbar.opened {
  background: #353535 !important;
}
.cid-uELwRo69Ei .nav-item:focus,
.cid-uELwRo69Ei .nav-link:focus {
  outline: none;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELwRo69Ei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.opened {
  transition: all 0.3s;
}
.cid-uELwRo69Ei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELwRo69Ei .navbar .navbar-logo img {
  width: auto;
}
.cid-uELwRo69Ei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELwRo69Ei .navbar.collapsed {
  justify-content: center;
}
.cid-uELwRo69Ei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELwRo69Ei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELwRo69Ei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELwRo69Ei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELwRo69Ei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELwRo69Ei .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-uELwRo69Ei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELwRo69Ei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELwRo69Ei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELwRo69Ei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELwRo69Ei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELwRo69Ei .dropdown-item.active,
.cid-uELwRo69Ei .dropdown-item:active {
  background-color: transparent;
}
.cid-uELwRo69Ei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELwRo69Ei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELwRo69Ei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELwRo69Ei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELwRo69Ei button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELwRo69Ei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar {
    height: 70px;
  }
  .cid-uELwRo69Ei .navbar.opened {
    height: auto;
  }
  .cid-uELwRo69Ei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELwRo69Ei .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELwRo69Ei .navbar-toggler {
  margin-left: 10px;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELwRo69Ei .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-text {
    display: none;
  }
}
.cid-uELwRo69Ei .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELwRo69Ei .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei #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-uELwRo69Ei #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-uELwRo69Ei #vol {
    display: none;
  }
}
.cid-uELwRo69Ei .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-sXkwsy9mtJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXkwsy9mtJ .image-wrapper {
  position: relative;
}
.cid-sXkwsy9mtJ .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sXkwsy9mtJ .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sXkwsy9mtJ img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sXkwsy9mtJ .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sXkwsy9mtJ .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sXkwsy9mtJ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXkwsy9mtJ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXkwsy9mtJ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXkwsy9mtJ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXkwsy9mtJ svg {
  margin-left: 15px;
}
.cid-sXkwsy9mtJ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXkwsy9mtJ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXkwsy9mtJ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sXkwsy9mtJ .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sXkwsy9mtJ .wrapper {
  margin: auto;
}
.cid-tO26xLBhaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tO26xLBhaN .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tO26xLBhaN .mbr-section-subtitle {
  text-align: center;
}
.cid-tO26xLBhaN .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tO26xLBhaN .display-1 {
    font-size: 75px;
  }
  .cid-tO26xLBhaN .display-5 {
    font-size: 29px;
  }
  .cid-tO26xLBhaN .display-4 {
    font-weight: 300;
  }
}
#custom-html-f4 {
  /* Type valid CSS here */
}
#custom-html-f4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-f4 p {
  font-size: 60px;
  color: #777;
}
#custom-html-f4 * {
  margin: 0;
  padding: 0;
}
#custom-html-f4 .embed-container {
  position: relative;
  max-height: 100vh;
  height: 50vh;
  overflow: hidden;
}
#custom-html-f4 .embed-container iframe,
#custom-html-f4 .embed-container object,
#custom-html-f4 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-sXimla3C0G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXimla3C0G .image-wrapper {
  position: relative;
}
.cid-sXimla3C0G .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sXimla3C0G .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sXimla3C0G img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sXimla3C0G .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sXimla3C0G .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sXimla3C0G .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXimla3C0G a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXimla3C0G rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXimla3C0G .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXimla3C0G svg {
  margin-left: 15px;
}
.cid-sXimla3C0G path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXimla3C0G .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXimla3C0G .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sXimla3C0G .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sXimla3C0G .wrapper {
  margin: auto;
}
.cid-tMIFn2wnvH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIFn2wnvH .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIFn2wnvH .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIFn2wnvH .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIFn2wnvH .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-tMIFn2wnvH [class^="socicon-"]:before,
.cid-tMIFn2wnvH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIFn2wnvH .mbr-section-title,
.cid-tMIFn2wnvH .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIFprn2Up {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIFprn2Up .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIFprn2Up .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-tMIFprn2Up .form-control:focus,
.cid-tMIFprn2Up .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIFprn2Up .form-group {
  margin-bottom: 1rem;
}
.cid-tMIFprn2Up input::-webkit-input-placeholder,
.cid-tMIFprn2Up textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up input:-moz-placeholder,
.cid-tMIFprn2Up textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up .jq-selectbox li,
.cid-tMIFprn2Up .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox li:hover,
.cid-tMIFprn2Up .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up textarea.form-control {
  resize: none;
}
.cid-tMIFprn2Up .input-group-btn {
  display: inline-block;
}
.cid-tMIFprn2Up .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIFprn2Up .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIFprn2Up .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIFprn2Up .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIFprn2Up .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIFprn2Up .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIFprn2Up .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIFprn2Up .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIFprn2Up .form-control,
.cid-tMIFprn2Up .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIFprn2Up #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIFprn2Up #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIFprn2Up #creativecommons img,
.cid-tMIFprn2Up iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIFprn2Up .offset-md-1 {
  margin-left: 1vw;
}
.cid-IjcnpWd9Ly .modal-dialog {
  height: auto;
}
.cid-IjcnpWd9Ly .hidden {
  display: none;
}
.cid-tOcHY0Pvlg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tOcHY0Pvlg .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tSDQuZzovX.popup-builder {
  background-color: #ffffff;
}
.cid-tSDQuZzovX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDQuZzovX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDQuZzovX .modal-content,
.cid-tSDQuZzovX .modal-dialog {
  height: auto;
}
.cid-tSDQuZzovX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDQuZzovX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDQuZzovX .form-wrapper .mbr-form .form-group,
  .cid-tSDQuZzovX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDQuZzovX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDQuZzovX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSDQuZzovX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDQuZzovX .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDQuZzovX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDQuZzovX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDQuZzovX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDQuZzovX .modal-open {
  overflow: hidden;
}
.cid-tSDQuZzovX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDQuZzovX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDQuZzovX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDQuZzovX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSDQuZzovX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDQuZzovX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDQuZzovX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDQuZzovX .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSDQuZzovX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDQuZzovX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDQuZzovX .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDQuZzovX .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDQuZzovX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSDQuZzovX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQuZzovX .modal-header {
    padding: 1rem;
  }
}
.cid-tSDQuZzovX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDQuZzovX .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDQuZzovX .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDQuZzovX .modal-header .close:focus {
  outline: none;
}
.cid-tSDQuZzovX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDQuZzovX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDQuZzovX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQuZzovX .modal-body {
    padding: 1rem;
  }
}
.cid-tSDQuZzovX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSDQuZzovX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQuZzovX .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDQuZzovX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDQuZzovX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDQuZzovX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDQuZzovX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDQuZzovX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDQuZzovX .modal-lg,
  .cid-tSDQuZzovX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDQuZzovX .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDQuZzovX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDQuZzovX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSDQuZzovX .form-group {
  margin-bottom: 1rem;
}
.cid-tSDQuZzovX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDQuZzovX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDQuZzovX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSDQuZzovX .mbr-section-btn {
  margin: 0;
}
.cid-tSDQuZzovX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFl3QgeaHV.popup-builder {
  background-color: #ffffff;
}
.cid-uFl3QgeaHV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFl3QgeaHV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFl3QgeaHV .modal-content,
.cid-uFl3QgeaHV .modal-dialog {
  height: auto;
}
.cid-uFl3QgeaHV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFl3QgeaHV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFl3QgeaHV .form-wrapper .mbr-form .form-group,
  .cid-uFl3QgeaHV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFl3QgeaHV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFl3QgeaHV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFl3QgeaHV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uFl3QgeaHV .pt-0 {
  padding-top: 0 !important;
}
.cid-uFl3QgeaHV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFl3QgeaHV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFl3QgeaHV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFl3QgeaHV .modal-open {
  overflow: hidden;
}
.cid-uFl3QgeaHV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFl3QgeaHV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFl3QgeaHV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFl3QgeaHV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFl3QgeaHV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFl3QgeaHV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFl3QgeaHV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFl3QgeaHV .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFl3QgeaHV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFl3QgeaHV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFl3QgeaHV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFl3QgeaHV .modal-backdrop.show {
  opacity: .5;
}
.cid-uFl3QgeaHV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFl3QgeaHV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl3QgeaHV .modal-header {
    padding: 1rem;
  }
}
.cid-uFl3QgeaHV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFl3QgeaHV .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFl3QgeaHV .modal-header .close:hover {
  opacity: 1;
}
.cid-uFl3QgeaHV .modal-header .close:focus {
  outline: none;
}
.cid-uFl3QgeaHV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFl3QgeaHV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFl3QgeaHV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl3QgeaHV .modal-body {
    padding: 1rem;
  }
}
.cid-uFl3QgeaHV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFl3QgeaHV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl3QgeaHV .modal-footer {
    padding: 1rem;
  }
}
.cid-uFl3QgeaHV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFl3QgeaHV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFl3QgeaHV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFl3QgeaHV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFl3QgeaHV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFl3QgeaHV .modal-lg,
  .cid-uFl3QgeaHV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFl3QgeaHV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFl3QgeaHV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFl3QgeaHV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFl3QgeaHV .form-group {
  margin-bottom: 1rem;
}
.cid-uFl3QgeaHV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFl3QgeaHV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFl3QgeaHV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFl3QgeaHV .mbr-section-btn {
  margin: 0;
}
.cid-uFl3QgeaHV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELwRo69Ei {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELwRo69Ei nav.navbar {
  position: fixed;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELwRo69Ei .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELwRo69Ei #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELwRo69Ei .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELwRo69Ei .dropdown-item:hover,
.cid-uELwRo69Ei .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELwRo69Ei .dropdown-item:hover span {
  color: white;
}
.cid-uELwRo69Ei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELwRo69Ei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELwRo69Ei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELwRo69Ei .nav-link {
  position: relative;
}
.cid-uELwRo69Ei .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELwRo69Ei .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELwRo69Ei .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELwRo69Ei .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELwRo69Ei .dropdown-menu,
.cid-uELwRo69Ei .navbar.opened {
  background: #353535 !important;
}
.cid-uELwRo69Ei .nav-item:focus,
.cid-uELwRo69Ei .nav-link:focus {
  outline: none;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELwRo69Ei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.opened {
  transition: all 0.3s;
}
.cid-uELwRo69Ei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELwRo69Ei .navbar .navbar-logo img {
  width: auto;
}
.cid-uELwRo69Ei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELwRo69Ei .navbar.collapsed {
  justify-content: center;
}
.cid-uELwRo69Ei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELwRo69Ei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELwRo69Ei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELwRo69Ei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELwRo69Ei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELwRo69Ei .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-uELwRo69Ei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELwRo69Ei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELwRo69Ei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELwRo69Ei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELwRo69Ei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELwRo69Ei .dropdown-item.active,
.cid-uELwRo69Ei .dropdown-item:active {
  background-color: transparent;
}
.cid-uELwRo69Ei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELwRo69Ei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELwRo69Ei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELwRo69Ei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELwRo69Ei button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELwRo69Ei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar {
    height: 70px;
  }
  .cid-uELwRo69Ei .navbar.opened {
    height: auto;
  }
  .cid-uELwRo69Ei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELwRo69Ei .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELwRo69Ei .navbar-toggler {
  margin-left: 10px;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELwRo69Ei .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-text {
    display: none;
  }
}
.cid-uELwRo69Ei .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELwRo69Ei .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei #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-uELwRo69Ei #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-uELwRo69Ei #vol {
    display: none;
  }
}
.cid-uELwRo69Ei .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-qs {
  /* Type valid CSS here */
}
#custom-html-qs div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-qs .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uxS4BGefkP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uxS4BGefkP .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uzni2aEoPj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/couverturearticleepave-1792x1024.webp");
}
.cid-uzni2aEoPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzni2aEoPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzni2aEoPj .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uzni2aEoPj .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uzni2aEoPj .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uzni2aEoPj .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uzni2aEoPj .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #6592e6 !important;
}
.cid-uzni2aEoPj .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uzni2aEoPj .title-wrapper {
  opacity: 0.7;
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uzni2aEoPj .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uzni2aEoPj .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-uzni2aEoPj .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzni2aEoPj .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-uzni2aEoPj .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-uzni2aEoPj .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-uzni2aEoPj .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-uzni2aEoPj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzni2aEoPj .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uzni2aEoPj .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzni2aEoPj .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-uzni2aEoPj .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-uzni2aEoPj .mbr-link,
.cid-uzni2aEoPj .mbr-iconfont {
  color: #8c8c8c;
}
.cid-uzni2aEoPj .mbr-section-title {
  color: #000000;
}
.cid-uzni2aEoPj .mbr-text {
  color: #ffffff;
}
.cid-uzni2aEoPj .mbr-section-title,
.cid-uzni2aEoPj .mbr-section-btn,
.cid-uzni2aEoPj .title-link-wrap {
  color: #4479d9;
}
.cid-uznn3NrFzh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #212428;
}
.cid-uznn3NrFzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznn3NrFzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznn3NrFzh p {
  line-height: 2;
}
.cid-uznn3NrFzh a:hover {
  text-decoration: underline;
}
.cid-uznn3NrFzh .mbr-text {
  color: #ffffff;
}
.cid-uxS7kp39tL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uxS7kp39tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxS7kp39tL .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-uxS7kp39tL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxS7kp39tL img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uxS7kp39tL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxS7kp39tL .mbr-section-title {
  color: #4479d9;
}
.cid-uxS7kp39tL .mbr-text {
  color: #bbbbbb;
}
.cid-uxS7kp39tL .mbr-description {
  color: #4479d9;
}
.cid-uzjNLi5p0L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uzjNLi5p0L .item {
  display: flex;
  border-radius: 25px;
  background-color: #000;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uzjNLi5p0L .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uzjNLi5p0L .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-uzjNLi5p0L .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-uzjNLi5p0L .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-uzjNLi5p0L .step-number {
  color: #ffa405;
}
@media (max-width: 991px) {
  .cid-uzjNLi5p0L .card {
    margin-bottom: 2rem;
  }
  .cid-uzjNLi5p0L .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uzjNLi5p0L .card-title {
  color: #2e6b75;
}
.cid-uzjNLi5p0L .icon-text {
  color: #ffffff;
}
.cid-uzjNLi5p0L .icon-title {
  color: #4479d9;
}
.cid-uzjNLi5p0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzjNLi5p0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxS7R6JPq6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uxS7R6JPq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxS7R6JPq6 .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-uxS7R6JPq6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxS7R6JPq6 .row {
  flex-direction: row-reverse;
}
.cid-uxS7R6JPq6 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uxS7R6JPq6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxS7R6JPq6 .mbr-section-title {
  color: #4479d9;
}
.cid-uxS7R6JPq6 .mbr-text {
  color: #bbbbbb;
}
.cid-uxS7R6JPq6 .mbr-description {
  color: #4479d9;
}
.cid-uxS4BJs8au {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uxS4BJs8au .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxS4BJs8au .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-uxS4BJs8au .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxS4BJs8au img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uxS4BJs8au .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxS4BJs8au .mbr-section-title {
  color: #4479d9;
}
.cid-uxS4BJs8au .mbr-text {
  color: #bbbbbb;
}
.cid-uxS4BJs8au .mbr-description {
  color: #4479d9;
}
.cid-uy3ab4IXZg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uy3ab4IXZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy3ab4IXZg .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-uy3ab4IXZg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy3ab4IXZg .row {
  flex-direction: row-reverse;
}
.cid-uy3ab4IXZg img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uy3ab4IXZg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy3ab4IXZg .mbr-section-title {
  color: #4479d9;
}
.cid-uy3ab4IXZg .mbr-text {
  color: #bbbbbb;
}
.cid-uy3ab4IXZg .mbr-description {
  color: #4479d9;
}
.cid-uy3lEr8V4t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uy3lEr8V4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy3lEr8V4t .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-uy3lEr8V4t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy3lEr8V4t img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uy3lEr8V4t .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy3lEr8V4t .mbr-section-title {
  color: #4479d9;
}
.cid-uy3lEr8V4t .mbr-text {
  color: #bbbbbb;
}
.cid-uy3lEr8V4t .mbr-description {
  color: #4479d9;
}
.cid-uzk02bol0Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzk02bol0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzk02bol0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uzk02bol0Q .container {
    padding: 0 24px;
  }
}
.cid-uzk02bol0Q .row {
  justify-content: center;
  border-top: 1px solid #4479d9;
}
@media (min-width: 992px) {
  .cid-uzk02bol0Q .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzk02bol0Q .row {
    border: none;
  }
}
.cid-uzk02bol0Q .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzk02bol0Q .row .item {
    padding: 0 16px;
  }
}
.cid-uzk02bol0Q .item-wrapper {
  height: 100%;
}
.cid-uzk02bol0Q .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzk02bol0Q .item-wrapper .card-box {
    display: block;
  }
}
.cid-uzk02bol0Q .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzk02bol0Q .subtitle-wrap {
    display: block;
  }
}
.cid-uzk02bol0Q .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uzk02bol0Q .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #4479d9;
    text-align: left;
  }
}
.cid-uzk02bol0Q .content-wrapper {
  padding: 32px;
  border-left: 1px solid #4479d9;
}
@media (max-width: 992px) {
  .cid-uzk02bol0Q .content-wrapper {
    padding: 24px;
    border-top: 1px solid #4479d9;
    border-left: 1px solid #4479d9;
  }
}
.cid-uzk02bol0Q .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzk02bol0Q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzk02bol0Q .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uzk02bol0Q .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uzk02bol0Q .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uzk02bol0Q .mbr-section-title {
  color: #F9F6E0;
}
.cid-uzk02bol0Q .mbr-section-subtitle {
  color: #4479d9;
  text-align: center;
}
.cid-uzk02bol0Q .mbr-text {
  color: #ffffff;
}
.cid-uzk02bol0Q .mbr-section-title,
.cid-uzk02bol0Q .mbr-section-btn {
  color: #ffa405;
}
.cid-uznqtS9Ovq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uznqtS9Ovq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznqtS9Ovq .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-uznqtS9Ovq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uznqtS9Ovq .row {
  flex-direction: row-reverse;
}
.cid-uznqtS9Ovq img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uznqtS9Ovq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uznqtS9Ovq .mbr-section-title {
  color: #4479d9;
}
.cid-uznqtS9Ovq .mbr-text {
  color: #bbbbbb;
}
.cid-uznqtS9Ovq .mbr-description {
  color: #4479d9;
}
.cid-uy3bSERFWt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uy3bSERFWt .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uy3mtSgqau {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uy3mtSgqau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy3mtSgqau .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-uy3mtSgqau .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy3mtSgqau .row {
  flex-direction: row-reverse;
}
.cid-uy3mtSgqau img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uy3mtSgqau .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy3mtSgqau .mbr-description {
  text-align: center;
}
.cid-uy3mtSgqau .mbr-section-title {
  color: #ffffff;
}
.cid-uy3mtSgqau .mbr-text {
  color: #bbbbbb;
}
.cid-uxS4BMy6nB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uxS4BMy6nB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxS4BMy6nB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxS4BMy6nB .row {
  justify-content: space-between;
}
.cid-uxS4BMy6nB .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uxS4BMy6nB .content-wrapper {
    padding: 0;
  }
}
.cid-uxS4BMy6nB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxS4BMy6nB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uxS4BMy6nB .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxS4BMy6nB .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uxS4BMy6nB .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uxS4BMy6nB .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uxS4BMy6nB .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uxS4BMy6nB .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uxS4BMy6nB .mbr-section-title {
  color: #000000;
}
.cid-uxS4BMy6nB .mbr-desc {
  color: #000000;
}
.cid-uxS4BMy6nB .mbr-text {
  color: #ffffff;
}
.cid-uxS4BMy6nB .mbr-section-title,
.cid-uxS4BMy6nB .mbr-section-btn {
  color: #ffffff;
}
.cid-uxS4BN0cRN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uxS4BN0cRN .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uxS4BN0cRN .mbr-text,
.cid-uxS4BN0cRN .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uxS4BNrvPb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uxS4BNrvPb .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uxS4BNrvPb .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uxS4BNrvPb .card:hover {
  margin-top: -0.6rem;
}
.cid-uxS4BNrvPb .card-wrapper {
  position: relative;
}
.cid-uxS4BNrvPb .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uxS4BNrvPb .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uxS4BNrvPb .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-uxS4BNrvPb .big {
  margin-top: -25%;
}
.cid-uxS4BNrvPb .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-uxS4BNrvPb .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxS4BNrvPb .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uxS4BNrvPb .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uxS4BO0WCj.popup-builder {
  background-color: #ffffff;
}
.cid-uxS4BO0WCj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxS4BO0WCj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxS4BO0WCj .modal-content,
.cid-uxS4BO0WCj .modal-dialog {
  height: auto;
}
.cid-uxS4BO0WCj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxS4BO0WCj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxS4BO0WCj .form-wrapper .mbr-form .form-group,
  .cid-uxS4BO0WCj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxS4BO0WCj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxS4BO0WCj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxS4BO0WCj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxS4BO0WCj .pt-0 {
  padding-top: 0 !important;
}
.cid-uxS4BO0WCj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxS4BO0WCj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxS4BO0WCj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxS4BO0WCj .modal-open {
  overflow: hidden;
}
.cid-uxS4BO0WCj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxS4BO0WCj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxS4BO0WCj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxS4BO0WCj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uxS4BO0WCj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxS4BO0WCj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxS4BO0WCj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxS4BO0WCj .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uxS4BO0WCj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxS4BO0WCj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxS4BO0WCj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxS4BO0WCj .modal-backdrop.show {
  opacity: .5;
}
.cid-uxS4BO0WCj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uxS4BO0WCj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BO0WCj .modal-header {
    padding: 1rem;
  }
}
.cid-uxS4BO0WCj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxS4BO0WCj .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxS4BO0WCj .modal-header .close:hover {
  opacity: 1;
}
.cid-uxS4BO0WCj .modal-header .close:focus {
  outline: none;
}
.cid-uxS4BO0WCj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxS4BO0WCj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxS4BO0WCj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BO0WCj .modal-body {
    padding: 1rem;
  }
}
.cid-uxS4BO0WCj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxS4BO0WCj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BO0WCj .modal-footer {
    padding: 1rem;
  }
}
.cid-uxS4BO0WCj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxS4BO0WCj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxS4BO0WCj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxS4BO0WCj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxS4BO0WCj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxS4BO0WCj .modal-lg,
  .cid-uxS4BO0WCj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxS4BO0WCj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxS4BO0WCj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxS4BO0WCj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uxS4BO0WCj .form-group {
  margin-bottom: 1rem;
}
.cid-uxS4BO0WCj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxS4BO0WCj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxS4BO0WCj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uxS4BO0WCj .mbr-section-btn {
  margin: 0;
}
.cid-uxS4BO0WCj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxS4BO0WCj #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uxS4BO0WCj #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uxS4BO0WCj #creativecommons img,
.cid-uxS4BO0WCj iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uxS4BOwFoC.popup-builder {
  background-color: #ffffff;
}
.cid-uxS4BOwFoC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxS4BOwFoC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxS4BOwFoC .modal-content,
.cid-uxS4BOwFoC .modal-dialog {
  height: auto;
}
.cid-uxS4BOwFoC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxS4BOwFoC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxS4BOwFoC .form-wrapper .mbr-form .form-group,
  .cid-uxS4BOwFoC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxS4BOwFoC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxS4BOwFoC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxS4BOwFoC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxS4BOwFoC .pt-0 {
  padding-top: 0 !important;
}
.cid-uxS4BOwFoC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxS4BOwFoC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxS4BOwFoC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxS4BOwFoC .modal-open {
  overflow: hidden;
}
.cid-uxS4BOwFoC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxS4BOwFoC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxS4BOwFoC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxS4BOwFoC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uxS4BOwFoC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxS4BOwFoC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxS4BOwFoC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxS4BOwFoC .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uxS4BOwFoC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxS4BOwFoC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxS4BOwFoC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxS4BOwFoC .modal-backdrop.show {
  opacity: .5;
}
.cid-uxS4BOwFoC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uxS4BOwFoC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BOwFoC .modal-header {
    padding: 1rem;
  }
}
.cid-uxS4BOwFoC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxS4BOwFoC .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxS4BOwFoC .modal-header .close:hover {
  opacity: 1;
}
.cid-uxS4BOwFoC .modal-header .close:focus {
  outline: none;
}
.cid-uxS4BOwFoC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxS4BOwFoC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxS4BOwFoC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BOwFoC .modal-body {
    padding: 1rem;
  }
}
.cid-uxS4BOwFoC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxS4BOwFoC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BOwFoC .modal-footer {
    padding: 1rem;
  }
}
.cid-uxS4BOwFoC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxS4BOwFoC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxS4BOwFoC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxS4BOwFoC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxS4BOwFoC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxS4BOwFoC .modal-lg,
  .cid-uxS4BOwFoC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxS4BOwFoC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxS4BOwFoC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxS4BOwFoC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uxS4BOwFoC .form-group {
  margin-bottom: 1rem;
}
.cid-uxS4BOwFoC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxS4BOwFoC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxS4BOwFoC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uxS4BOwFoC .mbr-section-btn {
  margin: 0;
}
.cid-uxS4BOwFoC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxS4BP3AuZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uxS4BP3AuZ .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uxS4BPwhht {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uxS4BPwhht .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uxS4BPwhht .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uxS4BPwhht .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uxS4BPwhht .bg-youtube:hover {
  background: #cc0000;
}
.cid-uxS4BPwhht .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uxS4BPwhht .bg-twitch:hover {
  background: #7313ff;
}
.cid-uxS4BPwhht .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-uxS4BPwhht [class^="socicon-"]:before,
.cid-uxS4BPwhht [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uxS4BPwhht .mbr-section-title,
.cid-uxS4BPwhht .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uxS4BQ2Tdc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uxS4BQ2Tdc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uxS4BQ2Tdc .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uxS4BQ2Tdc .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-uxS4BQ2Tdc .form-control:focus,
.cid-uxS4BQ2Tdc .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uxS4BQ2Tdc .form-group {
  margin-bottom: 1rem;
}
.cid-uxS4BQ2Tdc input::-webkit-input-placeholder,
.cid-uxS4BQ2Tdc textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uxS4BQ2Tdc input:-moz-placeholder,
.cid-uxS4BQ2Tdc textarea:-moz-placeholder {
  color: #656565;
}
.cid-uxS4BQ2Tdc .jq-selectbox li,
.cid-uxS4BQ2Tdc .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uxS4BQ2Tdc .jq-selectbox li:hover,
.cid-uxS4BQ2Tdc .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uxS4BQ2Tdc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uxS4BQ2Tdc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uxS4BQ2Tdc textarea.form-control {
  resize: none;
}
.cid-uxS4BQ2Tdc .input-group-btn {
  display: inline-block;
}
.cid-uxS4BQ2Tdc .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uxS4BQ2Tdc .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxS4BQ2Tdc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxS4BQ2Tdc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uxS4BQ2Tdc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uxS4BQ2Tdc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uxS4BQ2Tdc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uxS4BQ2Tdc .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uxS4BQ2Tdc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uxS4BQ2Tdc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uxS4BQ2Tdc .form-control,
.cid-uxS4BQ2Tdc .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uxS4BQ2Tdc #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uxS4BQ2Tdc #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uxS4BQ2Tdc #creativecommons img,
.cid-uxS4BQ2Tdc iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uxS4BQ2Tdc .offset-md-1 {
  margin-left: 1vw;
}
.cid-uxS4BR2Ajo.popup-builder {
  background-color: #ffffff;
}
.cid-uxS4BR2Ajo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxS4BR2Ajo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxS4BR2Ajo .modal-content,
.cid-uxS4BR2Ajo .modal-dialog {
  height: auto;
}
.cid-uxS4BR2Ajo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxS4BR2Ajo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxS4BR2Ajo .form-wrapper .mbr-form .form-group,
  .cid-uxS4BR2Ajo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxS4BR2Ajo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxS4BR2Ajo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxS4BR2Ajo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxS4BR2Ajo .pt-0 {
  padding-top: 0 !important;
}
.cid-uxS4BR2Ajo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxS4BR2Ajo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxS4BR2Ajo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxS4BR2Ajo .modal-open {
  overflow: hidden;
}
.cid-uxS4BR2Ajo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxS4BR2Ajo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxS4BR2Ajo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxS4BR2Ajo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uxS4BR2Ajo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxS4BR2Ajo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxS4BR2Ajo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxS4BR2Ajo .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uxS4BR2Ajo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxS4BR2Ajo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxS4BR2Ajo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxS4BR2Ajo .modal-backdrop.show {
  opacity: .5;
}
.cid-uxS4BR2Ajo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uxS4BR2Ajo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BR2Ajo .modal-header {
    padding: 1rem;
  }
}
.cid-uxS4BR2Ajo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxS4BR2Ajo .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxS4BR2Ajo .modal-header .close:hover {
  opacity: 1;
}
.cid-uxS4BR2Ajo .modal-header .close:focus {
  outline: none;
}
.cid-uxS4BR2Ajo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxS4BR2Ajo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxS4BR2Ajo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BR2Ajo .modal-body {
    padding: 1rem;
  }
}
.cid-uxS4BR2Ajo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxS4BR2Ajo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BR2Ajo .modal-footer {
    padding: 1rem;
  }
}
.cid-uxS4BR2Ajo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxS4BR2Ajo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxS4BR2Ajo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxS4BR2Ajo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxS4BR2Ajo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxS4BR2Ajo .modal-lg,
  .cid-uxS4BR2Ajo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxS4BR2Ajo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxS4BR2Ajo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxS4BR2Ajo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uxS4BR2Ajo .form-group {
  margin-bottom: 1rem;
}
.cid-uxS4BR2Ajo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxS4BR2Ajo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxS4BR2Ajo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uxS4BR2Ajo .mbr-section-btn {
  margin: 0;
}
.cid-uxS4BR2Ajo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uznAlWG7sW.popup-builder {
  background-color: #ffffff;
}
.cid-uznAlWG7sW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uznAlWG7sW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uznAlWG7sW .modal-content,
.cid-uznAlWG7sW .modal-dialog {
  height: auto;
}
.cid-uznAlWG7sW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uznAlWG7sW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uznAlWG7sW .form-wrapper .mbr-form .form-group,
  .cid-uznAlWG7sW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uznAlWG7sW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uznAlWG7sW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uznAlWG7sW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uznAlWG7sW .pt-0 {
  padding-top: 0 !important;
}
.cid-uznAlWG7sW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uznAlWG7sW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uznAlWG7sW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uznAlWG7sW .modal-open {
  overflow: hidden;
}
.cid-uznAlWG7sW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uznAlWG7sW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uznAlWG7sW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uznAlWG7sW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uznAlWG7sW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uznAlWG7sW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uznAlWG7sW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uznAlWG7sW .modal-content {
  background: #212428;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uznAlWG7sW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uznAlWG7sW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uznAlWG7sW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uznAlWG7sW .modal-backdrop.show {
  opacity: .5;
}
.cid-uznAlWG7sW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uznAlWG7sW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uznAlWG7sW .modal-header {
    padding: 1rem;
  }
}
.cid-uznAlWG7sW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uznAlWG7sW .modal-header .close svg {
  fill: #ffffff;
}
.cid-uznAlWG7sW .modal-header .close:hover {
  opacity: 1;
}
.cid-uznAlWG7sW .modal-header .close:focus {
  outline: none;
}
.cid-uznAlWG7sW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uznAlWG7sW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uznAlWG7sW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uznAlWG7sW .modal-body {
    padding: 1rem;
  }
}
.cid-uznAlWG7sW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uznAlWG7sW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uznAlWG7sW .modal-footer {
    padding: 1rem;
  }
}
.cid-uznAlWG7sW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uznAlWG7sW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uznAlWG7sW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uznAlWG7sW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uznAlWG7sW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uznAlWG7sW .modal-lg,
  .cid-uznAlWG7sW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uznAlWG7sW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uznAlWG7sW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uznAlWG7sW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uznAlWG7sW .form-group {
  margin-bottom: 1rem;
}
.cid-uznAlWG7sW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uznAlWG7sW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uznAlWG7sW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uznAlWG7sW .mbr-section-btn {
  margin: 0;
}
.cid-uznAlWG7sW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO0XgRywKb.popup-builder {
  background-color: #ffffff;
}
.cid-uO0XgRywKb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO0XgRywKb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO0XgRywKb .modal-content,
.cid-uO0XgRywKb .modal-dialog {
  height: auto;
}
.cid-uO0XgRywKb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO0XgRywKb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO0XgRywKb .form-wrapper .mbr-form .form-group,
  .cid-uO0XgRywKb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO0XgRywKb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO0XgRywKb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uO0XgRywKb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO0XgRywKb .pt-0 {
  padding-top: 0 !important;
}
.cid-uO0XgRywKb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO0XgRywKb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO0XgRywKb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO0XgRywKb .modal-open {
  overflow: hidden;
}
.cid-uO0XgRywKb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO0XgRywKb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO0XgRywKb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO0XgRywKb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uO0XgRywKb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO0XgRywKb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO0XgRywKb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO0XgRywKb .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uO0XgRywKb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO0XgRywKb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO0XgRywKb .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO0XgRywKb .modal-backdrop.show {
  opacity: .5;
}
.cid-uO0XgRywKb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uO0XgRywKb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRywKb .modal-header {
    padding: 1rem;
  }
}
.cid-uO0XgRywKb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO0XgRywKb .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO0XgRywKb .modal-header .close:hover {
  opacity: 1;
}
.cid-uO0XgRywKb .modal-header .close:focus {
  outline: none;
}
.cid-uO0XgRywKb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO0XgRywKb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO0XgRywKb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRywKb .modal-body {
    padding: 1rem;
  }
}
.cid-uO0XgRywKb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uO0XgRywKb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRywKb .modal-footer {
    padding: 1rem;
  }
}
.cid-uO0XgRywKb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO0XgRywKb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO0XgRywKb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO0XgRywKb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO0XgRywKb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO0XgRywKb .modal-lg,
  .cid-uO0XgRywKb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO0XgRywKb .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO0XgRywKb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO0XgRywKb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uO0XgRywKb .form-group {
  margin-bottom: 1rem;
}
.cid-uO0XgRywKb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO0XgRywKb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO0XgRywKb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uO0XgRywKb .mbr-section-btn {
  margin: 0;
}
.cid-uO0XgRywKb .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELwRo69Ei {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELwRo69Ei nav.navbar {
  position: fixed;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELwRo69Ei .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELwRo69Ei #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELwRo69Ei .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELwRo69Ei .dropdown-item:hover,
.cid-uELwRo69Ei .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELwRo69Ei .dropdown-item:hover span {
  color: white;
}
.cid-uELwRo69Ei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELwRo69Ei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELwRo69Ei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELwRo69Ei .nav-link {
  position: relative;
}
.cid-uELwRo69Ei .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELwRo69Ei .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELwRo69Ei .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELwRo69Ei .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELwRo69Ei .dropdown-menu,
.cid-uELwRo69Ei .navbar.opened {
  background: #353535 !important;
}
.cid-uELwRo69Ei .nav-item:focus,
.cid-uELwRo69Ei .nav-link:focus {
  outline: none;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELwRo69Ei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.opened {
  transition: all 0.3s;
}
.cid-uELwRo69Ei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELwRo69Ei .navbar .navbar-logo img {
  width: auto;
}
.cid-uELwRo69Ei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELwRo69Ei .navbar.collapsed {
  justify-content: center;
}
.cid-uELwRo69Ei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELwRo69Ei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELwRo69Ei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELwRo69Ei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELwRo69Ei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELwRo69Ei .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-uELwRo69Ei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELwRo69Ei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELwRo69Ei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELwRo69Ei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELwRo69Ei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELwRo69Ei .dropdown-item.active,
.cid-uELwRo69Ei .dropdown-item:active {
  background-color: transparent;
}
.cid-uELwRo69Ei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELwRo69Ei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELwRo69Ei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELwRo69Ei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELwRo69Ei button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELwRo69Ei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar {
    height: 70px;
  }
  .cid-uELwRo69Ei .navbar.opened {
    height: auto;
  }
  .cid-uELwRo69Ei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELwRo69Ei .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELwRo69Ei .navbar-toggler {
  margin-left: 10px;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELwRo69Ei .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-text {
    display: none;
  }
}
.cid-uELwRo69Ei .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELwRo69Ei .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei #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-uELwRo69Ei #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-uELwRo69Ei #vol {
    display: none;
  }
}
.cid-uELwRo69Ei .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-ut {
  /* Type valid CSS here */
}
#custom-html-ut div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-ut .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uAjBW0ZVcB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAjBW0ZVcB .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uAjBW1jTIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/planctoncouverture-1792x1024.webp");
}
.cid-uAjBW1jTIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAjBW1jTIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAjBW1jTIG .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uAjBW1jTIG .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uAjBW1jTIG .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uAjBW1jTIG .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uAjBW1jTIG .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #6592e6 !important;
}
.cid-uAjBW1jTIG .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uAjBW1jTIG .title-wrapper {
  opacity: 0.7;
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uAjBW1jTIG .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAjBW1jTIG .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-uAjBW1jTIG .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uAjBW1jTIG .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-uAjBW1jTIG .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-uAjBW1jTIG .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-uAjBW1jTIG .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-uAjBW1jTIG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAjBW1jTIG .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uAjBW1jTIG .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAjBW1jTIG .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-uAjBW1jTIG .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-uAjBW1jTIG .mbr-link,
.cid-uAjBW1jTIG .mbr-iconfont {
  color: #8c8c8c;
}
.cid-uAjBW1jTIG .mbr-section-title {
  color: #000000;
}
.cid-uAjBW1jTIG .mbr-text {
  color: #ffffff;
}
.cid-uAjBW1jTIG .mbr-section-title,
.cid-uAjBW1jTIG .mbr-section-btn,
.cid-uAjBW1jTIG .title-link-wrap {
  color: #4479d9;
}
.cid-uAjBW1Jeqa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #212428;
}
.cid-uAjBW1Jeqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAjBW1Jeqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAjBW1Jeqa p {
  line-height: 2;
}
.cid-uAjBW1Jeqa a:hover {
  text-decoration: underline;
}
.cid-uAjBW1Jeqa .mbr-text {
  color: #ffffff;
}
.cid-uAjBW1Jeqa .mbr-section-title {
  color: #4479d9;
}
.cid-uAjBW22i5i {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uAjBW22i5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAjBW22i5i .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-uAjBW22i5i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAjBW22i5i img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uAjBW22i5i .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAjBW22i5i .mbr-section-title {
  color: #4479d9;
}
.cid-uAjBW22i5i .mbr-text {
  color: #bbbbbb;
}
.cid-uAjBW22i5i .mbr-description {
  color: #4479d9;
}
.cid-uAjBW2JjDt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uAjBW2JjDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAjBW2JjDt .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-uAjBW2JjDt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAjBW2JjDt .row {
  flex-direction: row-reverse;
}
.cid-uAjBW2JjDt img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uAjBW2JjDt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAjBW2JjDt .mbr-section-title {
  color: #4479d9;
}
.cid-uAjBW2JjDt .mbr-text {
  color: #bbbbbb;
}
.cid-uAjBW2JjDt .mbr-description {
  color: #4479d9;
}
.cid-uAle0uNkSm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uAle0uNkSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAle0uNkSm .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-uAle0uNkSm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAle0uNkSm img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uAle0uNkSm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAle0uNkSm .mbr-section-title {
  color: #4479d9;
}
.cid-uAle0uNkSm .mbr-text {
  color: #bbbbbb;
}
.cid-uAle0uNkSm .mbr-description {
  color: #4479d9;
}
.cid-uAlfU3jWSv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uAlfU3jWSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAlfU3jWSv .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-uAlfU3jWSv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAlfU3jWSv .row {
  flex-direction: row-reverse;
}
.cid-uAlfU3jWSv img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uAlfU3jWSv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAlfU3jWSv .mbr-section-title {
  color: #4479d9;
}
.cid-uAlfU3jWSv .mbr-text {
  color: #bbbbbb;
}
.cid-uAlfU3jWSv .mbr-description {
  color: #4479d9;
}
.cid-uAkatzgc7s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uAkatzgc7s .item {
  display: flex;
  border-radius: 25px;
  background-color: #212428;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uAkatzgc7s .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uAkatzgc7s .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-uAkatzgc7s .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-uAkatzgc7s .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-uAkatzgc7s .step-number {
  color: #ffa405;
}
@media (max-width: 991px) {
  .cid-uAkatzgc7s .card {
    margin-bottom: 2rem;
  }
  .cid-uAkatzgc7s .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAkatzgc7s .card-title {
  color: #2e6b75;
}
.cid-uAkatzgc7s .icon-text {
  color: #ffffff;
}
.cid-uAkatzgc7s .icon-title {
  color: #4479d9;
}
.cid-uAkatzgc7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAkatzgc7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAkatzgc7s .card-title,
.cid-uAkatzgc7s .card-box {
  color: #4479d9;
}
.cid-uAjBW3sayf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uAjBW3sayf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAjBW3sayf .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-uAjBW3sayf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAjBW3sayf .row {
  flex-direction: row-reverse;
}
.cid-uAjBW3sayf img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uAjBW3sayf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAjBW3sayf .mbr-section-title {
  color: #4479d9;
}
.cid-uAjBW3sayf .mbr-text {
  color: #bbbbbb;
}
.cid-uAjBW3sayf .mbr-description {
  color: #4479d9;
}
.cid-uAjBW3Pq50 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uAjBW3Pq50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAjBW3Pq50 .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-uAjBW3Pq50 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAjBW3Pq50 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uAjBW3Pq50 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAjBW3Pq50 .mbr-section-title {
  color: #4479d9;
}
.cid-uAjBW3Pq50 .mbr-text {
  color: #bbbbbb;
}
.cid-uAjBW3Pq50 .mbr-description {
  color: #4479d9;
}
.cid-uAjBW5hb6t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uAjBW5hb6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAjBW5hb6t .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-uAjBW5hb6t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAjBW5hb6t .row {
  flex-direction: row-reverse;
}
.cid-uAjBW5hb6t img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAjBW5hb6t .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAjBW5hb6t .mbr-description {
  text-align: center;
}
.cid-uAjBW5hb6t .mbr-section-title {
  color: #ffffff;
}
.cid-uAjBW5hb6t .mbr-text {
  color: #bbbbbb;
}
.cid-uAjBW5H3JV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAjBW5H3JV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAjBW5H3JV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAjBW5H3JV .row {
  justify-content: space-between;
}
.cid-uAjBW5H3JV .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uAjBW5H3JV .content-wrapper {
    padding: 0;
  }
}
.cid-uAjBW5H3JV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAjBW5H3JV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uAjBW5H3JV .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAjBW5H3JV .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uAjBW5H3JV .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uAjBW5H3JV .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uAjBW5H3JV .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uAjBW5H3JV .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uAjBW5H3JV .mbr-section-title {
  color: #000000;
}
.cid-uAjBW5H3JV .mbr-desc {
  color: #000000;
}
.cid-uAjBW5H3JV .mbr-text {
  color: #ffffff;
}
.cid-uAjBW5H3JV .mbr-section-title,
.cid-uAjBW5H3JV .mbr-section-btn {
  color: #ffffff;
}
.cid-uAjBW6aGBa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAjBW6aGBa .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uAjBW6aGBa .mbr-text,
.cid-uAjBW6aGBa .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uAjBW6zIDH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uAjBW6zIDH .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uAjBW6zIDH .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uAjBW6zIDH .card:hover {
  margin-top: -0.6rem;
}
.cid-uAjBW6zIDH .card-wrapper {
  position: relative;
}
.cid-uAjBW6zIDH .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uAjBW6zIDH .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uAjBW6zIDH .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-uAjBW6zIDH .big {
  margin-top: -25%;
}
.cid-uAjBW6zIDH .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-uAjBW6zIDH .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uAjBW6zIDH .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uAjBW6zIDH .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uAjBW78Cmv.popup-builder {
  background-color: #ffffff;
}
.cid-uAjBW78Cmv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAjBW78Cmv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAjBW78Cmv .modal-content,
.cid-uAjBW78Cmv .modal-dialog {
  height: auto;
}
.cid-uAjBW78Cmv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAjBW78Cmv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAjBW78Cmv .form-wrapper .mbr-form .form-group,
  .cid-uAjBW78Cmv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAjBW78Cmv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAjBW78Cmv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAjBW78Cmv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uAjBW78Cmv .pt-0 {
  padding-top: 0 !important;
}
.cid-uAjBW78Cmv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAjBW78Cmv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAjBW78Cmv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAjBW78Cmv .modal-open {
  overflow: hidden;
}
.cid-uAjBW78Cmv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAjBW78Cmv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAjBW78Cmv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAjBW78Cmv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAjBW78Cmv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAjBW78Cmv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAjBW78Cmv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAjBW78Cmv .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAjBW78Cmv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAjBW78Cmv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAjBW78Cmv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAjBW78Cmv .modal-backdrop.show {
  opacity: .5;
}
.cid-uAjBW78Cmv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAjBW78Cmv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBW78Cmv .modal-header {
    padding: 1rem;
  }
}
.cid-uAjBW78Cmv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAjBW78Cmv .modal-header .close svg {
  fill: #ffffff;
}
.cid-uAjBW78Cmv .modal-header .close:hover {
  opacity: 1;
}
.cid-uAjBW78Cmv .modal-header .close:focus {
  outline: none;
}
.cid-uAjBW78Cmv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uAjBW78Cmv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAjBW78Cmv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBW78Cmv .modal-body {
    padding: 1rem;
  }
}
.cid-uAjBW78Cmv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAjBW78Cmv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBW78Cmv .modal-footer {
    padding: 1rem;
  }
}
.cid-uAjBW78Cmv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAjBW78Cmv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAjBW78Cmv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAjBW78Cmv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAjBW78Cmv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAjBW78Cmv .modal-lg,
  .cid-uAjBW78Cmv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAjBW78Cmv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAjBW78Cmv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAjBW78Cmv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAjBW78Cmv .form-group {
  margin-bottom: 1rem;
}
.cid-uAjBW78Cmv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAjBW78Cmv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAjBW78Cmv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAjBW78Cmv .mbr-section-btn {
  margin: 0;
}
.cid-uAjBW78Cmv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAjBW78Cmv #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uAjBW78Cmv #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uAjBW78Cmv #creativecommons img,
.cid-uAjBW78Cmv iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uAjBW7C5F0.popup-builder {
  background-color: #ffffff;
}
.cid-uAjBW7C5F0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAjBW7C5F0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAjBW7C5F0 .modal-content,
.cid-uAjBW7C5F0 .modal-dialog {
  height: auto;
}
.cid-uAjBW7C5F0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAjBW7C5F0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAjBW7C5F0 .form-wrapper .mbr-form .form-group,
  .cid-uAjBW7C5F0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAjBW7C5F0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAjBW7C5F0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAjBW7C5F0 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uAjBW7C5F0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAjBW7C5F0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAjBW7C5F0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAjBW7C5F0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAjBW7C5F0 .modal-open {
  overflow: hidden;
}
.cid-uAjBW7C5F0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAjBW7C5F0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAjBW7C5F0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAjBW7C5F0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAjBW7C5F0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAjBW7C5F0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAjBW7C5F0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAjBW7C5F0 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAjBW7C5F0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAjBW7C5F0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAjBW7C5F0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAjBW7C5F0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAjBW7C5F0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAjBW7C5F0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBW7C5F0 .modal-header {
    padding: 1rem;
  }
}
.cid-uAjBW7C5F0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAjBW7C5F0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uAjBW7C5F0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAjBW7C5F0 .modal-header .close:focus {
  outline: none;
}
.cid-uAjBW7C5F0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uAjBW7C5F0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAjBW7C5F0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBW7C5F0 .modal-body {
    padding: 1rem;
  }
}
.cid-uAjBW7C5F0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAjBW7C5F0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBW7C5F0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAjBW7C5F0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAjBW7C5F0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAjBW7C5F0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAjBW7C5F0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAjBW7C5F0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAjBW7C5F0 .modal-lg,
  .cid-uAjBW7C5F0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAjBW7C5F0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAjBW7C5F0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAjBW7C5F0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAjBW7C5F0 .form-group {
  margin-bottom: 1rem;
}
.cid-uAjBW7C5F0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAjBW7C5F0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAjBW7C5F0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAjBW7C5F0 .mbr-section-btn {
  margin: 0;
}
.cid-uAjBW7C5F0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAjBW864qq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uAjBW864qq .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uAjBW8yAdP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAjBW8yAdP .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uAjBW8yAdP .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uAjBW8yAdP .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uAjBW8yAdP .bg-youtube:hover {
  background: #cc0000;
}
.cid-uAjBW8yAdP .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uAjBW8yAdP .bg-twitch:hover {
  background: #7313ff;
}
.cid-uAjBW8yAdP .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-uAjBW8yAdP [class^="socicon-"]:before,
.cid-uAjBW8yAdP [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uAjBW8yAdP .mbr-section-title,
.cid-uAjBW8yAdP .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uAjBW96Zdp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uAjBW96Zdp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uAjBW96Zdp .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uAjBW96Zdp .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-uAjBW96Zdp .form-control:focus,
.cid-uAjBW96Zdp .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uAjBW96Zdp .form-group {
  margin-bottom: 1rem;
}
.cid-uAjBW96Zdp input::-webkit-input-placeholder,
.cid-uAjBW96Zdp textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uAjBW96Zdp input:-moz-placeholder,
.cid-uAjBW96Zdp textarea:-moz-placeholder {
  color: #656565;
}
.cid-uAjBW96Zdp .jq-selectbox li,
.cid-uAjBW96Zdp .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uAjBW96Zdp .jq-selectbox li:hover,
.cid-uAjBW96Zdp .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uAjBW96Zdp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uAjBW96Zdp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uAjBW96Zdp textarea.form-control {
  resize: none;
}
.cid-uAjBW96Zdp .input-group-btn {
  display: inline-block;
}
.cid-uAjBW96Zdp .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uAjBW96Zdp .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAjBW96Zdp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAjBW96Zdp .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uAjBW96Zdp .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uAjBW96Zdp .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uAjBW96Zdp .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAjBW96Zdp .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uAjBW96Zdp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uAjBW96Zdp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uAjBW96Zdp .form-control,
.cid-uAjBW96Zdp .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uAjBW96Zdp #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uAjBW96Zdp #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uAjBW96Zdp #creativecommons img,
.cid-uAjBW96Zdp iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uAjBW96Zdp .offset-md-1 {
  margin-left: 1vw;
}
.cid-uAjBWa6fGq.popup-builder {
  background-color: #ffffff;
}
.cid-uAjBWa6fGq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAjBWa6fGq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAjBWa6fGq .modal-content,
.cid-uAjBWa6fGq .modal-dialog {
  height: auto;
}
.cid-uAjBWa6fGq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAjBWa6fGq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAjBWa6fGq .form-wrapper .mbr-form .form-group,
  .cid-uAjBWa6fGq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAjBWa6fGq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAjBWa6fGq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAjBWa6fGq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uAjBWa6fGq .pt-0 {
  padding-top: 0 !important;
}
.cid-uAjBWa6fGq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAjBWa6fGq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAjBWa6fGq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAjBWa6fGq .modal-open {
  overflow: hidden;
}
.cid-uAjBWa6fGq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAjBWa6fGq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAjBWa6fGq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAjBWa6fGq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAjBWa6fGq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAjBWa6fGq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAjBWa6fGq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAjBWa6fGq .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAjBWa6fGq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAjBWa6fGq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAjBWa6fGq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAjBWa6fGq .modal-backdrop.show {
  opacity: .5;
}
.cid-uAjBWa6fGq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAjBWa6fGq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBWa6fGq .modal-header {
    padding: 1rem;
  }
}
.cid-uAjBWa6fGq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAjBWa6fGq .modal-header .close svg {
  fill: #ffffff;
}
.cid-uAjBWa6fGq .modal-header .close:hover {
  opacity: 1;
}
.cid-uAjBWa6fGq .modal-header .close:focus {
  outline: none;
}
.cid-uAjBWa6fGq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uAjBWa6fGq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAjBWa6fGq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBWa6fGq .modal-body {
    padding: 1rem;
  }
}
.cid-uAjBWa6fGq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAjBWa6fGq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBWa6fGq .modal-footer {
    padding: 1rem;
  }
}
.cid-uAjBWa6fGq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAjBWa6fGq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAjBWa6fGq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAjBWa6fGq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAjBWa6fGq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAjBWa6fGq .modal-lg,
  .cid-uAjBWa6fGq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAjBWa6fGq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAjBWa6fGq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAjBWa6fGq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAjBWa6fGq .form-group {
  margin-bottom: 1rem;
}
.cid-uAjBWa6fGq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAjBWa6fGq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAjBWa6fGq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAjBWa6fGq .mbr-section-btn {
  margin: 0;
}
.cid-uAjBWa6fGq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAjBWaEElQ.popup-builder {
  background-color: #ffffff;
}
.cid-uAjBWaEElQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAjBWaEElQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAjBWaEElQ .modal-content,
.cid-uAjBWaEElQ .modal-dialog {
  height: auto;
}
.cid-uAjBWaEElQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAjBWaEElQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAjBWaEElQ .form-wrapper .mbr-form .form-group,
  .cid-uAjBWaEElQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAjBWaEElQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAjBWaEElQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAjBWaEElQ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uAjBWaEElQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uAjBWaEElQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAjBWaEElQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAjBWaEElQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAjBWaEElQ .modal-open {
  overflow: hidden;
}
.cid-uAjBWaEElQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAjBWaEElQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAjBWaEElQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAjBWaEElQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAjBWaEElQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAjBWaEElQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAjBWaEElQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAjBWaEElQ .modal-content {
  background: #212428;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAjBWaEElQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAjBWaEElQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAjBWaEElQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAjBWaEElQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uAjBWaEElQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAjBWaEElQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBWaEElQ .modal-header {
    padding: 1rem;
  }
}
.cid-uAjBWaEElQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAjBWaEElQ .modal-header .close svg {
  fill: #ffffff;
}
.cid-uAjBWaEElQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uAjBWaEElQ .modal-header .close:focus {
  outline: none;
}
.cid-uAjBWaEElQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uAjBWaEElQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAjBWaEElQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBWaEElQ .modal-body {
    padding: 1rem;
  }
}
.cid-uAjBWaEElQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAjBWaEElQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAjBWaEElQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uAjBWaEElQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAjBWaEElQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAjBWaEElQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAjBWaEElQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAjBWaEElQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAjBWaEElQ .modal-lg,
  .cid-uAjBWaEElQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAjBWaEElQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAjBWaEElQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAjBWaEElQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAjBWaEElQ .form-group {
  margin-bottom: 1rem;
}
.cid-uAjBWaEElQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAjBWaEElQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAjBWaEElQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAjBWaEElQ .mbr-section-btn {
  margin: 0;
}
.cid-uAjBWaEElQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO0XgRzV91.popup-builder {
  background-color: #ffffff;
}
.cid-uO0XgRzV91.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO0XgRzV91.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO0XgRzV91 .modal-content,
.cid-uO0XgRzV91 .modal-dialog {
  height: auto;
}
.cid-uO0XgRzV91 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO0XgRzV91 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO0XgRzV91 .form-wrapper .mbr-form .form-group,
  .cid-uO0XgRzV91 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO0XgRzV91 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO0XgRzV91 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uO0XgRzV91 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO0XgRzV91 .pt-0 {
  padding-top: 0 !important;
}
.cid-uO0XgRzV91 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO0XgRzV91 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO0XgRzV91 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO0XgRzV91 .modal-open {
  overflow: hidden;
}
.cid-uO0XgRzV91 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO0XgRzV91 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO0XgRzV91 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO0XgRzV91 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uO0XgRzV91 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO0XgRzV91 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO0XgRzV91 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO0XgRzV91 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uO0XgRzV91 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO0XgRzV91 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO0XgRzV91 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO0XgRzV91 .modal-backdrop.show {
  opacity: .5;
}
.cid-uO0XgRzV91 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uO0XgRzV91 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzV91 .modal-header {
    padding: 1rem;
  }
}
.cid-uO0XgRzV91 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO0XgRzV91 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO0XgRzV91 .modal-header .close:hover {
  opacity: 1;
}
.cid-uO0XgRzV91 .modal-header .close:focus {
  outline: none;
}
.cid-uO0XgRzV91 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO0XgRzV91 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO0XgRzV91 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzV91 .modal-body {
    padding: 1rem;
  }
}
.cid-uO0XgRzV91 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uO0XgRzV91 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzV91 .modal-footer {
    padding: 1rem;
  }
}
.cid-uO0XgRzV91 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO0XgRzV91 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO0XgRzV91 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO0XgRzV91 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO0XgRzV91 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO0XgRzV91 .modal-lg,
  .cid-uO0XgRzV91 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO0XgRzV91 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO0XgRzV91 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO0XgRzV91 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uO0XgRzV91 .form-group {
  margin-bottom: 1rem;
}
.cid-uO0XgRzV91 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO0XgRzV91 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO0XgRzV91 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uO0XgRzV91 .mbr-section-btn {
  margin: 0;
}
.cid-uO0XgRzV91 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELwRo69Ei {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELwRo69Ei nav.navbar {
  position: fixed;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELwRo69Ei .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELwRo69Ei #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELwRo69Ei .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELwRo69Ei .dropdown-item:hover,
.cid-uELwRo69Ei .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELwRo69Ei .dropdown-item:hover span {
  color: white;
}
.cid-uELwRo69Ei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELwRo69Ei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELwRo69Ei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELwRo69Ei .nav-link {
  position: relative;
}
.cid-uELwRo69Ei .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELwRo69Ei .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELwRo69Ei .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELwRo69Ei .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELwRo69Ei .dropdown-menu,
.cid-uELwRo69Ei .navbar.opened {
  background: #353535 !important;
}
.cid-uELwRo69Ei .nav-item:focus,
.cid-uELwRo69Ei .nav-link:focus {
  outline: none;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELwRo69Ei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.opened {
  transition: all 0.3s;
}
.cid-uELwRo69Ei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELwRo69Ei .navbar .navbar-logo img {
  width: auto;
}
.cid-uELwRo69Ei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELwRo69Ei .navbar.collapsed {
  justify-content: center;
}
.cid-uELwRo69Ei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELwRo69Ei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELwRo69Ei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELwRo69Ei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELwRo69Ei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELwRo69Ei .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-uELwRo69Ei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELwRo69Ei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELwRo69Ei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELwRo69Ei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELwRo69Ei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELwRo69Ei .dropdown-item.active,
.cid-uELwRo69Ei .dropdown-item:active {
  background-color: transparent;
}
.cid-uELwRo69Ei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELwRo69Ei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELwRo69Ei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELwRo69Ei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELwRo69Ei button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELwRo69Ei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar {
    height: 70px;
  }
  .cid-uELwRo69Ei .navbar.opened {
    height: auto;
  }
  .cid-uELwRo69Ei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELwRo69Ei .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELwRo69Ei .navbar-toggler {
  margin-left: 10px;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELwRo69Ei .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-text {
    display: none;
  }
}
.cid-uELwRo69Ei .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELwRo69Ei .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei #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-uELwRo69Ei #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-uELwRo69Ei #vol {
    display: none;
  }
}
.cid-uELwRo69Ei .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-vn {
  /* Type valid CSS here */
}
#custom-html-vn div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-vn .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uACboJ3bs1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uACboJ3bs1 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uACboJkN5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lesillusionistes-copie-1456x816.webp");
}
.cid-uACboJkN5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACboJkN5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACboJkN5v .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uACboJkN5v .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uACboJkN5v .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uACboJkN5v .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uACboJkN5v .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #6592e6 !important;
}
.cid-uACboJkN5v .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uACboJkN5v .title-wrapper {
  opacity: 0.7;
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uACboJkN5v .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uACboJkN5v .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-uACboJkN5v .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uACboJkN5v .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-uACboJkN5v .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-uACboJkN5v .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-uACboJkN5v .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-uACboJkN5v .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uACboJkN5v .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uACboJkN5v .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uACboJkN5v .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-uACboJkN5v .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-uACboJkN5v .mbr-link,
.cid-uACboJkN5v .mbr-iconfont {
  color: #8c8c8c;
}
.cid-uACboJkN5v .mbr-section-title {
  color: #000000;
}
.cid-uACboJkN5v .mbr-text {
  color: #ffffff;
}
.cid-uACboJkN5v .mbr-section-title,
.cid-uACboJkN5v .mbr-section-btn,
.cid-uACboJkN5v .title-link-wrap {
  color: #4479d9;
}
.cid-uACboJIYO6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #212428;
}
.cid-uACboJIYO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACboJIYO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACboJIYO6 p {
  line-height: 2;
}
.cid-uACboJIYO6 a:hover {
  text-decoration: underline;
}
.cid-uACboJIYO6 .mbr-text {
  color: #ffffff;
}
.cid-uACboJIYO6 .mbr-section-title {
  color: #4479d9;
}
.cid-uACboKhPX7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uACboKhPX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACboKhPX7 .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-uACboKhPX7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACboKhPX7 .row {
  flex-direction: row-reverse;
}
.cid-uACboKhPX7 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uACboKhPX7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uACboKhPX7 .mbr-section-title {
  color: #4479d9;
}
.cid-uACboKhPX7 .mbr-text {
  color: #bbbbbb;
}
.cid-uACboKhPX7 .mbr-description {
  color: #4479d9;
}
.cid-uCioRxOCvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-uCioRxOCvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCioRxOCvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCioRxOCvD .container {
    padding: 0 30px;
  }
}
.cid-uCioRxOCvD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uCioRxOCvD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCioRxOCvD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uCioRxOCvD .mbr-section-title {
  color: #ffa405;
  text-align: center;
}
.cid-uACboJZO6T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uACboJZO6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACboJZO6T .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-uACboJZO6T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACboJZO6T img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uACboJZO6T .text-wrapper {
    padding: 2rem;
  }
}
.cid-uACboJZO6T .mbr-section-title {
  color: #4479d9;
}
.cid-uACboJZO6T .mbr-text {
  color: #bbbbbb;
}
.cid-uACboJZO6T .mbr-description {
  color: #4479d9;
}
.cid-uCikkPgUjh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-uCikkPgUjh blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #000000;
}
.cid-uCikkPgUjh .mbr-section-title {
  color: #4479d9;
}
.cid-uCikkPgUjh .mbr-text {
  color: #ffffff;
}
.cid-uCignPDVVj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCignPDVVj .item {
  display: flex;
  border-radius: 25px;
  background-color: #212428;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uCignPDVVj .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uCignPDVVj .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-uCignPDVVj .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-uCignPDVVj .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-uCignPDVVj .step-number {
  color: #ffa405;
}
@media (max-width: 991px) {
  .cid-uCignPDVVj .card {
    margin-bottom: 2rem;
  }
  .cid-uCignPDVVj .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uCignPDVVj .card-title {
  color: #2e6b75;
}
.cid-uCignPDVVj .icon-text {
  color: #ffffff;
}
.cid-uCignPDVVj .icon-title {
  color: #4479d9;
}
.cid-uCignPDVVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCignPDVVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCignPDVVj .card-title,
.cid-uCignPDVVj .card-box {
  color: #4479d9;
}
.cid-uCiqCr9DVK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-uCiqCr9DVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCiqCr9DVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCiqCr9DVK .container {
    padding: 0 30px;
  }
}
.cid-uCiqCr9DVK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uCiqCr9DVK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCiqCr9DVK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uCiqCr9DVK .mbr-section-title {
  color: #ffa405;
  text-align: center;
}
.cid-uCisAGB4es {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCisAGB4es .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCisAGB4es .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-uCisAGB4es .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCisAGB4es .row {
  flex-direction: row-reverse;
}
.cid-uCisAGB4es img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uCisAGB4es .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCisAGB4es .mbr-section-title {
  color: #4479d9;
}
.cid-uCisAGB4es .mbr-text {
  color: #bbbbbb;
}
.cid-uCisAGB4es .mbr-description {
  color: #4479d9;
}
.cid-uCiwCUlt0m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uCiwCUlt0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCiwCUlt0m .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-uCiwCUlt0m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCiwCUlt0m img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uCiwCUlt0m .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCiwCUlt0m .mbr-section-title {
  color: #4479d9;
}
.cid-uCiwCUlt0m .mbr-text {
  color: #bbbbbb;
}
.cid-uCiwCUlt0m .mbr-description {
  color: #4479d9;
}
.cid-uACsRWsLUk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uACsRWsLUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACsRWsLUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uACsRWsLUk .container {
    padding: 0 30px;
  }
}
.cid-uACsRWsLUk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uACsRWsLUk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uACsRWsLUk .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-uACsRWsLUk .mbr-section-title {
  color: #ffa405;
  text-align: center;
}
.cid-uACboKyHoD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uACboKyHoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACboKyHoD .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-uACboKyHoD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACboKyHoD img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uACboKyHoD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uACboKyHoD .mbr-section-title {
  color: #4479d9;
}
.cid-uACboKyHoD .mbr-text {
  color: #bbbbbb;
}
.cid-uACboKyHoD .mbr-description {
  color: #4479d9;
}
.cid-uACboKQCta {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uACboKQCta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACboKQCta .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-uACboKQCta .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACboKQCta .row {
  flex-direction: row-reverse;
}
.cid-uACboKQCta img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uACboKQCta .text-wrapper {
    padding: 2rem;
  }
}
.cid-uACboKQCta .mbr-section-title {
  color: #4479d9;
}
.cid-uACboKQCta .mbr-text {
  color: #bbbbbb;
}
.cid-uACboKQCta .mbr-description {
  color: #4479d9;
}
.cid-uACboM337M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uACboM337M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACboM337M .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-uACboM337M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACboM337M img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uACboM337M .text-wrapper {
    padding: 2rem;
  }
}
.cid-uACboM337M .mbr-section-title {
  color: #4479d9;
}
.cid-uACboM337M .mbr-text {
  color: #bbbbbb;
}
.cid-uACboM337M .mbr-description {
  color: #4479d9;
}
.cid-uACboLJyAZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uACboLJyAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACboLJyAZ .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-uACboLJyAZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACboLJyAZ .row {
  flex-direction: row-reverse;
}
.cid-uACboLJyAZ img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uACboLJyAZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uACboLJyAZ .mbr-section-title {
  color: #4479d9;
}
.cid-uACboLJyAZ .mbr-text {
  color: #bbbbbb;
}
.cid-uACboLJyAZ .mbr-description {
  color: #4479d9;
}
.cid-uACwQhg0N7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-uACwQhg0N7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACwQhg0N7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uACwQhg0N7 .container {
    padding: 0 30px;
  }
}
.cid-uACwQhg0N7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uACwQhg0N7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uACwQhg0N7 .mbr-section-subtitle {
  color: #ffa405;
  text-align: center;
}
.cid-uACwQhg0N7 .mbr-section-title {
  color: #ffa405;
  text-align: center;
}
.cid-uACvaOiqXo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uACvaOiqXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACvaOiqXo .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-uACvaOiqXo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACvaOiqXo img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uACvaOiqXo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uACvaOiqXo .mbr-section-title {
  color: #ffffff;
}
.cid-uACvaOiqXo .mbr-text {
  color: #bbbbbb;
}
.cid-uACvaOiqXo .mbr-description {
  color: #4479d9;
}
.cid-uACboMKDMy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uACboMKDMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACboMKDMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACboMKDMy .row {
  justify-content: space-between;
}
.cid-uACboMKDMy .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uACboMKDMy .content-wrapper {
    padding: 0;
  }
}
.cid-uACboMKDMy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uACboMKDMy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uACboMKDMy .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uACboMKDMy .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uACboMKDMy .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uACboMKDMy .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uACboMKDMy .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uACboMKDMy .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uACboMKDMy .mbr-section-title {
  color: #000000;
}
.cid-uACboMKDMy .mbr-desc {
  color: #000000;
}
.cid-uACboMKDMy .mbr-text {
  color: #ffffff;
}
.cid-uACboMKDMy .mbr-section-title,
.cid-uACboMKDMy .mbr-section-btn {
  color: #ffffff;
}
.cid-uCiIp0DeJL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCiIp0DeJL .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uACboN9BJA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uACboN9BJA .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uACboN9BJA .mbr-text,
.cid-uACboN9BJA .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uACboNttRe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uACboNttRe .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uACboNttRe .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uACboNttRe .card:hover {
  margin-top: -0.6rem;
}
.cid-uACboNttRe .card-wrapper {
  position: relative;
}
.cid-uACboNttRe .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uACboNttRe .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uACboNttRe .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-uACboNttRe .big {
  margin-top: -25%;
}
.cid-uACboNttRe .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-uACboNttRe .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uACboNttRe .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uACboNttRe .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uACboNVSG4.popup-builder {
  background-color: #ffffff;
}
.cid-uACboNVSG4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uACboNVSG4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uACboNVSG4 .modal-content,
.cid-uACboNVSG4 .modal-dialog {
  height: auto;
}
.cid-uACboNVSG4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uACboNVSG4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uACboNVSG4 .form-wrapper .mbr-form .form-group,
  .cid-uACboNVSG4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uACboNVSG4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uACboNVSG4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uACboNVSG4 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uACboNVSG4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uACboNVSG4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uACboNVSG4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uACboNVSG4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uACboNVSG4 .modal-open {
  overflow: hidden;
}
.cid-uACboNVSG4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uACboNVSG4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uACboNVSG4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uACboNVSG4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uACboNVSG4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uACboNVSG4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uACboNVSG4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uACboNVSG4 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uACboNVSG4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uACboNVSG4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uACboNVSG4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uACboNVSG4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uACboNVSG4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uACboNVSG4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uACboNVSG4 .modal-header {
    padding: 1rem;
  }
}
.cid-uACboNVSG4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uACboNVSG4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uACboNVSG4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uACboNVSG4 .modal-header .close:focus {
  outline: none;
}
.cid-uACboNVSG4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uACboNVSG4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uACboNVSG4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uACboNVSG4 .modal-body {
    padding: 1rem;
  }
}
.cid-uACboNVSG4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uACboNVSG4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uACboNVSG4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uACboNVSG4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uACboNVSG4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uACboNVSG4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uACboNVSG4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uACboNVSG4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uACboNVSG4 .modal-lg,
  .cid-uACboNVSG4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uACboNVSG4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uACboNVSG4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uACboNVSG4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uACboNVSG4 .form-group {
  margin-bottom: 1rem;
}
.cid-uACboNVSG4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uACboNVSG4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uACboNVSG4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uACboNVSG4 .mbr-section-btn {
  margin: 0;
}
.cid-uACboNVSG4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uACboNVSG4 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uACboNVSG4 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uACboNVSG4 #creativecommons img,
.cid-uACboNVSG4 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uACboOsJLl.popup-builder {
  background-color: #ffffff;
}
.cid-uACboOsJLl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uACboOsJLl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uACboOsJLl .modal-content,
.cid-uACboOsJLl .modal-dialog {
  height: auto;
}
.cid-uACboOsJLl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uACboOsJLl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uACboOsJLl .form-wrapper .mbr-form .form-group,
  .cid-uACboOsJLl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uACboOsJLl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uACboOsJLl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uACboOsJLl .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uACboOsJLl .pt-0 {
  padding-top: 0 !important;
}
.cid-uACboOsJLl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uACboOsJLl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uACboOsJLl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uACboOsJLl .modal-open {
  overflow: hidden;
}
.cid-uACboOsJLl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uACboOsJLl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uACboOsJLl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uACboOsJLl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uACboOsJLl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uACboOsJLl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uACboOsJLl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uACboOsJLl .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uACboOsJLl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uACboOsJLl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uACboOsJLl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uACboOsJLl .modal-backdrop.show {
  opacity: .5;
}
.cid-uACboOsJLl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uACboOsJLl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uACboOsJLl .modal-header {
    padding: 1rem;
  }
}
.cid-uACboOsJLl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uACboOsJLl .modal-header .close svg {
  fill: #ffffff;
}
.cid-uACboOsJLl .modal-header .close:hover {
  opacity: 1;
}
.cid-uACboOsJLl .modal-header .close:focus {
  outline: none;
}
.cid-uACboOsJLl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uACboOsJLl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uACboOsJLl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uACboOsJLl .modal-body {
    padding: 1rem;
  }
}
.cid-uACboOsJLl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uACboOsJLl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uACboOsJLl .modal-footer {
    padding: 1rem;
  }
}
.cid-uACboOsJLl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uACboOsJLl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uACboOsJLl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uACboOsJLl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uACboOsJLl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uACboOsJLl .modal-lg,
  .cid-uACboOsJLl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uACboOsJLl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uACboOsJLl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uACboOsJLl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uACboOsJLl .form-group {
  margin-bottom: 1rem;
}
.cid-uACboOsJLl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uACboOsJLl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uACboOsJLl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uACboOsJLl .mbr-section-btn {
  margin: 0;
}
.cid-uACboOsJLl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uACboOSRup {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uACboOSRup .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uACboPhC1P {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uACboPhC1P .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uACboPhC1P .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uACboPhC1P .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uACboPhC1P .bg-youtube:hover {
  background: #cc0000;
}
.cid-uACboPhC1P .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uACboPhC1P .bg-twitch:hover {
  background: #7313ff;
}
.cid-uACboPhC1P .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-uACboPhC1P [class^="socicon-"]:before,
.cid-uACboPhC1P [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uACboPhC1P .mbr-section-title,
.cid-uACboPhC1P .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uACboPMflE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uACboPMflE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uACboPMflE .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uACboPMflE .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-uACboPMflE .form-control:focus,
.cid-uACboPMflE .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uACboPMflE .form-group {
  margin-bottom: 1rem;
}
.cid-uACboPMflE input::-webkit-input-placeholder,
.cid-uACboPMflE textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uACboPMflE input:-moz-placeholder,
.cid-uACboPMflE textarea:-moz-placeholder {
  color: #656565;
}
.cid-uACboPMflE .jq-selectbox li,
.cid-uACboPMflE .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uACboPMflE .jq-selectbox li:hover,
.cid-uACboPMflE .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uACboPMflE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uACboPMflE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uACboPMflE textarea.form-control {
  resize: none;
}
.cid-uACboPMflE .input-group-btn {
  display: inline-block;
}
.cid-uACboPMflE .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uACboPMflE .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uACboPMflE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uACboPMflE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uACboPMflE .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uACboPMflE .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uACboPMflE .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uACboPMflE .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uACboPMflE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uACboPMflE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uACboPMflE .form-control,
.cid-uACboPMflE .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uACboPMflE #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uACboPMflE #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uACboPMflE #creativecommons img,
.cid-uACboPMflE iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uACboPMflE .offset-md-1 {
  margin-left: 1vw;
}
.cid-uACxk82iBa.popup-builder {
  background-color: #ffffff;
}
.cid-uACxk82iBa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uACxk82iBa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uACxk82iBa .modal-content,
.cid-uACxk82iBa .modal-dialog {
  height: auto;
}
.cid-uACxk82iBa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uACxk82iBa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uACxk82iBa .form-wrapper .mbr-form .form-group,
  .cid-uACxk82iBa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uACxk82iBa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uACxk82iBa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uACxk82iBa .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uACxk82iBa .pt-0 {
  padding-top: 0 !important;
}
.cid-uACxk82iBa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uACxk82iBa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uACxk82iBa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uACxk82iBa .modal-open {
  overflow: hidden;
}
.cid-uACxk82iBa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uACxk82iBa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uACxk82iBa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uACxk82iBa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uACxk82iBa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uACxk82iBa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uACxk82iBa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uACxk82iBa .modal-content {
  background: #212428;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uACxk82iBa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uACxk82iBa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uACxk82iBa .modal-backdrop.fade {
  opacity: 0;
}
.cid-uACxk82iBa .modal-backdrop.show {
  opacity: .5;
}
.cid-uACxk82iBa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uACxk82iBa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uACxk82iBa .modal-header {
    padding: 1rem;
  }
}
.cid-uACxk82iBa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uACxk82iBa .modal-header .close svg {
  fill: #ffffff;
}
.cid-uACxk82iBa .modal-header .close:hover {
  opacity: 1;
}
.cid-uACxk82iBa .modal-header .close:focus {
  outline: none;
}
.cid-uACxk82iBa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uACxk82iBa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uACxk82iBa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uACxk82iBa .modal-body {
    padding: 1rem;
  }
}
.cid-uACxk82iBa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uACxk82iBa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uACxk82iBa .modal-footer {
    padding: 1rem;
  }
}
.cid-uACxk82iBa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uACxk82iBa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uACxk82iBa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uACxk82iBa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uACxk82iBa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uACxk82iBa .modal-lg,
  .cid-uACxk82iBa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uACxk82iBa .modal-xl {
    max-width: 1140px;
  }
}
.cid-uACxk82iBa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uACxk82iBa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uACxk82iBa .form-group {
  margin-bottom: 1rem;
}
.cid-uACxk82iBa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uACxk82iBa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uACxk82iBa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uACxk82iBa .mbr-section-btn {
  margin: 0;
}
.cid-uACxk82iBa .mbr-section-btn .btn {
  margin: 0;
}
.cid-uACboQOPhB.popup-builder {
  background-color: #ffffff;
}
.cid-uACboQOPhB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uACboQOPhB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uACboQOPhB .modal-content,
.cid-uACboQOPhB .modal-dialog {
  height: auto;
}
.cid-uACboQOPhB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uACboQOPhB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uACboQOPhB .form-wrapper .mbr-form .form-group,
  .cid-uACboQOPhB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uACboQOPhB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uACboQOPhB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uACboQOPhB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uACboQOPhB .pt-0 {
  padding-top: 0 !important;
}
.cid-uACboQOPhB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uACboQOPhB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uACboQOPhB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uACboQOPhB .modal-open {
  overflow: hidden;
}
.cid-uACboQOPhB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uACboQOPhB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uACboQOPhB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uACboQOPhB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uACboQOPhB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uACboQOPhB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uACboQOPhB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uACboQOPhB .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uACboQOPhB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uACboQOPhB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uACboQOPhB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uACboQOPhB .modal-backdrop.show {
  opacity: .5;
}
.cid-uACboQOPhB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uACboQOPhB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uACboQOPhB .modal-header {
    padding: 1rem;
  }
}
.cid-uACboQOPhB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uACboQOPhB .modal-header .close svg {
  fill: #ffffff;
}
.cid-uACboQOPhB .modal-header .close:hover {
  opacity: 1;
}
.cid-uACboQOPhB .modal-header .close:focus {
  outline: none;
}
.cid-uACboQOPhB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uACboQOPhB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uACboQOPhB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uACboQOPhB .modal-body {
    padding: 1rem;
  }
}
.cid-uACboQOPhB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uACboQOPhB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uACboQOPhB .modal-footer {
    padding: 1rem;
  }
}
.cid-uACboQOPhB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uACboQOPhB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uACboQOPhB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uACboQOPhB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uACboQOPhB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uACboQOPhB .modal-lg,
  .cid-uACboQOPhB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uACboQOPhB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uACboQOPhB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uACboQOPhB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uACboQOPhB .form-group {
  margin-bottom: 1rem;
}
.cid-uACboQOPhB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uACboQOPhB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uACboQOPhB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uACboQOPhB .mbr-section-btn {
  margin: 0;
}
.cid-uACboQOPhB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO0XgRzTLe.popup-builder {
  background-color: #ffffff;
}
.cid-uO0XgRzTLe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO0XgRzTLe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO0XgRzTLe .modal-content,
.cid-uO0XgRzTLe .modal-dialog {
  height: auto;
}
.cid-uO0XgRzTLe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO0XgRzTLe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO0XgRzTLe .form-wrapper .mbr-form .form-group,
  .cid-uO0XgRzTLe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO0XgRzTLe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO0XgRzTLe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uO0XgRzTLe .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO0XgRzTLe .pt-0 {
  padding-top: 0 !important;
}
.cid-uO0XgRzTLe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO0XgRzTLe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO0XgRzTLe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO0XgRzTLe .modal-open {
  overflow: hidden;
}
.cid-uO0XgRzTLe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO0XgRzTLe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO0XgRzTLe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO0XgRzTLe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uO0XgRzTLe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO0XgRzTLe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO0XgRzTLe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO0XgRzTLe .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uO0XgRzTLe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO0XgRzTLe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO0XgRzTLe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO0XgRzTLe .modal-backdrop.show {
  opacity: .5;
}
.cid-uO0XgRzTLe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uO0XgRzTLe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzTLe .modal-header {
    padding: 1rem;
  }
}
.cid-uO0XgRzTLe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO0XgRzTLe .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO0XgRzTLe .modal-header .close:hover {
  opacity: 1;
}
.cid-uO0XgRzTLe .modal-header .close:focus {
  outline: none;
}
.cid-uO0XgRzTLe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO0XgRzTLe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO0XgRzTLe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzTLe .modal-body {
    padding: 1rem;
  }
}
.cid-uO0XgRzTLe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uO0XgRzTLe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzTLe .modal-footer {
    padding: 1rem;
  }
}
.cid-uO0XgRzTLe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO0XgRzTLe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO0XgRzTLe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO0XgRzTLe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO0XgRzTLe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO0XgRzTLe .modal-lg,
  .cid-uO0XgRzTLe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO0XgRzTLe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO0XgRzTLe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO0XgRzTLe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uO0XgRzTLe .form-group {
  margin-bottom: 1rem;
}
.cid-uO0XgRzTLe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO0XgRzTLe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO0XgRzTLe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uO0XgRzTLe .mbr-section-btn {
  margin: 0;
}
.cid-uO0XgRzTLe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELwRo69Ei {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELwRo69Ei nav.navbar {
  position: fixed;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELwRo69Ei .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELwRo69Ei #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELwRo69Ei .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELwRo69Ei .dropdown-item:hover,
.cid-uELwRo69Ei .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELwRo69Ei .dropdown-item:hover span {
  color: white;
}
.cid-uELwRo69Ei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELwRo69Ei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELwRo69Ei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELwRo69Ei .nav-link {
  position: relative;
}
.cid-uELwRo69Ei .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELwRo69Ei .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELwRo69Ei .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELwRo69Ei .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELwRo69Ei .dropdown-menu,
.cid-uELwRo69Ei .navbar.opened {
  background: #353535 !important;
}
.cid-uELwRo69Ei .nav-item:focus,
.cid-uELwRo69Ei .nav-link:focus {
  outline: none;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELwRo69Ei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.opened {
  transition: all 0.3s;
}
.cid-uELwRo69Ei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELwRo69Ei .navbar .navbar-logo img {
  width: auto;
}
.cid-uELwRo69Ei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELwRo69Ei .navbar.collapsed {
  justify-content: center;
}
.cid-uELwRo69Ei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELwRo69Ei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELwRo69Ei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELwRo69Ei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELwRo69Ei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELwRo69Ei .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-uELwRo69Ei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELwRo69Ei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELwRo69Ei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELwRo69Ei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELwRo69Ei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELwRo69Ei .dropdown-item.active,
.cid-uELwRo69Ei .dropdown-item:active {
  background-color: transparent;
}
.cid-uELwRo69Ei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELwRo69Ei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELwRo69Ei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELwRo69Ei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELwRo69Ei button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELwRo69Ei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar {
    height: 70px;
  }
  .cid-uELwRo69Ei .navbar.opened {
    height: auto;
  }
  .cid-uELwRo69Ei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELwRo69Ei .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELwRo69Ei .navbar-toggler {
  margin-left: 10px;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELwRo69Ei .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-text {
    display: none;
  }
}
.cid-uELwRo69Ei .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELwRo69Ei .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei #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-uELwRo69Ei #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-uELwRo69Ei #vol {
    display: none;
  }
}
.cid-uELwRo69Ei .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-xl {
  /* Type valid CSS here */
}
#custom-html-xl div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-xl .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uCMFXeviFC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uCMFXeviFC .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uCMFXeObcP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/couverturearticlesablemaerl.jpg-1-2000x1119.jpg");
}
.cid-uCMFXeObcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMFXeObcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMFXeObcP .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uCMFXeObcP .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uCMFXeObcP .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uCMFXeObcP .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uCMFXeObcP .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #6592e6 !important;
}
.cid-uCMFXeObcP .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uCMFXeObcP .title-wrapper {
  opacity: 0.7;
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uCMFXeObcP .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uCMFXeObcP .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-uCMFXeObcP .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uCMFXeObcP .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-uCMFXeObcP .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-uCMFXeObcP .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-uCMFXeObcP .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-uCMFXeObcP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCMFXeObcP .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uCMFXeObcP .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uCMFXeObcP .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-uCMFXeObcP .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-uCMFXeObcP .mbr-link,
.cid-uCMFXeObcP .mbr-iconfont {
  color: #8c8c8c;
}
.cid-uCMFXeObcP .mbr-section-title {
  color: #000000;
}
.cid-uCMFXeObcP .mbr-text {
  color: #ffffff;
}
.cid-uCMFXeObcP .mbr-section-title,
.cid-uCMFXeObcP .mbr-section-btn,
.cid-uCMFXeObcP .title-link-wrap {
  color: #4479d9;
}
.cid-uCMFXf6ynN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #212428;
}
.cid-uCMFXf6ynN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMFXf6ynN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMFXf6ynN p {
  line-height: 2;
}
.cid-uCMFXf6ynN a:hover {
  text-decoration: underline;
}
.cid-uCMFXf6ynN .mbr-text {
  color: #ffffff;
}
.cid-uCMFXfmwQL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCMFXfmwQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMFXfmwQL .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-uCMFXfmwQL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCMFXfmwQL img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uCMFXfmwQL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCMFXfmwQL .mbr-section-title {
  color: #4479d9;
}
.cid-uCMFXfmwQL .mbr-text {
  color: #bbbbbb;
}
.cid-uCMFXfmwQL .mbr-description {
  color: #4479d9;
}
.cid-uCMFXg7s43 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uCMFXg7s43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMFXg7s43 .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-uCMFXg7s43 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCMFXg7s43 .row {
  flex-direction: row-reverse;
}
.cid-uCMFXg7s43 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uCMFXg7s43 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCMFXg7s43 .mbr-section-title {
  color: #4479d9;
}
.cid-uCMFXg7s43 .mbr-text {
  color: #bbbbbb;
}
.cid-uCMFXg7s43 .mbr-description {
  color: #4479d9;
}
.cid-uCMFXgsW6L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCMFXgsW6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMFXgsW6L .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-uCMFXgsW6L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCMFXgsW6L img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uCMFXgsW6L .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCMFXgsW6L .mbr-section-title {
  color: #4479d9;
}
.cid-uCMFXgsW6L .mbr-text {
  color: #bbbbbb;
}
.cid-uCMFXgsW6L .mbr-description {
  color: #4479d9;
}
.cid-uEAfrfKdur {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-uEAfrfKdur .mbr-section-subtitle {
  color: #4479d9;
}
.cid-uEAfrfKdur .mbr-text {
  color: #ffffff;
}
.cid-uEAaVPQ1nY {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uEAaVPQ1nY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEAaVPQ1nY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEAaVPQ1nY .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEAaVPQ1nY .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEAaVPQ1nY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEAaVPQ1nY .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEAaVPQ1nY .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEAaVPQ1nY .item {
    margin-bottom: 28px;
  }
}
.cid-uEAaVPQ1nY .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uEAaVPQ1nY .item .item-wrapper:hover,
.cid-uEAaVPQ1nY .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uEAaVPQ1nY .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uEAaVPQ1nY .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uEAaVPQ1nY .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uEAaVPQ1nY .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uEAaVPQ1nY .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uEAaVPQ1nY .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uEAaVPQ1nY .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uEAaVPQ1nY .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uEAaVPQ1nY .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uEAaVPQ1nY .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uEAaVPQ1nY .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uEAaVPQ1nY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEAaVPQ1nY .item-title {
  color: #9aa0a6;
}
.cid-uEAaVPQ1nY .item-text {
  color: #ffffff;
}
.cid-uEAaVPQ1nY .item-date {
  color: #9aa0a6;
}
.cid-uEAaVPQ1nY .mbr-section-title,
.cid-uEAaVPQ1nY .mbr-section-btn {
  text-align: center;
}
.cid-uEAaVPQ1nY .item-title,
.cid-uEAaVPQ1nY .icon-wrapper {
  color: #4479d9;
}
.cid-uCMFXh62Ag {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCMFXh62Ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMFXh62Ag .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-uCMFXh62Ag .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCMFXh62Ag img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uCMFXh62Ag .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCMFXh62Ag .mbr-section-title {
  color: #4479d9;
}
.cid-uCMFXh62Ag .mbr-text {
  color: #bbbbbb;
}
.cid-uCMFXh62Ag .mbr-description {
  color: #4479d9;
}
.cid-uCMFXhQ0aH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uCMFXhQ0aH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMFXhQ0aH .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-uCMFXhQ0aH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCMFXhQ0aH .row {
  flex-direction: row-reverse;
}
.cid-uCMFXhQ0aH img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uCMFXhQ0aH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCMFXhQ0aH .mbr-section-title {
  color: #4479d9;
}
.cid-uCMFXhQ0aH .mbr-text {
  color: #bbbbbb;
}
.cid-uCMFXhQ0aH .mbr-description {
  color: #4479d9;
}
.cid-uCML4Cctje {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCML4Cctje .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCML4Cctje .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-uCML4Cctje .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCML4Cctje img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uCML4Cctje .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCML4Cctje .mbr-section-title {
  color: #4479d9;
}
.cid-uCML4Cctje .mbr-text {
  color: #bbbbbb;
}
.cid-uCML4Cctje .mbr-description {
  color: #4479d9;
}
.cid-uCMLp0LeU0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uCMLp0LeU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMLp0LeU0 .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-uCMLp0LeU0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCMLp0LeU0 .row {
  flex-direction: row-reverse;
}
.cid-uCMLp0LeU0 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uCMLp0LeU0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCMLp0LeU0 .mbr-section-title {
  color: #4479d9;
}
.cid-uCMLp0LeU0 .mbr-text {
  color: #bbbbbb;
}
.cid-uCMLp0LeU0 .mbr-description {
  color: #4479d9;
}
.cid-uCMM3NVCiU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCMM3NVCiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMM3NVCiU .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-uCMM3NVCiU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCMM3NVCiU img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uCMM3NVCiU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCMM3NVCiU .mbr-section-title {
  color: #4479d9;
}
.cid-uCMM3NVCiU .mbr-text {
  color: #bbbbbb;
}
.cid-uCMM3NVCiU .mbr-description {
  color: #4479d9;
}
.cid-uCMFXibR8j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-uCMFXibR8j .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uCMFXiSkzp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uCMFXiSkzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMFXiSkzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMFXiSkzp .row {
  justify-content: space-between;
}
.cid-uCMFXiSkzp .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uCMFXiSkzp .content-wrapper {
    padding: 0;
  }
}
.cid-uCMFXiSkzp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCMFXiSkzp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uCMFXiSkzp .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCMFXiSkzp .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uCMFXiSkzp .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCMFXiSkzp .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uCMFXiSkzp .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uCMFXiSkzp .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uCMFXiSkzp .mbr-section-title {
  color: #000000;
}
.cid-uCMFXiSkzp .mbr-desc {
  color: #000000;
}
.cid-uCMFXiSkzp .mbr-text {
  color: #ffffff;
}
.cid-uCMFXiSkzp .mbr-section-title,
.cid-uCMFXiSkzp .mbr-section-btn {
  color: #ffffff;
}
.cid-uCMFXjebji {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uCMFXjebji .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uCMFXjebji .mbr-text,
.cid-uCMFXjebji .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uCMFXjAz2N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uCMFXjAz2N .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uCMFXjAz2N .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uCMFXjAz2N .card:hover {
  margin-top: -0.6rem;
}
.cid-uCMFXjAz2N .card-wrapper {
  position: relative;
}
.cid-uCMFXjAz2N .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uCMFXjAz2N .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uCMFXjAz2N .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-uCMFXjAz2N .big {
  margin-top: -25%;
}
.cid-uCMFXjAz2N .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-uCMFXjAz2N .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uCMFXjAz2N .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uCMFXjAz2N .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uCMFXk4oM1.popup-builder {
  background-color: #ffffff;
}
.cid-uCMFXk4oM1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uCMFXk4oM1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uCMFXk4oM1 .modal-content,
.cid-uCMFXk4oM1 .modal-dialog {
  height: auto;
}
.cid-uCMFXk4oM1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uCMFXk4oM1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uCMFXk4oM1 .form-wrapper .mbr-form .form-group,
  .cid-uCMFXk4oM1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uCMFXk4oM1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uCMFXk4oM1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCMFXk4oM1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uCMFXk4oM1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uCMFXk4oM1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uCMFXk4oM1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uCMFXk4oM1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uCMFXk4oM1 .modal-open {
  overflow: hidden;
}
.cid-uCMFXk4oM1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uCMFXk4oM1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uCMFXk4oM1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uCMFXk4oM1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uCMFXk4oM1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uCMFXk4oM1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uCMFXk4oM1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uCMFXk4oM1 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uCMFXk4oM1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uCMFXk4oM1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uCMFXk4oM1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uCMFXk4oM1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uCMFXk4oM1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uCMFXk4oM1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCMFXk4oM1 .modal-header {
    padding: 1rem;
  }
}
.cid-uCMFXk4oM1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uCMFXk4oM1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uCMFXk4oM1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uCMFXk4oM1 .modal-header .close:focus {
  outline: none;
}
.cid-uCMFXk4oM1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uCMFXk4oM1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uCMFXk4oM1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCMFXk4oM1 .modal-body {
    padding: 1rem;
  }
}
.cid-uCMFXk4oM1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uCMFXk4oM1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCMFXk4oM1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uCMFXk4oM1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uCMFXk4oM1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uCMFXk4oM1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uCMFXk4oM1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uCMFXk4oM1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uCMFXk4oM1 .modal-lg,
  .cid-uCMFXk4oM1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uCMFXk4oM1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uCMFXk4oM1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uCMFXk4oM1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uCMFXk4oM1 .form-group {
  margin-bottom: 1rem;
}
.cid-uCMFXk4oM1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uCMFXk4oM1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uCMFXk4oM1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uCMFXk4oM1 .mbr-section-btn {
  margin: 0;
}
.cid-uCMFXk4oM1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uCMFXk4oM1 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uCMFXk4oM1 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uCMFXk4oM1 #creativecommons img,
.cid-uCMFXk4oM1 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uCMFXkyHpM.popup-builder {
  background-color: #ffffff;
}
.cid-uCMFXkyHpM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uCMFXkyHpM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uCMFXkyHpM .modal-content,
.cid-uCMFXkyHpM .modal-dialog {
  height: auto;
}
.cid-uCMFXkyHpM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uCMFXkyHpM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uCMFXkyHpM .form-wrapper .mbr-form .form-group,
  .cid-uCMFXkyHpM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uCMFXkyHpM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uCMFXkyHpM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCMFXkyHpM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uCMFXkyHpM .pt-0 {
  padding-top: 0 !important;
}
.cid-uCMFXkyHpM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uCMFXkyHpM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uCMFXkyHpM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uCMFXkyHpM .modal-open {
  overflow: hidden;
}
.cid-uCMFXkyHpM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uCMFXkyHpM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uCMFXkyHpM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uCMFXkyHpM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uCMFXkyHpM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uCMFXkyHpM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uCMFXkyHpM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uCMFXkyHpM .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uCMFXkyHpM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uCMFXkyHpM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uCMFXkyHpM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uCMFXkyHpM .modal-backdrop.show {
  opacity: .5;
}
.cid-uCMFXkyHpM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uCMFXkyHpM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCMFXkyHpM .modal-header {
    padding: 1rem;
  }
}
.cid-uCMFXkyHpM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uCMFXkyHpM .modal-header .close svg {
  fill: #ffffff;
}
.cid-uCMFXkyHpM .modal-header .close:hover {
  opacity: 1;
}
.cid-uCMFXkyHpM .modal-header .close:focus {
  outline: none;
}
.cid-uCMFXkyHpM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uCMFXkyHpM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uCMFXkyHpM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCMFXkyHpM .modal-body {
    padding: 1rem;
  }
}
.cid-uCMFXkyHpM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uCMFXkyHpM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCMFXkyHpM .modal-footer {
    padding: 1rem;
  }
}
.cid-uCMFXkyHpM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uCMFXkyHpM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uCMFXkyHpM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uCMFXkyHpM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uCMFXkyHpM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uCMFXkyHpM .modal-lg,
  .cid-uCMFXkyHpM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uCMFXkyHpM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uCMFXkyHpM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uCMFXkyHpM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uCMFXkyHpM .form-group {
  margin-bottom: 1rem;
}
.cid-uCMFXkyHpM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uCMFXkyHpM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uCMFXkyHpM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uCMFXkyHpM .mbr-section-btn {
  margin: 0;
}
.cid-uCMFXkyHpM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uCMFXl008a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCMFXl008a .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uCMFXlndcx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uCMFXlndcx .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uCMFXlndcx .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uCMFXlndcx .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uCMFXlndcx .bg-youtube:hover {
  background: #cc0000;
}
.cid-uCMFXlndcx .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uCMFXlndcx .bg-twitch:hover {
  background: #7313ff;
}
.cid-uCMFXlndcx .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-uCMFXlndcx [class^="socicon-"]:before,
.cid-uCMFXlndcx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uCMFXlndcx .mbr-section-title,
.cid-uCMFXlndcx .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uCMFXlQKiJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uCMFXlQKiJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uCMFXlQKiJ .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uCMFXlQKiJ .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-uCMFXlQKiJ .form-control:focus,
.cid-uCMFXlQKiJ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uCMFXlQKiJ .form-group {
  margin-bottom: 1rem;
}
.cid-uCMFXlQKiJ input::-webkit-input-placeholder,
.cid-uCMFXlQKiJ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uCMFXlQKiJ input:-moz-placeholder,
.cid-uCMFXlQKiJ textarea:-moz-placeholder {
  color: #656565;
}
.cid-uCMFXlQKiJ .jq-selectbox li,
.cid-uCMFXlQKiJ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uCMFXlQKiJ .jq-selectbox li:hover,
.cid-uCMFXlQKiJ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uCMFXlQKiJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uCMFXlQKiJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uCMFXlQKiJ textarea.form-control {
  resize: none;
}
.cid-uCMFXlQKiJ .input-group-btn {
  display: inline-block;
}
.cid-uCMFXlQKiJ .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uCMFXlQKiJ .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCMFXlQKiJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCMFXlQKiJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uCMFXlQKiJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uCMFXlQKiJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uCMFXlQKiJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCMFXlQKiJ .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uCMFXlQKiJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uCMFXlQKiJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uCMFXlQKiJ .form-control,
.cid-uCMFXlQKiJ .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uCMFXlQKiJ #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uCMFXlQKiJ #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uCMFXlQKiJ #creativecommons img,
.cid-uCMFXlQKiJ iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uCMFXlQKiJ .offset-md-1 {
  margin-left: 1vw;
}
.cid-uCMFXmLIzi.popup-builder {
  background-color: #ffffff;
}
.cid-uCMFXmLIzi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uCMFXmLIzi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uCMFXmLIzi .modal-content,
.cid-uCMFXmLIzi .modal-dialog {
  height: auto;
}
.cid-uCMFXmLIzi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uCMFXmLIzi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uCMFXmLIzi .form-wrapper .mbr-form .form-group,
  .cid-uCMFXmLIzi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uCMFXmLIzi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uCMFXmLIzi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCMFXmLIzi .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uCMFXmLIzi .pt-0 {
  padding-top: 0 !important;
}
.cid-uCMFXmLIzi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uCMFXmLIzi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uCMFXmLIzi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uCMFXmLIzi .modal-open {
  overflow: hidden;
}
.cid-uCMFXmLIzi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uCMFXmLIzi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uCMFXmLIzi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uCMFXmLIzi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uCMFXmLIzi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uCMFXmLIzi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uCMFXmLIzi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uCMFXmLIzi .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uCMFXmLIzi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uCMFXmLIzi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uCMFXmLIzi .modal-backdrop.fade {
  opacity: 0;
}
.cid-uCMFXmLIzi .modal-backdrop.show {
  opacity: .5;
}
.cid-uCMFXmLIzi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uCMFXmLIzi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCMFXmLIzi .modal-header {
    padding: 1rem;
  }
}
.cid-uCMFXmLIzi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uCMFXmLIzi .modal-header .close svg {
  fill: #ffffff;
}
.cid-uCMFXmLIzi .modal-header .close:hover {
  opacity: 1;
}
.cid-uCMFXmLIzi .modal-header .close:focus {
  outline: none;
}
.cid-uCMFXmLIzi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uCMFXmLIzi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uCMFXmLIzi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCMFXmLIzi .modal-body {
    padding: 1rem;
  }
}
.cid-uCMFXmLIzi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uCMFXmLIzi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCMFXmLIzi .modal-footer {
    padding: 1rem;
  }
}
.cid-uCMFXmLIzi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uCMFXmLIzi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uCMFXmLIzi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uCMFXmLIzi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uCMFXmLIzi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uCMFXmLIzi .modal-lg,
  .cid-uCMFXmLIzi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uCMFXmLIzi .modal-xl {
    max-width: 1140px;
  }
}
.cid-uCMFXmLIzi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uCMFXmLIzi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uCMFXmLIzi .form-group {
  margin-bottom: 1rem;
}
.cid-uCMFXmLIzi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uCMFXmLIzi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uCMFXmLIzi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uCMFXmLIzi .mbr-section-btn {
  margin: 0;
}
.cid-uCMFXmLIzi .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFd7FJallo.popup-builder {
  background-color: #ffffff;
}
.cid-uFd7FJallo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFd7FJallo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFd7FJallo .modal-content,
.cid-uFd7FJallo .modal-dialog {
  height: auto;
  min-height: 90vh;
}
.cid-uFd7FJallo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFd7FJallo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFd7FJallo .form-wrapper .mbr-form .form-group,
  .cid-uFd7FJallo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFd7FJallo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFd7FJallo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFd7FJallo .mbr-text {
  text-align: center;
}
.cid-uFd7FJallo .pt-0 {
  padding-top: 0 !important;
}
.cid-uFd7FJallo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFd7FJallo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFd7FJallo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFd7FJallo .modal-open {
  overflow: hidden;
}
.cid-uFd7FJallo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFd7FJallo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFd7FJallo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFd7FJallo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFd7FJallo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFd7FJallo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFd7FJallo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFd7FJallo .modal-content {
  background: #212428;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFd7FJallo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFd7FJallo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFd7FJallo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFd7FJallo .modal-backdrop.show {
  opacity: .5;
}
.cid-uFd7FJallo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFd7FJallo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFd7FJallo .modal-header {
    padding: 1rem;
  }
}
.cid-uFd7FJallo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFd7FJallo .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFd7FJallo .modal-header .close:hover {
  opacity: 1;
}
.cid-uFd7FJallo .modal-header .close:focus {
  outline: none;
}
.cid-uFd7FJallo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFd7FJallo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFd7FJallo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFd7FJallo .modal-body {
    padding: 1rem;
  }
}
.cid-uFd7FJallo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFd7FJallo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFd7FJallo .modal-footer {
    padding: 1rem;
  }
}
.cid-uFd7FJallo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFd7FJallo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFd7FJallo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFd7FJallo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFd7FJallo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFd7FJallo .modal-lg,
  .cid-uFd7FJallo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFd7FJallo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFd7FJallo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFd7FJallo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFd7FJallo .form-group {
  margin-bottom: 1rem;
}
.cid-uFd7FJallo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFd7FJallo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFd7FJallo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFd7FJallo .mbr-section-btn {
  margin: 0;
}
.cid-uFd7FJallo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFd7FJallo .organisme {
  min-height: 90vh;
}
.cid-uFd7FJallo .container {
  margin-top: 0;
}
.cid-uFdgIfDk02.popup-builder {
  background-color: #ffffff;
}
.cid-uFdgIfDk02.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFdgIfDk02.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFdgIfDk02 .modal-content,
.cid-uFdgIfDk02 .modal-dialog {
  height: auto;
  min-height: 90vh;
}
.cid-uFdgIfDk02 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFdgIfDk02 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFdgIfDk02 .form-wrapper .mbr-form .form-group,
  .cid-uFdgIfDk02 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFdgIfDk02 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFdgIfDk02 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFdgIfDk02 .mbr-text {
  text-align: center;
}
.cid-uFdgIfDk02 .pt-0 {
  padding-top: 0 !important;
}
.cid-uFdgIfDk02 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFdgIfDk02 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFdgIfDk02 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFdgIfDk02 .modal-open {
  overflow: hidden;
}
.cid-uFdgIfDk02 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFdgIfDk02 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFdgIfDk02 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFdgIfDk02 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFdgIfDk02 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFdgIfDk02 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFdgIfDk02 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFdgIfDk02 .modal-content {
  background: #212428;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFdgIfDk02 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFdgIfDk02 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFdgIfDk02 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFdgIfDk02 .modal-backdrop.show {
  opacity: .5;
}
.cid-uFdgIfDk02 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFdgIfDk02 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFdgIfDk02 .modal-header {
    padding: 1rem;
  }
}
.cid-uFdgIfDk02 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFdgIfDk02 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFdgIfDk02 .modal-header .close:hover {
  opacity: 1;
}
.cid-uFdgIfDk02 .modal-header .close:focus {
  outline: none;
}
.cid-uFdgIfDk02 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFdgIfDk02 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFdgIfDk02 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFdgIfDk02 .modal-body {
    padding: 1rem;
  }
}
.cid-uFdgIfDk02 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFdgIfDk02 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFdgIfDk02 .modal-footer {
    padding: 1rem;
  }
}
.cid-uFdgIfDk02 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFdgIfDk02 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFdgIfDk02 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFdgIfDk02 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFdgIfDk02 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFdgIfDk02 .modal-lg,
  .cid-uFdgIfDk02 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFdgIfDk02 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFdgIfDk02 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFdgIfDk02 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFdgIfDk02 .form-group {
  margin-bottom: 1rem;
}
.cid-uFdgIfDk02 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFdgIfDk02 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFdgIfDk02 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFdgIfDk02 .mbr-section-btn {
  margin: 0;
}
.cid-uFdgIfDk02 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFdgIfDk02 .organisme {
  min-height: 90vh;
}
.cid-uFdgIfDk02 .container {
  margin-top: 0;
}
.cid-uFdgIIWU5K.popup-builder {
  background-color: #ffffff;
}
.cid-uFdgIIWU5K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFdgIIWU5K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFdgIIWU5K .modal-content,
.cid-uFdgIIWU5K .modal-dialog {
  height: auto;
  min-height: 90vh;
}
.cid-uFdgIIWU5K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFdgIIWU5K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFdgIIWU5K .form-wrapper .mbr-form .form-group,
  .cid-uFdgIIWU5K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFdgIIWU5K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFdgIIWU5K .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFdgIIWU5K .mbr-text {
  text-align: center;
}
.cid-uFdgIIWU5K .pt-0 {
  padding-top: 0 !important;
}
.cid-uFdgIIWU5K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFdgIIWU5K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFdgIIWU5K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFdgIIWU5K .modal-open {
  overflow: hidden;
}
.cid-uFdgIIWU5K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFdgIIWU5K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFdgIIWU5K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFdgIIWU5K .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFdgIIWU5K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFdgIIWU5K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFdgIIWU5K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFdgIIWU5K .modal-content {
  background: #212428;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFdgIIWU5K .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFdgIIWU5K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFdgIIWU5K .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFdgIIWU5K .modal-backdrop.show {
  opacity: .5;
}
.cid-uFdgIIWU5K .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFdgIIWU5K .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFdgIIWU5K .modal-header {
    padding: 1rem;
  }
}
.cid-uFdgIIWU5K .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFdgIIWU5K .modal-header .close svg {
  fill: #353535;
}
.cid-uFdgIIWU5K .modal-header .close:hover {
  opacity: 1;
}
.cid-uFdgIIWU5K .modal-header .close:focus {
  outline: none;
}
.cid-uFdgIIWU5K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFdgIIWU5K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFdgIIWU5K .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFdgIIWU5K .modal-body {
    padding: 1rem;
  }
}
.cid-uFdgIIWU5K .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFdgIIWU5K .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFdgIIWU5K .modal-footer {
    padding: 1rem;
  }
}
.cid-uFdgIIWU5K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFdgIIWU5K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFdgIIWU5K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFdgIIWU5K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFdgIIWU5K .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFdgIIWU5K .modal-lg,
  .cid-uFdgIIWU5K .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFdgIIWU5K .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFdgIIWU5K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFdgIIWU5K .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFdgIIWU5K .form-group {
  margin-bottom: 1rem;
}
.cid-uFdgIIWU5K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFdgIIWU5K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFdgIIWU5K .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFdgIIWU5K .mbr-section-btn {
  margin: 0;
}
.cid-uFdgIIWU5K .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFdgIIWU5K .organisme {
  min-height: 90vh;
}
.cid-uFdgIIWU5K .container {
  margin-top: 0;
}
.cid-uO0XgRzEF5.popup-builder {
  background-color: #ffffff;
}
.cid-uO0XgRzEF5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO0XgRzEF5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO0XgRzEF5 .modal-content,
.cid-uO0XgRzEF5 .modal-dialog {
  height: auto;
}
.cid-uO0XgRzEF5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO0XgRzEF5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO0XgRzEF5 .form-wrapper .mbr-form .form-group,
  .cid-uO0XgRzEF5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO0XgRzEF5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO0XgRzEF5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uO0XgRzEF5 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO0XgRzEF5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uO0XgRzEF5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO0XgRzEF5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO0XgRzEF5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO0XgRzEF5 .modal-open {
  overflow: hidden;
}
.cid-uO0XgRzEF5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO0XgRzEF5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO0XgRzEF5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO0XgRzEF5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uO0XgRzEF5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO0XgRzEF5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO0XgRzEF5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO0XgRzEF5 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uO0XgRzEF5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO0XgRzEF5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO0XgRzEF5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO0XgRzEF5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uO0XgRzEF5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uO0XgRzEF5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzEF5 .modal-header {
    padding: 1rem;
  }
}
.cid-uO0XgRzEF5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO0XgRzEF5 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO0XgRzEF5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uO0XgRzEF5 .modal-header .close:focus {
  outline: none;
}
.cid-uO0XgRzEF5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO0XgRzEF5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO0XgRzEF5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzEF5 .modal-body {
    padding: 1rem;
  }
}
.cid-uO0XgRzEF5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uO0XgRzEF5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzEF5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uO0XgRzEF5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO0XgRzEF5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO0XgRzEF5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO0XgRzEF5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO0XgRzEF5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO0XgRzEF5 .modal-lg,
  .cid-uO0XgRzEF5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO0XgRzEF5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO0XgRzEF5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO0XgRzEF5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uO0XgRzEF5 .form-group {
  margin-bottom: 1rem;
}
.cid-uO0XgRzEF5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO0XgRzEF5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO0XgRzEF5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uO0XgRzEF5 .mbr-section-btn {
  margin: 0;
}
.cid-uO0XgRzEF5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELwRo69Ei {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELwRo69Ei nav.navbar {
  position: fixed;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELwRo69Ei .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELwRo69Ei #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELwRo69Ei .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELwRo69Ei .dropdown-item:hover,
.cid-uELwRo69Ei .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELwRo69Ei .dropdown-item:hover span {
  color: white;
}
.cid-uELwRo69Ei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELwRo69Ei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELwRo69Ei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELwRo69Ei .nav-link {
  position: relative;
}
.cid-uELwRo69Ei .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELwRo69Ei .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELwRo69Ei .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELwRo69Ei .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELwRo69Ei .dropdown-menu,
.cid-uELwRo69Ei .navbar.opened {
  background: #353535 !important;
}
.cid-uELwRo69Ei .nav-item:focus,
.cid-uELwRo69Ei .nav-link:focus {
  outline: none;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELwRo69Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELwRo69Ei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELwRo69Ei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.opened {
  transition: all 0.3s;
}
.cid-uELwRo69Ei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELwRo69Ei .navbar .navbar-logo img {
  width: auto;
}
.cid-uELwRo69Ei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELwRo69Ei .navbar.collapsed {
  justify-content: center;
}
.cid-uELwRo69Ei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELwRo69Ei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELwRo69Ei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELwRo69Ei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELwRo69Ei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELwRo69Ei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELwRo69Ei .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-uELwRo69Ei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELwRo69Ei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELwRo69Ei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELwRo69Ei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELwRo69Ei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELwRo69Ei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELwRo69Ei .dropdown-item.active,
.cid-uELwRo69Ei .dropdown-item:active {
  background-color: transparent;
}
.cid-uELwRo69Ei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELwRo69Ei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELwRo69Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELwRo69Ei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELwRo69Ei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELwRo69Ei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELwRo69Ei button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELwRo69Ei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELwRo69Ei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELwRo69Ei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELwRo69Ei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar {
    height: 70px;
  }
  .cid-uELwRo69Ei .navbar.opened {
    height: auto;
  }
  .cid-uELwRo69Ei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELwRo69Ei .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELwRo69Ei .navbar-toggler {
  margin-left: 10px;
}
.cid-uELwRo69Ei .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-uELwRo69Ei .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELwRo69Ei .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-text {
    display: none;
  }
}
.cid-uELwRo69Ei .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELwRo69Ei .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELwRo69Ei .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELwRo69Ei .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-uELwRo69Ei #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-uELwRo69Ei #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-uELwRo69Ei #vol {
    display: none;
  }
}
.cid-uELwRo69Ei .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-yk {
  /* Type valid CSS here */
}
#custom-html-yk div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-yk .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uEGqhLl2YC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uEGqhLl2YC .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uEGqhM5Nxu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/herbier.jpg-2000x878.jpg");
}
.cid-uEGqhM5Nxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGqhM5Nxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEGqhM5Nxu .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uEGqhM5Nxu .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uEGqhM5Nxu .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uEGqhM5Nxu .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uEGqhM5Nxu .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #6592e6 !important;
}
.cid-uEGqhM5Nxu .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uEGqhM5Nxu .title-wrapper {
  opacity: 0.7;
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uEGqhM5Nxu .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uEGqhM5Nxu .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-uEGqhM5Nxu .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uEGqhM5Nxu .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-uEGqhM5Nxu .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-uEGqhM5Nxu .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-uEGqhM5Nxu .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-uEGqhM5Nxu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uEGqhM5Nxu .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uEGqhM5Nxu .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uEGqhM5Nxu .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-uEGqhM5Nxu .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-uEGqhM5Nxu .mbr-link,
.cid-uEGqhM5Nxu .mbr-iconfont {
  color: #8c8c8c;
}
.cid-uEGqhM5Nxu .mbr-section-title {
  color: #000000;
}
.cid-uEGqhM5Nxu .mbr-text {
  color: #ffffff;
}
.cid-uEGqhM5Nxu .mbr-section-title,
.cid-uEGqhM5Nxu .mbr-section-btn,
.cid-uEGqhM5Nxu .title-link-wrap {
  color: #4479d9;
}
.cid-uEGqhMIUl7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #212428;
}
.cid-uEGqhMIUl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGqhMIUl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEGqhMIUl7 p {
  line-height: 2;
}
.cid-uEGqhMIUl7 a:hover {
  text-decoration: underline;
}
.cid-uEGqhMIUl7 .mbr-text {
  color: #ffffff;
}
.cid-uEGqhNkKUb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uEGqhNkKUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGqhNkKUb .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-uEGqhNkKUb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEGqhNkKUb img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uEGqhNkKUb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEGqhNkKUb .mbr-section-title {
  color: #4479d9;
}
.cid-uEGqhNkKUb .mbr-text {
  color: #bbbbbb;
}
.cid-uEGqhNkKUb .mbr-description {
  color: #4479d9;
}
.cid-uF9iAoyTF0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-uF9iAoyTF0 blockquote {
  border-color: #ff9e00;
  border-radius: 4px;
  background-color: #000000;
}
.cid-uF9iAoyTF0 .mbr-text {
  color: #ffffff;
}
.cid-uF9iAoyTF0 .mbr-section-title {
  color: #ff9e00;
}
.cid-uEGqhNWaZa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uEGqhNWaZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGqhNWaZa .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-uEGqhNWaZa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEGqhNWaZa .row {
  flex-direction: row-reverse;
}
.cid-uEGqhNWaZa img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uEGqhNWaZa .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEGqhNWaZa .mbr-section-title {
  color: #4479d9;
}
.cid-uEGqhNWaZa .mbr-text {
  color: #bbbbbb;
}
.cid-uEGqhNWaZa .mbr-description {
  color: #4479d9;
}
.cid-uEGqhPtWef {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uEGqhPtWef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGqhPtWef .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-uEGqhPtWef .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEGqhPtWef img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uEGqhPtWef .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEGqhPtWef .mbr-section-title {
  color: #4479d9;
}
.cid-uEGqhPtWef .mbr-text {
  color: #bbbbbb;
}
.cid-uEGqhPtWef .mbr-description {
  color: #4479d9;
}
.cid-uF4iMKzkjF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uF4iMKzkjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4iMKzkjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF4iMKzkjF .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uF4iMKzkjF .container {
    padding: 0 16px;
  }
}
.cid-uF4iMKzkjF .row {
  background-color: #212428;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-uF4iMKzkjF .item {
  padding: 40px 80px;
  border-right: 1px solid #ff9e00;
}
@media (max-width: 1200px) {
  .cid-uF4iMKzkjF .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uF4iMKzkjF .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #ff9e00;
  }
}
.cid-uF4iMKzkjF .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uF4iMKzkjF .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-uF4iMKzkjF .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-uF4iMKzkjF .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-uF4iMKzkjF .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uF4iMKzkjF .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uF4iMKzkjF .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-uF4iMKzkjF .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-uF4iMKzkjF .card-title {
  color: #000000;
}
.cid-uF4iMKzkjF .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uF4iMKzkjF .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uF4iMKzkjF .card-title,
.cid-uF4iMKzkjF .item-img,
.cid-uF4iMKzkjF .mbr-section-btn {
  text-align: center;
}
.cid-uF4iMKzkjF .card-title,
.cid-uF4iMKzkjF .mbr-section-btn,
.cid-uF4iMKzkjF .item-img {
  color: #4479d9;
  text-align: left;
}
.cid-uEGqhRzXFs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uEGqhRzXFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGqhRzXFs .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-uEGqhRzXFs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEGqhRzXFs img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uEGqhRzXFs .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEGqhRzXFs .mbr-section-title {
  color: #4479d9;
}
.cid-uEGqhRzXFs .mbr-text {
  color: #bbbbbb;
}
.cid-uEGqhRzXFs .mbr-description {
  color: #4479d9;
}
.cid-uEGqhS0Wo6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uEGqhS0Wo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGqhS0Wo6 .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-uEGqhS0Wo6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEGqhS0Wo6 .row {
  flex-direction: row-reverse;
}
.cid-uEGqhS0Wo6 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uEGqhS0Wo6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEGqhS0Wo6 .mbr-section-title {
  color: #4479d9;
}
.cid-uEGqhS0Wo6 .mbr-text {
  color: #bbbbbb;
}
.cid-uEGqhS0Wo6 .mbr-description {
  color: #4479d9;
}
.cid-uEGqhSsyPc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uEGqhSsyPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGqhSsyPc .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-uEGqhSsyPc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEGqhSsyPc img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uEGqhSsyPc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEGqhSsyPc .mbr-section-title {
  color: #4479d9;
}
.cid-uEGqhSsyPc .mbr-text {
  color: #bbbbbb;
}
.cid-uEGqhSsyPc .mbr-description {
  color: #4479d9;
}
.cid-uEVUQQEIHt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uEVUQQEIHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEVUQQEIHt .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-uEVUQQEIHt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEVUQQEIHt .row {
  flex-direction: row-reverse;
}
.cid-uEVUQQEIHt img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uEVUQQEIHt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEVUQQEIHt .mbr-section-title {
  color: #4479d9;
}
.cid-uEVUQQEIHt .mbr-text {
  color: #ffffff;
}
.cid-uEVUQQEIHt .mbr-description {
  color: #4479d9;
}
.cid-uF9qXPWAVY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF9qXPWAVY .container {
    padding: 0 24px;
  }
}
.cid-uF9qXPWAVY .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uF9qXPWAVY .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uF9qXPWAVY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF9qXPWAVY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF9qXPWAVY .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uF9qXPWAVY .mbr-section-btn {
    text-align: left;
  }
}
.cid-uF9qXPWAVY .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF9qXPWAVY .mbr-text {
  color: #ffffff;
}
.cid-uF9qXPWAVY .mbr-section-title,
.cid-uF9qXPWAVY .mbr-section-btn {
  color: #4479d9;
}
.cid-uEGqhTjfd1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uEGqhTjfd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGqhTjfd1 .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-uEGqhTjfd1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEGqhTjfd1 img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uEGqhTjfd1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEGqhTjfd1 .mbr-section-title {
  color: #4479d9;
}
.cid-uEGqhTjfd1 .mbr-text {
  color: #bbbbbb;
}
.cid-uEGqhTjfd1 .mbr-description {
  color: #4479d9;
}
.cid-uF9qfrA8dI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-uF9qfrA8dI .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uEGqhU6cKN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uEGqhU6cKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGqhU6cKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEGqhU6cKN .row {
  justify-content: space-between;
}
.cid-uEGqhU6cKN .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEGqhU6cKN .content-wrapper {
    padding: 0;
  }
}
.cid-uEGqhU6cKN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEGqhU6cKN .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEGqhU6cKN .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEGqhU6cKN .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEGqhU6cKN .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEGqhU6cKN .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEGqhU6cKN .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEGqhU6cKN .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEGqhU6cKN .mbr-section-title {
  color: #000000;
}
.cid-uEGqhU6cKN .mbr-desc {
  color: #000000;
}
.cid-uEGqhU6cKN .mbr-text {
  color: #ffffff;
}
.cid-uEGqhU6cKN .mbr-section-title,
.cid-uEGqhU6cKN .mbr-section-btn {
  color: #ffffff;
}
.cid-uEGqhUvgUG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uEGqhUvgUG .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uEGqhUvgUG .mbr-text,
.cid-uEGqhUvgUG .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uEGqhUTcfV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uEGqhUTcfV .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uEGqhUTcfV .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uEGqhUTcfV .card:hover {
  margin-top: -0.6rem;
}
.cid-uEGqhUTcfV .card-wrapper {
  position: relative;
}
.cid-uEGqhUTcfV .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uEGqhUTcfV .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uEGqhUTcfV .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-uEGqhUTcfV .big {
  margin-top: -25%;
}
.cid-uEGqhUTcfV .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-uEGqhUTcfV .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uEGqhUTcfV .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uEGqhUTcfV .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uEGqhVpFUX.popup-builder {
  background-color: #ffffff;
}
.cid-uEGqhVpFUX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uEGqhVpFUX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uEGqhVpFUX .modal-content,
.cid-uEGqhVpFUX .modal-dialog {
  height: auto;
}
.cid-uEGqhVpFUX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uEGqhVpFUX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uEGqhVpFUX .form-wrapper .mbr-form .form-group,
  .cid-uEGqhVpFUX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uEGqhVpFUX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uEGqhVpFUX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEGqhVpFUX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uEGqhVpFUX .pt-0 {
  padding-top: 0 !important;
}
.cid-uEGqhVpFUX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uEGqhVpFUX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uEGqhVpFUX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uEGqhVpFUX .modal-open {
  overflow: hidden;
}
.cid-uEGqhVpFUX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uEGqhVpFUX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uEGqhVpFUX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uEGqhVpFUX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uEGqhVpFUX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uEGqhVpFUX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uEGqhVpFUX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uEGqhVpFUX .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uEGqhVpFUX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uEGqhVpFUX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uEGqhVpFUX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uEGqhVpFUX .modal-backdrop.show {
  opacity: .5;
}
.cid-uEGqhVpFUX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uEGqhVpFUX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEGqhVpFUX .modal-header {
    padding: 1rem;
  }
}
.cid-uEGqhVpFUX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uEGqhVpFUX .modal-header .close svg {
  fill: #ffffff;
}
.cid-uEGqhVpFUX .modal-header .close:hover {
  opacity: 1;
}
.cid-uEGqhVpFUX .modal-header .close:focus {
  outline: none;
}
.cid-uEGqhVpFUX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uEGqhVpFUX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uEGqhVpFUX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEGqhVpFUX .modal-body {
    padding: 1rem;
  }
}
.cid-uEGqhVpFUX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uEGqhVpFUX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEGqhVpFUX .modal-footer {
    padding: 1rem;
  }
}
.cid-uEGqhVpFUX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uEGqhVpFUX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uEGqhVpFUX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uEGqhVpFUX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uEGqhVpFUX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uEGqhVpFUX .modal-lg,
  .cid-uEGqhVpFUX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uEGqhVpFUX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uEGqhVpFUX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uEGqhVpFUX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uEGqhVpFUX .form-group {
  margin-bottom: 1rem;
}
.cid-uEGqhVpFUX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uEGqhVpFUX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uEGqhVpFUX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uEGqhVpFUX .mbr-section-btn {
  margin: 0;
}
.cid-uEGqhVpFUX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uEGqhVpFUX #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uEGqhVpFUX #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uEGqhVpFUX #creativecommons img,
.cid-uEGqhVpFUX iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uEGqhW0rL2.popup-builder {
  background-color: #ffffff;
}
.cid-uEGqhW0rL2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uEGqhW0rL2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uEGqhW0rL2 .modal-content,
.cid-uEGqhW0rL2 .modal-dialog {
  height: auto;
}
.cid-uEGqhW0rL2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uEGqhW0rL2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uEGqhW0rL2 .form-wrapper .mbr-form .form-group,
  .cid-uEGqhW0rL2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uEGqhW0rL2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uEGqhW0rL2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEGqhW0rL2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uEGqhW0rL2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uEGqhW0rL2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uEGqhW0rL2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uEGqhW0rL2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uEGqhW0rL2 .modal-open {
  overflow: hidden;
}
.cid-uEGqhW0rL2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uEGqhW0rL2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uEGqhW0rL2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uEGqhW0rL2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uEGqhW0rL2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uEGqhW0rL2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uEGqhW0rL2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uEGqhW0rL2 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uEGqhW0rL2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uEGqhW0rL2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uEGqhW0rL2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uEGqhW0rL2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uEGqhW0rL2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uEGqhW0rL2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEGqhW0rL2 .modal-header {
    padding: 1rem;
  }
}
.cid-uEGqhW0rL2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uEGqhW0rL2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uEGqhW0rL2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uEGqhW0rL2 .modal-header .close:focus {
  outline: none;
}
.cid-uEGqhW0rL2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uEGqhW0rL2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uEGqhW0rL2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEGqhW0rL2 .modal-body {
    padding: 1rem;
  }
}
.cid-uEGqhW0rL2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uEGqhW0rL2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEGqhW0rL2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uEGqhW0rL2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uEGqhW0rL2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uEGqhW0rL2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uEGqhW0rL2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uEGqhW0rL2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uEGqhW0rL2 .modal-lg,
  .cid-uEGqhW0rL2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uEGqhW0rL2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uEGqhW0rL2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uEGqhW0rL2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uEGqhW0rL2 .form-group {
  margin-bottom: 1rem;
}
.cid-uEGqhW0rL2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uEGqhW0rL2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uEGqhW0rL2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uEGqhW0rL2 .mbr-section-btn {
  margin: 0;
}
.cid-uEGqhW0rL2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uEGqhWvlA7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uEGqhWvlA7 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uEGqhWWJW8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uEGqhWWJW8 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uEGqhWWJW8 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uEGqhWWJW8 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uEGqhWWJW8 .bg-youtube:hover {
  background: #cc0000;
}
.cid-uEGqhWWJW8 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uEGqhWWJW8 .bg-twitch:hover {
  background: #7313ff;
}
.cid-uEGqhWWJW8 .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-uEGqhWWJW8 [class^="socicon-"]:before,
.cid-uEGqhWWJW8 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uEGqhWWJW8 .mbr-section-title,
.cid-uEGqhWWJW8 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uEGqhXs3vt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uEGqhXs3vt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uEGqhXs3vt .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uEGqhXs3vt .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-uEGqhXs3vt .form-control:focus,
.cid-uEGqhXs3vt .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uEGqhXs3vt .form-group {
  margin-bottom: 1rem;
}
.cid-uEGqhXs3vt input::-webkit-input-placeholder,
.cid-uEGqhXs3vt textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uEGqhXs3vt input:-moz-placeholder,
.cid-uEGqhXs3vt textarea:-moz-placeholder {
  color: #656565;
}
.cid-uEGqhXs3vt .jq-selectbox li,
.cid-uEGqhXs3vt .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uEGqhXs3vt .jq-selectbox li:hover,
.cid-uEGqhXs3vt .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uEGqhXs3vt .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uEGqhXs3vt .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uEGqhXs3vt textarea.form-control {
  resize: none;
}
.cid-uEGqhXs3vt .input-group-btn {
  display: inline-block;
}
.cid-uEGqhXs3vt .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uEGqhXs3vt .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEGqhXs3vt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEGqhXs3vt .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uEGqhXs3vt .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uEGqhXs3vt .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uEGqhXs3vt .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uEGqhXs3vt .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uEGqhXs3vt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uEGqhXs3vt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uEGqhXs3vt .form-control,
.cid-uEGqhXs3vt .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uEGqhXs3vt #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uEGqhXs3vt #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uEGqhXs3vt #creativecommons img,
.cid-uEGqhXs3vt iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uEGqhXs3vt .offset-md-1 {
  margin-left: 1vw;
}
.cid-uEGqhYw6Z1.popup-builder {
  background-color: #ffffff;
}
.cid-uEGqhYw6Z1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uEGqhYw6Z1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uEGqhYw6Z1 .modal-content,
.cid-uEGqhYw6Z1 .modal-dialog {
  height: auto;
}
.cid-uEGqhYw6Z1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uEGqhYw6Z1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uEGqhYw6Z1 .form-wrapper .mbr-form .form-group,
  .cid-uEGqhYw6Z1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uEGqhYw6Z1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uEGqhYw6Z1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEGqhYw6Z1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uEGqhYw6Z1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uEGqhYw6Z1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uEGqhYw6Z1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uEGqhYw6Z1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uEGqhYw6Z1 .modal-open {
  overflow: hidden;
}
.cid-uEGqhYw6Z1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uEGqhYw6Z1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uEGqhYw6Z1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uEGqhYw6Z1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uEGqhYw6Z1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uEGqhYw6Z1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uEGqhYw6Z1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uEGqhYw6Z1 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uEGqhYw6Z1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uEGqhYw6Z1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uEGqhYw6Z1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uEGqhYw6Z1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uEGqhYw6Z1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uEGqhYw6Z1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEGqhYw6Z1 .modal-header {
    padding: 1rem;
  }
}
.cid-uEGqhYw6Z1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uEGqhYw6Z1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uEGqhYw6Z1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uEGqhYw6Z1 .modal-header .close:focus {
  outline: none;
}
.cid-uEGqhYw6Z1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uEGqhYw6Z1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uEGqhYw6Z1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEGqhYw6Z1 .modal-body {
    padding: 1rem;
  }
}
.cid-uEGqhYw6Z1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uEGqhYw6Z1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEGqhYw6Z1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uEGqhYw6Z1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uEGqhYw6Z1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uEGqhYw6Z1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uEGqhYw6Z1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uEGqhYw6Z1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uEGqhYw6Z1 .modal-lg,
  .cid-uEGqhYw6Z1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uEGqhYw6Z1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uEGqhYw6Z1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uEGqhYw6Z1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uEGqhYw6Z1 .form-group {
  margin-bottom: 1rem;
}
.cid-uEGqhYw6Z1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uEGqhYw6Z1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uEGqhYw6Z1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uEGqhYw6Z1 .mbr-section-btn {
  margin: 0;
}
.cid-uEGqhYw6Z1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uEVVVGgyRe.popup-builder {
  background-color: #ffffff;
}
.cid-uEVVVGgyRe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uEVVVGgyRe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uEVVVGgyRe .modal-content,
.cid-uEVVVGgyRe .modal-dialog {
  height: auto;
}
.cid-uEVVVGgyRe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uEVVVGgyRe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uEVVVGgyRe .form-wrapper .mbr-form .form-group,
  .cid-uEVVVGgyRe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uEVVVGgyRe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uEVVVGgyRe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEVVVGgyRe .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uEVVVGgyRe .pt-0 {
  padding-top: 0 !important;
}
.cid-uEVVVGgyRe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uEVVVGgyRe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uEVVVGgyRe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uEVVVGgyRe .modal-open {
  overflow: hidden;
}
.cid-uEVVVGgyRe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uEVVVGgyRe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uEVVVGgyRe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uEVVVGgyRe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uEVVVGgyRe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uEVVVGgyRe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uEVVVGgyRe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uEVVVGgyRe .modal-content {
  background: #212428;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uEVVVGgyRe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uEVVVGgyRe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uEVVVGgyRe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uEVVVGgyRe .modal-backdrop.show {
  opacity: .5;
}
.cid-uEVVVGgyRe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uEVVVGgyRe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEVVVGgyRe .modal-header {
    padding: 1rem;
  }
}
.cid-uEVVVGgyRe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uEVVVGgyRe .modal-header .close svg {
  fill: #ffffff;
}
.cid-uEVVVGgyRe .modal-header .close:hover {
  opacity: 1;
}
.cid-uEVVVGgyRe .modal-header .close:focus {
  outline: none;
}
.cid-uEVVVGgyRe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uEVVVGgyRe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uEVVVGgyRe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEVVVGgyRe .modal-body {
    padding: 1rem;
  }
}
.cid-uEVVVGgyRe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uEVVVGgyRe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEVVVGgyRe .modal-footer {
    padding: 1rem;
  }
}
.cid-uEVVVGgyRe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uEVVVGgyRe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uEVVVGgyRe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uEVVVGgyRe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uEVVVGgyRe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uEVVVGgyRe .modal-lg,
  .cid-uEVVVGgyRe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uEVVVGgyRe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uEVVVGgyRe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uEVVVGgyRe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uEVVVGgyRe .form-group {
  margin-bottom: 1rem;
}
.cid-uEVVVGgyRe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uEVVVGgyRe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uEVVVGgyRe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uEVVVGgyRe .mbr-section-btn {
  margin: 0;
}
.cid-uEVVVGgyRe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO0XgRzKHT.popup-builder {
  background-color: #ffffff;
}
.cid-uO0XgRzKHT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO0XgRzKHT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO0XgRzKHT .modal-content,
.cid-uO0XgRzKHT .modal-dialog {
  height: auto;
}
.cid-uO0XgRzKHT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO0XgRzKHT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO0XgRzKHT .form-wrapper .mbr-form .form-group,
  .cid-uO0XgRzKHT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO0XgRzKHT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO0XgRzKHT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uO0XgRzKHT .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO0XgRzKHT .pt-0 {
  padding-top: 0 !important;
}
.cid-uO0XgRzKHT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO0XgRzKHT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO0XgRzKHT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO0XgRzKHT .modal-open {
  overflow: hidden;
}
.cid-uO0XgRzKHT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO0XgRzKHT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO0XgRzKHT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO0XgRzKHT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uO0XgRzKHT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO0XgRzKHT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO0XgRzKHT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO0XgRzKHT .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uO0XgRzKHT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO0XgRzKHT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO0XgRzKHT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO0XgRzKHT .modal-backdrop.show {
  opacity: .5;
}
.cid-uO0XgRzKHT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uO0XgRzKHT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzKHT .modal-header {
    padding: 1rem;
  }
}
.cid-uO0XgRzKHT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO0XgRzKHT .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO0XgRzKHT .modal-header .close:hover {
  opacity: 1;
}
.cid-uO0XgRzKHT .modal-header .close:focus {
  outline: none;
}
.cid-uO0XgRzKHT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO0XgRzKHT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO0XgRzKHT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzKHT .modal-body {
    padding: 1rem;
  }
}
.cid-uO0XgRzKHT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uO0XgRzKHT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzKHT .modal-footer {
    padding: 1rem;
  }
}
.cid-uO0XgRzKHT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO0XgRzKHT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO0XgRzKHT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO0XgRzKHT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO0XgRzKHT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO0XgRzKHT .modal-lg,
  .cid-uO0XgRzKHT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO0XgRzKHT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO0XgRzKHT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO0XgRzKHT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uO0XgRzKHT .form-group {
  margin-bottom: 1rem;
}
.cid-uO0XgRzKHT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO0XgRzKHT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO0XgRzKHT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uO0XgRzKHT .mbr-section-btn {
  margin: 0;
}
.cid-uO0XgRzKHT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uLOpaJdBUb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLOpaJdBUb nav.navbar {
  position: fixed;
}
.cid-uLOpaJdBUb .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-uLOpaJdBUb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLOpaJdBUb .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uLOpaJdBUb #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uLOpaJdBUb .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uLOpaJdBUb .dropdown-item:hover,
.cid-uLOpaJdBUb .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uLOpaJdBUb .dropdown-item:hover span {
  color: white;
}
.cid-uLOpaJdBUb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLOpaJdBUb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLOpaJdBUb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uLOpaJdBUb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLOpaJdBUb .nav-link {
  position: relative;
}
.cid-uLOpaJdBUb .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uLOpaJdBUb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uLOpaJdBUb .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uLOpaJdBUb .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uLOpaJdBUb .dropdown-menu,
.cid-uLOpaJdBUb .navbar.opened {
  background: #353535 !important;
}
.cid-uLOpaJdBUb .nav-item:focus,
.cid-uLOpaJdBUb .nav-link:focus {
  outline: none;
}
.cid-uLOpaJdBUb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLOpaJdBUb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLOpaJdBUb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLOpaJdBUb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLOpaJdBUb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLOpaJdBUb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLOpaJdBUb .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-uLOpaJdBUb .navbar.opened {
  transition: all 0.3s;
}
.cid-uLOpaJdBUb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLOpaJdBUb .navbar .navbar-logo img {
  width: auto;
}
.cid-uLOpaJdBUb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLOpaJdBUb .navbar.collapsed {
  justify-content: center;
}
.cid-uLOpaJdBUb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLOpaJdBUb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLOpaJdBUb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLOpaJdBUb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLOpaJdBUb .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-uLOpaJdBUb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLOpaJdBUb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLOpaJdBUb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLOpaJdBUb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLOpaJdBUb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLOpaJdBUb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLOpaJdBUb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLOpaJdBUb .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-uLOpaJdBUb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLOpaJdBUb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLOpaJdBUb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLOpaJdBUb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLOpaJdBUb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLOpaJdBUb .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-uLOpaJdBUb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLOpaJdBUb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLOpaJdBUb .dropdown-item.active,
.cid-uLOpaJdBUb .dropdown-item:active {
  background-color: transparent;
}
.cid-uLOpaJdBUb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLOpaJdBUb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLOpaJdBUb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLOpaJdBUb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uLOpaJdBUb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLOpaJdBUb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLOpaJdBUb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLOpaJdBUb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLOpaJdBUb button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLOpaJdBUb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uLOpaJdBUb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLOpaJdBUb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLOpaJdBUb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLOpaJdBUb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLOpaJdBUb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLOpaJdBUb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLOpaJdBUb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLOpaJdBUb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLOpaJdBUb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLOpaJdBUb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLOpaJdBUb .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-uLOpaJdBUb .navbar {
    height: 70px;
  }
  .cid-uLOpaJdBUb .navbar.opened {
    height: auto;
  }
  .cid-uLOpaJdBUb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLOpaJdBUb .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uLOpaJdBUb .navbar-toggler {
  margin-left: 10px;
}
.cid-uLOpaJdBUb .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-uLOpaJdBUb .navbar-logo {
  margin-right: 0 !important;
}
.cid-uLOpaJdBUb .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uLOpaJdBUb .mbr-text {
    display: none;
  }
}
.cid-uLOpaJdBUb .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uLOpaJdBUb .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uLOpaJdBUb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uLOpaJdBUb .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-uLOpaJdBUb #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-uLOpaJdBUb #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-uLOpaJdBUb #vol {
    display: none;
  }
}
.cid-uLOpaJdBUb .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-10e {
  /* Type valid CSS here */
}
#custom-html-10e div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-10e .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uLOpaKvpED {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLOpaKvpED .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uLOpaKVcjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moteurembranchement.jpg-1-1536x1024.jpg");
}
.cid-uLOpaKVcjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOpaKVcjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOpaKVcjP .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uLOpaKVcjP .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uLOpaKVcjP .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uLOpaKVcjP .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uLOpaKVcjP .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #6592e6 !important;
}
.cid-uLOpaKVcjP .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uLOpaKVcjP .title-wrapper {
  opacity: 0.7;
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uLOpaKVcjP .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uLOpaKVcjP .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-uLOpaKVcjP .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLOpaKVcjP .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-uLOpaKVcjP .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-uLOpaKVcjP .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-uLOpaKVcjP .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-uLOpaKVcjP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLOpaKVcjP .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uLOpaKVcjP .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uLOpaKVcjP .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-uLOpaKVcjP .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-uLOpaKVcjP .mbr-link,
.cid-uLOpaKVcjP .mbr-iconfont {
  color: #8c8c8c;
}
.cid-uLOpaKVcjP .mbr-section-title {
  color: #000000;
}
.cid-uLOpaKVcjP .mbr-text {
  color: #ffffff;
}
.cid-uLOpaKVcjP .mbr-section-title,
.cid-uLOpaKVcjP .mbr-section-btn,
.cid-uLOpaKVcjP .title-link-wrap {
  color: #4479d9;
}
.cid-uLOpaLqtEq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uLOpaLqtEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOpaLqtEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOpaLqtEq p {
  line-height: 2;
}
.cid-uLOpaLqtEq a:hover {
  text-decoration: underline;
}
.cid-uLOpaLqtEq .mbr-text {
  color: #ffffff;
}
.cid-uLOpaLqtEq .mbr-section-title {
  color: #4479d9;
}
.cid-uLOQHv9JYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLOQHv9JYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOQHv9JYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOQHv9JYg .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uLOQHv9JYg .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLOQHv9JYg .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLOQHv9JYg .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uLOQHv9JYg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLOQHv9JYg .mbr-section-title {
  color: #000000;
}
.cid-uLOQHv9JYg .mbr-desc {
  color: #ffffff;
}
.cid-uLOQHv9JYg .mbr-text {
  color: #000000;
}
.cid-uLOQHv9JYg .mbr-text,
.cid-uLOQHv9JYg .text-wrapper {
  color: #ffffff;
}
.cid-uLOQHv9JYg .mbr-section-title,
.cid-uLOQHv9JYg .mbr-section-btn {
  color: #4479d9;
}
.cid-uLOJGVzCtl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLOJGVzCtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOJGVzCtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLOJGVzCtl .container {
    padding: 0 30px;
  }
}
.cid-uLOJGVzCtl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLOJGVzCtl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLOJGVzCtl .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLOJGVzCtl .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uLOJGVzCtl .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLOpaOD2WY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLOpaOD2WY .item {
  display: flex;
  border-radius: 25px;
  background-color: #212428;
  margin-bottom: 2rem;
  color: #000;
}
@media (min-width: 992px) {
  .cid-uLOpaOD2WY .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpaOD2WY .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-uLOpaOD2WY .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-uLOpaOD2WY .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-uLOpaOD2WY .step-number {
  color: #ffa405;
}
@media (max-width: 991px) {
  .cid-uLOpaOD2WY .card {
    margin-bottom: 2rem;
  }
  .cid-uLOpaOD2WY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLOpaOD2WY .card-title {
  color: #4479d9;
}
.cid-uLOpaOD2WY .icon-text {
  color: #ffffff;
}
.cid-uLOpaOD2WY .icon-title {
  color: #4479d9;
}
.cid-uLOpaOD2WY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOpaOD2WY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOQ6Ognc4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-uLOQ6Ognc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOQ6Ognc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLOQ6Ognc4 .container {
    padding: 0 30px;
  }
}
.cid-uLOQ6Ognc4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLOQ6Ognc4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLOQ6Ognc4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLOQ6Ognc4 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uLOQ6Ognc4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLOwJ3hpUr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uLOwJ3hpUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOwJ3hpUr .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-uLOwJ3hpUr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLOwJ3hpUr img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uLOwJ3hpUr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLOwJ3hpUr .mbr-section-title {
  color: #4479d9;
}
.cid-uLOwJ3hpUr .mbr-text {
  color: #ffffff;
}
.cid-uLOwJ3hpUr .mbr-description {
  color: #4479d9;
}
.cid-uLOpaLR81n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uLOpaLR81n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOpaLR81n .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-uLOpaLR81n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLOpaLR81n .row {
  flex-direction: row-reverse;
}
.cid-uLOpaLR81n img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uLOpaLR81n .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLOpaLR81n .mbr-section-title {
  color: #4479d9;
}
.cid-uLOpaLR81n .mbr-text {
  color: #ffffff;
}
.cid-uLOpaLR81n .mbr-description {
  color: #4479d9;
}
.cid-uLOpaNGFWy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uLOpaNGFWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOpaNGFWy .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-uLOpaNGFWy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLOpaNGFWy img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uLOpaNGFWy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLOpaNGFWy .mbr-section-title {
  color: #4479d9;
}
.cid-uLOpaNGFWy .mbr-text {
  color: #ffffff;
}
.cid-uLOpaNGFWy .mbr-description {
  color: #4479d9;
}
.cid-uLOpaPSRhl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uLOpaPSRhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOpaPSRhl .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-uLOpaPSRhl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLOpaPSRhl .row {
  flex-direction: row-reverse;
}
.cid-uLOpaPSRhl img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uLOpaPSRhl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLOpaPSRhl .mbr-section-title {
  color: #4479d9;
}
.cid-uLOpaPSRhl .mbr-text {
  color: #ffffff;
}
.cid-uLOpaPSRhl .mbr-description {
  color: #4479d9;
}
.cid-uLOpaQnA5k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uLOpaQnA5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOpaQnA5k .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-uLOpaQnA5k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLOpaQnA5k img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uLOpaQnA5k .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLOpaQnA5k .mbr-section-title {
  color: #4479d9;
}
.cid-uLOpaQnA5k .mbr-text {
  color: #ffffff;
}
.cid-uLOpaQnA5k .mbr-description {
  color: #4479d9;
}
.cid-uLOpaRTbsD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uLOpaRTbsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOpaRTbsD .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-uLOpaRTbsD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLOpaRTbsD .row {
  flex-direction: row-reverse;
}
.cid-uLOpaRTbsD img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uLOpaRTbsD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLOpaRTbsD .mbr-section-title {
  color: #4479d9;
}
.cid-uLOpaRTbsD .mbr-text {
  color: #ffffff;
}
.cid-uLOpaRTbsD .mbr-description {
  color: #4479d9;
}
.cid-uLOpaStAow {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uLOpaStAow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOpaStAow .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-uLOpaStAow .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLOpaStAow img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uLOpaStAow .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLOpaStAow .mbr-section-title {
  color: #4479d9;
}
.cid-uLOpaStAow .mbr-text {
  color: #ffffff;
}
.cid-uLOpaStAow .mbr-description {
  color: #4479d9;
}
.cid-uLTYHm0bLJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLTYHm0bLJ .item {
  display: flex;
  border-radius: 25px;
  background-color: #212428;
  margin-bottom: 2rem;
  color: #000;
}
@media (min-width: 992px) {
  .cid-uLTYHm0bLJ .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uLTYHm0bLJ .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-uLTYHm0bLJ .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-uLTYHm0bLJ .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-uLTYHm0bLJ .step-number {
  color: #ffa405;
}
@media (max-width: 991px) {
  .cid-uLTYHm0bLJ .card {
    margin-bottom: 2rem;
  }
  .cid-uLTYHm0bLJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLTYHm0bLJ .card-title {
  color: #4479d9;
}
.cid-uLTYHm0bLJ .icon-text {
  color: #ffffff;
}
.cid-uLTYHm0bLJ .icon-title {
  color: #4479d9;
}
.cid-uLTYHm0bLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLTYHm0bLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU1HWWTbV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uLU1HWWTbV .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uLPqE00kCe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uLPqE00kCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPqE00kCe .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-uLPqE00kCe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLPqE00kCe .row {
  flex-direction: row-reverse;
}
.cid-uLPqE00kCe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLPqE00kCe .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLPqE00kCe .mbr-description {
  text-align: center;
}
.cid-uLPqE00kCe .mbr-section-title {
  color: #ffffff;
}
.cid-uLPqE00kCe .mbr-text {
  color: #bbbbbb;
}
.cid-uLOpaV5zHE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uLOpaV5zHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOpaV5zHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOpaV5zHE .row {
  justify-content: space-between;
}
.cid-uLOpaV5zHE .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uLOpaV5zHE .content-wrapper {
    padding: 0;
  }
}
.cid-uLOpaV5zHE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLOpaV5zHE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLOpaV5zHE .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLOpaV5zHE .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uLOpaV5zHE .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLOpaV5zHE .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uLOpaV5zHE .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uLOpaV5zHE .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLOpaV5zHE .mbr-section-title {
  color: #000000;
}
.cid-uLOpaV5zHE .mbr-desc {
  color: #000000;
}
.cid-uLOpaV5zHE .mbr-text {
  color: #ffffff;
}
.cid-uLOpaV5zHE .mbr-section-title,
.cid-uLOpaV5zHE .mbr-section-btn {
  color: #ffffff;
}
.cid-uLOpaVzbCW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLOpaVzbCW .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uLOpaW9KhY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uLOpaW9KhY .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uLOpaW9KhY .mbr-text,
.cid-uLOpaW9KhY .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uLOpaWJu43 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLOpaWJu43 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uLOpaWJu43 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uLOpaWJu43 .card:hover {
  margin-top: -0.6rem;
}
.cid-uLOpaWJu43 .card-wrapper {
  position: relative;
}
.cid-uLOpaWJu43 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uLOpaWJu43 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uLOpaWJu43 .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-uLOpaWJu43 .big {
  margin-top: -25%;
}
.cid-uLOpaWJu43 .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-uLOpaWJu43 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uLOpaWJu43 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uLOpaWJu43 .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uLOpaXNZ9j.popup-builder {
  background-color: #ffffff;
}
.cid-uLOpaXNZ9j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLOpaXNZ9j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLOpaXNZ9j .modal-content,
.cid-uLOpaXNZ9j .modal-dialog {
  height: auto;
}
.cid-uLOpaXNZ9j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLOpaXNZ9j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLOpaXNZ9j .form-wrapper .mbr-form .form-group,
  .cid-uLOpaXNZ9j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLOpaXNZ9j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLOpaXNZ9j .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLOpaXNZ9j .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uLOpaXNZ9j .pt-0 {
  padding-top: 0 !important;
}
.cid-uLOpaXNZ9j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLOpaXNZ9j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLOpaXNZ9j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLOpaXNZ9j .modal-open {
  overflow: hidden;
}
.cid-uLOpaXNZ9j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLOpaXNZ9j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLOpaXNZ9j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLOpaXNZ9j .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uLOpaXNZ9j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLOpaXNZ9j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLOpaXNZ9j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLOpaXNZ9j .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uLOpaXNZ9j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLOpaXNZ9j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLOpaXNZ9j .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLOpaXNZ9j .modal-backdrop.show {
  opacity: .5;
}
.cid-uLOpaXNZ9j .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uLOpaXNZ9j .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpaXNZ9j .modal-header {
    padding: 1rem;
  }
}
.cid-uLOpaXNZ9j .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLOpaXNZ9j .modal-header .close svg {
  fill: #ffffff;
}
.cid-uLOpaXNZ9j .modal-header .close:hover {
  opacity: 1;
}
.cid-uLOpaXNZ9j .modal-header .close:focus {
  outline: none;
}
.cid-uLOpaXNZ9j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uLOpaXNZ9j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLOpaXNZ9j .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpaXNZ9j .modal-body {
    padding: 1rem;
  }
}
.cid-uLOpaXNZ9j .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uLOpaXNZ9j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpaXNZ9j .modal-footer {
    padding: 1rem;
  }
}
.cid-uLOpaXNZ9j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLOpaXNZ9j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLOpaXNZ9j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLOpaXNZ9j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLOpaXNZ9j .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLOpaXNZ9j .modal-lg,
  .cid-uLOpaXNZ9j .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLOpaXNZ9j .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLOpaXNZ9j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLOpaXNZ9j .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uLOpaXNZ9j .form-group {
  margin-bottom: 1rem;
}
.cid-uLOpaXNZ9j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLOpaXNZ9j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLOpaXNZ9j .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uLOpaXNZ9j .mbr-section-btn {
  margin: 0;
}
.cid-uLOpaXNZ9j .mbr-section-btn .btn {
  margin: 0;
}
.cid-uLOpaXNZ9j #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uLOpaXNZ9j #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uLOpaXNZ9j #creativecommons img,
.cid-uLOpaXNZ9j iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uLOpaYMaUq.popup-builder {
  background-color: #ffffff;
}
.cid-uLOpaYMaUq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLOpaYMaUq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLOpaYMaUq .modal-content,
.cid-uLOpaYMaUq .modal-dialog {
  height: auto;
}
.cid-uLOpaYMaUq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLOpaYMaUq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLOpaYMaUq .form-wrapper .mbr-form .form-group,
  .cid-uLOpaYMaUq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLOpaYMaUq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLOpaYMaUq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLOpaYMaUq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uLOpaYMaUq .pt-0 {
  padding-top: 0 !important;
}
.cid-uLOpaYMaUq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLOpaYMaUq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLOpaYMaUq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLOpaYMaUq .modal-open {
  overflow: hidden;
}
.cid-uLOpaYMaUq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLOpaYMaUq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLOpaYMaUq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLOpaYMaUq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uLOpaYMaUq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLOpaYMaUq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLOpaYMaUq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLOpaYMaUq .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uLOpaYMaUq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLOpaYMaUq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLOpaYMaUq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLOpaYMaUq .modal-backdrop.show {
  opacity: .5;
}
.cid-uLOpaYMaUq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uLOpaYMaUq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpaYMaUq .modal-header {
    padding: 1rem;
  }
}
.cid-uLOpaYMaUq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLOpaYMaUq .modal-header .close svg {
  fill: #ffffff;
}
.cid-uLOpaYMaUq .modal-header .close:hover {
  opacity: 1;
}
.cid-uLOpaYMaUq .modal-header .close:focus {
  outline: none;
}
.cid-uLOpaYMaUq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uLOpaYMaUq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLOpaYMaUq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpaYMaUq .modal-body {
    padding: 1rem;
  }
}
.cid-uLOpaYMaUq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uLOpaYMaUq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpaYMaUq .modal-footer {
    padding: 1rem;
  }
}
.cid-uLOpaYMaUq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLOpaYMaUq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLOpaYMaUq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLOpaYMaUq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLOpaYMaUq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLOpaYMaUq .modal-lg,
  .cid-uLOpaYMaUq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLOpaYMaUq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLOpaYMaUq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLOpaYMaUq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uLOpaYMaUq .form-group {
  margin-bottom: 1rem;
}
.cid-uLOpaYMaUq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLOpaYMaUq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLOpaYMaUq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uLOpaYMaUq .mbr-section-btn {
  margin: 0;
}
.cid-uLOpaYMaUq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uLOpb0lTKa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLOpb0lTKa .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uLOpb0W8gc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLOpb0W8gc .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uLOpb0W8gc .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uLOpb0W8gc .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uLOpb0W8gc .bg-youtube:hover {
  background: #cc0000;
}
.cid-uLOpb0W8gc .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uLOpb0W8gc .bg-twitch:hover {
  background: #7313ff;
}
.cid-uLOpb0W8gc .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-uLOpb0W8gc [class^="socicon-"]:before,
.cid-uLOpb0W8gc [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uLOpb0W8gc .mbr-section-title,
.cid-uLOpb0W8gc .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uLOpb1MRZM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uLOpb1MRZM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uLOpb1MRZM .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uLOpb1MRZM .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-uLOpb1MRZM .form-control:focus,
.cid-uLOpb1MRZM .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uLOpb1MRZM .form-group {
  margin-bottom: 1rem;
}
.cid-uLOpb1MRZM input::-webkit-input-placeholder,
.cid-uLOpb1MRZM textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uLOpb1MRZM input:-moz-placeholder,
.cid-uLOpb1MRZM textarea:-moz-placeholder {
  color: #656565;
}
.cid-uLOpb1MRZM .jq-selectbox li,
.cid-uLOpb1MRZM .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uLOpb1MRZM .jq-selectbox li:hover,
.cid-uLOpb1MRZM .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uLOpb1MRZM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uLOpb1MRZM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uLOpb1MRZM textarea.form-control {
  resize: none;
}
.cid-uLOpb1MRZM .input-group-btn {
  display: inline-block;
}
.cid-uLOpb1MRZM .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uLOpb1MRZM .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLOpb1MRZM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLOpb1MRZM .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uLOpb1MRZM .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uLOpb1MRZM .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLOpb1MRZM .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLOpb1MRZM .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uLOpb1MRZM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLOpb1MRZM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uLOpb1MRZM .form-control,
.cid-uLOpb1MRZM .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uLOpb1MRZM #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uLOpb1MRZM #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uLOpb1MRZM #creativecommons img,
.cid-uLOpb1MRZM iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uLOpb1MRZM .offset-md-1 {
  margin-left: 1vw;
}
.cid-uLOpb3CsBK.popup-builder {
  background-color: #ffffff;
}
.cid-uLOpb3CsBK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLOpb3CsBK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLOpb3CsBK .modal-content,
.cid-uLOpb3CsBK .modal-dialog {
  height: auto;
}
.cid-uLOpb3CsBK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLOpb3CsBK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLOpb3CsBK .form-wrapper .mbr-form .form-group,
  .cid-uLOpb3CsBK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLOpb3CsBK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLOpb3CsBK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLOpb3CsBK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uLOpb3CsBK .pt-0 {
  padding-top: 0 !important;
}
.cid-uLOpb3CsBK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLOpb3CsBK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLOpb3CsBK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLOpb3CsBK .modal-open {
  overflow: hidden;
}
.cid-uLOpb3CsBK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLOpb3CsBK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLOpb3CsBK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLOpb3CsBK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uLOpb3CsBK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLOpb3CsBK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLOpb3CsBK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLOpb3CsBK .modal-content {
  background: #212428;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uLOpb3CsBK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLOpb3CsBK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLOpb3CsBK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLOpb3CsBK .modal-backdrop.show {
  opacity: .5;
}
.cid-uLOpb3CsBK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uLOpb3CsBK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpb3CsBK .modal-header {
    padding: 1rem;
  }
}
.cid-uLOpb3CsBK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLOpb3CsBK .modal-header .close svg {
  fill: #ffffff;
}
.cid-uLOpb3CsBK .modal-header .close:hover {
  opacity: 1;
}
.cid-uLOpb3CsBK .modal-header .close:focus {
  outline: none;
}
.cid-uLOpb3CsBK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uLOpb3CsBK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLOpb3CsBK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpb3CsBK .modal-body {
    padding: 1rem;
  }
}
.cid-uLOpb3CsBK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uLOpb3CsBK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpb3CsBK .modal-footer {
    padding: 1rem;
  }
}
.cid-uLOpb3CsBK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLOpb3CsBK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLOpb3CsBK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLOpb3CsBK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLOpb3CsBK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLOpb3CsBK .modal-lg,
  .cid-uLOpb3CsBK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLOpb3CsBK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLOpb3CsBK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLOpb3CsBK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uLOpb3CsBK .form-group {
  margin-bottom: 1rem;
}
.cid-uLOpb3CsBK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLOpb3CsBK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLOpb3CsBK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uLOpb3CsBK .mbr-section-btn {
  margin: 0;
}
.cid-uLOpb3CsBK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uLOpb4JqPa.popup-builder {
  background-color: #ffffff;
}
.cid-uLOpb4JqPa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLOpb4JqPa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLOpb4JqPa .modal-content,
.cid-uLOpb4JqPa .modal-dialog {
  height: auto;
}
.cid-uLOpb4JqPa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLOpb4JqPa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLOpb4JqPa .form-wrapper .mbr-form .form-group,
  .cid-uLOpb4JqPa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLOpb4JqPa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLOpb4JqPa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLOpb4JqPa .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uLOpb4JqPa .pt-0 {
  padding-top: 0 !important;
}
.cid-uLOpb4JqPa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLOpb4JqPa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLOpb4JqPa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLOpb4JqPa .modal-open {
  overflow: hidden;
}
.cid-uLOpb4JqPa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLOpb4JqPa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLOpb4JqPa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLOpb4JqPa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uLOpb4JqPa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLOpb4JqPa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLOpb4JqPa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLOpb4JqPa .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uLOpb4JqPa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLOpb4JqPa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLOpb4JqPa .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLOpb4JqPa .modal-backdrop.show {
  opacity: .5;
}
.cid-uLOpb4JqPa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uLOpb4JqPa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpb4JqPa .modal-header {
    padding: 1rem;
  }
}
.cid-uLOpb4JqPa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLOpb4JqPa .modal-header .close svg {
  fill: #ffffff;
}
.cid-uLOpb4JqPa .modal-header .close:hover {
  opacity: 1;
}
.cid-uLOpb4JqPa .modal-header .close:focus {
  outline: none;
}
.cid-uLOpb4JqPa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uLOpb4JqPa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLOpb4JqPa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpb4JqPa .modal-body {
    padding: 1rem;
  }
}
.cid-uLOpb4JqPa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uLOpb4JqPa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOpb4JqPa .modal-footer {
    padding: 1rem;
  }
}
.cid-uLOpb4JqPa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLOpb4JqPa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLOpb4JqPa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLOpb4JqPa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLOpb4JqPa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLOpb4JqPa .modal-lg,
  .cid-uLOpb4JqPa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLOpb4JqPa .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLOpb4JqPa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLOpb4JqPa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uLOpb4JqPa .form-group {
  margin-bottom: 1rem;
}
.cid-uLOpb4JqPa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLOpb4JqPa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLOpb4JqPa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uLOpb4JqPa .mbr-section-btn {
  margin: 0;
}
.cid-uLOpb4JqPa .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO0XgRzFCB.popup-builder {
  background-color: #ffffff;
}
.cid-uO0XgRzFCB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO0XgRzFCB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO0XgRzFCB .modal-content,
.cid-uO0XgRzFCB .modal-dialog {
  height: auto;
}
.cid-uO0XgRzFCB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO0XgRzFCB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO0XgRzFCB .form-wrapper .mbr-form .form-group,
  .cid-uO0XgRzFCB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO0XgRzFCB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO0XgRzFCB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uO0XgRzFCB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO0XgRzFCB .pt-0 {
  padding-top: 0 !important;
}
.cid-uO0XgRzFCB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO0XgRzFCB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO0XgRzFCB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO0XgRzFCB .modal-open {
  overflow: hidden;
}
.cid-uO0XgRzFCB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO0XgRzFCB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO0XgRzFCB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO0XgRzFCB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uO0XgRzFCB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO0XgRzFCB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO0XgRzFCB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO0XgRzFCB .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uO0XgRzFCB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO0XgRzFCB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO0XgRzFCB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO0XgRzFCB .modal-backdrop.show {
  opacity: .5;
}
.cid-uO0XgRzFCB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uO0XgRzFCB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzFCB .modal-header {
    padding: 1rem;
  }
}
.cid-uO0XgRzFCB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO0XgRzFCB .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO0XgRzFCB .modal-header .close:hover {
  opacity: 1;
}
.cid-uO0XgRzFCB .modal-header .close:focus {
  outline: none;
}
.cid-uO0XgRzFCB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO0XgRzFCB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO0XgRzFCB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzFCB .modal-body {
    padding: 1rem;
  }
}
.cid-uO0XgRzFCB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uO0XgRzFCB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzFCB .modal-footer {
    padding: 1rem;
  }
}
.cid-uO0XgRzFCB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO0XgRzFCB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO0XgRzFCB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO0XgRzFCB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO0XgRzFCB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO0XgRzFCB .modal-lg,
  .cid-uO0XgRzFCB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO0XgRzFCB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO0XgRzFCB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO0XgRzFCB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uO0XgRzFCB .form-group {
  margin-bottom: 1rem;
}
.cid-uO0XgRzFCB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO0XgRzFCB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO0XgRzFCB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uO0XgRzFCB .mbr-section-btn {
  margin: 0;
}
.cid-uO0XgRzFCB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMLBayAYUe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMLBayAYUe nav.navbar {
  position: fixed;
}
.cid-uMLBayAYUe .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-uMLBayAYUe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMLBayAYUe .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uMLBayAYUe #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uMLBayAYUe .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uMLBayAYUe .dropdown-item:hover,
.cid-uMLBayAYUe .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uMLBayAYUe .dropdown-item:hover span {
  color: white;
}
.cid-uMLBayAYUe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMLBayAYUe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMLBayAYUe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uMLBayAYUe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMLBayAYUe .nav-link {
  position: relative;
}
.cid-uMLBayAYUe .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uMLBayAYUe .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uMLBayAYUe .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uMLBayAYUe .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uMLBayAYUe .dropdown-menu,
.cid-uMLBayAYUe .navbar.opened {
  background: #353535 !important;
}
.cid-uMLBayAYUe .nav-item:focus,
.cid-uMLBayAYUe .nav-link:focus {
  outline: none;
}
.cid-uMLBayAYUe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMLBayAYUe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMLBayAYUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMLBayAYUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMLBayAYUe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMLBayAYUe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMLBayAYUe .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-uMLBayAYUe .navbar.opened {
  transition: all 0.3s;
}
.cid-uMLBayAYUe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMLBayAYUe .navbar .navbar-logo img {
  width: auto;
}
.cid-uMLBayAYUe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMLBayAYUe .navbar.collapsed {
  justify-content: center;
}
.cid-uMLBayAYUe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMLBayAYUe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMLBayAYUe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMLBayAYUe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMLBayAYUe .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-uMLBayAYUe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMLBayAYUe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMLBayAYUe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMLBayAYUe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMLBayAYUe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMLBayAYUe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMLBayAYUe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMLBayAYUe .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-uMLBayAYUe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMLBayAYUe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMLBayAYUe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMLBayAYUe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMLBayAYUe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMLBayAYUe .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-uMLBayAYUe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMLBayAYUe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMLBayAYUe .dropdown-item.active,
.cid-uMLBayAYUe .dropdown-item:active {
  background-color: transparent;
}
.cid-uMLBayAYUe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMLBayAYUe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMLBayAYUe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMLBayAYUe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMLBayAYUe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMLBayAYUe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMLBayAYUe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMLBayAYUe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMLBayAYUe button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMLBayAYUe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uMLBayAYUe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMLBayAYUe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMLBayAYUe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMLBayAYUe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMLBayAYUe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMLBayAYUe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMLBayAYUe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMLBayAYUe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMLBayAYUe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMLBayAYUe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMLBayAYUe .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-uMLBayAYUe .navbar {
    height: 70px;
  }
  .cid-uMLBayAYUe .navbar.opened {
    height: auto;
  }
  .cid-uMLBayAYUe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMLBayAYUe .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uMLBayAYUe .navbar-toggler {
  margin-left: 10px;
}
.cid-uMLBayAYUe .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-uMLBayAYUe .navbar-logo {
  margin-right: 0 !important;
}
.cid-uMLBayAYUe .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uMLBayAYUe .mbr-text {
    display: none;
  }
}
.cid-uMLBayAYUe .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uMLBayAYUe .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uMLBayAYUe .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uMLBayAYUe .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-uMLBayAYUe #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-uMLBayAYUe #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-uMLBayAYUe #vol {
    display: none;
  }
}
.cid-uMLBayAYUe .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-11u {
  /* Type valid CSS here */
}
#custom-html-11u div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-11u .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uMLBazE1lI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uMLBazE1lI .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uMLBazY1V9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/posidoniealgue.jpg-1476x830.jpg");
}
.cid-uMLBazY1V9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMLBazY1V9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMLBazY1V9 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uMLBazY1V9 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uMLBazY1V9 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uMLBazY1V9 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uMLBazY1V9 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #6592e6 !important;
}
.cid-uMLBazY1V9 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uMLBazY1V9 .title-wrapper {
  opacity: 0.7;
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uMLBazY1V9 .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uMLBazY1V9 .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-uMLBazY1V9 .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMLBazY1V9 .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-uMLBazY1V9 .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-uMLBazY1V9 .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-uMLBazY1V9 .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-uMLBazY1V9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMLBazY1V9 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uMLBazY1V9 .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uMLBazY1V9 .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-uMLBazY1V9 .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-uMLBazY1V9 .mbr-link,
.cid-uMLBazY1V9 .mbr-iconfont {
  color: #8c8c8c;
}
.cid-uMLBazY1V9 .mbr-section-title {
  color: #000000;
}
.cid-uMLBazY1V9 .mbr-text {
  color: #ffffff;
}
.cid-uMLBazY1V9 .mbr-section-title,
.cid-uMLBazY1V9 .mbr-section-btn,
.cid-uMLBazY1V9 .title-link-wrap {
  color: #4479d9;
}
.cid-uMLBaAjxGa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uMLBaAjxGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMLBaAjxGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMLBaAjxGa p {
  line-height: 2;
}
.cid-uMLBaAjxGa a:hover {
  text-decoration: underline;
}
.cid-uMLBaAjxGa .mbr-text {
  color: #ffffff;
}
.cid-uMLBaAjxGa .mbr-section-title {
  color: #4479d9;
}
.cid-uMM7kUn3Z9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uMM7kUn3Z9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMM7kUn3Z9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMM7kUn3Z9 .container {
    padding: 0 30px;
  }
}
.cid-uMM7kUn3Z9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uMM7kUn3Z9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMM7kUn3Z9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uMM7kUn3Z9 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uMM7kUn3Z9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMLBaCA7Mp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uMLBaCA7Mp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMLBaCA7Mp .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-uMLBaCA7Mp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMLBaCA7Mp img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uMLBaCA7Mp .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMLBaCA7Mp .mbr-section-title {
  color: #4479d9;
}
.cid-uMLBaCA7Mp .mbr-text {
  color: #ffffff;
}
.cid-uMLBaCA7Mp .mbr-description {
  color: #4479d9;
}
.cid-uMLBaCYz8B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uMLBaCYz8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMLBaCYz8B .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-uMLBaCYz8B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMLBaCYz8B .row {
  flex-direction: row-reverse;
}
.cid-uMLBaCYz8B img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uMLBaCYz8B .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMLBaCYz8B .mbr-section-title {
  color: #4479d9;
}
.cid-uMLBaCYz8B .mbr-text {
  color: #ffffff;
}
.cid-uMLBaCYz8B .mbr-description {
  color: #4479d9;
}
.cid-uMLBaDl8Bm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uMLBaDl8Bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMLBaDl8Bm .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-uMLBaDl8Bm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMLBaDl8Bm img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uMLBaDl8Bm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMLBaDl8Bm .mbr-section-title {
  color: #4479d9;
}
.cid-uMLBaDl8Bm .mbr-text {
  color: #ffffff;
}
.cid-uMLBaDl8Bm .mbr-description {
  color: #4479d9;
}
.cid-uMLBaDWudq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uMLBaDWudq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMLBaDWudq .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-uMLBaDWudq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMLBaDWudq .row {
  flex-direction: row-reverse;
}
.cid-uMLBaDWudq img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uMLBaDWudq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMLBaDWudq .mbr-section-title {
  color: #4479d9;
}
.cid-uMLBaDWudq .mbr-text {
  color: #ffffff;
}
.cid-uMLBaDWudq .mbr-description {
  color: #4479d9;
}
.cid-uMLBaErUnP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uMLBaErUnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMLBaErUnP .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-uMLBaErUnP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMLBaErUnP img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uMLBaErUnP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMLBaErUnP .mbr-section-title {
  color: #4479d9;
}
.cid-uMLBaErUnP .mbr-text {
  color: #ffffff;
}
.cid-uMLBaErUnP .mbr-description {
  color: #4479d9;
}
.cid-uMM6RUZ5Ji {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMM6RUZ5Ji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMM6RUZ5Ji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMM6RUZ5Ji .container {
    padding: 0 30px;
  }
}
.cid-uMM6RUZ5Ji .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uMM6RUZ5Ji .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMM6RUZ5Ji .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uMM6RUZ5Ji .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uMM6RUZ5Ji .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMLBaEPaCm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uMLBaEPaCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMLBaEPaCm .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-uMLBaEPaCm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMLBaEPaCm .row {
  flex-direction: row-reverse;
}
.cid-uMLBaEPaCm img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uMLBaEPaCm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMLBaEPaCm .mbr-section-title {
  color: #4479d9;
}
.cid-uMLBaEPaCm .mbr-text {
  color: #ffffff;
}
.cid-uMLBaEPaCm .mbr-description {
  color: #4479d9;
}
.cid-uMLBaFd1hm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uMLBaFd1hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMLBaFd1hm .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-uMLBaFd1hm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMLBaFd1hm img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uMLBaFd1hm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMLBaFd1hm .mbr-section-title {
  color: #4479d9;
}
.cid-uMLBaFd1hm .mbr-text {
  color: #ffffff;
}
.cid-uMLBaFd1hm .mbr-description {
  color: #4479d9;
}
.cid-uMM7Yp6mgv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uMM7Yp6mgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMM7Yp6mgv .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-uMM7Yp6mgv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMM7Yp6mgv .row {
  flex-direction: row-reverse;
}
.cid-uMM7Yp6mgv img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uMM7Yp6mgv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMM7Yp6mgv .mbr-section-title {
  color: #4479d9;
}
.cid-uMM7Yp6mgv .mbr-text {
  color: #ffffff;
}
.cid-uMM7Yp6mgv .mbr-description {
  color: #4479d9;
}
.cid-uMM8OnEEcP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uMM8OnEEcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMM8OnEEcP .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-uMM8OnEEcP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMM8OnEEcP img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uMM8OnEEcP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMM8OnEEcP .mbr-section-title {
  color: #4479d9;
}
.cid-uMM8OnEEcP .mbr-text {
  color: #ffffff;
}
.cid-uMM8OnEEcP .mbr-description {
  color: #4479d9;
}
.cid-uMLBaGj2pq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uMLBaGj2pq .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uMLBaGKd0O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uMLBaGKd0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMLBaGKd0O .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-uMLBaGKd0O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMLBaGKd0O .row {
  flex-direction: row-reverse;
}
.cid-uMLBaGKd0O img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMLBaGKd0O .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMLBaGKd0O .mbr-description {
  text-align: center;
}
.cid-uMLBaGKd0O .mbr-section-title {
  color: #ffffff;
}
.cid-uMLBaGKd0O .mbr-text {
  color: #bbbbbb;
}
.cid-uMLBaHcxpw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uMLBaHcxpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMLBaHcxpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMLBaHcxpw .row {
  justify-content: space-between;
}
.cid-uMLBaHcxpw .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uMLBaHcxpw .content-wrapper {
    padding: 0;
  }
}
.cid-uMLBaHcxpw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMLBaHcxpw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMLBaHcxpw .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMLBaHcxpw .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uMLBaHcxpw .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMLBaHcxpw .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uMLBaHcxpw .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uMLBaHcxpw .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uMLBaHcxpw .mbr-section-title {
  color: #000000;
}
.cid-uMLBaHcxpw .mbr-desc {
  color: #000000;
}
.cid-uMLBaHcxpw .mbr-text {
  color: #ffffff;
}
.cid-uMLBaHcxpw .mbr-section-title,
.cid-uMLBaHcxpw .mbr-section-btn {
  color: #ffffff;
}
.cid-uMLBaHJABR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMLBaHJABR .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uMLBaI9P0q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uMLBaI9P0q .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uMLBaI9P0q .mbr-text,
.cid-uMLBaI9P0q .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uMLBaIA6KS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uMLBaIA6KS .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uMLBaIA6KS .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uMLBaIA6KS .card:hover {
  margin-top: -0.6rem;
}
.cid-uMLBaIA6KS .card-wrapper {
  position: relative;
}
.cid-uMLBaIA6KS .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uMLBaIA6KS .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uMLBaIA6KS .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-uMLBaIA6KS .big {
  margin-top: -25%;
}
.cid-uMLBaIA6KS .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-uMLBaIA6KS .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMLBaIA6KS .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uMLBaIA6KS .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uMLBaJ8Zl7.popup-builder {
  background-color: #ffffff;
}
.cid-uMLBaJ8Zl7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMLBaJ8Zl7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMLBaJ8Zl7 .modal-content,
.cid-uMLBaJ8Zl7 .modal-dialog {
  height: auto;
}
.cid-uMLBaJ8Zl7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMLBaJ8Zl7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMLBaJ8Zl7 .form-wrapper .mbr-form .form-group,
  .cid-uMLBaJ8Zl7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMLBaJ8Zl7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMLBaJ8Zl7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMLBaJ8Zl7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uMLBaJ8Zl7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uMLBaJ8Zl7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMLBaJ8Zl7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMLBaJ8Zl7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMLBaJ8Zl7 .modal-open {
  overflow: hidden;
}
.cid-uMLBaJ8Zl7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMLBaJ8Zl7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMLBaJ8Zl7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMLBaJ8Zl7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMLBaJ8Zl7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMLBaJ8Zl7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMLBaJ8Zl7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMLBaJ8Zl7 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMLBaJ8Zl7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMLBaJ8Zl7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMLBaJ8Zl7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMLBaJ8Zl7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uMLBaJ8Zl7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMLBaJ8Zl7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMLBaJ8Zl7 .modal-header {
    padding: 1rem;
  }
}
.cid-uMLBaJ8Zl7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMLBaJ8Zl7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uMLBaJ8Zl7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uMLBaJ8Zl7 .modal-header .close:focus {
  outline: none;
}
.cid-uMLBaJ8Zl7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uMLBaJ8Zl7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMLBaJ8Zl7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMLBaJ8Zl7 .modal-body {
    padding: 1rem;
  }
}
.cid-uMLBaJ8Zl7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMLBaJ8Zl7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMLBaJ8Zl7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uMLBaJ8Zl7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMLBaJ8Zl7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMLBaJ8Zl7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMLBaJ8Zl7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMLBaJ8Zl7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMLBaJ8Zl7 .modal-lg,
  .cid-uMLBaJ8Zl7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMLBaJ8Zl7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMLBaJ8Zl7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMLBaJ8Zl7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMLBaJ8Zl7 .form-group {
  margin-bottom: 1rem;
}
.cid-uMLBaJ8Zl7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMLBaJ8Zl7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMLBaJ8Zl7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMLBaJ8Zl7 .mbr-section-btn {
  margin: 0;
}
.cid-uMLBaJ8Zl7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMLBaJ8Zl7 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uMLBaJ8Zl7 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uMLBaJ8Zl7 #creativecommons img,
.cid-uMLBaJ8Zl7 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uMLBaJO5DZ.popup-builder {
  background-color: #ffffff;
}
.cid-uMLBaJO5DZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMLBaJO5DZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMLBaJO5DZ .modal-content,
.cid-uMLBaJO5DZ .modal-dialog {
  height: auto;
}
.cid-uMLBaJO5DZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMLBaJO5DZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMLBaJO5DZ .form-wrapper .mbr-form .form-group,
  .cid-uMLBaJO5DZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMLBaJO5DZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMLBaJO5DZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMLBaJO5DZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uMLBaJO5DZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uMLBaJO5DZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMLBaJO5DZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMLBaJO5DZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMLBaJO5DZ .modal-open {
  overflow: hidden;
}
.cid-uMLBaJO5DZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMLBaJO5DZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMLBaJO5DZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMLBaJO5DZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMLBaJO5DZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMLBaJO5DZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMLBaJO5DZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMLBaJO5DZ .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMLBaJO5DZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMLBaJO5DZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMLBaJO5DZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMLBaJO5DZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uMLBaJO5DZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMLBaJO5DZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMLBaJO5DZ .modal-header {
    padding: 1rem;
  }
}
.cid-uMLBaJO5DZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMLBaJO5DZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-uMLBaJO5DZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uMLBaJO5DZ .modal-header .close:focus {
  outline: none;
}
.cid-uMLBaJO5DZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uMLBaJO5DZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMLBaJO5DZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMLBaJO5DZ .modal-body {
    padding: 1rem;
  }
}
.cid-uMLBaJO5DZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMLBaJO5DZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMLBaJO5DZ .modal-footer {
    padding: 1rem;
  }
}
.cid-uMLBaJO5DZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMLBaJO5DZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMLBaJO5DZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMLBaJO5DZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMLBaJO5DZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMLBaJO5DZ .modal-lg,
  .cid-uMLBaJO5DZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMLBaJO5DZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMLBaJO5DZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMLBaJO5DZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMLBaJO5DZ .form-group {
  margin-bottom: 1rem;
}
.cid-uMLBaJO5DZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMLBaJO5DZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMLBaJO5DZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMLBaJO5DZ .mbr-section-btn {
  margin: 0;
}
.cid-uMLBaJO5DZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMLBaKqBON {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMLBaKqBON .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uMLBaKSMJ9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uMLBaKSMJ9 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uMLBaKSMJ9 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uMLBaKSMJ9 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uMLBaKSMJ9 .bg-youtube:hover {
  background: #cc0000;
}
.cid-uMLBaKSMJ9 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uMLBaKSMJ9 .bg-twitch:hover {
  background: #7313ff;
}
.cid-uMLBaKSMJ9 .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-uMLBaKSMJ9 [class^="socicon-"]:before,
.cid-uMLBaKSMJ9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uMLBaKSMJ9 .mbr-section-title,
.cid-uMLBaKSMJ9 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uMLBaLvRdE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uMLBaLvRdE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMLBaLvRdE .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uMLBaLvRdE .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-uMLBaLvRdE .form-control:focus,
.cid-uMLBaLvRdE .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uMLBaLvRdE .form-group {
  margin-bottom: 1rem;
}
.cid-uMLBaLvRdE input::-webkit-input-placeholder,
.cid-uMLBaLvRdE textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uMLBaLvRdE input:-moz-placeholder,
.cid-uMLBaLvRdE textarea:-moz-placeholder {
  color: #656565;
}
.cid-uMLBaLvRdE .jq-selectbox li,
.cid-uMLBaLvRdE .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uMLBaLvRdE .jq-selectbox li:hover,
.cid-uMLBaLvRdE .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uMLBaLvRdE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uMLBaLvRdE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uMLBaLvRdE textarea.form-control {
  resize: none;
}
.cid-uMLBaLvRdE .input-group-btn {
  display: inline-block;
}
.cid-uMLBaLvRdE .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uMLBaLvRdE .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMLBaLvRdE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uMLBaLvRdE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uMLBaLvRdE .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uMLBaLvRdE .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMLBaLvRdE .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMLBaLvRdE .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uMLBaLvRdE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMLBaLvRdE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uMLBaLvRdE .form-control,
.cid-uMLBaLvRdE .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uMLBaLvRdE #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uMLBaLvRdE #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uMLBaLvRdE #creativecommons img,
.cid-uMLBaLvRdE iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uMLBaLvRdE .offset-md-1 {
  margin-left: 1vw;
}
.cid-uMLBaN837k.popup-builder {
  background-color: #ffffff;
}
.cid-uMLBaN837k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMLBaN837k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMLBaN837k .modal-content,
.cid-uMLBaN837k .modal-dialog {
  height: auto;
}
.cid-uMLBaN837k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMLBaN837k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMLBaN837k .form-wrapper .mbr-form .form-group,
  .cid-uMLBaN837k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMLBaN837k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMLBaN837k .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMLBaN837k .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uMLBaN837k .pt-0 {
  padding-top: 0 !important;
}
.cid-uMLBaN837k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMLBaN837k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMLBaN837k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMLBaN837k .modal-open {
  overflow: hidden;
}
.cid-uMLBaN837k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMLBaN837k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMLBaN837k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMLBaN837k .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMLBaN837k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMLBaN837k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMLBaN837k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMLBaN837k .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMLBaN837k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMLBaN837k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMLBaN837k .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMLBaN837k .modal-backdrop.show {
  opacity: .5;
}
.cid-uMLBaN837k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMLBaN837k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMLBaN837k .modal-header {
    padding: 1rem;
  }
}
.cid-uMLBaN837k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMLBaN837k .modal-header .close svg {
  fill: #ffffff;
}
.cid-uMLBaN837k .modal-header .close:hover {
  opacity: 1;
}
.cid-uMLBaN837k .modal-header .close:focus {
  outline: none;
}
.cid-uMLBaN837k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uMLBaN837k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMLBaN837k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMLBaN837k .modal-body {
    padding: 1rem;
  }
}
.cid-uMLBaN837k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMLBaN837k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMLBaN837k .modal-footer {
    padding: 1rem;
  }
}
.cid-uMLBaN837k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMLBaN837k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMLBaN837k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMLBaN837k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMLBaN837k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMLBaN837k .modal-lg,
  .cid-uMLBaN837k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMLBaN837k .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMLBaN837k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMLBaN837k .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMLBaN837k .form-group {
  margin-bottom: 1rem;
}
.cid-uMLBaN837k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMLBaN837k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMLBaN837k .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMLBaN837k .mbr-section-btn {
  margin: 0;
}
.cid-uMLBaN837k .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO0XgRzIRn.popup-builder {
  background-color: #ffffff;
}
.cid-uO0XgRzIRn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO0XgRzIRn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO0XgRzIRn .modal-content,
.cid-uO0XgRzIRn .modal-dialog {
  height: auto;
}
.cid-uO0XgRzIRn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO0XgRzIRn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO0XgRzIRn .form-wrapper .mbr-form .form-group,
  .cid-uO0XgRzIRn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO0XgRzIRn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO0XgRzIRn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uO0XgRzIRn .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO0XgRzIRn .pt-0 {
  padding-top: 0 !important;
}
.cid-uO0XgRzIRn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO0XgRzIRn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO0XgRzIRn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO0XgRzIRn .modal-open {
  overflow: hidden;
}
.cid-uO0XgRzIRn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO0XgRzIRn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO0XgRzIRn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO0XgRzIRn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uO0XgRzIRn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO0XgRzIRn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO0XgRzIRn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO0XgRzIRn .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uO0XgRzIRn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO0XgRzIRn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO0XgRzIRn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO0XgRzIRn .modal-backdrop.show {
  opacity: .5;
}
.cid-uO0XgRzIRn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uO0XgRzIRn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzIRn .modal-header {
    padding: 1rem;
  }
}
.cid-uO0XgRzIRn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO0XgRzIRn .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO0XgRzIRn .modal-header .close:hover {
  opacity: 1;
}
.cid-uO0XgRzIRn .modal-header .close:focus {
  outline: none;
}
.cid-uO0XgRzIRn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO0XgRzIRn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO0XgRzIRn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzIRn .modal-body {
    padding: 1rem;
  }
}
.cid-uO0XgRzIRn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uO0XgRzIRn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0XgRzIRn .modal-footer {
    padding: 1rem;
  }
}
.cid-uO0XgRzIRn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO0XgRzIRn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO0XgRzIRn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO0XgRzIRn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO0XgRzIRn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO0XgRzIRn .modal-lg,
  .cid-uO0XgRzIRn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO0XgRzIRn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO0XgRzIRn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO0XgRzIRn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uO0XgRzIRn .form-group {
  margin-bottom: 1rem;
}
.cid-uO0XgRzIRn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO0XgRzIRn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO0XgRzIRn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uO0XgRzIRn .mbr-section-btn {
  margin: 0;
}
.cid-uO0XgRzIRn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELA3Uwt1i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELA3Uwt1i nav.navbar {
  position: fixed;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELA3Uwt1i .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELA3Uwt1i #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELA3Uwt1i .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELA3Uwt1i .dropdown-item:hover,
.cid-uELA3Uwt1i .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELA3Uwt1i .dropdown-item:hover span {
  color: white;
}
.cid-uELA3Uwt1i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELA3Uwt1i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELA3Uwt1i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELA3Uwt1i .nav-link {
  position: relative;
}
.cid-uELA3Uwt1i .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELA3Uwt1i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELA3Uwt1i .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELA3Uwt1i .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELA3Uwt1i .dropdown-menu,
.cid-uELA3Uwt1i .navbar.opened {
  background: #353535 !important;
}
.cid-uELA3Uwt1i .nav-item:focus,
.cid-uELA3Uwt1i .nav-link:focus {
  outline: none;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELA3Uwt1i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELA3Uwt1i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar.opened {
  transition: all 0.3s;
}
.cid-uELA3Uwt1i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELA3Uwt1i .navbar .navbar-logo img {
  width: auto;
}
.cid-uELA3Uwt1i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELA3Uwt1i .navbar.collapsed {
  justify-content: center;
}
.cid-uELA3Uwt1i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELA3Uwt1i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELA3Uwt1i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELA3Uwt1i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELA3Uwt1i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELA3Uwt1i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELA3Uwt1i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELA3Uwt1i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELA3Uwt1i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELA3Uwt1i .dropdown-item.active,
.cid-uELA3Uwt1i .dropdown-item:active {
  background-color: transparent;
}
.cid-uELA3Uwt1i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELA3Uwt1i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELA3Uwt1i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELA3Uwt1i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELA3Uwt1i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELA3Uwt1i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELA3Uwt1i button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELA3Uwt1i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar {
    height: 70px;
  }
  .cid-uELA3Uwt1i .navbar.opened {
    height: auto;
  }
  .cid-uELA3Uwt1i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELA3Uwt1i .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELA3Uwt1i .navbar-toggler {
  margin-left: 10px;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELA3Uwt1i .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELA3Uwt1i .mbr-text {
    display: none;
  }
}
.cid-uELA3Uwt1i .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELA3Uwt1i .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELA3Uwt1i .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i #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-uELA3Uwt1i #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-uELA3Uwt1i #vol {
    display: none;
  }
}
.cid-uELA3Uwt1i .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tOcLZGKAXI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tOcLZGKAXI .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tOcLZGKAXI .mbr-section-subtitle {
  text-align: center;
}
.cid-tOcLZGKAXI .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tOcLZGKAXI .display-1 {
    font-size: 75px;
  }
  .cid-tOcLZGKAXI .display-5 {
    font-size: 29px;
  }
  .cid-tOcLZGKAXI .display-4 {
    font-weight: 300;
  }
}
#custom-html-fx {
  /********** Range Input Styles **********/
  /*Range Reset*/
  /* Removes default focus */
  /***** Chrome, Safari, Opera and Edge Chromium styles *****/
  /* slider track */
  /* slider thumb */
  /******** Firefox styles ********/
  /* slider track */
  /* slider thumb */
  /* Modale Contenu */
  /* le bouton de fermeture de la modale */
  /* Add Animation */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 1024px and down) */
  /* Extra small devices (TV, 1201px and down) */
}
#custom-html-fx body {
  background-color: black;
}
#custom-html-fx .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-fx p {
  font-size: 60px;
  color: #777;
}
#custom-html-fx * {
  margin: 0;
  padding: 0;
}
#custom-html-fx #clicMOI {
  width: 10%;
}
#custom-html-fx .moisAnnee {
  padding-top: 5vh;
  padding-right: 0px;
  margin-bottom: 2vh;
  text-align: right;
  padding-right: 3vh;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
#custom-html-fx #conteneurqrCode {
  background-color: #fff0;
  width: 99.5%;
  height: 20%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
#custom-html-fx #qrcode {
  background-image: url("");
  position: unset;
  width: 190%;
  height: 87%;
  opacity: 1;
  background-position: center center;
  background-size: contain;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
}
#custom-html-fx #barreDeProgression {
  display: none;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
}
#custom-html-fx #barreDeProgression img {
  position: absolute;
  width: 4vh;
  cursor: pointer;
}
#custom-html-fx #platine {
  margin-bottom: -4vh;
}
#custom-html-fx #slider {
  margin-top: :3vh;
}
#custom-html-fx .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-fx .donneesLecteur {
  padding-left: .5vw;
}
#custom-html-fx #lectureVideo,
#custom-html-fx #pauseVideo {
  cursor: pointer;
}
#custom-html-fx #pleinEcran,
#custom-html-fx #fenetre {
  left: 4vh;
  cursor: pointer;
}
#custom-html-fx #aide {
  position: absolute;
  left: 8vh;
  cursor: pointer;
}
#custom-html-fx #volumePlus {
  right: 5vh;
  cursor: pointer;
}
#custom-html-fx #volumeMoins {
  right: 0vh;
  cursor: pointer;
}
#custom-html-fx #progression {
  display: none;
  background-color: transparent;
  height: 3vh;
  width: 100%;
}
#custom-html-fx input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}
#custom-html-fx input[type="range"]:focus {
  outline: none;
}
#custom-html-fx input[type="range"]::-webkit-slider-runnable-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-fx input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -6px;
  /* Centers thumb on the track */
  /*custom styles*/
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-fx input[type="range"]:focus::-webkit-slider-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-fx input[type="range"]::-moz-range-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-fx input[type="range"]::-moz-range-thumb {
  border: none;
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-fx input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-fx .custom-range::-webkit-slider-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  transform: scale(4);
}
#custom-html-fx .custom-range::-moz-range-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  box-sizing: border-box;
  transform: scale(4);
}
#custom-html-fx .modaleOverlayYT {
  float: none;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
#custom-html-fx .conteneurVideo.paused::after {
  content: "En lecture, sous la vidéo, est inscrit le nom de l'espèce à l'écran.\A Pour en savoir plus, cliquez sur la vidéo ou le nom.";
  white-space: pre-wrap;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10vh;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iODAwIiB3aWR0aD0iMTIwMCIgdmlld0JveD0iLTM1LjIwMDA1IC00MS4zMzMyNSAzMDUuMDY3MSAyNDcuOTk5NSI+PHBhdGggZD0iTTIyOS43NjMgMjUuODE3Yy0yLjY5OS0xMC4xNjItMTAuNjUtMTguMTY1LTIwLjc0OC0yMC44ODFDMTkwLjcxNiAwIDExNy4zMzMgMCAxMTcuMzMzIDBTNDMuOTUxIDAgMjUuNjUxIDQuOTM2QzE1LjU1MyA3LjY1MiA3LjYgMTUuNjU1IDQuOTAzIDI1LjgxNyAwIDQ0LjIzNiAwIDgyLjY2NyAwIDgyLjY2N3MwIDM4LjQyOSA0LjkwMyA1Ni44NUM3LjYgMTQ5LjY4IDE1LjU1MyAxNTcuNjgxIDI1LjY1IDE2MC40YzE4LjMgNC45MzQgOTEuNjgyIDQuOTM0IDkxLjY4MiA0LjkzNHM3My4zODMgMCA5MS42ODItNC45MzRjMTAuMDk4LTIuNzE4IDE4LjA0OS0xMC43MiAyMC43NDgtMjAuODgyIDQuOTA0LTE4LjQyMSA0LjkwNC01Ni44NSA0LjkwNC01Ni44NXMwLTM4LjQzMS00LjkwNC01Ni44NSIgZmlsbD0icmVkIi8+PHBhdGggZD0iTTkzLjMzMyAxMTcuNTU5bDYxLjMzMy0zNC44OS02MS4zMzMtMzQuODk0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  font-size: 1.5vh;
  padding-top: .5vh;
  color: white;
  font-style: italic;
}
#custom-html-fx .conteneurVideo.ended::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
#custom-html-fx .conteneurVideo.qcmPatience::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}
#custom-html-fx .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-fx .conteneurVideo iframe,
#custom-html-fx .conteneurVideo object,
#custom-html-fx .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-fx #contenuFenetreModaleVideo {
  width: 100%;
  min-height: 74vh;
}
#custom-html-fx .identification {
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-family: arial;
  font-size: 1vh;
  background-color: #000 !important;
  border: none;
  /*border-radius: .8rem;*/
  color: white;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  margin-top: .5vh;
  /*max-width: 45vh;*/
  cursor: pointer;
}
#custom-html-fx #espece {
  font-family: arial;
  color: white;
  opacity: 1;
  font-size: 1.5vh;
}
#custom-html-fx .clignotementTexte {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#custom-html-fx a {
  text-decoration: none;
}
#custom-html-fx a:link {
  color: white;
}
#custom-html-fx a:visited {
  color: white;
}
#custom-html-fx .modeEmploi {
  position: initial;
  font-family: arial;
  font-size: 1.2vh;
  font-style: italic;
  /* background-color: #4479d9; */
  border: none;
  border-radius: .8rem;
  color: #404040;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  display: initial;
  opacity: 0;
}
#custom-html-fx .conteneurQCM {
  display: inline-flex;
}
#custom-html-fx #score,
#custom-html-fx #qcm {
  background-color: #4479d9;
  padding: .5vw;
  font-size: 1.3vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: .5vw;
  color: white;
  cursor: pointer;
  margin-top: 1vw;
  display: none;
}
#custom-html-fx #qcm:hover {
  background-color: #47b5ed;
}
#custom-html-fx #score {
  width: 10vw;
  margin-left: 1vw;
  cursor: default;
}
#custom-html-fx #questions {
  margin: 10px 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}
#custom-html-fx .option {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px 5px;
  cursor: pointer;
  text-align: center;
  font-size: 1.5vw;
  color: #777;
}
#custom-html-fx .hover:hover {
  background-color: #4479d9;
  color: #fff;
}
#custom-html-fx input[type="radio"] {
  margin-right: 0.5vw;
}
#custom-html-fx .modaleOverlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #ffffff;
  opacity: .5;
  transition: opacity .2s ease;
  z-index: 1000;
}
#custom-html-fx .modaleQCM,
#custom-html-fx .modaleVideo {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
#custom-html-fx .modaleQCM {
  position: absolute;
  top: auto;
  bottom: auto;
}
#custom-html-fx .questionTotal {
  font: 1.5vw Arial, sans-serif;
  width: 2.5em;
  height: 2.5em;
  /* box-sizing: initial; */
  background-color: #4479d9;
  border: 0.1em solid white;
  color: white;
  text-align: center;
  border-radius: 50%;
  line-height: 2.5em;
  box-sizing: content-box;
  float: inline-start;
  margin-left: .3em;
  margin-top: -0.1em;
}
#custom-html-fx .modaleQCM h2 {
  font-size: 1.8vw;
}
#custom-html-fx .contenuModaleQCM,
#custom-html-fx .contenuModaleVideo {
  position: relative;
  background-color: #353535;
  margin: auto;
  padding: 0;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  font-family: Jost,Arial;
  border-radius: .5vh;
}
#custom-html-fx .contenuModaleQCM {
  width: 40%;
}
#custom-html-fx .enteteModaleQCM,
#custom-html-fx .enteteModaleVideo {
  padding: 1vh 0 0 0;
  /*background-color: #353535;*/
  color: #4479d9;
  text-align: center;
  border-radius: .5vh .5vh 0 0;
}
#custom-html-fx .close {
  color: white;
  float: right;
  font-size: 3vh;
  font-weight: normal;
  font-family: Jost,Arial;
  width: 4%;
  position: absolute;
  right: 1vh;
  top: .5vh;
  cursor: pointer;
}
#custom-html-fx .close:hover,
#custom-html-fx .close:focus {
  color: #6592e6;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-fx .corpsModaleQCM {
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
}
#custom-html-fx .corpsModaleVideo {
  padding-top: 1vh;
  /*background-color: #353535;*/
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
  padding-bottom: 4vh;
}
#custom-html-fx .piedModaleQCM,
#custom-html-fx .piedModaleVideo {
  padding: 2px 16px;
  /*background-color: #353535;*/
  color: white;
  border-radius: 0 0 .5vh .5vh;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 375px) {
  #custom-html-fx .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-fx .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-fx .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-fx #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-fx #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 430px) {
  #custom-html-fx .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-fx .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-fx .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-fx #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-fx #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #pleinEcran,
  #custom-html-fx #fenetre,
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .close {
    font-size: 5vh;
  }
  #custom-html-fx .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 100%;
  }
  #custom-html-fx .modal-overlayYT {
    padding-bottom: 14.25%;
    top: 17vh;
  }
}
@media only screen and (max-width: 600px) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #pleinEcran,
  #custom-html-fx #fenetre,
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .close {
    font-size: 5vh;
  }
  #custom-html-fx .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 100%;
  }
}
@media only screen and (max-width: 840px) and (orientation: portrait) {
  #custom-html-fx .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-fx .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-fx .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-fx #qcm {
    font-size: 2vw;
    width: 35vw;
    margin-top: 2vw;
  }
  #custom-html-fx #score {
    font-size: 2vw;
    width: 21vw;
    margin-top: 2vw;
  }
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #pleinEcran,
  #custom-html-fx #fenetre,
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .close {
    font-size: 3vh;
  }
  #custom-html-fx .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 840px) and (orientation: landscape) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #pleinEcran,
  #custom-html-fx #fenetre,
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-fx .close {
    font-size: 5vh;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .close {
    font-size: 3vh;
  }
  #custom-html-fx .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-fx .close {
    font-size: 7vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 73%;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #vol {
    display: none;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-fx .close {
    font-size: 7vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 73%;
  }
}
#custom-html-fy {
  /* Type valid CSS here */
}
#custom-html-fy div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-fy .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-tOcLZI7CS4 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tOcLZI7CS4 .row {
  flex-direction: row-reverse;
}
.cid-tOcLZI7CS4 .mbr-section-title {
  color: #ffffff;
}
.cid-tOcLZI7CS4 .mbr-text,
.cid-tOcLZI7CS4 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tOcLZI7CS4 .mbr-section-subtitle {
  color: #ff9e00;
}
.cid-tOcLZI7CS4 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tOcLZI7CS4 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tOcLZI7CS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOcLZI7CS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOcLZIzXIf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tOcLZIzXIf .mbr-section-title {
  color: #ffffff;
}
.cid-tOcLZIzXIf .mbr-text,
.cid-tOcLZIzXIf .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tOcLZIzXIf .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tOcLZIzXIf img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tOcLZIzXIf .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tOcLZIzXIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOcLZIzXIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOcLZIWqPW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #212428;
}
.cid-tOcLZIWqPW .row {
  flex-direction: row-reverse;
}
.cid-tOcLZIWqPW .mbr-section-title {
  color: #ffffff;
}
.cid-tOcLZIWqPW .mbr-text,
.cid-tOcLZIWqPW .mbr-section-btn {
  color: #ffffff;
}
.cid-tOcLZIWqPW .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tOcLZIWqPW img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tOcLZIWqPW .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tOcLZIWqPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOcLZIWqPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOcLZJixR3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tOcLZJixR3 .mbr-section-title {
  color: #ffffff;
}
.cid-tOcLZJixR3 .mbr-text,
.cid-tOcLZJixR3 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tOcLZJixR3 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tOcLZJixR3 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tOcLZJixR3 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tOcLZJixR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOcLZJixR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOcLZJY2wJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOcLZJY2wJ .image-wrapper {
  position: relative;
}
.cid-tOcLZJY2wJ .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tOcLZJY2wJ .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tOcLZJY2wJ img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-tOcLZJY2wJ .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-tOcLZJY2wJ .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-tOcLZJY2wJ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tOcLZJY2wJ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tOcLZJY2wJ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tOcLZJY2wJ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tOcLZJY2wJ svg {
  margin-left: 15px;
}
.cid-tOcLZJY2wJ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tOcLZJY2wJ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tOcLZJY2wJ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-tOcLZJY2wJ .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tOcLZJY2wJ .wrapper {
  margin: auto;
}
.cid-tOcLZL3pYx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-tOcLZL3pYx .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tOcLZL3pYx .mbr-text,
.cid-tOcLZL3pYx .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tOcLZLrr8c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-tOcLZLrr8c .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tOcLZLrr8c .row {
    padding: 20px 34px;
  }
}
.cid-tOcLZLrr8c .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-tOcLZMm70l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tOcLZMm70l .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-tOcLZMm70l .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-tOcLZMm70l .card:hover {
  margin-top: -0.6rem;
}
.cid-tOcLZMm70l .card-wrapper {
  position: relative;
}
.cid-tOcLZMm70l .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-tOcLZMm70l .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-tOcLZMm70l .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-tOcLZMm70l .big {
  margin-top: -25%;
}
.cid-tOcLZMm70l .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-tOcLZMm70l .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-tOcLZMm70l .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-tOcLZMm70l .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-tOcLZMWSQP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tOcLZMWSQP .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tOcLZNA0mD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tOcLZNA0mD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tOcLZNA0mD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tOcLZNA0mD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tOcLZNA0mD .bg-youtube:hover {
  background: #cc0000;
}
.cid-tOcLZNA0mD .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tOcLZNA0mD .bg-twitch:hover {
  background: #7313ff;
}
.cid-tOcLZNA0mD .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-tOcLZNA0mD [class^="socicon-"]:before,
.cid-tOcLZNA0mD [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tOcLZNA0mD .mbr-section-title,
.cid-tOcLZNA0mD .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tOcLZNUdgF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tOcLZNUdgF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tOcLZNUdgF .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tOcLZNUdgF .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-tOcLZNUdgF .form-control:focus,
.cid-tOcLZNUdgF .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tOcLZNUdgF .form-group {
  margin-bottom: 1rem;
}
.cid-tOcLZNUdgF input::-webkit-input-placeholder,
.cid-tOcLZNUdgF textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tOcLZNUdgF input:-moz-placeholder,
.cid-tOcLZNUdgF textarea:-moz-placeholder {
  color: #656565;
}
.cid-tOcLZNUdgF .jq-selectbox li,
.cid-tOcLZNUdgF .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tOcLZNUdgF .jq-selectbox li:hover,
.cid-tOcLZNUdgF .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tOcLZNUdgF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tOcLZNUdgF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tOcLZNUdgF textarea.form-control {
  resize: none;
}
.cid-tOcLZNUdgF .input-group-btn {
  display: inline-block;
}
.cid-tOcLZNUdgF .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tOcLZNUdgF .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOcLZNUdgF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tOcLZNUdgF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tOcLZNUdgF .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tOcLZNUdgF .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tOcLZNUdgF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOcLZNUdgF .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tOcLZNUdgF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tOcLZNUdgF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tOcLZNUdgF .form-control,
.cid-tOcLZNUdgF .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tOcLZNUdgF #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tOcLZNUdgF #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tOcLZNUdgF #creativecommons img,
.cid-tOcLZNUdgF iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tOcLZNUdgF .offset-md-1 {
  margin-left: 1vw;
}
.cid-tOcLZOxPzv.popup-builder {
  background-color: #ffffff;
}
.cid-tOcLZOxPzv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tOcLZOxPzv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tOcLZOxPzv .modal-content,
.cid-tOcLZOxPzv .modal-dialog {
  height: auto;
}
.cid-tOcLZOxPzv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tOcLZOxPzv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tOcLZOxPzv .form-wrapper .mbr-form .form-group,
  .cid-tOcLZOxPzv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tOcLZOxPzv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tOcLZOxPzv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOcLZOxPzv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tOcLZOxPzv .pt-0 {
  padding-top: 0 !important;
}
.cid-tOcLZOxPzv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tOcLZOxPzv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tOcLZOxPzv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tOcLZOxPzv .modal-open {
  overflow: hidden;
}
.cid-tOcLZOxPzv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tOcLZOxPzv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tOcLZOxPzv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tOcLZOxPzv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tOcLZOxPzv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tOcLZOxPzv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tOcLZOxPzv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tOcLZOxPzv .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tOcLZOxPzv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tOcLZOxPzv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tOcLZOxPzv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tOcLZOxPzv .modal-backdrop.show {
  opacity: .5;
}
.cid-tOcLZOxPzv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tOcLZOxPzv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOxPzv .modal-header {
    padding: 1rem;
  }
}
.cid-tOcLZOxPzv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tOcLZOxPzv .modal-header .close svg {
  fill: #ffffff;
}
.cid-tOcLZOxPzv .modal-header .close:hover {
  opacity: 1;
}
.cid-tOcLZOxPzv .modal-header .close:focus {
  outline: none;
}
.cid-tOcLZOxPzv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tOcLZOxPzv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tOcLZOxPzv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOxPzv .modal-body {
    padding: 1rem;
  }
}
.cid-tOcLZOxPzv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tOcLZOxPzv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOxPzv .modal-footer {
    padding: 1rem;
  }
}
.cid-tOcLZOxPzv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tOcLZOxPzv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tOcLZOxPzv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tOcLZOxPzv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tOcLZOxPzv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tOcLZOxPzv .modal-lg,
  .cid-tOcLZOxPzv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tOcLZOxPzv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tOcLZOxPzv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tOcLZOxPzv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tOcLZOxPzv .form-group {
  margin-bottom: 1rem;
}
.cid-tOcLZOxPzv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tOcLZOxPzv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOcLZOxPzv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tOcLZOxPzv .mbr-section-btn {
  margin: 0;
}
.cid-tOcLZOxPzv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tOcLZOXQTt.popup-builder {
  background-color: #ffffff;
}
.cid-tOcLZOXQTt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tOcLZOXQTt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tOcLZOXQTt .modal-content,
.cid-tOcLZOXQTt .modal-dialog {
  height: auto;
}
.cid-tOcLZOXQTt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tOcLZOXQTt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tOcLZOXQTt .form-wrapper .mbr-form .form-group,
  .cid-tOcLZOXQTt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tOcLZOXQTt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tOcLZOXQTt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOcLZOXQTt .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tOcLZOXQTt .pt-0 {
  padding-top: 0 !important;
}
.cid-tOcLZOXQTt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tOcLZOXQTt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tOcLZOXQTt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tOcLZOXQTt .modal-open {
  overflow: hidden;
}
.cid-tOcLZOXQTt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tOcLZOXQTt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tOcLZOXQTt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tOcLZOXQTt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tOcLZOXQTt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tOcLZOXQTt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tOcLZOXQTt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tOcLZOXQTt .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tOcLZOXQTt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tOcLZOXQTt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tOcLZOXQTt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tOcLZOXQTt .modal-backdrop.show {
  opacity: .5;
}
.cid-tOcLZOXQTt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tOcLZOXQTt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOXQTt .modal-header {
    padding: 1rem;
  }
}
.cid-tOcLZOXQTt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tOcLZOXQTt .modal-header .close svg {
  fill: #ffffff;
}
.cid-tOcLZOXQTt .modal-header .close:hover {
  opacity: 1;
}
.cid-tOcLZOXQTt .modal-header .close:focus {
  outline: none;
}
.cid-tOcLZOXQTt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tOcLZOXQTt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tOcLZOXQTt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOXQTt .modal-body {
    padding: 1rem;
  }
}
.cid-tOcLZOXQTt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tOcLZOXQTt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOXQTt .modal-footer {
    padding: 1rem;
  }
}
.cid-tOcLZOXQTt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tOcLZOXQTt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tOcLZOXQTt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tOcLZOXQTt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tOcLZOXQTt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tOcLZOXQTt .modal-lg,
  .cid-tOcLZOXQTt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tOcLZOXQTt .modal-xl {
    max-width: 1140px;
  }
}
.cid-tOcLZOXQTt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tOcLZOXQTt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tOcLZOXQTt .form-group {
  margin-bottom: 1rem;
}
.cid-tOcLZOXQTt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tOcLZOXQTt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOcLZOXQTt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tOcLZOXQTt .mbr-section-btn {
  margin: 0;
}
.cid-tOcLZOXQTt .mbr-section-btn .btn {
  margin: 0;
}
.cid-tOcLZOXQTt #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tOcLZOXQTt #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tOcLZOXQTt #creativecommons img,
.cid-tOcLZOXQTt iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uFl5BxiHkP.popup-builder {
  background-color: #ffffff;
}
.cid-uFl5BxiHkP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFl5BxiHkP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFl5BxiHkP .modal-content,
.cid-uFl5BxiHkP .modal-dialog {
  height: auto;
}
.cid-uFl5BxiHkP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFl5BxiHkP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFl5BxiHkP .form-wrapper .mbr-form .form-group,
  .cid-uFl5BxiHkP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFl5BxiHkP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFl5BxiHkP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFl5BxiHkP .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uFl5BxiHkP .pt-0 {
  padding-top: 0 !important;
}
.cid-uFl5BxiHkP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFl5BxiHkP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFl5BxiHkP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFl5BxiHkP .modal-open {
  overflow: hidden;
}
.cid-uFl5BxiHkP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFl5BxiHkP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFl5BxiHkP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFl5BxiHkP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFl5BxiHkP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFl5BxiHkP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFl5BxiHkP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFl5BxiHkP .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFl5BxiHkP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFl5BxiHkP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFl5BxiHkP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFl5BxiHkP .modal-backdrop.show {
  opacity: .5;
}
.cid-uFl5BxiHkP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFl5BxiHkP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BxiHkP .modal-header {
    padding: 1rem;
  }
}
.cid-uFl5BxiHkP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFl5BxiHkP .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFl5BxiHkP .modal-header .close:hover {
  opacity: 1;
}
.cid-uFl5BxiHkP .modal-header .close:focus {
  outline: none;
}
.cid-uFl5BxiHkP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFl5BxiHkP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFl5BxiHkP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BxiHkP .modal-body {
    padding: 1rem;
  }
}
.cid-uFl5BxiHkP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFl5BxiHkP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BxiHkP .modal-footer {
    padding: 1rem;
  }
}
.cid-uFl5BxiHkP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFl5BxiHkP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFl5BxiHkP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFl5BxiHkP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFl5BxiHkP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFl5BxiHkP .modal-lg,
  .cid-uFl5BxiHkP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFl5BxiHkP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFl5BxiHkP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFl5BxiHkP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFl5BxiHkP .form-group {
  margin-bottom: 1rem;
}
.cid-uFl5BxiHkP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFl5BxiHkP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFl5BxiHkP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFl5BxiHkP .mbr-section-btn {
  margin: 0;
}
.cid-uFl5BxiHkP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUj4eN5jTx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUj4eN5jTx nav.navbar {
  position: fixed;
}
.cid-uUj4eN5jTx .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-uUj4eN5jTx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUj4eN5jTx .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uUj4eN5jTx #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uUj4eN5jTx .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uUj4eN5jTx .dropdown-item:hover,
.cid-uUj4eN5jTx .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uUj4eN5jTx .dropdown-item:hover span {
  color: white;
}
.cid-uUj4eN5jTx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUj4eN5jTx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUj4eN5jTx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uUj4eN5jTx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUj4eN5jTx .nav-link {
  position: relative;
}
.cid-uUj4eN5jTx .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uUj4eN5jTx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uUj4eN5jTx .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uUj4eN5jTx .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uUj4eN5jTx .dropdown-menu,
.cid-uUj4eN5jTx .navbar.opened {
  background: #353535 !important;
}
.cid-uUj4eN5jTx .nav-item:focus,
.cid-uUj4eN5jTx .nav-link:focus {
  outline: none;
}
.cid-uUj4eN5jTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUj4eN5jTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUj4eN5jTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUj4eN5jTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUj4eN5jTx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUj4eN5jTx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUj4eN5jTx .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-uUj4eN5jTx .navbar.opened {
  transition: all 0.3s;
}
.cid-uUj4eN5jTx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUj4eN5jTx .navbar .navbar-logo img {
  width: auto;
}
.cid-uUj4eN5jTx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUj4eN5jTx .navbar.collapsed {
  justify-content: center;
}
.cid-uUj4eN5jTx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUj4eN5jTx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUj4eN5jTx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUj4eN5jTx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUj4eN5jTx .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-uUj4eN5jTx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUj4eN5jTx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUj4eN5jTx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUj4eN5jTx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUj4eN5jTx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUj4eN5jTx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUj4eN5jTx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUj4eN5jTx .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-uUj4eN5jTx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUj4eN5jTx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUj4eN5jTx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUj4eN5jTx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUj4eN5jTx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUj4eN5jTx .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-uUj4eN5jTx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUj4eN5jTx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUj4eN5jTx .dropdown-item.active,
.cid-uUj4eN5jTx .dropdown-item:active {
  background-color: transparent;
}
.cid-uUj4eN5jTx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUj4eN5jTx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUj4eN5jTx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUj4eN5jTx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uUj4eN5jTx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUj4eN5jTx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUj4eN5jTx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUj4eN5jTx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUj4eN5jTx button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUj4eN5jTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uUj4eN5jTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUj4eN5jTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUj4eN5jTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUj4eN5jTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUj4eN5jTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUj4eN5jTx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUj4eN5jTx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUj4eN5jTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUj4eN5jTx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUj4eN5jTx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUj4eN5jTx .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-uUj4eN5jTx .navbar {
    height: 70px;
  }
  .cid-uUj4eN5jTx .navbar.opened {
    height: auto;
  }
  .cid-uUj4eN5jTx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUj4eN5jTx .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uUj4eN5jTx .navbar-toggler {
  margin-left: 10px;
}
.cid-uUj4eN5jTx .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-uUj4eN5jTx .navbar-logo {
  margin-right: 0 !important;
}
.cid-uUj4eN5jTx .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uUj4eN5jTx .mbr-text {
    display: none;
  }
}
.cid-uUj4eN5jTx .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uUj4eN5jTx .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uUj4eN5jTx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uUj4eN5jTx .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-uUj4eN5jTx #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-uUj4eN5jTx #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-uUj4eN5jTx #vol {
    display: none;
  }
}
.cid-uUj4eN5jTx .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-130 {
  /* Type valid CSS here */
}
#custom-html-130 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-130 .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uUj4eNHMiF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uUj4eNHMiF .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-13t {
  /* Type valid CSS here */
}
.cid-uUj8AqDIgR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUj8AqDIgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj8AqDIgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUj8AqDIgR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUj8AqDIgR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUj8AqDIgR .container {
    padding: 0;
  }
}
.cid-uUj8AqDIgR .row {
  justify-content: center;
}
.cid-uUj8AqDIgR .title-wrapper {
  padding: 0 16px;
}
.cid-uUj8AqDIgR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUj8AqDIgR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUj4eOlu3B {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-uUj4eOlu3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj4eOlu3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUj4eOlu3B p {
  line-height: 2;
}
.cid-uUj4eOlu3B a:hover {
  text-decoration: underline;
}
.cid-uUj4eOlu3B .mbr-text {
  color: #ffffff;
}
.cid-uUj4eOlu3B .mbr-section-title {
  color: #4479d9;
}
.cid-uUj4eOZf5o {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUj4eOZf5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj4eOZf5o .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-uUj4eOZf5o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUj4eOZf5o img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uUj4eOZf5o .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUj4eOZf5o .mbr-section-title {
  color: #4479d9;
}
.cid-uUj4eOZf5o .mbr-text {
  color: #ffffff;
}
.cid-uUj4eOZf5o .mbr-description {
  color: #4479d9;
}
.cid-uUj4eOGnX6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUj4eOGnX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj4eOGnX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUj4eOGnX6 .container {
    padding: 0 30px;
  }
}
.cid-uUj4eOGnX6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uUj4eOGnX6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUj4eOGnX6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUj4eOGnX6 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uUj4eOGnX6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUj4eQwBwp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uUj4eQwBwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj4eQwBwp .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-uUj4eQwBwp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUj4eQwBwp img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uUj4eQwBwp .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUj4eQwBwp .mbr-section-title {
  color: #4479d9;
}
.cid-uUj4eQwBwp .mbr-text {
  color: #ffffff;
}
.cid-uUj4eQwBwp .mbr-description {
  color: #4479d9;
}
.cid-uUj4ePofjV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uUj4ePofjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj4ePofjV .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-uUj4ePofjV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUj4ePofjV .row {
  flex-direction: row-reverse;
}
.cid-uUj4ePofjV img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uUj4ePofjV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUj4ePofjV .mbr-section-title {
  color: #4479d9;
}
.cid-uUj4ePofjV .mbr-text {
  color: #ffffff;
}
.cid-uUj4ePofjV .mbr-description {
  color: #4479d9;
}
.cid-uUj4ePKZb6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uUj4ePKZb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj4ePKZb6 .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-uUj4ePKZb6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUj4ePKZb6 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uUj4ePKZb6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUj4ePKZb6 .mbr-section-title {
  color: #4479d9;
}
.cid-uUj4ePKZb6 .mbr-text {
  color: #ffffff;
}
.cid-uUj4ePKZb6 .mbr-description {
  color: #4479d9;
}
.cid-uUj4eQ8wyY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uUj4eQ8wyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj4eQ8wyY .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-uUj4eQ8wyY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUj4eQ8wyY .row {
  flex-direction: row-reverse;
}
.cid-uUj4eQ8wyY img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uUj4eQ8wyY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUj4eQ8wyY .mbr-section-title {
  color: #4479d9;
}
.cid-uUj4eQ8wyY .mbr-text {
  color: #ffffff;
}
.cid-uUj4eQ8wyY .mbr-description {
  color: #4479d9;
}
.cid-uUj4eQXqaq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uUj4eQXqaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj4eQXqaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUj4eQXqaq .container {
    padding: 0 30px;
  }
}
.cid-uUj4eQXqaq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uUj4eQXqaq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUj4eQXqaq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uUj4eQXqaq .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-uUj4eQXqaq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUj4eThadF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uUj4eThadF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj4eThadF .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-uUj4eThadF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUj4eThadF .row {
  flex-direction: row-reverse;
}
.cid-uUj4eThadF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUj4eThadF .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUj4eThadF .mbr-description {
  text-align: center;
}
.cid-uUj4eThadF .mbr-section-title {
  color: #ffffff;
}
.cid-uUj4eThadF .mbr-text {
  color: #bbbbbb;
}
.cid-uUj4eTF4UD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uUj4eTF4UD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj4eTF4UD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUj4eTF4UD .row {
  justify-content: space-between;
}
.cid-uUj4eTF4UD .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uUj4eTF4UD .content-wrapper {
    padding: 0;
  }
}
.cid-uUj4eTF4UD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUj4eTF4UD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUj4eTF4UD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUj4eTF4UD .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uUj4eTF4UD .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUj4eTF4UD .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uUj4eTF4UD .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uUj4eTF4UD .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uUj4eTF4UD .mbr-section-title {
  color: #000000;
}
.cid-uUj4eTF4UD .mbr-desc {
  color: #000000;
}
.cid-uUj4eTF4UD .mbr-text {
  color: #ffffff;
}
.cid-uUj4eTF4UD .mbr-section-title,
.cid-uUj4eTF4UD .mbr-section-btn {
  color: #ffffff;
}
.cid-uUj4eU2vWt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUj4eU2vWt .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uUj4eUpvVP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uUj4eUpvVP .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uUj4eUpvVP .mbr-text,
.cid-uUj4eUpvVP .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uUj4eURnkd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uUj4eURnkd .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uUj4eURnkd .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uUj4eURnkd .card:hover {
  margin-top: -0.6rem;
}
.cid-uUj4eURnkd .card-wrapper {
  position: relative;
}
.cid-uUj4eURnkd .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uUj4eURnkd .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uUj4eURnkd .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-uUj4eURnkd .big {
  margin-top: -25%;
}
.cid-uUj4eURnkd .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-uUj4eURnkd .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uUj4eURnkd .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uUj4eURnkd .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uUj4eVpYrV.popup-builder {
  background-color: #ffffff;
}
.cid-uUj4eVpYrV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUj4eVpYrV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUj4eVpYrV .modal-content,
.cid-uUj4eVpYrV .modal-dialog {
  height: auto;
}
.cid-uUj4eVpYrV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUj4eVpYrV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUj4eVpYrV .form-wrapper .mbr-form .form-group,
  .cid-uUj4eVpYrV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUj4eVpYrV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUj4eVpYrV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUj4eVpYrV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uUj4eVpYrV .pt-0 {
  padding-top: 0 !important;
}
.cid-uUj4eVpYrV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUj4eVpYrV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUj4eVpYrV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUj4eVpYrV .modal-open {
  overflow: hidden;
}
.cid-uUj4eVpYrV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUj4eVpYrV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUj4eVpYrV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUj4eVpYrV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUj4eVpYrV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUj4eVpYrV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUj4eVpYrV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUj4eVpYrV .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUj4eVpYrV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uUj4eVpYrV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUj4eVpYrV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUj4eVpYrV .modal-backdrop.show {
  opacity: .5;
}
.cid-uUj4eVpYrV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uUj4eVpYrV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eVpYrV .modal-header {
    padding: 1rem;
  }
}
.cid-uUj4eVpYrV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUj4eVpYrV .modal-header .close svg {
  fill: #ffffff;
}
.cid-uUj4eVpYrV .modal-header .close:hover {
  opacity: 1;
}
.cid-uUj4eVpYrV .modal-header .close:focus {
  outline: none;
}
.cid-uUj4eVpYrV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uUj4eVpYrV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uUj4eVpYrV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eVpYrV .modal-body {
    padding: 1rem;
  }
}
.cid-uUj4eVpYrV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUj4eVpYrV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eVpYrV .modal-footer {
    padding: 1rem;
  }
}
.cid-uUj4eVpYrV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUj4eVpYrV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUj4eVpYrV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUj4eVpYrV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUj4eVpYrV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uUj4eVpYrV .modal-lg,
  .cid-uUj4eVpYrV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uUj4eVpYrV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uUj4eVpYrV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUj4eVpYrV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUj4eVpYrV .form-group {
  margin-bottom: 1rem;
}
.cid-uUj4eVpYrV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUj4eVpYrV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUj4eVpYrV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUj4eVpYrV .mbr-section-btn {
  margin: 0;
}
.cid-uUj4eVpYrV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUj4eVpYrV #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uUj4eVpYrV #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uUj4eVpYrV #creativecommons img,
.cid-uUj4eVpYrV iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uUj4eVUqo3.popup-builder {
  background-color: #ffffff;
}
.cid-uUj4eVUqo3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUj4eVUqo3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUj4eVUqo3 .modal-content,
.cid-uUj4eVUqo3 .modal-dialog {
  height: auto;
}
.cid-uUj4eVUqo3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUj4eVUqo3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUj4eVUqo3 .form-wrapper .mbr-form .form-group,
  .cid-uUj4eVUqo3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUj4eVUqo3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUj4eVUqo3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUj4eVUqo3 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uUj4eVUqo3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uUj4eVUqo3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUj4eVUqo3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUj4eVUqo3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUj4eVUqo3 .modal-open {
  overflow: hidden;
}
.cid-uUj4eVUqo3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUj4eVUqo3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUj4eVUqo3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUj4eVUqo3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUj4eVUqo3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUj4eVUqo3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUj4eVUqo3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUj4eVUqo3 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUj4eVUqo3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uUj4eVUqo3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUj4eVUqo3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUj4eVUqo3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uUj4eVUqo3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uUj4eVUqo3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eVUqo3 .modal-header {
    padding: 1rem;
  }
}
.cid-uUj4eVUqo3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUj4eVUqo3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uUj4eVUqo3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uUj4eVUqo3 .modal-header .close:focus {
  outline: none;
}
.cid-uUj4eVUqo3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uUj4eVUqo3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uUj4eVUqo3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eVUqo3 .modal-body {
    padding: 1rem;
  }
}
.cid-uUj4eVUqo3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUj4eVUqo3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eVUqo3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uUj4eVUqo3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUj4eVUqo3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUj4eVUqo3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUj4eVUqo3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUj4eVUqo3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uUj4eVUqo3 .modal-lg,
  .cid-uUj4eVUqo3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uUj4eVUqo3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uUj4eVUqo3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUj4eVUqo3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUj4eVUqo3 .form-group {
  margin-bottom: 1rem;
}
.cid-uUj4eVUqo3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUj4eVUqo3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUj4eVUqo3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUj4eVUqo3 .mbr-section-btn {
  margin: 0;
}
.cid-uUj4eVUqo3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUj4eWtiVU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUj4eWtiVU .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uUj4eWSlIG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uUj4eWSlIG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uUj4eWSlIG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uUj4eWSlIG .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uUj4eWSlIG .bg-youtube:hover {
  background: #cc0000;
}
.cid-uUj4eWSlIG .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uUj4eWSlIG .bg-twitch:hover {
  background: #7313ff;
}
.cid-uUj4eWSlIG .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-uUj4eWSlIG [class^="socicon-"]:before,
.cid-uUj4eWSlIG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uUj4eWSlIG .mbr-section-title,
.cid-uUj4eWSlIG .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uUj4eXrSZd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uUj4eXrSZd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uUj4eXrSZd .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uUj4eXrSZd .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-uUj4eXrSZd .form-control:focus,
.cid-uUj4eXrSZd .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uUj4eXrSZd .form-group {
  margin-bottom: 1rem;
}
.cid-uUj4eXrSZd input::-webkit-input-placeholder,
.cid-uUj4eXrSZd textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uUj4eXrSZd input:-moz-placeholder,
.cid-uUj4eXrSZd textarea:-moz-placeholder {
  color: #656565;
}
.cid-uUj4eXrSZd .jq-selectbox li,
.cid-uUj4eXrSZd .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uUj4eXrSZd .jq-selectbox li:hover,
.cid-uUj4eXrSZd .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uUj4eXrSZd .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uUj4eXrSZd .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uUj4eXrSZd textarea.form-control {
  resize: none;
}
.cid-uUj4eXrSZd .input-group-btn {
  display: inline-block;
}
.cid-uUj4eXrSZd .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uUj4eXrSZd .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUj4eXrSZd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUj4eXrSZd .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uUj4eXrSZd .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uUj4eXrSZd .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uUj4eXrSZd .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUj4eXrSZd .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uUj4eXrSZd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUj4eXrSZd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uUj4eXrSZd .form-control,
.cid-uUj4eXrSZd .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uUj4eXrSZd #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uUj4eXrSZd #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uUj4eXrSZd #creativecommons img,
.cid-uUj4eXrSZd iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uUj4eXrSZd .offset-md-1 {
  margin-left: 1vw;
}
.cid-uUj4eYr4Wi.popup-builder {
  background-color: #ffffff;
}
.cid-uUj4eYr4Wi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUj4eYr4Wi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUj4eYr4Wi .modal-content,
.cid-uUj4eYr4Wi .modal-dialog {
  height: auto;
}
.cid-uUj4eYr4Wi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUj4eYr4Wi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUj4eYr4Wi .form-wrapper .mbr-form .form-group,
  .cid-uUj4eYr4Wi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUj4eYr4Wi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUj4eYr4Wi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUj4eYr4Wi .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uUj4eYr4Wi .pt-0 {
  padding-top: 0 !important;
}
.cid-uUj4eYr4Wi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUj4eYr4Wi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUj4eYr4Wi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUj4eYr4Wi .modal-open {
  overflow: hidden;
}
.cid-uUj4eYr4Wi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUj4eYr4Wi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUj4eYr4Wi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUj4eYr4Wi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUj4eYr4Wi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUj4eYr4Wi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUj4eYr4Wi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUj4eYr4Wi .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUj4eYr4Wi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uUj4eYr4Wi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUj4eYr4Wi .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUj4eYr4Wi .modal-backdrop.show {
  opacity: .5;
}
.cid-uUj4eYr4Wi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uUj4eYr4Wi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eYr4Wi .modal-header {
    padding: 1rem;
  }
}
.cid-uUj4eYr4Wi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUj4eYr4Wi .modal-header .close svg {
  fill: #ffffff;
}
.cid-uUj4eYr4Wi .modal-header .close:hover {
  opacity: 1;
}
.cid-uUj4eYr4Wi .modal-header .close:focus {
  outline: none;
}
.cid-uUj4eYr4Wi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uUj4eYr4Wi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uUj4eYr4Wi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eYr4Wi .modal-body {
    padding: 1rem;
  }
}
.cid-uUj4eYr4Wi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUj4eYr4Wi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eYr4Wi .modal-footer {
    padding: 1rem;
  }
}
.cid-uUj4eYr4Wi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUj4eYr4Wi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUj4eYr4Wi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUj4eYr4Wi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUj4eYr4Wi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uUj4eYr4Wi .modal-lg,
  .cid-uUj4eYr4Wi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uUj4eYr4Wi .modal-xl {
    max-width: 1140px;
  }
}
.cid-uUj4eYr4Wi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUj4eYr4Wi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUj4eYr4Wi .form-group {
  margin-bottom: 1rem;
}
.cid-uUj4eYr4Wi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUj4eYr4Wi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUj4eYr4Wi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUj4eYr4Wi .mbr-section-btn {
  margin: 0;
}
.cid-uUj4eYr4Wi .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUj4eZ4Wf1.popup-builder {
  background-color: #ffffff;
}
.cid-uUj4eZ4Wf1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUj4eZ4Wf1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUj4eZ4Wf1 .modal-content,
.cid-uUj4eZ4Wf1 .modal-dialog {
  height: auto;
}
.cid-uUj4eZ4Wf1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUj4eZ4Wf1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUj4eZ4Wf1 .form-wrapper .mbr-form .form-group,
  .cid-uUj4eZ4Wf1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUj4eZ4Wf1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUj4eZ4Wf1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUj4eZ4Wf1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uUj4eZ4Wf1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uUj4eZ4Wf1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUj4eZ4Wf1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUj4eZ4Wf1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUj4eZ4Wf1 .modal-open {
  overflow: hidden;
}
.cid-uUj4eZ4Wf1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUj4eZ4Wf1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUj4eZ4Wf1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUj4eZ4Wf1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUj4eZ4Wf1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUj4eZ4Wf1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUj4eZ4Wf1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUj4eZ4Wf1 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUj4eZ4Wf1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uUj4eZ4Wf1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUj4eZ4Wf1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUj4eZ4Wf1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uUj4eZ4Wf1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uUj4eZ4Wf1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eZ4Wf1 .modal-header {
    padding: 1rem;
  }
}
.cid-uUj4eZ4Wf1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUj4eZ4Wf1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uUj4eZ4Wf1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uUj4eZ4Wf1 .modal-header .close:focus {
  outline: none;
}
.cid-uUj4eZ4Wf1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uUj4eZ4Wf1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uUj4eZ4Wf1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eZ4Wf1 .modal-body {
    padding: 1rem;
  }
}
.cid-uUj4eZ4Wf1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUj4eZ4Wf1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUj4eZ4Wf1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uUj4eZ4Wf1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUj4eZ4Wf1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUj4eZ4Wf1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUj4eZ4Wf1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUj4eZ4Wf1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uUj4eZ4Wf1 .modal-lg,
  .cid-uUj4eZ4Wf1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uUj4eZ4Wf1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uUj4eZ4Wf1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUj4eZ4Wf1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUj4eZ4Wf1 .form-group {
  margin-bottom: 1rem;
}
.cid-uUj4eZ4Wf1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUj4eZ4Wf1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUj4eZ4Wf1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUj4eZ4Wf1 .mbr-section-btn {
  margin: 0;
}
.cid-uUj4eZ4Wf1 .mbr-section-btn .btn {
  margin: 0;
}
