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

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;
}.btn {
  border-width: 2px;
}
body {
  font-family: 'CENSCBK';
}
.display-1 {
  font-family: 'Voltaire', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 1px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'CENSCBK';
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 2px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'CENSCBK';
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Voltaire', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'CENSCBK';
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #c10b02 !important;
}
.bg-success {
  background-color: #72f05b !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffb5b5 !important;
}
.bg-danger {
  background-color: #ff6666 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c10b02 !important;
  border-color: #c10b02 !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: #6b0601 !important;
  border-color: #6b0601 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6b0601 !important;
  border-color: #6b0601 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !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: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6f6f6f !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !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: #72f05b !important;
  border-color: #72f05b !important;
  color: #104606 !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: #34e014 !important;
  border-color: #34e014 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #104606 !important;
  background-color: #34e014 !important;
  border-color: #34e014 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb5b5 !important;
  border-color: #ffb5b5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5e5e !important;
  border-color: #ff5e5e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5e5e !important;
  border-color: #ff5e5e !important;
}
.btn-danger,
.btn-danger: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-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #c10b02;
  color: #c10b02;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6b0601 !important;
  background-color: transparent!important;
  border-color: #6b0601 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c10b02 !important;
  border-color: #c10b02 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent!important;
  border-color: #c3c3c3 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #72f05b;
  color: #72f05b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #34e014 !important;
  background-color: transparent!important;
  border-color: #34e014 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #104606 !important;
  background-color: #72f05b !important;
  border-color: #72f05b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb5b5;
  color: #ffb5b5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5e5e !important;
  background-color: transparent!important;
  border-color: #ff5e5e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb5b5 !important;
  border-color: #ffb5b5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c10b02 !important;
}
.text-secondary {
  color: #eeeeee !important;
}
.text-success {
  color: #72f05b !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffb5b5 !important;
}
.text-danger {
  color: #ff6666 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5c0501 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bbbbbb !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #31d213 !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: #ff4f4f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff0000 !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: #c10b02;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffb5b5;
}
.alert-danger {
  background-color: #ff6666;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c10b02;
  border-color: #c10b02;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c10b02;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fd4e45;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'CENSCBK';
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c10b02 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'CENSCBK';
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #c10b02;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c10b02;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c10b02;
}
.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: #c10b02;
  border-bottom-color: #c10b02;
}
.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: #c10b02 !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: #eeeeee !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='%23c10b02' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-v3vve7jJJ4 #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.cid-v3vve7jJJ4 #loading-center-absolute {
  position: static !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}
.cid-v3vve7jJJ4 .spinner {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 500px;
  height: 500px;
  text-align: center;
  font-size: 15px;
  left: auto !important;
}
.cid-v3vve7jJJ4 .loader {
  border: 0px;
  width: 240px;
  height: 240px;
  margin: 0 auto !important;
}
@-webkit-keyframes rock {
  0% {
    -webkit-transform: rotate(-20deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
  }
}
@keyframes rock {
  0% {
    -webkit-transform: rotate(-20deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes clip {
  0% {
    -webkit-clip-path: circle(10%);
    clip-path: circle(10%);
  }
  100% {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }
}
.cid-v3vve7jJJ4 .animate-logo {
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
.cid-v3vve7jJJ4 .dentaura-logo-preloader {
  width: 100%;
  border-radius: 50%;
}
.cid-v3vve7jJJ4 h3 {
  margin-top: 2.5rem;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
}
#custom-html-1 .myadvent-wrapper {
  width: 100%;
  height: auto;
  /* Automatická výška */
  min-height: 100vh;
  /* Minimálně celá obrazovka (můžeš upravit) */
  overflow: hidden;
  position: relative;
}
#custom-html-1 .myadvent-calendar {
  display: block;
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
  height: calc(142%);
  border: none;
}
#custom-html-1 .myadvent-calendar (max-width: 767px) {
  top: -95px;
  height: calc(175%);
}
.cid-v4smnSRv1j {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v4smnSRv1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4smnSRv1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4smnSRv1j .content-wrapper .logo-wrapper {
  margin-bottom: 20px;
  margin-top: 32px;
}
.cid-v4smnSRv1j .content-wrapper .logo-wrapper img {
  width: 300px;
  object-fit: contain;
  display: inline-flex;
}
.cid-v4smnSRv1j .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v4smnSRv1j .mbr-section-title {
  color: #191c25;
}
.cid-v4smnSRv1j .mbr-copy {
  color: #858585;
  text-align: center;
  letter-spacing: 7px;
}
.cid-v4smnSRv1j .mbr-section-title,
.cid-v4smnSRv1j .logo-wrapper {
  text-align: center;
}
.cid-v3wf7cY1Kl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3wf7cY1Kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wf7cY1Kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wf7cY1Kl .row {
  flex-direction: row-reverse;
}
.cid-v3wf7IA3rZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3wf7IA3rZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wf7IA3rZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wf7IA3rZ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v3wf7IA3rZ .mbr-section-subtitle {
  text-align: justify;
}
.cid-v3vX9xQMP6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v3vX9xQMP6 .showAlerts {
  display: block !important;
}
.cid-v3vX9xQMP6 .rowflexrev {
  display: -webkit-flex;
}
.cid-v3vX9xQMP6 .title {
  margin-bottom: 2rem;
}
.cid-v3vX9xQMP6 .mbr-section-subtitle {
  color: #767676;
}
.cid-v3vX9xQMP6 textarea.form-control {
  min-height: 188px;
}
.cid-v3vX9xQMP6 LABEL {
  color: #232323;
  display: initial;
}
.cid-v3vX9xQMP6 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v3vX9xQMP6 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v3vX9xQMP6 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v3vX9xQMP6 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v3vX9xQMP6 .alert {
  margin-bottom: 0;
}
.cid-v3vX9xQMP6 .alert-success {
  background-color: #70c770;
}
.cid-v3vX9xQMP6 .alert-danger {
  background-color: #ff4a52;
}
.cid-v3vX9xQMP6 .btn {
  display: inline-flex;
}
.cid-v3vX9xQMP6 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v3vX9xQMP6 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v3vX9xQMP6 input,
.cid-v3vX9xQMP6 option,
.cid-v3vX9xQMP6 textarea {
  color: #000000;
}
.cid-v3vX9xQMP6 .mbr-text,
.cid-v3vX9xQMP6 .btn {
  letter-spacing: 1px;
}
.cid-v3vX9xQMP6 H2 {
  color: #c10b02;
}
.cid-v4VkTImB39 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v4VkTImB39 .showAlerts {
  display: block !important;
}
.cid-v4VkTImB39 .rowflexrev {
  display: -webkit-flex;
}
.cid-v4VkTImB39 .title {
  margin-bottom: 2rem;
}
.cid-v4VkTImB39 .mbr-section-subtitle {
  color: #767676;
}
.cid-v4VkTImB39 textarea.form-control {
  min-height: 188px;
}
.cid-v4VkTImB39 LABEL {
  color: #232323;
  display: initial;
}
.cid-v4VkTImB39 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4VkTImB39 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v4VkTImB39 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4VkTImB39 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4VkTImB39 .alert {
  margin-bottom: 0;
}
.cid-v4VkTImB39 .alert-success {
  background-color: #70c770;
}
.cid-v4VkTImB39 .alert-danger {
  background-color: #ff4a52;
}
.cid-v4VkTImB39 .btn {
  display: inline-flex;
}
.cid-v4VkTImB39 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v4VkTImB39 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v4VkTImB39 input,
.cid-v4VkTImB39 option,
.cid-v4VkTImB39 textarea {
  color: #000000;
}
.cid-v4VkTImB39 .mbr-text,
.cid-v4VkTImB39 .btn {
  letter-spacing: 1px;
}
.cid-v4VkTImB39 H2 {
  color: #c10b02;
}
.cid-v44c00BB57 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v44c00BB57 .showAlerts {
  display: block !important;
}
.cid-v44c00BB57 .rowflexrev {
  display: -webkit-flex;
}
.cid-v44c00BB57 .title {
  margin-bottom: 2rem;
}
.cid-v44c00BB57 .mbr-section-subtitle {
  color: #767676;
}
.cid-v44c00BB57 textarea.form-control {
  min-height: 188px;
}
.cid-v44c00BB57 LABEL {
  color: #232323;
  display: initial;
}
.cid-v44c00BB57 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v44c00BB57 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v44c00BB57 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v44c00BB57 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v44c00BB57 .alert {
  margin-bottom: 0;
}
.cid-v44c00BB57 .alert-success {
  background-color: #70c770;
}
.cid-v44c00BB57 .alert-danger {
  background-color: #ff4a52;
}
.cid-v44c00BB57 .btn {
  display: inline-flex;
}
.cid-v44c00BB57 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v44c00BB57 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v44c00BB57 input,
.cid-v44c00BB57 option,
.cid-v44c00BB57 textarea {
  color: #000000;
}
.cid-v44c00BB57 .mbr-text,
.cid-v44c00BB57 .btn {
  letter-spacing: 1px;
}
.cid-v44c00BB57 H2 {
  color: #c10b02;
}
.cid-v4VlAn1FB1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v4VlAn1FB1 .showAlerts {
  display: block !important;
}
.cid-v4VlAn1FB1 .rowflexrev {
  display: -webkit-flex;
}
.cid-v4VlAn1FB1 .title {
  margin-bottom: 2rem;
}
.cid-v4VlAn1FB1 .mbr-section-subtitle {
  color: #767676;
}
.cid-v4VlAn1FB1 textarea.form-control {
  min-height: 188px;
}
.cid-v4VlAn1FB1 LABEL {
  color: #232323;
  display: initial;
}
.cid-v4VlAn1FB1 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4VlAn1FB1 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v4VlAn1FB1 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4VlAn1FB1 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4VlAn1FB1 .alert {
  margin-bottom: 0;
}
.cid-v4VlAn1FB1 .alert-success {
  background-color: #70c770;
}
.cid-v4VlAn1FB1 .alert-danger {
  background-color: #ff4a52;
}
.cid-v4VlAn1FB1 .btn {
  display: inline-flex;
}
.cid-v4VlAn1FB1 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v4VlAn1FB1 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v4VlAn1FB1 input,
.cid-v4VlAn1FB1 option,
.cid-v4VlAn1FB1 textarea {
  color: #000000;
}
.cid-v4VlAn1FB1 .mbr-text,
.cid-v4VlAn1FB1 .btn {
  letter-spacing: 1px;
}
.cid-v4VlAn1FB1 H2 {
  color: #c10b02;
}
.cid-v4aQGvAdBc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v4aQGvAdBc .showAlerts {
  display: block !important;
}
.cid-v4aQGvAdBc .rowflexrev {
  display: -webkit-flex;
}
.cid-v4aQGvAdBc .title {
  margin-bottom: 2rem;
}
.cid-v4aQGvAdBc .mbr-section-subtitle {
  color: #767676;
}
.cid-v4aQGvAdBc textarea.form-control {
  min-height: 188px;
}
.cid-v4aQGvAdBc LABEL {
  color: #232323;
  display: initial;
}
.cid-v4aQGvAdBc .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4aQGvAdBc .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v4aQGvAdBc .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4aQGvAdBc .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4aQGvAdBc .alert {
  margin-bottom: 0;
}
.cid-v4aQGvAdBc .alert-success {
  background-color: #70c770;
}
.cid-v4aQGvAdBc .alert-danger {
  background-color: #ff4a52;
}
.cid-v4aQGvAdBc .btn {
  display: inline-flex;
}
.cid-v4aQGvAdBc .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v4aQGvAdBc .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v4aQGvAdBc input,
.cid-v4aQGvAdBc option,
.cid-v4aQGvAdBc textarea {
  color: #000000;
}
.cid-v4aQGvAdBc .mbr-text,
.cid-v4aQGvAdBc .btn {
  letter-spacing: 1px;
}
.cid-v4aQGvAdBc H2 {
  color: #c10b02;
}
.cid-v5j3rOwSGn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5j3rOwSGn .showAlerts {
  display: block !important;
}
.cid-v5j3rOwSGn .rowflexrev {
  display: -webkit-flex;
}
.cid-v5j3rOwSGn .title {
  margin-bottom: 2rem;
}
.cid-v5j3rOwSGn .mbr-section-subtitle {
  color: #767676;
}
.cid-v5j3rOwSGn textarea.form-control {
  min-height: 188px;
}
.cid-v5j3rOwSGn LABEL {
  color: #232323;
  display: initial;
}
.cid-v5j3rOwSGn .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3rOwSGn .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5j3rOwSGn .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3rOwSGn .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3rOwSGn .alert {
  margin-bottom: 0;
}
.cid-v5j3rOwSGn .alert-success {
  background-color: #70c770;
}
.cid-v5j3rOwSGn .alert-danger {
  background-color: #ff4a52;
}
.cid-v5j3rOwSGn .btn {
  display: inline-flex;
}
.cid-v5j3rOwSGn .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5j3rOwSGn .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5j3rOwSGn input,
.cid-v5j3rOwSGn option,
.cid-v5j3rOwSGn textarea {
  color: #000000;
}
.cid-v5j3rOwSGn .mbr-text,
.cid-v5j3rOwSGn .btn {
  letter-spacing: 1px;
}
.cid-v5j3rOwSGn H2 {
  color: #c10b02;
}
.cid-v4gdaHMV6X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v4gdaHMV6X .showAlerts {
  display: block !important;
}
.cid-v4gdaHMV6X .rowflexrev {
  display: -webkit-flex;
}
.cid-v4gdaHMV6X .title {
  margin-bottom: 2rem;
}
.cid-v4gdaHMV6X .mbr-section-subtitle {
  color: #767676;
}
.cid-v4gdaHMV6X textarea.form-control {
  min-height: 188px;
}
.cid-v4gdaHMV6X LABEL {
  color: #232323;
  display: initial;
}
.cid-v4gdaHMV6X .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4gdaHMV6X .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v4gdaHMV6X .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4gdaHMV6X .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4gdaHMV6X .alert {
  margin-bottom: 0;
}
.cid-v4gdaHMV6X .alert-success {
  background-color: #70c770;
}
.cid-v4gdaHMV6X .alert-danger {
  background-color: #ff4a52;
}
.cid-v4gdaHMV6X .btn {
  display: inline-flex;
}
.cid-v4gdaHMV6X .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v4gdaHMV6X .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v4gdaHMV6X input,
.cid-v4gdaHMV6X option,
.cid-v4gdaHMV6X textarea {
  color: #000000;
}
.cid-v4gdaHMV6X .mbr-text,
.cid-v4gdaHMV6X .btn {
  letter-spacing: 1px;
}
.cid-v4gdaHMV6X H2 {
  color: #c10b02;
}
.cid-v5j3C3gCcX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5j3C3gCcX .showAlerts {
  display: block !important;
}
.cid-v5j3C3gCcX .rowflexrev {
  display: -webkit-flex;
}
.cid-v5j3C3gCcX .title {
  margin-bottom: 2rem;
}
.cid-v5j3C3gCcX .mbr-section-subtitle {
  color: #767676;
}
.cid-v5j3C3gCcX textarea.form-control {
  min-height: 188px;
}
.cid-v5j3C3gCcX LABEL {
  color: #232323;
  display: initial;
}
.cid-v5j3C3gCcX .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3C3gCcX .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5j3C3gCcX .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3C3gCcX .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3C3gCcX .alert {
  margin-bottom: 0;
}
.cid-v5j3C3gCcX .alert-success {
  background-color: #70c770;
}
.cid-v5j3C3gCcX .alert-danger {
  background-color: #ff4a52;
}
.cid-v5j3C3gCcX .btn {
  display: inline-flex;
}
.cid-v5j3C3gCcX .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5j3C3gCcX .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5j3C3gCcX input,
.cid-v5j3C3gCcX option,
.cid-v5j3C3gCcX textarea {
  color: #000000;
}
.cid-v5j3C3gCcX .mbr-text,
.cid-v5j3C3gCcX .btn {
  letter-spacing: 1px;
}
.cid-v5j3C3gCcX H2 {
  color: #c10b02;
}
.cid-v4mk9bXGoA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v4mk9bXGoA .showAlerts {
  display: block !important;
}
.cid-v4mk9bXGoA .rowflexrev {
  display: -webkit-flex;
}
.cid-v4mk9bXGoA .title {
  margin-bottom: 2rem;
}
.cid-v4mk9bXGoA .mbr-section-subtitle {
  color: #767676;
}
.cid-v4mk9bXGoA textarea.form-control {
  min-height: 188px;
}
.cid-v4mk9bXGoA LABEL {
  color: #232323;
  display: initial;
}
.cid-v4mk9bXGoA .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4mk9bXGoA .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v4mk9bXGoA .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4mk9bXGoA .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4mk9bXGoA .alert {
  margin-bottom: 0;
}
.cid-v4mk9bXGoA .alert-success {
  background-color: #70c770;
}
.cid-v4mk9bXGoA .alert-danger {
  background-color: #ff4a52;
}
.cid-v4mk9bXGoA .btn {
  display: inline-flex;
}
.cid-v4mk9bXGoA .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v4mk9bXGoA .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v4mk9bXGoA input,
.cid-v4mk9bXGoA option,
.cid-v4mk9bXGoA textarea {
  color: #000000;
}
.cid-v4mk9bXGoA .mbr-text,
.cid-v4mk9bXGoA .btn {
  letter-spacing: 1px;
}
.cid-v4mk9bXGoA H2 {
  color: #c10b02;
}
.cid-v5j3KW155v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5j3KW155v .showAlerts {
  display: block !important;
}
.cid-v5j3KW155v .rowflexrev {
  display: -webkit-flex;
}
.cid-v5j3KW155v .title {
  margin-bottom: 2rem;
}
.cid-v5j3KW155v .mbr-section-subtitle {
  color: #767676;
}
.cid-v5j3KW155v textarea.form-control {
  min-height: 188px;
}
.cid-v5j3KW155v LABEL {
  color: #232323;
  display: initial;
}
.cid-v5j3KW155v .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3KW155v .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5j3KW155v .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3KW155v .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3KW155v .alert {
  margin-bottom: 0;
}
.cid-v5j3KW155v .alert-success {
  background-color: #70c770;
}
.cid-v5j3KW155v .alert-danger {
  background-color: #ff4a52;
}
.cid-v5j3KW155v .btn {
  display: inline-flex;
}
.cid-v5j3KW155v .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5j3KW155v .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5j3KW155v input,
.cid-v5j3KW155v option,
.cid-v5j3KW155v textarea {
  color: #000000;
}
.cid-v5j3KW155v .mbr-text,
.cid-v5j3KW155v .btn {
  letter-spacing: 1px;
}
.cid-v5j3KW155v H2 {
  color: #c10b02;
}
.cid-v4mrTWQhuu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v4mrTWQhuu .showAlerts {
  display: block !important;
}
.cid-v4mrTWQhuu .rowflexrev {
  display: -webkit-flex;
}
.cid-v4mrTWQhuu .title {
  margin-bottom: 2rem;
}
.cid-v4mrTWQhuu .mbr-section-subtitle {
  color: #767676;
}
.cid-v4mrTWQhuu textarea.form-control {
  min-height: 188px;
}
.cid-v4mrTWQhuu LABEL {
  color: #232323;
  display: initial;
}
.cid-v4mrTWQhuu .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4mrTWQhuu .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v4mrTWQhuu .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4mrTWQhuu .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4mrTWQhuu .alert {
  margin-bottom: 0;
}
.cid-v4mrTWQhuu .alert-success {
  background-color: #70c770;
}
.cid-v4mrTWQhuu .alert-danger {
  background-color: #ff4a52;
}
.cid-v4mrTWQhuu .btn {
  display: inline-flex;
}
.cid-v4mrTWQhuu .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v4mrTWQhuu .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v4mrTWQhuu input,
.cid-v4mrTWQhuu option,
.cid-v4mrTWQhuu textarea {
  color: #000000;
}
.cid-v4mrTWQhuu .mbr-text,
.cid-v4mrTWQhuu .btn {
  letter-spacing: 1px;
}
.cid-v4mrTWQhuu H2 {
  color: #c10b02;
}
.cid-v5j3TTUA9C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5j3TTUA9C .showAlerts {
  display: block !important;
}
.cid-v5j3TTUA9C .rowflexrev {
  display: -webkit-flex;
}
.cid-v5j3TTUA9C .title {
  margin-bottom: 2rem;
}
.cid-v5j3TTUA9C .mbr-section-subtitle {
  color: #767676;
}
.cid-v5j3TTUA9C textarea.form-control {
  min-height: 188px;
}
.cid-v5j3TTUA9C LABEL {
  color: #232323;
  display: initial;
}
.cid-v5j3TTUA9C .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3TTUA9C .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5j3TTUA9C .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3TTUA9C .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j3TTUA9C .alert {
  margin-bottom: 0;
}
.cid-v5j3TTUA9C .alert-success {
  background-color: #70c770;
}
.cid-v5j3TTUA9C .alert-danger {
  background-color: #ff4a52;
}
.cid-v5j3TTUA9C .btn {
  display: inline-flex;
}
.cid-v5j3TTUA9C .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5j3TTUA9C .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5j3TTUA9C input,
.cid-v5j3TTUA9C option,
.cid-v5j3TTUA9C textarea {
  color: #000000;
}
.cid-v5j3TTUA9C .mbr-text,
.cid-v5j3TTUA9C .btn {
  letter-spacing: 1px;
}
.cid-v5j3TTUA9C H2 {
  color: #c10b02;
}
.cid-v4D7tuQZ46 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v4D7tuQZ46 .showAlerts {
  display: block !important;
}
.cid-v4D7tuQZ46 .rowflexrev {
  display: -webkit-flex;
}
.cid-v4D7tuQZ46 .title {
  margin-bottom: 2rem;
}
.cid-v4D7tuQZ46 .mbr-section-subtitle {
  color: #767676;
}
.cid-v4D7tuQZ46 textarea.form-control {
  min-height: 188px;
}
.cid-v4D7tuQZ46 LABEL {
  color: #232323;
  display: initial;
}
.cid-v4D7tuQZ46 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4D7tuQZ46 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v4D7tuQZ46 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4D7tuQZ46 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4D7tuQZ46 .alert {
  margin-bottom: 0;
}
.cid-v4D7tuQZ46 .alert-success {
  background-color: #70c770;
}
.cid-v4D7tuQZ46 .alert-danger {
  background-color: #ff4a52;
}
.cid-v4D7tuQZ46 .btn {
  display: inline-flex;
}
.cid-v4D7tuQZ46 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v4D7tuQZ46 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v4D7tuQZ46 input,
.cid-v4D7tuQZ46 option,
.cid-v4D7tuQZ46 textarea {
  color: #000000;
}
.cid-v4D7tuQZ46 .mbr-text,
.cid-v4D7tuQZ46 .btn {
  letter-spacing: 1px;
}
.cid-v4D7tuQZ46 H2 {
  color: #c10b02;
}
.cid-v5j47X4eqC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5j47X4eqC .showAlerts {
  display: block !important;
}
.cid-v5j47X4eqC .rowflexrev {
  display: -webkit-flex;
}
.cid-v5j47X4eqC .title {
  margin-bottom: 2rem;
}
.cid-v5j47X4eqC .mbr-section-subtitle {
  color: #767676;
}
.cid-v5j47X4eqC textarea.form-control {
  min-height: 188px;
}
.cid-v5j47X4eqC LABEL {
  color: #232323;
  display: initial;
}
.cid-v5j47X4eqC .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j47X4eqC .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5j47X4eqC .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j47X4eqC .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j47X4eqC .alert {
  margin-bottom: 0;
}
.cid-v5j47X4eqC .alert-success {
  background-color: #70c770;
}
.cid-v5j47X4eqC .alert-danger {
  background-color: #ff4a52;
}
.cid-v5j47X4eqC .btn {
  display: inline-flex;
}
.cid-v5j47X4eqC .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5j47X4eqC .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5j47X4eqC input,
.cid-v5j47X4eqC option,
.cid-v5j47X4eqC textarea {
  color: #000000;
}
.cid-v5j47X4eqC .mbr-text,
.cid-v5j47X4eqC .btn {
  letter-spacing: 1px;
}
.cid-v5j47X4eqC H2 {
  color: #c10b02;
}
.cid-v4DX46h71j {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v4DX46h71j .showAlerts {
  display: block !important;
}
.cid-v4DX46h71j .rowflexrev {
  display: -webkit-flex;
}
.cid-v4DX46h71j .title {
  margin-bottom: 2rem;
}
.cid-v4DX46h71j .mbr-section-subtitle {
  color: #767676;
}
.cid-v4DX46h71j textarea.form-control {
  min-height: 188px;
}
.cid-v4DX46h71j LABEL {
  color: #232323;
  display: initial;
}
.cid-v4DX46h71j .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4DX46h71j .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v4DX46h71j .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4DX46h71j .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4DX46h71j .alert {
  margin-bottom: 0;
}
.cid-v4DX46h71j .alert-success {
  background-color: #70c770;
}
.cid-v4DX46h71j .alert-danger {
  background-color: #ff4a52;
}
.cid-v4DX46h71j .btn {
  display: inline-flex;
}
.cid-v4DX46h71j .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v4DX46h71j .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v4DX46h71j input,
.cid-v4DX46h71j option,
.cid-v4DX46h71j textarea {
  color: #000000;
}
.cid-v4DX46h71j .mbr-text,
.cid-v4DX46h71j .btn {
  letter-spacing: 1px;
}
.cid-v4DX46h71j H2 {
  color: #c10b02;
}
.cid-v5j4gobdtE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5j4gobdtE .showAlerts {
  display: block !important;
}
.cid-v5j4gobdtE .rowflexrev {
  display: -webkit-flex;
}
.cid-v5j4gobdtE .title {
  margin-bottom: 2rem;
}
.cid-v5j4gobdtE .mbr-section-subtitle {
  color: #767676;
}
.cid-v5j4gobdtE textarea.form-control {
  min-height: 188px;
}
.cid-v5j4gobdtE LABEL {
  color: #232323;
  display: initial;
}
.cid-v5j4gobdtE .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j4gobdtE .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5j4gobdtE .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j4gobdtE .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5j4gobdtE .alert {
  margin-bottom: 0;
}
.cid-v5j4gobdtE .alert-success {
  background-color: #70c770;
}
.cid-v5j4gobdtE .alert-danger {
  background-color: #ff4a52;
}
.cid-v5j4gobdtE .btn {
  display: inline-flex;
}
.cid-v5j4gobdtE .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5j4gobdtE .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5j4gobdtE input,
.cid-v5j4gobdtE option,
.cid-v5j4gobdtE textarea {
  color: #000000;
}
.cid-v5j4gobdtE .mbr-text,
.cid-v5j4gobdtE .btn {
  letter-spacing: 1px;
}
.cid-v5j4gobdtE H2 {
  color: #c10b02;
}
.cid-v4JBzTwFwe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v4JBzTwFwe .showAlerts {
  display: block !important;
}
.cid-v4JBzTwFwe .rowflexrev {
  display: -webkit-flex;
}
.cid-v4JBzTwFwe .title {
  margin-bottom: 2rem;
}
.cid-v4JBzTwFwe .mbr-section-subtitle {
  color: #767676;
}
.cid-v4JBzTwFwe textarea.form-control {
  min-height: 188px;
}
.cid-v4JBzTwFwe LABEL {
  color: #232323;
  display: initial;
}
.cid-v4JBzTwFwe .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4JBzTwFwe .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v4JBzTwFwe .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4JBzTwFwe .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4JBzTwFwe .alert {
  margin-bottom: 0;
}
.cid-v4JBzTwFwe .alert-success {
  background-color: #70c770;
}
.cid-v4JBzTwFwe .alert-danger {
  background-color: #ff4a52;
}
.cid-v4JBzTwFwe .btn {
  display: inline-flex;
}
.cid-v4JBzTwFwe .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v4JBzTwFwe .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v4JBzTwFwe input,
.cid-v4JBzTwFwe option,
.cid-v4JBzTwFwe textarea {
  color: #000000;
}
.cid-v4JBzTwFwe .mbr-text,
.cid-v4JBzTwFwe .btn {
  letter-spacing: 1px;
}
.cid-v4JBzTwFwe H2 {
  color: #c10b02;
}
.cid-v5oocr8ZB9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5oocr8ZB9 .showAlerts {
  display: block !important;
}
.cid-v5oocr8ZB9 .rowflexrev {
  display: -webkit-flex;
}
.cid-v5oocr8ZB9 .title {
  margin-bottom: 2rem;
}
.cid-v5oocr8ZB9 .mbr-section-subtitle {
  color: #767676;
}
.cid-v5oocr8ZB9 textarea.form-control {
  min-height: 188px;
}
.cid-v5oocr8ZB9 LABEL {
  color: #232323;
  display: initial;
}
.cid-v5oocr8ZB9 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5oocr8ZB9 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5oocr8ZB9 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5oocr8ZB9 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5oocr8ZB9 .alert {
  margin-bottom: 0;
}
.cid-v5oocr8ZB9 .alert-success {
  background-color: #70c770;
}
.cid-v5oocr8ZB9 .alert-danger {
  background-color: #ff4a52;
}
.cid-v5oocr8ZB9 .btn {
  display: inline-flex;
}
.cid-v5oocr8ZB9 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5oocr8ZB9 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5oocr8ZB9 input,
.cid-v5oocr8ZB9 option,
.cid-v5oocr8ZB9 textarea {
  color: #000000;
}
.cid-v5oocr8ZB9 .mbr-text,
.cid-v5oocr8ZB9 .btn {
  letter-spacing: 1px;
}
.cid-v5oocr8ZB9 H2 {
  color: #c10b02;
}
.cid-v4VhKaQaHr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v4VhKaQaHr .showAlerts {
  display: block !important;
}
.cid-v4VhKaQaHr .rowflexrev {
  display: -webkit-flex;
}
.cid-v4VhKaQaHr .title {
  margin-bottom: 2rem;
}
.cid-v4VhKaQaHr .mbr-section-subtitle {
  color: #767676;
}
.cid-v4VhKaQaHr textarea.form-control {
  min-height: 188px;
}
.cid-v4VhKaQaHr LABEL {
  color: #232323;
  display: initial;
}
.cid-v4VhKaQaHr .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4VhKaQaHr .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v4VhKaQaHr .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4VhKaQaHr .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v4VhKaQaHr .alert {
  margin-bottom: 0;
}
.cid-v4VhKaQaHr .alert-success {
  background-color: #70c770;
}
.cid-v4VhKaQaHr .alert-danger {
  background-color: #ff4a52;
}
.cid-v4VhKaQaHr .btn {
  display: inline-flex;
}
.cid-v4VhKaQaHr .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v4VhKaQaHr .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v4VhKaQaHr input,
.cid-v4VhKaQaHr option,
.cid-v4VhKaQaHr textarea {
  color: #000000;
}
.cid-v4VhKaQaHr .mbr-text,
.cid-v4VhKaQaHr .btn {
  letter-spacing: 1px;
}
.cid-v4VhKaQaHr H2 {
  color: #c10b02;
}
.cid-v5oowMCzmD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5oowMCzmD .showAlerts {
  display: block !important;
}
.cid-v5oowMCzmD .rowflexrev {
  display: -webkit-flex;
}
.cid-v5oowMCzmD .title {
  margin-bottom: 2rem;
}
.cid-v5oowMCzmD .mbr-section-subtitle {
  color: #767676;
}
.cid-v5oowMCzmD textarea.form-control {
  min-height: 188px;
}
.cid-v5oowMCzmD LABEL {
  color: #232323;
  display: initial;
}
.cid-v5oowMCzmD .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5oowMCzmD .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5oowMCzmD .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5oowMCzmD .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5oowMCzmD .alert {
  margin-bottom: 0;
}
.cid-v5oowMCzmD .alert-success {
  background-color: #70c770;
}
.cid-v5oowMCzmD .alert-danger {
  background-color: #ff4a52;
}
.cid-v5oowMCzmD .btn {
  display: inline-flex;
}
.cid-v5oowMCzmD .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5oowMCzmD .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5oowMCzmD input,
.cid-v5oowMCzmD option,
.cid-v5oowMCzmD textarea {
  color: #000000;
}
.cid-v5oowMCzmD .mbr-text,
.cid-v5oowMCzmD .btn {
  letter-spacing: 1px;
}
.cid-v5oowMCzmD H2 {
  color: #c10b02;
}
.cid-v50YOkiaT1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v50YOkiaT1 .showAlerts {
  display: block !important;
}
.cid-v50YOkiaT1 .rowflexrev {
  display: -webkit-flex;
}
.cid-v50YOkiaT1 .title {
  margin-bottom: 2rem;
}
.cid-v50YOkiaT1 .mbr-section-subtitle {
  color: #767676;
}
.cid-v50YOkiaT1 textarea.form-control {
  min-height: 188px;
}
.cid-v50YOkiaT1 LABEL {
  color: #232323;
  display: initial;
}
.cid-v50YOkiaT1 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v50YOkiaT1 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v50YOkiaT1 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v50YOkiaT1 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v50YOkiaT1 .alert {
  margin-bottom: 0;
}
.cid-v50YOkiaT1 .alert-success {
  background-color: #70c770;
}
.cid-v50YOkiaT1 .alert-danger {
  background-color: #ff4a52;
}
.cid-v50YOkiaT1 .btn {
  display: inline-flex;
}
.cid-v50YOkiaT1 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v50YOkiaT1 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v50YOkiaT1 input,
.cid-v50YOkiaT1 option,
.cid-v50YOkiaT1 textarea {
  color: #000000;
}
.cid-v50YOkiaT1 .mbr-text,
.cid-v50YOkiaT1 .btn {
  letter-spacing: 1px;
}
.cid-v50YOkiaT1 H2 {
  color: #c10b02;
}
.cid-v5MDoLCxlu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5MDoLCxlu .showAlerts {
  display: block !important;
}
.cid-v5MDoLCxlu .rowflexrev {
  display: -webkit-flex;
}
.cid-v5MDoLCxlu .title {
  margin-bottom: 2rem;
}
.cid-v5MDoLCxlu .mbr-section-subtitle {
  color: #767676;
}
.cid-v5MDoLCxlu textarea.form-control {
  min-height: 188px;
}
.cid-v5MDoLCxlu LABEL {
  color: #232323;
  display: initial;
}
.cid-v5MDoLCxlu .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5MDoLCxlu .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5MDoLCxlu .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5MDoLCxlu .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5MDoLCxlu .alert {
  margin-bottom: 0;
}
.cid-v5MDoLCxlu .alert-success {
  background-color: #70c770;
}
.cid-v5MDoLCxlu .alert-danger {
  background-color: #ff4a52;
}
.cid-v5MDoLCxlu .btn {
  display: inline-flex;
}
.cid-v5MDoLCxlu .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5MDoLCxlu .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5MDoLCxlu input,
.cid-v5MDoLCxlu option,
.cid-v5MDoLCxlu textarea {
  color: #000000;
}
.cid-v5MDoLCxlu .mbr-text,
.cid-v5MDoLCxlu .btn {
  letter-spacing: 1px;
}
.cid-v5MDoLCxlu H2 {
  color: #c10b02;
}
.cid-v5798gjoaM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5798gjoaM .showAlerts {
  display: block !important;
}
.cid-v5798gjoaM .rowflexrev {
  display: -webkit-flex;
}
.cid-v5798gjoaM .title {
  margin-bottom: 2rem;
}
.cid-v5798gjoaM .mbr-section-subtitle {
  color: #767676;
}
.cid-v5798gjoaM textarea.form-control {
  min-height: 188px;
}
.cid-v5798gjoaM LABEL {
  color: #232323;
  display: initial;
}
.cid-v5798gjoaM .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5798gjoaM .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5798gjoaM .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5798gjoaM .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5798gjoaM .alert {
  margin-bottom: 0;
}
.cid-v5798gjoaM .alert-success {
  background-color: #70c770;
}
.cid-v5798gjoaM .alert-danger {
  background-color: #ff4a52;
}
.cid-v5798gjoaM .btn {
  display: inline-flex;
}
.cid-v5798gjoaM .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5798gjoaM .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5798gjoaM input,
.cid-v5798gjoaM option,
.cid-v5798gjoaM textarea {
  color: #000000;
}
.cid-v5798gjoaM .mbr-text,
.cid-v5798gjoaM .btn {
  letter-spacing: 1px;
}
.cid-v5798gjoaM H2 {
  color: #c10b02;
}
.cid-v5MDGx4T3U {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5MDGx4T3U .showAlerts {
  display: block !important;
}
.cid-v5MDGx4T3U .rowflexrev {
  display: -webkit-flex;
}
.cid-v5MDGx4T3U .title {
  margin-bottom: 2rem;
}
.cid-v5MDGx4T3U .mbr-section-subtitle {
  color: #767676;
}
.cid-v5MDGx4T3U textarea.form-control {
  min-height: 188px;
}
.cid-v5MDGx4T3U LABEL {
  color: #232323;
  display: initial;
}
.cid-v5MDGx4T3U .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5MDGx4T3U .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5MDGx4T3U .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5MDGx4T3U .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5MDGx4T3U .alert {
  margin-bottom: 0;
}
.cid-v5MDGx4T3U .alert-success {
  background-color: #70c770;
}
.cid-v5MDGx4T3U .alert-danger {
  background-color: #ff4a52;
}
.cid-v5MDGx4T3U .btn {
  display: inline-flex;
}
.cid-v5MDGx4T3U .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5MDGx4T3U .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5MDGx4T3U input,
.cid-v5MDGx4T3U option,
.cid-v5MDGx4T3U textarea {
  color: #000000;
}
.cid-v5MDGx4T3U .mbr-text,
.cid-v5MDGx4T3U .btn {
  letter-spacing: 1px;
}
.cid-v5MDGx4T3U H2 {
  color: #c10b02;
}
.cid-v5cFoEdtEU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5cFoEdtEU .showAlerts {
  display: block !important;
}
.cid-v5cFoEdtEU .rowflexrev {
  display: -webkit-flex;
}
.cid-v5cFoEdtEU .title {
  margin-bottom: 2rem;
}
.cid-v5cFoEdtEU .mbr-section-subtitle {
  color: #767676;
}
.cid-v5cFoEdtEU textarea.form-control {
  min-height: 188px;
}
.cid-v5cFoEdtEU LABEL {
  color: #232323;
  display: initial;
}
.cid-v5cFoEdtEU .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5cFoEdtEU .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5cFoEdtEU .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5cFoEdtEU .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5cFoEdtEU .alert {
  margin-bottom: 0;
}
.cid-v5cFoEdtEU .alert-success {
  background-color: #70c770;
}
.cid-v5cFoEdtEU .alert-danger {
  background-color: #ff4a52;
}
.cid-v5cFoEdtEU .btn {
  display: inline-flex;
}
.cid-v5cFoEdtEU .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5cFoEdtEU .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5cFoEdtEU input,
.cid-v5cFoEdtEU option,
.cid-v5cFoEdtEU textarea {
  color: #000000;
}
.cid-v5cFoEdtEU .mbr-text,
.cid-v5cFoEdtEU .btn {
  letter-spacing: 1px;
}
.cid-v5cFoEdtEU H2 {
  color: #c10b02;
}
.cid-v5MDRrTnLK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5MDRrTnLK .showAlerts {
  display: block !important;
}
.cid-v5MDRrTnLK .rowflexrev {
  display: -webkit-flex;
}
.cid-v5MDRrTnLK .title {
  margin-bottom: 2rem;
}
.cid-v5MDRrTnLK .mbr-section-subtitle {
  color: #767676;
}
.cid-v5MDRrTnLK textarea.form-control {
  min-height: 188px;
}
.cid-v5MDRrTnLK LABEL {
  color: #232323;
  display: initial;
}
.cid-v5MDRrTnLK .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5MDRrTnLK .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5MDRrTnLK .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5MDRrTnLK .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5MDRrTnLK .alert {
  margin-bottom: 0;
}
.cid-v5MDRrTnLK .alert-success {
  background-color: #70c770;
}
.cid-v5MDRrTnLK .alert-danger {
  background-color: #ff4a52;
}
.cid-v5MDRrTnLK .btn {
  display: inline-flex;
}
.cid-v5MDRrTnLK .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5MDRrTnLK .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5MDRrTnLK input,
.cid-v5MDRrTnLK option,
.cid-v5MDRrTnLK textarea {
  color: #000000;
}
.cid-v5MDRrTnLK .mbr-text,
.cid-v5MDRrTnLK .btn {
  letter-spacing: 1px;
}
.cid-v5MDRrTnLK H2 {
  color: #c10b02;
}
.cid-v5iXcPgd3W {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5iXcPgd3W .showAlerts {
  display: block !important;
}
.cid-v5iXcPgd3W .rowflexrev {
  display: -webkit-flex;
}
.cid-v5iXcPgd3W .title {
  margin-bottom: 2rem;
}
.cid-v5iXcPgd3W .mbr-section-subtitle {
  color: #767676;
}
.cid-v5iXcPgd3W textarea.form-control {
  min-height: 188px;
}
.cid-v5iXcPgd3W LABEL {
  color: #232323;
  display: initial;
}
.cid-v5iXcPgd3W .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5iXcPgd3W .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5iXcPgd3W .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5iXcPgd3W .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5iXcPgd3W .alert {
  margin-bottom: 0;
}
.cid-v5iXcPgd3W .alert-success {
  background-color: #70c770;
}
.cid-v5iXcPgd3W .alert-danger {
  background-color: #ff4a52;
}
.cid-v5iXcPgd3W .btn {
  display: inline-flex;
}
.cid-v5iXcPgd3W .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5iXcPgd3W .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5iXcPgd3W input,
.cid-v5iXcPgd3W option,
.cid-v5iXcPgd3W textarea {
  color: #000000;
}
.cid-v5iXcPgd3W .mbr-text,
.cid-v5iXcPgd3W .btn {
  letter-spacing: 1px;
}
.cid-v5iXcPgd3W H2 {
  color: #c10b02;
}
.cid-v5ME4ZMGFz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5ME4ZMGFz .showAlerts {
  display: block !important;
}
.cid-v5ME4ZMGFz .rowflexrev {
  display: -webkit-flex;
}
.cid-v5ME4ZMGFz .title {
  margin-bottom: 2rem;
}
.cid-v5ME4ZMGFz .mbr-section-subtitle {
  color: #767676;
}
.cid-v5ME4ZMGFz textarea.form-control {
  min-height: 188px;
}
.cid-v5ME4ZMGFz LABEL {
  color: #232323;
  display: initial;
}
.cid-v5ME4ZMGFz .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5ME4ZMGFz .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5ME4ZMGFz .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5ME4ZMGFz .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5ME4ZMGFz .alert {
  margin-bottom: 0;
}
.cid-v5ME4ZMGFz .alert-success {
  background-color: #70c770;
}
.cid-v5ME4ZMGFz .alert-danger {
  background-color: #ff4a52;
}
.cid-v5ME4ZMGFz .btn {
  display: inline-flex;
}
.cid-v5ME4ZMGFz .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5ME4ZMGFz .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5ME4ZMGFz input,
.cid-v5ME4ZMGFz option,
.cid-v5ME4ZMGFz textarea {
  color: #000000;
}
.cid-v5ME4ZMGFz .mbr-text,
.cid-v5ME4ZMGFz .btn {
  letter-spacing: 1px;
}
.cid-v5ME4ZMGFz H2 {
  color: #c10b02;
}
.cid-v5oaua1inc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5oaua1inc .showAlerts {
  display: block !important;
}
.cid-v5oaua1inc .rowflexrev {
  display: -webkit-flex;
}
.cid-v5oaua1inc .ws-form-alerts {
  margin-top: 1rem;
}
.cid-v5oaua1inc .title {
  margin-bottom: 2rem;
}
.cid-v5oaua1inc .mbr-section-subtitle {
  color: #767676;
}
.cid-v5oaua1inc textarea.form-control {
  min-height: 188px;
}
.cid-v5oaua1inc LABEL {
  color: #232323;
  display: initial;
}
.cid-v5oaua1inc .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5oaua1inc .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5oaua1inc .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5oaua1inc .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5oaua1inc .alert {
  margin-bottom: 0;
}
.cid-v5oaua1inc .alert-success {
  background-color: #70c770;
}
.cid-v5oaua1inc .alert-danger {
  background-color: #ff4a52;
}
.cid-v5oaua1inc .btn {
  display: inline-flex;
}
.cid-v5oaua1inc .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5oaua1inc .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5oaua1inc input,
.cid-v5oaua1inc option,
.cid-v5oaua1inc textarea {
  color: #000000;
}
.cid-v5oaua1inc .mbr-text,
.cid-v5oaua1inc .btn {
  letter-spacing: 1px;
}
.cid-v5oaua1inc H2 {
  color: #c10b02;
}
.cid-v5uw8zfS1J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5uw8zfS1J .showAlerts {
  display: block !important;
}
.cid-v5uw8zfS1J .rowflexrev {
  display: -webkit-flex;
}
.cid-v5uw8zfS1J .title {
  margin-bottom: 2rem;
}
.cid-v5uw8zfS1J .mbr-section-subtitle {
  color: #767676;
}
.cid-v5uw8zfS1J textarea.form-control {
  min-height: 188px;
}
.cid-v5uw8zfS1J LABEL {
  color: #232323;
  display: initial;
}
.cid-v5uw8zfS1J .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5uw8zfS1J .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5uw8zfS1J .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5uw8zfS1J .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5uw8zfS1J .alert {
  margin-bottom: 0;
}
.cid-v5uw8zfS1J .alert-success {
  background-color: #70c770;
}
.cid-v5uw8zfS1J .alert-danger {
  background-color: #ff4a52;
}
.cid-v5uw8zfS1J .btn {
  display: inline-flex;
}
.cid-v5uw8zfS1J .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5uw8zfS1J .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5uw8zfS1J input,
.cid-v5uw8zfS1J option,
.cid-v5uw8zfS1J textarea {
  color: #000000;
}
.cid-v5uw8zfS1J .mbr-text,
.cid-v5uw8zfS1J .btn {
  letter-spacing: 1px;
}
.cid-v5uw8zfS1J H2 {
  color: #c10b02;
}
.cid-v5zT27jUYT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5zT27jUYT .showAlerts {
  display: block !important;
}
.cid-v5zT27jUYT .rowflexrev {
  display: -webkit-flex;
}
.cid-v5zT27jUYT .title {
  margin-bottom: 2rem;
}
.cid-v5zT27jUYT .mbr-section-subtitle {
  color: #767676;
}
.cid-v5zT27jUYT textarea.form-control {
  min-height: 188px;
}
.cid-v5zT27jUYT LABEL {
  color: #232323;
  display: initial;
}
.cid-v5zT27jUYT .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5zT27jUYT .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5zT27jUYT .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5zT27jUYT .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5zT27jUYT .alert {
  margin-bottom: 0;
}
.cid-v5zT27jUYT .alert-success {
  background-color: #70c770;
}
.cid-v5zT27jUYT .alert-danger {
  background-color: #ff4a52;
}
.cid-v5zT27jUYT .btn {
  display: inline-flex;
}
.cid-v5zT27jUYT .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5zT27jUYT .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5zT27jUYT input,
.cid-v5zT27jUYT option,
.cid-v5zT27jUYT textarea {
  color: #000000;
}
.cid-v5zT27jUYT .mbr-text,
.cid-v5zT27jUYT .btn {
  letter-spacing: 1px;
}
.cid-v5zT27jUYT H2 {
  color: #c10b02;
}
.cid-v5G3Geje4O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5G3Geje4O .showAlerts {
  display: block !important;
}
.cid-v5G3Geje4O .rowflexrev {
  display: -webkit-flex;
}
.cid-v5G3Geje4O .title {
  margin-bottom: 2rem;
}
.cid-v5G3Geje4O .mbr-section-subtitle {
  color: #767676;
}
.cid-v5G3Geje4O textarea.form-control {
  min-height: 188px;
}
.cid-v5G3Geje4O LABEL {
  color: #232323;
  display: initial;
}
.cid-v5G3Geje4O .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5G3Geje4O .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5G3Geje4O .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5G3Geje4O .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5G3Geje4O .alert {
  margin-bottom: 0;
}
.cid-v5G3Geje4O .alert-success {
  background-color: #70c770;
}
.cid-v5G3Geje4O .alert-danger {
  background-color: #ff4a52;
}
.cid-v5G3Geje4O .btn {
  display: inline-flex;
}
.cid-v5G3Geje4O .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5G3Geje4O .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5G3Geje4O input,
.cid-v5G3Geje4O option,
.cid-v5G3Geje4O textarea {
  color: #000000;
}
.cid-v5G3Geje4O .mbr-text,
.cid-v5G3Geje4O .btn {
  letter-spacing: 1px;
}
.cid-v5G3Geje4O H2 {
  color: #c10b02;
}
.cid-v5M51j5srj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5M51j5srj .showAlerts {
  display: block !important;
}
.cid-v5M51j5srj .rowflexrev {
  display: -webkit-flex;
}
.cid-v5M51j5srj .title {
  margin-bottom: 2rem;
}
.cid-v5M51j5srj .mbr-section-subtitle {
  color: #767676;
}
.cid-v5M51j5srj textarea.form-control {
  min-height: 188px;
}
.cid-v5M51j5srj LABEL {
  color: #232323;
  display: initial;
}
.cid-v5M51j5srj .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5M51j5srj .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5M51j5srj .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5M51j5srj .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5M51j5srj .alert {
  margin-bottom: 0;
}
.cid-v5M51j5srj .alert-success {
  background-color: #70c770;
}
.cid-v5M51j5srj .alert-danger {
  background-color: #ff4a52;
}
.cid-v5M51j5srj .btn {
  display: inline-flex;
}
.cid-v5M51j5srj .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5M51j5srj .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5M51j5srj input,
.cid-v5M51j5srj option,
.cid-v5M51j5srj textarea {
  color: #000000;
}
.cid-v5M51j5srj .mbr-text,
.cid-v5M51j5srj .btn {
  letter-spacing: 1px;
}
.cid-v5M51j5srj H2 {
  color: #c10b02;
}
.cid-v5S6NZHXgz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/xmas2-1.jpg");
}
.cid-v5S6NZHXgz .showAlerts {
  display: block !important;
}
.cid-v5S6NZHXgz .rowflexrev {
  display: -webkit-flex;
}
.cid-v5S6NZHXgz .title {
  margin-bottom: 2rem;
}
.cid-v5S6NZHXgz .mbr-section-subtitle {
  color: #767676;
}
.cid-v5S6NZHXgz textarea.form-control {
  min-height: 188px;
}
.cid-v5S6NZHXgz LABEL {
  color: #232323;
  display: initial;
}
.cid-v5S6NZHXgz .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5S6NZHXgz .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v5S6NZHXgz .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5S6NZHXgz .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v5S6NZHXgz .alert {
  margin-bottom: 0;
}
.cid-v5S6NZHXgz .alert-success {
  background-color: #70c770;
}
.cid-v5S6NZHXgz .alert-danger {
  background-color: #ff4a52;
}
.cid-v5S6NZHXgz .btn {
  display: inline-flex;
}
.cid-v5S6NZHXgz .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v5S6NZHXgz .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v5S6NZHXgz input,
.cid-v5S6NZHXgz option,
.cid-v5S6NZHXgz textarea {
  color: #000000;
}
.cid-v5S6NZHXgz .mbr-text,
.cid-v5S6NZHXgz .btn {
  letter-spacing: 1px;
}
.cid-v5S6NZHXgz H2 {
  color: #c10b02;
}
