<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

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

:focus {
  outline: 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;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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: #000000;
}

.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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 &gt; * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container &gt; 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: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: calc(50% - 20px);
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow &gt; 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;
}

.mbr-arrow &gt; a &gt; i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@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;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

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

.menu .menu-bottom {
  display: -webkit-flex;
}

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

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

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

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

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

.jq-selectbox li {
  padding: 1.07em .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;
}

.btn-form {
  border-radius: 0;
}

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

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.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;
}

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

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

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

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
#cookiesdirective
{
    background: rgba(234, 239,241,0.9)!important;
    margin:3rem 0 3rem 0;
}


.jssor-pos
{
  position:absolute;
  top:0px;  
}


.runde-ecken
{
  border-radius:4px;
}
.runde-ecken-linie
{
  border-radius:4px;
  border-style:solid;
  border-width:1px;
  border-color:#ccc;
  padding:5px;
}

.btn {
  font-family: 'roboto';
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
  text-transform: uppercase;
}

.refschrift {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 2rem;
    font-family:'Roboto';
}
.refschrift-klein {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 1.3rem;
}
.refschrift:hover {
  color: #ff8c28;  
}
.refschrift-klein:hover {
  color: #ff8c28;  
}

.section-abstand-kopf {
  border-top: 0px solid white;
  border-bottom: 8px solid white;
}
.section-abstand {
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}

.section-abstand-row-big {
  border-top: 8px solid white;
  border-bottom: 8px solid white;
}
.section-abstand-row-big-top {
  border-top: 8px solid white;
  border-bottom: 0px solid white;
}
.section-abstand-row-big-bottom {
  border-top: 0px solid white;
  border-bottom: 8px solid white;
}
.section-abstand-row-big-bottom-handy {
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
.section-abstand-row-small {
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}

.section-abstand-a {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.section-abstand-a-obenohne
{
  border-top: 0px solid white;
  border-bottom: 2px solid white;
}
.section-abstand-4px-untenohne
{
  border-top: 8px solid white;
  border-bottom: 0px solid white;
}

.section-abstand-a-untenohne
{
  border-top: 2px solid white;
  border-bottom: 0px solid white;
}

.block-links-a {
  border-right: 2px solid white;  
  border-left: 0px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
.block-mitte-a {
  border-right: 2px solid white;  
  border-left: 2px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
.block-rechts-a {
  
  border-right: 0px solid white;
  border-left: 2px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}

.block-links-a-lg {
  border-right: 2px solid white;  
  border-left: 0px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
.block-mitte-a-lg {
  border-right: 2px solid white;  
  border-left: 2px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
.block-rechts-a-lg {
  
  border-right: 0px solid white;
  border-left: 4px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}

.block-links-lg {
  border-right: 4px solid white;  
  border-left: 0px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
.block-mitte-lg {
  border-right: 4px solid white;  
  border-left: 4px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
.block-rechts-lg {
  
  border-right: 0px solid white;
  border-left: 4px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}



.block-links {
  border-right: 4px solid white;  
  border-left: 0px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
.block-mitte {
  border-right: 4px solid white;  
  border-left: 4px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
.block-rechts {
  
  border-right: 0px solid white;
  border-left: 4px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}


@media screen and (max-width: 991px) 
{
  .section-abstand-row-big-bottom-handy {
  border-top: 0px solid white;
  border-bottom:30px solid white;
}
    
  .section-abstand {
    border-top: 4px solid white;
    border-bottom: 4px solid white;
  }  
  .section-abstand-a-erste {
    border-top: 8px solid white;
    border-bottom: 4px solid white;
  }
  .section-abstand-a {
    border-top: 4px solid white;
    border-bottom: 4px solid white;
  }  
  .section-abstand-a-untenohne {
    border-top: 4px solid white;
    border-bottom: 0px solid white;
  }
  .section-abstand-a-obenohne {
    border-top: 0px solid white;
    border-bottom: 4px solid white;
  }
  .block-links {
    border-right: 0px solid white;
    border-left: 0px solid white;
    border-top: 0px solid white;
    border-bottom: 4px solid white;
  }
  .block-mitte {
    border-right: 0px solid white;
    border-left: 0px solid white;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
  }
  .block-rechts {
    border-left: 0px solid white;
    border-right: 0px solid white;
    border-top: 4px solid white;
    border-bottom: 0px solid white;
  }
  
  .bildhoehe {
    min-height: 350px!important;
    float: left;
  }
  .refschrift {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 700;
    font-size: 1.5rem;
  }
  .block-links-a-lg, .block-links-lg {
    border-right: 0px solid white;
    border-left: 0px solid white;
    border-top: 0px solid white;
    border-bottom: 4px solid white;
  }
  .block-mitte-a-lg, .block-mitte-lg{
    border-right: 0px solid white;
    border-left: 0px solid white;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
  }
  .block-rechts-a-lg, .block-rechts-lg {
    border-left: 0px solid white;
    border-right: 0px solid white;
    border-top: 4px solid white;
    border-bottom: 0px solid white;
  }  
}
@media screen and (max-width: 768px) 
{
  .block-links-a {
    border-right: 0px solid white;
    border-left: 0px solid white;
    border-top: 0px solid white;
    border-bottom: 4px solid white;
  }
  .block-mitte-a {
    border-right: 0px solid white;
    border-left: 0px solid white;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
  }
  .block-rechts-a {
    border-left: 0px solid white;
    border-right: 0px solid white;
    border-top: 4px solid white;
    border-bottom: 0px solid white;
  }
}
.AufHandyVerschieben {
    
  }
@media (max-width: 992px) {
  .AufHandyVerschieben {
    padding-top: 7rem;
  }
}

.anzeigepause
{
    display: none;
    height:10px!important;
}


#CybotCookiebotDialogHeader { 
    display: none!important;
}

.container
{
    max-width:1300px!important;
}

.gummersbach {
  position: absolute;
  top: 60px;
  right: 0px;
  transform: rotate(30deg);

  @media (max-width: 768px) {
    top: 20px;
  }
}


 .ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff8c28 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #951d19 !important;
}
.bg-warning {
  background-color: #22264e !important;
}
.bg-danger {
  background-color: #cccccc !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff8c28 !important;
  border-color: #ff8c28 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #ff8c28 !important;
  border-color: #ff8c28 !important;
}
.btn-primary:before {
  background-color: #da6600 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #da6600 !important;
  border-color: #da6600 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ff8c28 !important;
  border-color: #ff8c28 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ff8c28 !important;
  border-color: #ff8c28 !important;
}
.btn-secondary:before {
  background-color: #da6600 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #da6600 !important;
  border-color: #da6600 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #951d19 !important;
  border-color: #951d19 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !important;
}
.btn-info:before {
  background-color: #53100e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #53100e !important;
  border-color: #53100e !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #22264e !important;
  border-color: #22264e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #22264e !important;
  border-color: #22264e !important;
}
.btn-warning:before {
  background-color: #0b0c19 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0b0c19 !important;
  border-color: #0b0c19 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger:before {
  background-color: #a6a6a6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #c15a00;
  color: #c15a00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #ff8c28;
}
.btn-primary-outline:before {
  background-color: #ff8c28;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8c28 !important;
  border-color: #ff8c28 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #c15a00;
  color: #c15a00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #ff8c28;
}
.btn-secondary-outline:before {
  background-color: #ff8c28;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8c28 !important;
  border-color: #ff8c28 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3e0c0a;
  color: #3e0c0a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #951d19;
}
.btn-info-outline:before {
  background-color: #951d19;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #030307;
  color: #030307;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #22264e;
}
.btn-warning-outline:before {
  background-color: #22264e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #22264e !important;
  border-color: #22264e !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #4d4d4d;
  border-color: #cccccc;
}
.btn-danger-outline:before {
  background-color: #cccccc;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff8c28;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #ff8c28 !important;
}
.text-secondary {
  color: #ff8c28 !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #951d19 !important;
}
.text-warning {
  color: #22264e !important;
}
.text-danger {
  color: #cccccc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c15a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c15a00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3e0c0a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #030307 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #999999 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #951d19;
}
.alert-warning {
  background-color: #22264e;
}
.alert-danger {
  background-color: #cccccc;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8c28;
  border-color: #ff8c28;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8c28;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9f4;
}
.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: #e1514c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #8a90cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
blockquote {
  border-color: #ff8c28;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff8c28;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff8c28;
}
/*Menu*/
.display-1 &gt; .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 &gt; .mbr-iconfont {
  font-size: 1.92rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8c28;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8c28;
  border-bottom-color: #ff8c28;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8c28 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #000000 !important;
  background: #ff8c28 !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%;
}
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='%23ff8c28' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
#custom-html-cc .myimg {
  display: none;
  width: 100px;
  height: 100px;
}
#custom-html-cc .myimg img {
  max-width: 100%;
}
#custom-html-c {
  /* Type valid CSS here */
}
.cid-u33E3P69WO .hidden {
  display: none;
}
.cid-u33E3P69WO .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 0px;
  background-color: #ea6e14;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-u33E3P69WO .floating-bar:hover,
.cid-u33E3P69WO .floating-bar2:hover,
.cid-u33E3P69WO .floating-bar3:hover {
  background-color: #353535;
}
.cid-u33E3P69WO .floating-button {
  color: #ffffff;
}
.cid-u33E3P69WO .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-u33E3P69WO .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 0px;
  background-color: #e89e00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-u33E3P69WO .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 0px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-u6k81XwhML {
  background-color: #fdece9;
}
@keyframes heartbeat {
  0% {
    transform: scale(1.1);
  }
  @media (max-width: 768px) {
    0% {
      transform: scale(1.05);
    }
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  @media (max-width: 768px) {
    40% {
      transform: scale(1.05);
    }
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  @media (max-width: 768px) {
    80% {
      transform: scale(1.05);
    }
  }
  100% {
    transform: scale(1.1);
  }
  @media (max-width: 768px) {
    100% {
      transform: scale(1.05);
    }
  }
}
.cid-u6k81XwhML .ID-Infotext1 {
  animation: heartbeat 2s infinite;
}
.cid-u6k81XwhML h1,
.cid-u6k81XwhML h2 {
  font-size: 6rem;
}
@media (max-width: 1200px) {
  .cid-u6k81XwhML h1,
  .cid-u6k81XwhML h2 {
    font-size: 5.5rem;
  }
}
@media (max-width: 768px) {
  .cid-u6k81XwhML h1,
  .cid-u6k81XwhML h2 {
    font-size: 2.5rem;
  }
}
.cid-u6k81XwhML .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6k81XwhML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1259px) {
  .cid-u6k81XwhML .item-left {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-u6k81XwhML .item-left {
    padding-left: 1rem;
  }
}
.cid-u6k81XwhML .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1259px) {
  .cid-u6k81XwhML .content-container {
    grid-template-columns: 1fr 0.5fr;
  }
}
@media (max-width: 991px) {
  .cid-u6k81XwhML .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u6k81XwhML .content-container {
    grid-row-gap: 16px;
  }
}
.cid-u6k81XwhML .mbr-section-title {
  color: #000000;
}
.cid-u6k81XwhML .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-u6k81XwhML .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-u6k81XwhML .mbr-section-subtitle {
    padding: 12px 0;
  }
}
.cid-u6k81XwhML .item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-u6k81XwhML .item-right {
    padding-top: 0;
  }
}
.cid-u6k81XwhML .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-u6k81XwhML .mbr-section-btn {
  margin-top: 30px;
}
.cid-u6k81XwhML .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-u6k81XwhML .mbr-text,
.cid-u6k81XwhML .mbr-section-btn {
  color: #2c1616;
}
.cid-u6k81XwhML .mbr-section-title2 {
  text-align: left;
}
.cid-u6k81XwhML .mbr-section-title1 {
  text-align: left;
}
.cid-tCJoFbxVuY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffe2ce;
}
.cid-tCJoFbxVuY .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tCJoFbxVuY css-slides img {
  opacity: 0;
  animation-name: fade;
  animation-duration: 2.6s;
  animation-iteration-count: infinite;
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-tCJoFbxVuY css-slides img {
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-tCJoFbxVuY css-slides img {
    width: 100%;
    object-fit: cover;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tCJoFbxVuY css-slides img {
    object-fit: cover;
    height: 100%;
    margin-left: 0;
  }
}
.cid-tCJoFbxVuY .img1 {
  height: 600px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .cid-tCJoFbxVuY .img1 {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tCJoFbxVuY .img1 {
    width: 100%;
    height: 450px;
    margin-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tCJoFbxVuY .img1 {
    width: 100%;
    height: 450px;
    margin-left: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  4.16% {
    opacity: 1;
  }
  8.33% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.cid-tCJoFbxVuY css-slides img:nth-child(1) {
  animation-delay: 0.2s;
}
.cid-tCJoFbxVuY css-slides img:nth-child(2) {
  animation-delay: 0.4s;
}
.cid-tCJoFbxVuY css-slides img:nth-child(3) {
  animation-delay: 0.6s;
}
.cid-tCJoFbxVuY css-slides img:nth-child(4) {
  animation-delay: 0.8s;
}
.cid-tCJoFbxVuY css-slides img:nth-child(5) {
  animation-delay: 1s;
}
.cid-tCJoFbxVuY css-slides img:nth-child(6) {
  animation-delay: 1.2s;
}
.cid-tCJoFbxVuY css-slides img:nth-child(7) {
  animation-delay: 1.4s;
}
.cid-tCJoFbxVuY css-slides img:nth-child(8) {
  animation-delay: 1.6s;
}
.cid-tCJoFbxVuY css-slides img:nth-child(9) {
  animation-delay: 1.8s;
}
.cid-tCJoFbxVuY css-slides img:nth-child(10) {
  animation-delay: 2s;
}
.cid-tCJoFbxVuY css-slides img:nth-child(11) {
  animation-delay: 2.2s;
}
.cid-tCJoFbxVuY css-slides img:nth-child(12) {
  animation-delay: 2.4s;
}
.cid-tCJoFbxVuY css-slides {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
}
.cid-tCJoFbxVuY .row-element,
.cid-tCJoFbxVuY .image-element {
  padding: 0;
}
.cid-tCJoFbxVuY .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCJoFbxVuY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tCJoFbxVuY .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tCJoFbxVuY .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tCJoFbxVuY .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tCJoFbxVuY .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCJoFbxVuY .text-content {
    padding: 2rem 1rem;
  }
  .cid-tCJoFbxVuY .underline .line {
    height: 2px;
  }
  .cid-tCJoFbxVuY .mbr-title,
  .cid-tCJoFbxVuY .underline,
  .cid-tCJoFbxVuY .mbr-text,
  .cid-tCJoFbxVuY .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tCJoFbxVuY .mbr-title,
.cid-tCJoFbxVuY .underline {
  color: #2c1616;
}
.cid-tCJoFbxVuY .mbr-text,
.cid-tCJoFbxVuY .mbr-section-btn {
  color: #2c1616;
}
.cid-tCJoFbxVuY .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-tCJoFbxVuY .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-tCJoFbxVuY .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-tCJoFbxVuY .imagebox:hover img {
  opacity: 0.89;
  transition: 0.5s opacity;
}
.cid-tCJoFbxVuY .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-tCJoFbxVuY P {
  font-family: "roboto";
  color: #a2a2a2;
}
.cid-tCJoFbxVuY btn-22 {
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Marvel;
  font-size: 20pt;
  width: 200px;
  height: 45px;
  position: relative;
  color: #777;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  border-radius: 0px;
  background: transparent;
  padding: 0;
  overflow: hidden;
  border: none;
}
.cid-tCJoFbxVuY .btn-22:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #bbbbbb);
  animation: btn-22-right 2s linear infinite;
  transition: 0.5s ease-in-out;
}
.cid-tCJoFbxVuY .btn-22:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #bbbbbb);
  animation: btn-22-bottom 2s linear infinite;
  animation-delay: 1s;
  transform: translateY(-100%);
}
.cid-tCJoFbxVuY .btn-22 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
}
.cid-tCJoFbxVuY .btn-22 span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, transparent, #bbbbbb);
  animation: btn-22-left 2s linear infinite;
}
.cid-tCJoFbxVuY .btn-22 span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, transparent, #bbbbbb);
  animation: btn-22-top 2s linear infinite;
  animation-delay: 1s;
  transform: translateY(-100%);
}
.cid-tCJoFbxVuY .btn-22:hover:before {
  background: linear-gradient(to right, transparent, red);
}
.cid-tCJoFbxVuY .btn-22:hover:after {
  background: linear-gradient(to bottom, transparent, red);
}
.cid-tCJoFbxVuY .btn-22 span:hover:before {
  background: linear-gradient(to top, transparent, red);
}
.cid-tCJoFbxVuY .btn-22 span:hover:after {
  background: linear-gradient(to left, transparent, red);
}
.cid-tCJoFbxVuY .btn-22:hover {
  color: red;
}
.cid-tCJoFbxVuY .btn-22:active:before {
  background: linear-gradient(to right, transparent, #00a7fc);
}
.cid-tCJoFbxVuY .btn-22:active:after {
  background: linear-gradient(to bottom, transparent, #00a7fc);
}
.cid-tCJoFbxVuY .btn-22 span:active:before {
  background: linear-gradient(to top, transparent, #00a7fc);
}
.cid-tCJoFbxVuY .btn-22 span:active:after {
  background: linear-gradient(to left, transparent, #00a7fc);
}
.cid-tCJoFbxVuY .btn-22:active {
  color: #00a7fc;
}
@keyframes btn-22-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes btn-22-top {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes btn-22-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes btn-22-bottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.cid-tCJoFbxVuY .btn-22:focus {
  outline: none;
}
.cid-rtdcQhTe7C {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fff4d4;
}
.cid-rtdcQhTe7C .container {
  max-width: 1500px;
}
.cid-rtdcQhTe7C img {
  width: 100%;
}
.cid-rtdcQhTe7C h2 {
  padding: 0;
  margin: 0;
  font-weight: 300;
}
.cid-rtdcQhTe7C p {
  font-weight: 300;
}
.cid-rtdcQhTe7C .text-wrap {
  max-width: 650px;
  margin: auto;
}
.cid-rtdcQhTe7C .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rtdcQhTe7C .img-col {
  position: relative;
}
.cid-rtdcQhTe7C .img2 {
  position: absolute;
  right: -1rem;
  top: 2rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-rtdcQhTe7C .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-rtdcQhTe7C .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-rtdcQhTe7C .img2 {
    top: -2rem;
  }
  .cid-rtdcQhTe7C .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-rtdcQhTe7C .img2 {
    width: 50%;
  }
  .cid-rtdcQhTe7C .number {
    margin: auto;
  }
  .cid-rtdcQhTe7C p {
    line-height: 2.4rem;
    text-align: left;
  }
}
.cid-riTbBbfUcf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-riTbBbfUcf .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-riTbBbfUcf .block-links {
  border-right: 2px solid white;
  border-left: 0px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
@media (max-width: 768px) {
  .cid-riTbBbfUcf .block-links {
    border-right: 0px solid white;
    border-left: 0px solid white;
    border-top: 4px solid white;
    border-bottom: 0px solid white;
  }
}
.cid-riTbBbfUcf .block-mitte {
  border-right: 2px solid white;
  border-left: 2px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
@media (max-width: 768px) {
  .cid-riTbBbfUcf .block-mitte {
    border-right: 0px solid white;
    border-left: 0px solid white;
    border-top: 4px solid white;
    border-bottom: 0px solid white;
  }
}
.cid-riTbBbfUcf .block-rechts {
  border-right: 0px solid white;
  border-left: 2px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
@media (max-width: 768px) {
  .cid-riTbBbfUcf .block-rechts {
    border-right: 0px solid white;
    border-left: 0px solid white;
    border-top: 4px solid white;
    border-bottom: 0px solid white;
  }
}
.cid-riTbBbfUcf .infokiste {
  position: absolute;
  top: 0px;
  left: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'arial';
  font-size: 4rem;
  font-weight: 700;
  z-index: 9;
}
@media (max-width: 1500px) {
  .cid-riTbBbfUcf .infokiste {
    font-size: 1.5rem;
  }
}
.cid-riTbBbfUcf .row-element,
.cid-riTbBbfUcf .image-element {
  padding: 0;
}
.cid-riTbBbfUcf .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-riTbBbfUcf .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-riTbBbfUcf .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-riTbBbfUcf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-riTbBbfUcf .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-riTbBbfUcf .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-riTbBbfUcf .text-content {
    padding: 2rem 1rem;
  }
  .cid-riTbBbfUcf .underline .line {
    height: 2px;
  }
  .cid-riTbBbfUcf .mbr-title,
  .cid-riTbBbfUcf .underline,
  .cid-riTbBbfUcf .mbr-text,
  .cid-riTbBbfUcf .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-riTbBbfUcf .mbr-title,
.cid-riTbBbfUcf .underline {
  color: #2c1616;
}
.cid-riTbBbfUcf .mbr-text,
.cid-riTbBbfUcf .mbr-section-btn {
  color: #2c1616;
}
.cid-riTbBbfUcf .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-riTbBbfUcf .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-riTbBbfUcf .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-riTbBbfUcf .imagebox:hover img {
  opacity: 0.85;
}
.cid-riTbBbfUcf .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-riTbBbfUcf P {
  color: #a2a2a2;
  font-family: "roboto";
}
.cid-riTeQm7YhK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-riTeQm7YhK .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-riTeQm7YhK .infokiste {
  position: absolute;
  top: 0px;
  left: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'arial';
  font-size: 4rem;
  font-weight: 700;
  z-index: 9;
}
@media (max-width: 1500px) {
  .cid-riTeQm7YhK .infokiste {
    font-size: 1.5rem;
  }
}
.cid-riTeQm7YhK .row-element,
.cid-riTeQm7YhK .image-element {
  padding: 0;
}
.cid-riTeQm7YhK .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-riTeQm7YhK .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.cid-riTeQm7YhK .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-riTeQm7YhK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-riTeQm7YhK .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-riTeQm7YhK .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-riTeQm7YhK .text-content {
    padding: 2rem 1rem;
  }
  .cid-riTeQm7YhK .underline .line {
    height: 2px;
  }
  .cid-riTeQm7YhK .mbr-title,
  .cid-riTeQm7YhK .underline,
  .cid-riTeQm7YhK .mbr-text,
  .cid-riTeQm7YhK .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-riTeQm7YhK .mbr-title,
.cid-riTeQm7YhK .underline {
  color: #2c1616;
}
.cid-riTeQm7YhK .mbr-text,
.cid-riTeQm7YhK .mbr-section-btn {
  color: #2c1616;
}
.cid-riTeQm7YhK .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-riTeQm7YhK .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-riTeQm7YhK .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-riTeQm7YhK .imagebox:hover img {
  opacity: 0.85;
}
.cid-riTeQm7YhK .imagebox:hover .imagebox-desc {
  padding-bottom: 3%;
}
.cid-riTeQm7YhK P {
  font-family: "roboto";
  color: #a2a2a2;
}
.cid-riTeQm7YhK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.cid-u6bc2gXSCX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-u6bc2gXSCX .infokiste {
  position: absolute;
  top: 0px;
  left: 10px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'arial';
  font-size: 4rem;
  font-weight: 700;
  z-index: 9;
}
@media (max-width: 1500px) {
  .cid-u6bc2gXSCX .infokiste {
    font-size: 1.5rem;
  }
}
.cid-u6bc2gXSCX img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-u6bc2gXSCX img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-u6bc2gXSCX .rand {
  padding: 0px;
}
.cid-u6bc2gXSCX .card-wrapper {
  border-radius: 4px;
  background: #feffe3;
}
@media (min-width: 992px) {
  .cid-u6bc2gXSCX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6bc2gXSCX .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u6bc2gXSCX .card-wrapper {
    padding: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-u6bc2gXSCX .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u6bc2gXSCX .row .row {
    flex-direction: column-reverse;
  }
  .cid-u6bc2gXSCX .row .row .img-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6bc2gXSCX .img-wrapper {
  padding: 1rem;
}
.cid-u6bc2gXSCX .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u6bc2gXSCX .img-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-u6bc2gXSCX .card-subtitle {
  color: #951d19;
}
.cid-u6bc2gXSCX .mbr-text {
  color: #555555;
}
.cid-u6bc2gXSCX .mbr-text,
.cid-u6bc2gXSCX .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-u6bc2gXSCX .card {
  padding: 10px 0 10px 0;
}
.cid-u6bc2gXSCX .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #feffe3;
}
@media (min-width: 992px) {
  .cid-u6bc2gXSCX .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6bc2gXSCX .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6bc2gXSCX .card-deck {
    display: block;
  }
  .cid-u6bc2gXSCX .card {
    padding: 0;
  }
}
.cid-rjgEkAcaWR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffe2ce;
}
.cid-rjgEkAcaWR .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rjgEkAcaWR .row-element,
.cid-rjgEkAcaWR .image-element {
  padding: 0;
}
.cid-rjgEkAcaWR .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjgEkAcaWR .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rjgEkAcaWR .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rjgEkAcaWR .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rjgEkAcaWR .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rjgEkAcaWR .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rjgEkAcaWR .text-content {
    padding: 2rem 1rem;
  }
  .cid-rjgEkAcaWR .underline .line {
    height: 2px;
  }
  .cid-rjgEkAcaWR .mbr-title,
  .cid-rjgEkAcaWR .underline,
  .cid-rjgEkAcaWR .mbr-text,
  .cid-rjgEkAcaWR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rjgEkAcaWR .mbr-title,
.cid-rjgEkAcaWR .underline {
  color: #ffffff;
}
.cid-rjgEkAcaWR .mbr-text,
.cid-rjgEkAcaWR .mbr-section-btn {
  color: #000000;
}
.cid-rjgEkAcaWR .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rjgEkAcaWR .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rjgEkAcaWR .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rjgEkAcaWR .imagebox:hover img {
  opacity: 0.7;
}
.cid-rjgEkAcaWR .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rjgEkAcaWR P {
  font-family: "roboto";
  color: #a2a2a2;
}
.cid-rjgEkAcaWR .mbr-title,
.cid-rjgEkAcaWR .underline B {
  color: #000000;
}
.cid-riTgOUYMqM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5dbfb;
}
.cid-riTgOUYMqM .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-riTgOUYMqM .img2 {
  max-width: 250px;
  border-radius: 5px;
}
.cid-riTgOUYMqM .row-element,
.cid-riTgOUYMqM .image-element {
  padding: 0;
}
.cid-riTgOUYMqM .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-riTgOUYMqM .image-element img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-riTgOUYMqM .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-riTgOUYMqM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-riTgOUYMqM .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-riTgOUYMqM .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-riTgOUYMqM .text-content {
    padding: 2rem 1rem;
  }
  .cid-riTgOUYMqM .underline .line {
    height: 2px;
  }
  .cid-riTgOUYMqM .mbr-title,
  .cid-riTgOUYMqM .underline,
  .cid-riTgOUYMqM .mbr-text,
  .cid-riTgOUYMqM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-riTgOUYMqM .mbr-title,
.cid-riTgOUYMqM .underline {
  color: #2c1616;
}
.cid-riTgOUYMqM .mbr-text,
.cid-riTgOUYMqM .mbr-section-btn {
  color: #2c1616;
}
.cid-riTgOUYMqM .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-riTgOUYMqM .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-riTgOUYMqM .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-riTgOUYMqM .imagebox:hover img {
  opacity: 0.85;
}
.cid-riTgOUYMqM .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-riTgOUYMqM P {
  font-family: "roboto";
  color: #a2a2a2;
}
.cid-t6oCdIJfvG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-t6oCdIJfvG .block-title {
  color: #000000;
}
.cid-t6oCdIJfvG h2 {
  font-size: 11rem;
}
@media (max-width: 991px) {
  .cid-t6oCdIJfvG h2 {
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .cid-t6oCdIJfvG h2 {
    font-size: 5rem;
    line-height: 140%;
  }
}
.cid-u6aRdU8vBt {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u6aRdU8vBt .mbr-figure {
  padding: 0;
}
.cid-u6aRdU8vBt .content-row {
  background-color: #ffecec;
}
.cid-u6aRdU8vBt .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-u6aRdU8vBt .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-u6aRdU8vBt .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-u6aRdU8vBt .content-row .media-content .content-block {
  z-index: 1;
}
.cid-u6aRdU8vBt H2 {
  color: #000000;
}
.cid-u6aRdU8vBt H3 {
  color: #333333;
}
.cid-u6aRdU8vBt .testimonial-text {
  color: #333333;
}
.cid-u6aRdU8vBt .mycircle {
  background: #fcfcfc00;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  z-index: -1;
  position: absolute;
  bottom: 55px;
  right: 10px;
}
.cid-u6aRdU8vBt .mycircle .mynumbers {
  font-size: 20rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'arial';
}
@media (max-width: 1200px) {
  .cid-u6aRdU8vBt .mycircle {
    bottom: 35px;
  }
}
@media (max-width: 991px) {
  .cid-u6aRdU8vBt .mycircle {
    width: 20rem;
    height: 20rem;
    bottom: 25px;
    right: 10px;
  }
  .cid-u6aRdU8vBt .mycircle .mynumbers {
    font-size: 15rem;
  }
}
@media (max-width: 768px) {
  .cid-u6aRdU8vBt .mycircle {
    width: 15rem;
    height: 15rem;
    bottom: 15px;
    right: 10px;
  }
  .cid-u6aRdU8vBt .mycircle .mynumbers {
    font-size: 10rem;
  }
}
.cid-t6oGj6Vxez {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t6oGj6Vxez .mbr-figure {
  padding: 0;
}
.cid-t6oGj6Vxez .content-row {
  background-color: #ffecec;
}
.cid-t6oGj6Vxez .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-t6oGj6Vxez .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-t6oGj6Vxez .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-t6oGj6Vxez .content-row .media-content .content-block {
  z-index: 1;
}
.cid-t6oGj6Vxez H2 {
  color: #000000;
}
.cid-t6oGj6Vxez H3 {
  color: #333333;
}
.cid-t6oGj6Vxez .testimonial-text {
  color: #333333;
}
.cid-t6oGj6Vxez .mycircle {
  background: #fcfcfc00;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  z-index: -1;
  position: absolute;
  bottom: 55px;
  left: 10px;
}
.cid-t6oGj6Vxez .mycircle .mynumbers {
  font-size: 20rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'arial';
}
@media (max-width: 1200px) {
  .cid-t6oGj6Vxez .mycircle {
    bottom: 35px;
  }
}
@media (max-width: 991px) {
  .cid-t6oGj6Vxez .mycircle {
    width: 20rem;
    height: 20rem;
    bottom: 55px;
    right: 10px;
  }
  .cid-t6oGj6Vxez .mycircle .mynumbers {
    font-size: 15rem;
  }
}
@media (max-width: 768px) {
  .cid-t6oGj6Vxez .mycircle {
    width: 15rem;
    height: 15rem;
    bottom: 15px;
    right: 10px;
  }
  .cid-t6oGj6Vxez .mycircle .mynumbers {
    font-size: 10rem;
  }
}
.cid-t6oHAtJbnu {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t6oHAtJbnu .mbr-figure {
  padding: 0;
}
.cid-t6oHAtJbnu .content-row {
  background-color: #ffecec;
}
.cid-t6oHAtJbnu .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-t6oHAtJbnu .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-t6oHAtJbnu .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-t6oHAtJbnu .content-row .media-content .content-block {
  z-index: 1;
}
.cid-t6oHAtJbnu H2 {
  color: #000000;
}
.cid-t6oHAtJbnu H3 {
  color: #333333;
}
.cid-t6oHAtJbnu .testimonial-text {
  color: #333333;
}
.cid-t6oHAtJbnu .mycircle {
  background: #fcfcfc00;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  z-index: -1;
  position: absolute;
  bottom: 55px;
  right: 10px;
}
.cid-t6oHAtJbnu .mycircle .mynumbers {
  font-size: 20rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'arial';
}
@media (max-width: 1200px) {
  .cid-t6oHAtJbnu .mycircle {
    bottom: 35px;
  }
}
@media (max-width: 991px) {
  .cid-t6oHAtJbnu .mycircle {
    width: 20rem;
    height: 20rem;
    bottom: 45px;
    right: 10px;
  }
  .cid-t6oHAtJbnu .mycircle .mynumbers {
    font-size: 15rem;
  }
}
@media (max-width: 768px) {
  .cid-t6oHAtJbnu .mycircle {
    width: 15rem;
    height: 15rem;
    bottom: 15px;
    right: 10px;
  }
  .cid-t6oHAtJbnu .mycircle .mynumbers {
    font-size: 10rem;
  }
}
.cid-t6oIdSBYh2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t6oIdSBYh2 .mbr-figure {
  padding: 0;
}
.cid-t6oIdSBYh2 .content-row {
  background-color: #ffecec;
}
.cid-t6oIdSBYh2 .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-t6oIdSBYh2 .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-t6oIdSBYh2 .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-t6oIdSBYh2 .content-row .media-content .content-block {
  z-index: 1;
}
.cid-t6oIdSBYh2 H2 {
  color: #000000;
}
.cid-t6oIdSBYh2 H3 {
  color: #333333;
}
.cid-t6oIdSBYh2 .testimonial-text {
  color: #333333;
}
.cid-t6oIdSBYh2 .mycircle {
  background: #fcfcfc00;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  z-index: -1;
  position: absolute;
  bottom: 55px;
  left: 10px;
}
.cid-t6oIdSBYh2 .mycircle .mynumbers {
  font-size: 20rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'arial';
}
@media (max-width: 1200px) {
  .cid-t6oIdSBYh2 .mycircle {
    bottom: 35px;
  }
}
@media (max-width: 991px) {
  .cid-t6oIdSBYh2 .mycircle {
    width: 20rem;
    height: 20rem;
    bottom: 55px;
    right: 10px;
  }
  .cid-t6oIdSBYh2 .mycircle .mynumbers {
    font-size: 15rem;
  }
}
@media (max-width: 768px) {
  .cid-t6oIdSBYh2 .mycircle {
    width: 15rem;
    height: 15rem;
    bottom: 15px;
    right: 10px;
  }
  .cid-t6oIdSBYh2 .mycircle .mynumbers {
    font-size: 10rem;
  }
}
.cid-t6oJuEo4Mj {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t6oJuEo4Mj .mbr-figure {
  padding: 0;
}
.cid-t6oJuEo4Mj .content-row {
  background-color: #ffecec;
}
.cid-t6oJuEo4Mj .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-t6oJuEo4Mj .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-t6oJuEo4Mj .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-t6oJuEo4Mj .content-row .media-content .content-block {
  z-index: 1;
}
.cid-t6oJuEo4Mj H2 {
  color: #000000;
}
.cid-t6oJuEo4Mj H3 {
  color: #333333;
}
.cid-t6oJuEo4Mj .testimonial-text {
  color: #333333;
}
.cid-t6oJuEo4Mj .mycircle {
  background: #fcfcfc00;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  z-index: -1;
  position: absolute;
  bottom: 55px;
  right: 10px;
}
.cid-t6oJuEo4Mj .mycircle .mynumbers {
  font-size: 20rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'arial';
}
@media (max-width: 1200px) {
  .cid-t6oJuEo4Mj .mycircle {
    bottom: 35px;
  }
}
@media (max-width: 991px) {
  .cid-t6oJuEo4Mj .mycircle {
    width: 20rem;
    height: 20rem;
    bottom: 55px;
    right: 10px;
  }
  .cid-t6oJuEo4Mj .mycircle .mynumbers {
    font-size: 15rem;
  }
}
@media (max-width: 768px) {
  .cid-t6oJuEo4Mj .mycircle {
    width: 15rem;
    height: 15rem;
    bottom: 15px;
    right: 10px;
  }
  .cid-t6oJuEo4Mj .mycircle .mynumbers {
    font-size: 10rem;
  }
}
.cid-t6oL4bunQ6 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t6oL4bunQ6 .mbr-figure {
  padding: 0;
}
.cid-t6oL4bunQ6 .content-row {
  background-color: #ffecec;
}
.cid-t6oL4bunQ6 .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-t6oL4bunQ6 .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-t6oL4bunQ6 .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-t6oL4bunQ6 .content-row .media-content .content-block {
  z-index: 1;
}
.cid-t6oL4bunQ6 H2 {
  color: #000000;
}
.cid-t6oL4bunQ6 H3 {
  color: #333333;
}
.cid-t6oL4bunQ6 .testimonial-text {
  color: #333333;
}
.cid-t6oL4bunQ6 .mycircle {
  background: #fcfcfc00;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  z-index: -1;
  position: absolute;
  bottom: 55px;
  left: 10px;
}
.cid-t6oL4bunQ6 .mycircle .mynumbers {
  font-size: 20rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'arial';
}
@media (max-width: 1200px) {
  .cid-t6oL4bunQ6 .mycircle {
    bottom: 35px;
  }
}
@media (max-width: 991px) {
  .cid-t6oL4bunQ6 .mycircle {
    width: 20rem;
    height: 20rem;
    bottom: 55px;
    right: 10px;
  }
  .cid-t6oL4bunQ6 .mycircle .mynumbers {
    font-size: 15rem;
  }
}
@media (max-width: 768px) {
  .cid-t6oL4bunQ6 .mycircle {
    width: 15rem;
    height: 15rem;
    bottom: 15px;
    right: 10px;
  }
  .cid-t6oL4bunQ6 .mycircle .mynumbers {
    font-size: 10rem;
  }
}
.cid-riTjipil8v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-riTjipil8v .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-riTjipil8v .row-element,
.cid-riTjipil8v .image-element {
  padding: 0;
}
.cid-riTjipil8v .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-riTjipil8v .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.cid-riTjipil8v .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-riTjipil8v .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-riTjipil8v .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-riTjipil8v .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-riTjipil8v .text-content {
    padding: 2rem 1rem;
  }
  .cid-riTjipil8v .underline .line {
    height: 2px;
  }
  .cid-riTjipil8v .mbr-title,
  .cid-riTjipil8v .underline,
  .cid-riTjipil8v .mbr-text,
  .cid-riTjipil8v .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-riTjipil8v .mbr-title,
.cid-riTjipil8v .underline {
  color: #2c1616;
}
.cid-riTjipil8v .mbr-text,
.cid-riTjipil8v .mbr-section-btn {
  color: #2c1616;
}
.cid-riTjipil8v .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-riTjipil8v .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-riTjipil8v .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-riTjipil8v .imagebox:hover img {
  opacity: 0.85;
}
.cid-riTjipil8v .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-riTjipil8v P {
  font-family: "roboto";
  color: #a2a2a2;
}
.cid-riTTUPc6D4 {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-riTTUPc6D4 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-riTTUPc6D4 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-riTTUPc6D4 .mbr-text,
.cid-riTTUPc6D4 .mbr-section-btn {
  text-align: center;
}
.cid-riTTUPc6D4 B {
  color: #ffffff;
}
.cid-riTTUPc6D4 p {
  font-weight: 300;
}
.cid-riTNdtdoGd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-riTNdtdoGd p {
  text-align: left;
  font-size: 1rem;
}
.cid-riTNdtdoGd .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-riTNdtdoGd .btn-underline:hover {
  color: #505050;
}
.cid-riTNdtdoGd .btn-underline:before {
  background-color: #505050;
}
.cid-riTNdtdoGd .social-list a:focus {
  text-decoration: none;
}
.cid-riTNdtdoGd .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-riTNdtdoGd .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-riTNdtdoGd .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-riTNdtdoGd .logo-footer {
  line-height: normal;
}
.cid-riTNdtdoGd .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-riTNdtdoGd .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-riTNdtdoGd .mbr-section-btn {
  font-size: 16px;
}
.cid-riTNdtdoGd .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-riTNdtdoGd .block-title {
  color: #ffffff;
}
.cid-riTNdtdoGd .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-snHC9KAwfN {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-snHC9KAwfN a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-snHC9KAwfN .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snHC9KAwfN p {
  color: #0a0a0a;
}
.cid-snHC9KAwfN .myalign {
  text-align: center;
}
.cid-snHC9KAwfN .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-snHC9KAwfN span {
  font-size: 1rem;
}
.cid-snHC9KAwfN .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-snHC9KAwfN .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-snHC9KAwfN .socicon-twitter {
  color: #4da7de;
}
.cid-snHC9KAwfN .socicon-facebook {
  color: #3e5b98;
}
.cid-snHC9KAwfN .socicon-googleplus {
  color: #dd4b39;
}
.cid-snHC9KAwfN .socicon-instagram {
  color: #3f729b;
}
.cid-snHC9KAwfN .social-list a:focus {
  text-decoration: none;
}
.cid-snHC9KAwfN .text-copyright {
  width: 100%;
}
.cid-snHC9KAwfN .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-snHC9KAwfN .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-snHC9KAwfN .logo-footer {
  line-height: normal;
}
.cid-snHC9KAwfN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snHC9KAwfN .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snHC9KAwfN .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-snHC9KAwfN .media-container-row a {
  margin: 0 1rem;
}
.cid-snHC9KAwfN P {
  color: #ffffff;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
#custom-html-cc {
  /* Type valid CSS here */
}
#custom-html-cc .my-image {
  width: 100%;
}
.cid-sVD16OnS5L {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #a2a2a2;
}
.cid-sVD16OnS5L section {
  padding-bottom: 0 !important;
}
.cid-sVD16OnS5L .strokeme {
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.1), 1px -1px 0 rgba(255, 255, 255, 0.1), -1px 1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.cid-sVD16OnS5L .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sVD16OnS5L .schwung {
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
}
.cid-sVD16OnS5L h1 {
  line-height: 1.4;
}
.cid-sVD16OnS5L h2 {
  color: white;
}
.cid-sVD16OnS5L .second {
  display: none;
}
.cid-sVD16OnS5L .wrapper {
  position: relative;
}
.cid-sVD16OnS5L .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sVD16OnS5L .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 600px;
  margin-left: -37rem;
  overflow: hidden;
  object-position: 10% 90%;
}
.cid-sVD16OnS5L .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sVD16OnS5L .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sVD16OnS5L .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sVD16OnS5L .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sVD16OnS5L .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sVD16OnS5L .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-sVD16OnS5L .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sVD16OnS5L .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sVD16OnS5L .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sVD16OnS5L .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sVD16OnS5L .shape {
    left: 55%;
  }
  .cid-sVD16OnS5L .left {
    display: none;
  }
  .cid-sVD16OnS5L .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-sVD16OnS5L a.second {
    margin-top: 30%;
  }
  .cid-sVD16OnS5L .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-sVD16OnS5L .second {
    top: 20%;
  }
  .cid-sVD16OnS5L a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sVD16OnS5L .shape {
    display: none;
  }
  .cid-sVD16OnS5L .second {
    left: 0;
  }
  .cid-sVD16OnS5L a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sVD16OnS5L a.second::after,
  .cid-sVD16OnS5L a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sVD16OnS5L a.second {
    margin-top: 55% !important;
  }
}
.cid-sVD16OnS5L a {
  display: inline-block;
  color: #fb7522;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sVD16OnS5L a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sVD16OnS5L a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sVD16OnS5L a:hover:after,
.cid-sVD16OnS5L a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sVD16OnS5L a:hover:before,
.cid-sVD16OnS5L a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sVD16OnS5L .right {
  padding: 0 !important;
}
.cid-sVD16OnS5L .left {
  z-index: 100;
}
.cid-sVD16OnS5L a.text-info:hover,
.cid-sVD16OnS5L a.text-info:focus {
  color: #951d19 !important;
}
.cid-sVD16OnS5L .mbr-light {
  text-align: left;
  color: #ffffff;
}
.cid-qD86a76i1o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2ecff;
}
.cid-qD86a76i1o .counter-container {
  color: #464646;
}
.cid-qD86a76i1o .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-qD86a76i1o .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-qD86a76i1o .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-qD86a76i1o H4 {
  text-align: right;
}
.cid-tHqMqBpGZ2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffe884;
}
.cid-tHqMqBpGZ2 .counter-container {
  color: #464646;
}
.cid-tHqMqBpGZ2 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-tHqMqBpGZ2 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-tHqMqBpGZ2 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-tHqMqBpGZ2 H4 {
  text-align: right;
}
.cid-rogQf2JA4C {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rogQf2JA4C .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rogQf2JA4C H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rogQf2JA4C .mbr-text,
.cid-rogQf2JA4C .mbr-section-btn {
  text-align: center;
}
.cid-rogQf2JA4C B {
  color: #ffffff;
}
.cid-rogQf2JA4C p {
  font-weight: 300;
}
.cid-rogQeb65Lz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rogQeb65Lz p {
  text-align: left;
  font-size: 1rem;
}
.cid-rogQeb65Lz .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rogQeb65Lz .btn-underline:hover {
  color: #505050;
}
.cid-rogQeb65Lz .btn-underline:before {
  background-color: #505050;
}
.cid-rogQeb65Lz .social-list a:focus {
  text-decoration: none;
}
.cid-rogQeb65Lz .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rogQeb65Lz .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rogQeb65Lz .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rogQeb65Lz .logo-footer {
  line-height: normal;
}
.cid-rogQeb65Lz .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rogQeb65Lz .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rogQeb65Lz .mbr-section-btn {
  font-size: 16px;
}
.cid-rogQeb65Lz .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rogQeb65Lz .block-title {
  color: #ffffff;
}
.cid-rogQeb65Lz .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
#custom-html-ca {
  /* Type valid CSS here */
}
#custom-html-ca .my-image {
  width: 100%;
}
.cid-sVD6s44gTG {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #e7e1d8;
}
.cid-sVD6s44gTG section {
  padding-bottom: 0 !important;
}
.cid-sVD6s44gTG .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sVD6s44gTG .schwung {
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
}
.cid-sVD6s44gTG h1 {
  line-height: 1.4;
}
@media (max-width: 991px) {
  .cid-sVD6s44gTG h1 {
    color: white!important;
  }
}
.cid-sVD6s44gTG h2 {
  color: white;
}
.cid-sVD6s44gTG .second {
  display: none;
}
.cid-sVD6s44gTG .wrapper {
  position: relative;
}
.cid-sVD6s44gTG .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sVD6s44gTG .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 600px;
  margin-left: -37rem;
  overflow: hidden;
  object-position: 10% 90%;
}
.cid-sVD6s44gTG .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sVD6s44gTG .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sVD6s44gTG .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sVD6s44gTG .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sVD6s44gTG .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sVD6s44gTG .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-sVD6s44gTG .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sVD6s44gTG .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sVD6s44gTG .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sVD6s44gTG .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sVD6s44gTG .shape {
    left: 55%;
  }
  .cid-sVD6s44gTG .left {
    display: none;
  }
  .cid-sVD6s44gTG .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-sVD6s44gTG a.second {
    margin-top: 30%;
  }
  .cid-sVD6s44gTG .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-sVD6s44gTG .second {
    top: 20%;
  }
  .cid-sVD6s44gTG a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sVD6s44gTG .shape {
    display: none;
  }
  .cid-sVD6s44gTG .second {
    left: 0;
  }
  .cid-sVD6s44gTG a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sVD6s44gTG a.second::after,
  .cid-sVD6s44gTG a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sVD6s44gTG a.second {
    margin-top: 55% !important;
  }
}
.cid-sVD6s44gTG a {
  display: inline-block;
  color: #fb7522;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sVD6s44gTG a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sVD6s44gTG a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sVD6s44gTG a:hover:after,
.cid-sVD6s44gTG a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sVD6s44gTG a:hover:before,
.cid-sVD6s44gTG a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sVD6s44gTG .right {
  padding: 0 !important;
}
.cid-sVD6s44gTG .left {
  z-index: 100;
}
.cid-sVD6s44gTG a.text-info:hover,
.cid-sVD6s44gTG a.text-info:focus {
  color: #951d19 !important;
}
.cid-sVD6s44gTG .mbr-light {
  text-align: left;
  color: #000000;
}
.cid-sVD6s44gTG .mbr-text {
  color: #2c1616;
}
.cid-rlP2AGLaVa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rlP2AGLaVa .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rlP2AGLaVa .row-element,
.cid-rlP2AGLaVa .image-element {
  padding: 0;
}
.cid-rlP2AGLaVa .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlP2AGLaVa .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rlP2AGLaVa .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rlP2AGLaVa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rlP2AGLaVa .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rlP2AGLaVa .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlP2AGLaVa .text-content {
    padding: 2rem 1rem;
  }
  .cid-rlP2AGLaVa .underline .line {
    height: 2px;
  }
  .cid-rlP2AGLaVa .mbr-title,
  .cid-rlP2AGLaVa .underline,
  .cid-rlP2AGLaVa .mbr-text,
  .cid-rlP2AGLaVa .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rlP2AGLaVa .mbr-title,
.cid-rlP2AGLaVa .underline {
  color: #2c1616;
}
.cid-rlP2AGLaVa .mbr-text,
.cid-rlP2AGLaVa .mbr-section-btn {
  color: #000000;
}
.cid-rlP2AGLaVa .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rlP2AGLaVa .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rlP2AGLaVa .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rlP2AGLaVa .imagebox:hover img {
  opacity: 0.7;
}
.cid-rlP2AGLaVa .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rlP2AGLaVa P {
  font-family: "roboto";
  color: #a2a2a2;
}
.cid-roaneznLi0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-roaneznLi0 .block-title {
  color: #969696;
}
.cid-rnC0OwSAGc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-rnC0OwSAGc .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rnC0OwSAGc .row-element,
.cid-rnC0OwSAGc .image-element {
  padding: 0;
}
.cid-rnC0OwSAGc .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rnC0OwSAGc .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rnC0OwSAGc .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rnC0OwSAGc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rnC0OwSAGc .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rnC0OwSAGc .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rnC0OwSAGc .text-content {
    padding: 2rem 1rem;
  }
  .cid-rnC0OwSAGc .underline .line {
    height: 2px;
  }
  .cid-rnC0OwSAGc .mbr-title,
  .cid-rnC0OwSAGc .underline,
  .cid-rnC0OwSAGc .mbr-text,
  .cid-rnC0OwSAGc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rnC0OwSAGc .mbr-title,
.cid-rnC0OwSAGc .underline {
  color: #2c1616;
}
.cid-rnC0OwSAGc .mbr-text,
.cid-rnC0OwSAGc .mbr-section-btn {
  color: #000000;
}
.cid-rnC0OwSAGc .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rnC0OwSAGc .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rnC0OwSAGc .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rnC0OwSAGc .imagebox:hover img {
  opacity: 0.7;
}
.cid-rnC0OwSAGc .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rnC0OwSAGc P {
  font-family: "roboto";
  color: #a2a2a2;
}
.cid-rnC39qFtFv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-rnC39qFtFv .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rnC39qFtFv .row-element,
.cid-rnC39qFtFv .image-element {
  padding: 0;
}
.cid-rnC39qFtFv .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rnC39qFtFv .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rnC39qFtFv .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rnC39qFtFv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rnC39qFtFv .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rnC39qFtFv .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rnC39qFtFv .text-content {
    padding: 2rem 1rem;
  }
  .cid-rnC39qFtFv .underline .line {
    height: 2px;
  }
  .cid-rnC39qFtFv .mbr-title,
  .cid-rnC39qFtFv .underline,
  .cid-rnC39qFtFv .mbr-text,
  .cid-rnC39qFtFv .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rnC39qFtFv .mbr-title,
.cid-rnC39qFtFv .underline {
  color: #2c1616;
}
.cid-rnC39qFtFv .mbr-text,
.cid-rnC39qFtFv .mbr-section-btn {
  color: #000000;
}
.cid-rnC39qFtFv .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rnC39qFtFv .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rnC39qFtFv .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rnC39qFtFv .imagebox:hover img {
  opacity: 0.7;
}
.cid-rnC39qFtFv .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rnC39qFtFv P {
  font-family: "roboto";
  color: #a2a2a2;
}
.cid-rnC4ME3Gau {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-rnC4ME3Gau .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rnC4ME3Gau .row-element,
.cid-rnC4ME3Gau .image-element {
  padding: 0;
}
.cid-rnC4ME3Gau .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rnC4ME3Gau .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rnC4ME3Gau .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rnC4ME3Gau .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rnC4ME3Gau .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rnC4ME3Gau .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rnC4ME3Gau .text-content {
    padding: 2rem 1rem;
  }
  .cid-rnC4ME3Gau .underline .line {
    height: 2px;
  }
  .cid-rnC4ME3Gau .mbr-title,
  .cid-rnC4ME3Gau .underline,
  .cid-rnC4ME3Gau .mbr-text,
  .cid-rnC4ME3Gau .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rnC4ME3Gau .mbr-title,
.cid-rnC4ME3Gau .underline {
  color: #2c1616;
}
.cid-rnC4ME3Gau .mbr-text,
.cid-rnC4ME3Gau .mbr-section-btn {
  color: #000000;
}
.cid-rnC4ME3Gau .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rnC4ME3Gau .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rnC4ME3Gau .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rnC4ME3Gau .imagebox:hover img {
  opacity: 0.7;
}
.cid-rnC4ME3Gau .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rnC4ME3Gau P {
  font-family: "roboto";
  color: #a2a2a2;
}
.cid-roanvDqIZe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-roanvDqIZe .block-title {
  color: #969696;
}
.cid-rn8HATzCRC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rn8HATzCRC .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rn8HATzCRC .text-element {
  z-index: 1000;
}
.cid-rn8HATzCRC .row-element,
.cid-rn8HATzCRC .image-element {
  padding: 0;
}
.cid-rn8HATzCRC .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rn8HATzCRC .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rn8HATzCRC .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rn8HATzCRC .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rn8HATzCRC .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rn8HATzCRC .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rn8HATzCRC .text-content {
    padding: 2rem 1rem;
  }
  .cid-rn8HATzCRC .underline .line {
    height: 2px;
  }
  .cid-rn8HATzCRC .mbr-title,
  .cid-rn8HATzCRC .underline,
  .cid-rn8HATzCRC .mbr-text,
  .cid-rn8HATzCRC .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rn8HATzCRC .mbr-title,
.cid-rn8HATzCRC .underline {
  color: #2c1616;
}
.cid-rn8HATzCRC .mbr-text,
.cid-rn8HATzCRC .mbr-section-btn {
  color: #000000;
}
.cid-rn8HATzCRC .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rn8HATzCRC .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rn8HATzCRC .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rn8HATzCRC .imagebox:hover img {
  opacity: 0.7;
}
.cid-rn8HATzCRC .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rn8HATzCRC P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-rn8HATzCRC .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-rn8HATzCRC .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-rn8HATzCRC .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-rn8HATzCRC .mbr-title,
.cid-rn8HATzCRC .underline B {
  color: #000000;
}
.cid-rn9Rq1rXtd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rn9Rq1rXtd .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rn9Rq1rXtd .text-element {
  z-index: 1000;
}
.cid-rn9Rq1rXtd .row-element,
.cid-rn9Rq1rXtd .image-element {
  padding: 0;
}
.cid-rn9Rq1rXtd .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rn9Rq1rXtd .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rn9Rq1rXtd .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rn9Rq1rXtd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rn9Rq1rXtd .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rn9Rq1rXtd .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rn9Rq1rXtd .text-content {
    padding: 2rem 1rem;
  }
  .cid-rn9Rq1rXtd .underline .line {
    height: 2px;
  }
  .cid-rn9Rq1rXtd .mbr-title,
  .cid-rn9Rq1rXtd .underline,
  .cid-rn9Rq1rXtd .mbr-text,
  .cid-rn9Rq1rXtd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rn9Rq1rXtd .mbr-title,
.cid-rn9Rq1rXtd .underline {
  color: #2c1616;
}
.cid-rn9Rq1rXtd .mbr-text,
.cid-rn9Rq1rXtd .mbr-section-btn {
  color: #000000;
}
.cid-rn9Rq1rXtd .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rn9Rq1rXtd .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rn9Rq1rXtd .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rn9Rq1rXtd .imagebox:hover img {
  opacity: 0.7;
}
.cid-rn9Rq1rXtd .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rn9Rq1rXtd P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-rn9Rq1rXtd .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-rn9Rq1rXtd .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-rn9Rq1rXtd .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-qCy8V0Rrel {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-qCy8V0Rrel .text-content {
  padding-top: 105px;
  padding-bottom: 105px;
}
.cid-qCy8V0Rrel .text-content .btn-bgr {
  z-index: 0;
}
.cid-qCy8V0Rrel .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-qCy8V0Rrel h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qCy8V0Rrel p {
  color: #464646;
}
.cid-qCy8V0Rrel h2 {
  color: #000000;
}
.cid-qCy8V0Rrel .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-qCy8V0Rrel .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-qCy8V0Rrel .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-qCy8V0Rrel .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-qCy8V0Rrel .text-content {
    width: 100%;
  }
}
.cid-qCy8V0Rrel .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-qCy8V0Rrel .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-qCy8V0Rrel .mbr-text {
    text-align: center;
  }
}
.cid-rn9SqCYUuf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rn9SqCYUuf .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rn9SqCYUuf .text-element {
  z-index: 1000;
}
.cid-rn9SqCYUuf .row-element,
.cid-rn9SqCYUuf .image-element {
  padding: 0;
}
.cid-rn9SqCYUuf .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rn9SqCYUuf .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rn9SqCYUuf .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rn9SqCYUuf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rn9SqCYUuf .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rn9SqCYUuf .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rn9SqCYUuf .text-content {
    padding: 2rem 1rem;
  }
  .cid-rn9SqCYUuf .underline .line {
    height: 2px;
  }
  .cid-rn9SqCYUuf .mbr-title,
  .cid-rn9SqCYUuf .underline,
  .cid-rn9SqCYUuf .mbr-text,
  .cid-rn9SqCYUuf .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rn9SqCYUuf .mbr-title,
.cid-rn9SqCYUuf .underline {
  color: #2c1616;
}
.cid-rn9SqCYUuf .mbr-text,
.cid-rn9SqCYUuf .mbr-section-btn {
  color: #000000;
}
.cid-rn9SqCYUuf .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rn9SqCYUuf .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rn9SqCYUuf .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rn9SqCYUuf .imagebox:hover img {
  opacity: 0.7;
}
.cid-rn9SqCYUuf .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rn9SqCYUuf P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-rn9SqCYUuf .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-rn9SqCYUuf .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-rn9SqCYUuf .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-rn9SrqKc9g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rn9SrqKc9g .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rn9SrqKc9g .text-element {
  z-index: 1000;
}
.cid-rn9SrqKc9g .row-element,
.cid-rn9SrqKc9g .image-element {
  padding: 0;
}
.cid-rn9SrqKc9g .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rn9SrqKc9g .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rn9SrqKc9g .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rn9SrqKc9g .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rn9SrqKc9g .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rn9SrqKc9g .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rn9SrqKc9g .text-content {
    padding: 2rem 1rem;
  }
  .cid-rn9SrqKc9g .underline .line {
    height: 2px;
  }
  .cid-rn9SrqKc9g .mbr-title,
  .cid-rn9SrqKc9g .underline,
  .cid-rn9SrqKc9g .mbr-text,
  .cid-rn9SrqKc9g .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rn9SrqKc9g .mbr-title,
.cid-rn9SrqKc9g .underline {
  color: #2c1616;
}
.cid-rn9SrqKc9g .mbr-text,
.cid-rn9SrqKc9g .mbr-section-btn {
  color: #000000;
}
.cid-rn9SrqKc9g .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rn9SrqKc9g .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rn9SrqKc9g .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rn9SrqKc9g .imagebox:hover img {
  opacity: 0.7;
}
.cid-rn9SrqKc9g .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rn9SrqKc9g P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-rn9SrqKc9g .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-rn9SrqKc9g .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-rn9SrqKc9g .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-scO56pF6It {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-scO56pF6It .block-title {
  color: #969696;
}
.cid-t3ZMN1kuMD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-t3ZMN1kuMD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t3ZMN1kuMD .row-element,
.cid-t3ZMN1kuMD .image-element {
  padding: 0;
}
.cid-t3ZMN1kuMD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t3ZMN1kuMD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t3ZMN1kuMD .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t3ZMN1kuMD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t3ZMN1kuMD .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t3ZMN1kuMD .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t3ZMN1kuMD .text-content {
    padding: 2rem 1rem;
  }
  .cid-t3ZMN1kuMD .underline .line {
    height: 2px;
  }
  .cid-t3ZMN1kuMD .mbr-title,
  .cid-t3ZMN1kuMD .underline,
  .cid-t3ZMN1kuMD .mbr-text,
  .cid-t3ZMN1kuMD .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t3ZMN1kuMD .mbr-title,
.cid-t3ZMN1kuMD .underline {
  color: #ffffff;
}
.cid-t3ZMN1kuMD .mbr-text,
.cid-t3ZMN1kuMD .mbr-section-btn {
  color: #000000;
}
.cid-t3ZMN1kuMD .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t3ZMN1kuMD .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t3ZMN1kuMD .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t3ZMN1kuMD .imagebox:hover img {
  opacity: 0.7;
}
.cid-t3ZMN1kuMD .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t3ZMN1kuMD P {
  font-family: "roboto";
  color: #a2a2a2;
}
.cid-t3ZMN1kuMD .mbr-title,
.cid-t3ZMN1kuMD .underline B {
  color: #000000;
}
.cid-rlQLE9tpx7 {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rlQLE9tpx7 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rlQLE9tpx7 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rlQLE9tpx7 .mbr-text,
.cid-rlQLE9tpx7 .mbr-section-btn {
  text-align: center;
}
.cid-rlQLE9tpx7 B {
  color: #ffffff;
}
.cid-rlQLE9tpx7 p {
  font-weight: 100;
}
.cid-rlQLPrMdXu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rlQLPrMdXu p {
  text-align: left;
  font-size: 1rem;
}
.cid-rlQLPrMdXu .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rlQLPrMdXu .btn-underline:hover {
  color: #505050;
}
.cid-rlQLPrMdXu .btn-underline:before {
  background-color: #505050;
}
.cid-rlQLPrMdXu .social-list a:focus {
  text-decoration: none;
}
.cid-rlQLPrMdXu .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rlQLPrMdXu .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rlQLPrMdXu .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rlQLPrMdXu .logo-footer {
  line-height: normal;
}
.cid-rlQLPrMdXu .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlQLPrMdXu .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlQLPrMdXu .mbr-section-btn {
  font-size: 16px;
}
.cid-rlQLPrMdXu .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rlQLPrMdXu .block-title {
  color: #ffffff;
}
.cid-rlQLPrMdXu .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
#custom-html-cf {
  /* Type valid CSS here */
}
#custom-html-cf .my-image {
  width: 100%;
}
.cid-sVD1GHOWZK {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffd26f;
}
.cid-sVD1GHOWZK section {
  padding-bottom: 0 !important;
}
.cid-sVD1GHOWZK .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sVD1GHOWZK .schwung {
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
}
.cid-sVD1GHOWZK h1 {
  line-height: 1.4;
}
.cid-sVD1GHOWZK h2 {
  color: white;
}
.cid-sVD1GHOWZK .second {
  display: none;
}
.cid-sVD1GHOWZK .wrapper {
  position: relative;
}
.cid-sVD1GHOWZK .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sVD1GHOWZK .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 600px;
  margin-left: -37rem;
  overflow: hidden;
  object-position: 10% 90%;
}
.cid-sVD1GHOWZK .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sVD1GHOWZK .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sVD1GHOWZK .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sVD1GHOWZK .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sVD1GHOWZK .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sVD1GHOWZK .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-sVD1GHOWZK .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sVD1GHOWZK .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sVD1GHOWZK .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sVD1GHOWZK .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sVD1GHOWZK .shape {
    left: 55%;
  }
  .cid-sVD1GHOWZK .left {
    display: none;
  }
  .cid-sVD1GHOWZK .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-sVD1GHOWZK a.second {
    margin-top: 30%;
  }
  .cid-sVD1GHOWZK .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-sVD1GHOWZK .second {
    top: 20%;
  }
  .cid-sVD1GHOWZK a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sVD1GHOWZK .shape {
    display: none;
  }
  .cid-sVD1GHOWZK .second {
    left: 0;
  }
  .cid-sVD1GHOWZK a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sVD1GHOWZK a.second::after,
  .cid-sVD1GHOWZK a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sVD1GHOWZK a.second {
    margin-top: 55% !important;
  }
}
.cid-sVD1GHOWZK a {
  display: inline-block;
  color: #fb7522;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sVD1GHOWZK a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sVD1GHOWZK a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sVD1GHOWZK a:hover:after,
.cid-sVD1GHOWZK a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sVD1GHOWZK a:hover:before,
.cid-sVD1GHOWZK a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sVD1GHOWZK .right {
  padding: 0 !important;
}
.cid-sVD1GHOWZK .left {
  z-index: 100;
}
.cid-sVD1GHOWZK a.text-info:hover,
.cid-sVD1GHOWZK a.text-info:focus {
  color: #951d19 !important;
}
.cid-sVD1GHOWZK .mbr-light {
  text-align: left;
  color: #ffffff;
}
.cid-sVD2DrM1C2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fdece9;
}
.cid-sVD2DrM1C2 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-sVD2DrM1C2 .row {
    text-align: center;
  }
}
.cid-sVD2DrM1C2 .mbr-section-title {
  text-align: center;
}
.cid-sVD2DrM1C2 .mbr-text {
  text-align: center;
}
.cid-ro4F2bbEL8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f9c4;
}
.cid-ro4F2bbEL8 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ro4F2bbEL8 ol,
.cid-ro4F2bbEL8 ul {
  list-style-type: disc;
}
.cid-ro4F2bbEL8 .row-element,
.cid-ro4F2bbEL8 .image-element {
  padding: 0;
}
.cid-ro4F2bbEL8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ro4F2bbEL8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ro4F2bbEL8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ro4F2bbEL8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ro4F2bbEL8 .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ro4F2bbEL8 .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ro4F2bbEL8 .text-content {
    padding: 2rem 1rem;
  }
  .cid-ro4F2bbEL8 .underline .line {
    height: 2px;
  }
  .cid-ro4F2bbEL8 .mbr-title,
  .cid-ro4F2bbEL8 .underline,
  .cid-ro4F2bbEL8 .mbr-text,
  .cid-ro4F2bbEL8 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ro4F2bbEL8 .mbr-title,
.cid-ro4F2bbEL8 .underline {
  color: #2c1616;
}
.cid-ro4F2bbEL8 .mbr-text,
.cid-ro4F2bbEL8 .mbr-section-btn {
  color: #2c1616;
}
.cid-ro4F2bbEL8 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-ro4F2bbEL8 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-ro4F2bbEL8 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-ro4F2bbEL8 .imagebox:hover img {
  opacity: 0.7;
}
.cid-ro4F2bbEL8 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-ro4F2bbEL8 P,
.cid-ro4F2bbEL8 li {
  font-family: "roboto";
  color: black;
  font-size: 1.2rem;
}
.cid-ro4F2bbEL8 .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-ro6NKsIEVd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-ro6NKsIEVd .block-title B {
  color: #efefef;
}
.cid-ro6NKsIEVd .block-title {
  color: #951d19;
}
.cid-ro6NKsIEVd h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .cid-ro6NKsIEVd h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
  }
}
.cid-u5gVWNCzql {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9ea88;
}
.cid-u5gVWNCzql .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u5gVWNCzql ol,
.cid-u5gVWNCzql ul {
  list-style-type: disc;
}
.cid-u5gVWNCzql .row-element,
.cid-u5gVWNCzql .image-element {
  padding: 0;
}
.cid-u5gVWNCzql .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5gVWNCzql .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u5gVWNCzql .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u5gVWNCzql .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-u5gVWNCzql .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-u5gVWNCzql .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5gVWNCzql .text-content {
    padding: 2rem 1rem;
  }
  .cid-u5gVWNCzql .underline .line {
    height: 2px;
  }
  .cid-u5gVWNCzql .mbr-title,
  .cid-u5gVWNCzql .underline,
  .cid-u5gVWNCzql .mbr-text,
  .cid-u5gVWNCzql .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u5gVWNCzql .mbr-title,
.cid-u5gVWNCzql .underline {
  color: #2c1616;
}
.cid-u5gVWNCzql .mbr-text,
.cid-u5gVWNCzql .mbr-section-btn {
  color: #2c1616;
}
.cid-u5gVWNCzql .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-u5gVWNCzql .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-u5gVWNCzql .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-u5gVWNCzql .imagebox:hover img {
  opacity: 0.7;
}
.cid-u5gVWNCzql .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-u5gVWNCzql P,
.cid-u5gVWNCzql li {
  font-family: "roboto";
  color: black;
  font-size: 1.2rem;
}
.cid-u5gVWNCzql .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-ro6NLAvgCi {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-ro6NLAvgCi .block-title B {
  color: #efefef;
}
.cid-ro6NLAvgCi .block-title {
  color: #951d19;
}
.cid-ro6NLAvgCi h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .cid-ro6NLAvgCi h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
  }
}
.cid-u5gZ1tG4iX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff26f;
}
.cid-u5gZ1tG4iX .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u5gZ1tG4iX ol,
.cid-u5gZ1tG4iX ul {
  list-style-type: disc;
}
.cid-u5gZ1tG4iX .row-element,
.cid-u5gZ1tG4iX .image-element {
  padding: 0;
}
.cid-u5gZ1tG4iX .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5gZ1tG4iX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u5gZ1tG4iX .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u5gZ1tG4iX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-u5gZ1tG4iX .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-u5gZ1tG4iX .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5gZ1tG4iX .text-content {
    padding: 2rem 1rem;
  }
  .cid-u5gZ1tG4iX .underline .line {
    height: 2px;
  }
  .cid-u5gZ1tG4iX .mbr-title,
  .cid-u5gZ1tG4iX .underline,
  .cid-u5gZ1tG4iX .mbr-text,
  .cid-u5gZ1tG4iX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u5gZ1tG4iX .mbr-title,
.cid-u5gZ1tG4iX .underline {
  color: #2c1616;
}
.cid-u5gZ1tG4iX .mbr-text,
.cid-u5gZ1tG4iX .mbr-section-btn {
  color: #2c1616;
}
.cid-u5gZ1tG4iX .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-u5gZ1tG4iX .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-u5gZ1tG4iX .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-u5gZ1tG4iX .imagebox:hover img {
  opacity: 0.7;
}
.cid-u5gZ1tG4iX .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-u5gZ1tG4iX P,
.cid-u5gZ1tG4iX li {
  font-family: "roboto";
  color: black;
  font-size: 1.2rem;
}
.cid-u5gZ1tG4iX .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-u5gZ3PkMyF {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u5gZ3PkMyF .block-title B {
  color: #efefef;
}
.cid-u5gZ3PkMyF .block-title {
  color: #951d19;
}
.cid-u5gZ3PkMyF h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .cid-u5gZ3PkMyF h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
  }
}
.cid-ro6IuaILOd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffd26f;
}
.cid-ro6IuaILOd .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ro6IuaILOd ol,
.cid-ro6IuaILOd ul {
  list-style-type: disc;
}
.cid-ro6IuaILOd .row-element,
.cid-ro6IuaILOd .image-element {
  padding: 0;
}
.cid-ro6IuaILOd .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ro6IuaILOd .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ro6IuaILOd .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ro6IuaILOd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ro6IuaILOd .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ro6IuaILOd .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ro6IuaILOd .text-content {
    padding: 2rem 1rem;
  }
  .cid-ro6IuaILOd .underline .line {
    height: 2px;
  }
  .cid-ro6IuaILOd .mbr-title,
  .cid-ro6IuaILOd .underline,
  .cid-ro6IuaILOd .mbr-text,
  .cid-ro6IuaILOd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ro6IuaILOd .mbr-title,
.cid-ro6IuaILOd .underline {
  color: #2c1616;
}
.cid-ro6IuaILOd .mbr-text,
.cid-ro6IuaILOd .mbr-section-btn {
  color: #2c1616;
}
.cid-ro6IuaILOd .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-ro6IuaILOd .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-ro6IuaILOd .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-ro6IuaILOd .imagebox:hover img {
  opacity: 0.7;
}
.cid-ro6IuaILOd .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-ro6IuaILOd P,
.cid-ro6IuaILOd li {
  font-family: "roboto";
  color: black;
  font-size: 1.2rem;
}
.cid-ro6IuaILOd .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-u6jNImZHnb {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #fdece9;
}
.cid-u6jNImZHnb .block-title B {
  color: #efefef;
}
.cid-u6jNImZHnb .block-title {
  color: #951d19;
}
.cid-u6jNImZHnb h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .cid-u6jNImZHnb h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
  }
}
.cid-ro4Is0k7BH {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-ro4Is0k7BH .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-ro4Is0k7BH H1 {
  color: #ffffff;
  text-align: center;
}
.cid-ro4Is0k7BH .mbr-text,
.cid-ro4Is0k7BH .mbr-section-btn {
  text-align: center;
}
.cid-ro4Is0k7BH B {
  color: #ffffff;
}
.cid-ro4Is0k7BH p {
  font-weight: 300;
}
.cid-ro4IsWBUhi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-ro4IsWBUhi p {
  text-align: left;
  font-size: 1rem;
}
.cid-ro4IsWBUhi .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ro4IsWBUhi .btn-underline:hover {
  color: #505050;
}
.cid-ro4IsWBUhi .btn-underline:before {
  background-color: #505050;
}
.cid-ro4IsWBUhi .social-list a:focus {
  text-decoration: none;
}
.cid-ro4IsWBUhi .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-ro4IsWBUhi .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-ro4IsWBUhi .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-ro4IsWBUhi .logo-footer {
  line-height: normal;
}
.cid-ro4IsWBUhi .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro4IsWBUhi .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ro4IsWBUhi .mbr-section-btn {
  font-size: 16px;
}
.cid-ro4IsWBUhi .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-ro4IsWBUhi .block-title {
  color: #ffffff;
}
.cid-ro4IsWBUhi .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
#custom-html-cg {
  /* Type valid CSS here */
}
#custom-html-cg .my-image {
  width: 100%;
}
.cid-sVD4PtV00h {
  overflow: hidden;
  background-image: url("../../../assets/images/steinehellunscharf.jpg");
}
.cid-sVD4PtV00h section {
  padding-bottom: 0 !important;
}
.cid-sVD4PtV00h .schatten {
  text-shadow: 0px 0px 5px #000;
}
.cid-sVD4PtV00h .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sVD4PtV00h h1 {
  line-height: 1.4;
}
.cid-sVD4PtV00h h2 {
  color: white;
}
.cid-sVD4PtV00h .second {
  display: none;
}
.cid-sVD4PtV00h .wrapper {
  position: relative;
}
.cid-sVD4PtV00h .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sVD4PtV00h css-slides img {
  opacity: 0;
  animation-name: fade;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-sVD4PtV00h css-slides img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sVD4PtV00h css-slides img {
    width: 100%;
    object-fit: cover;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sVD4PtV00h css-slides img {
    object-fit: cover;
    height: 100%;
    margin-left: 0;
  }
}
.cid-sVD4PtV00h .img1 {
  width: calc(195%);
  height: 650px;
  margin-left: -30rem;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-sVD4PtV00h .img1 {
    width: calc(185%);
    margin-left: -16rem;
    height: 550px;
  }
}
@media (max-width: 991px) {
  .cid-sVD4PtV00h .img1 {
    width: 100%;
    height: 450px;
    margin-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sVD4PtV00h .img1 {
    width: 100%;
    height: 450px;
    margin-left: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  4.16% {
    opacity: 1;
  }
  8.33% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.cid-sVD4PtV00h css-slides img:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-sVD4PtV00h css-slides img:nth-child(2) {
  animation-delay: 1s;
}
.cid-sVD4PtV00h css-slides img:nth-child(3) {
  animation-delay: 1.5s;
}
.cid-sVD4PtV00h css-slides img:nth-child(4) {
  animation-delay: 2s;
}
.cid-sVD4PtV00h css-slides img:nth-child(5) {
  animation-delay: 2.5s;
}
.cid-sVD4PtV00h css-slides img:nth-child(6) {
  animation-delay: 3s;
}
.cid-sVD4PtV00h css-slides img:nth-child(7) {
  animation-delay: 3.5s;
}
.cid-sVD4PtV00h css-slides img:nth-child(8) {
  animation-delay: 4s;
}
.cid-sVD4PtV00h css-slides img:nth-child(9) {
  animation-delay: 4.5s;
}
.cid-sVD4PtV00h css-slides img:nth-child(10) {
  animation-delay: 5s;
}
.cid-sVD4PtV00h css-slides img:nth-child(11) {
  animation-delay: 5.5s;
}
.cid-sVD4PtV00h css-slides img:nth-child(12) {
  animation-delay: 6s;
}
.cid-sVD4PtV00h css-slides {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
}
.cid-sVD4PtV00h .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sVD4PtV00h .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sVD4PtV00h .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sVD4PtV00h .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sVD4PtV00h .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sVD4PtV00h .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sVD4PtV00h .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sVD4PtV00h .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sVD4PtV00h .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 991px) {
  .cid-sVD4PtV00h .shape {
    left: 55%;
  }
  .cid-sVD4PtV00h .left {
    display: none;
  }
  .cid-sVD4PtV00h .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
    z-index: 11;
  }
  .cid-sVD4PtV00h a.second {
    margin-top: 30%;
  }
}
@media (max-width: 805px) {
  .cid-sVD4PtV00h .second {
    top: 20%;
  }
  .cid-sVD4PtV00h a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sVD4PtV00h .shape {
    display: none;
  }
  .cid-sVD4PtV00h .second {
    left: 0;
  }
  .cid-sVD4PtV00h a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sVD4PtV00h a.second::after,
  .cid-sVD4PtV00h a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sVD4PtV00h a.second {
    margin-top: 55% !important;
  }
}
.cid-sVD4PtV00h .right {
  padding: 0 !important;
}
.cid-sVD4PtV00h .left {
  z-index: 100;
}
.cid-sVD4PtV00h a.text-info:hover,
.cid-sVD4PtV00h a.text-info:focus {
  color: #951d19 !important;
}
.cid-sVD4PtV00h .mbr-light {
  text-align: left;
  color: #ffffff;
}
.cid-sVD4PtV00h .mbr-text {
  color: #2c1616;
}
.cid-sVD9iw2kUw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSDOXZXMLT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSDOXZXMLT img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-uSDOXZXMLT img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-uSDOXZXMLT .rand {
  padding: 0px;
}
.cid-uSDOXZXMLT .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-uSDOXZXMLT .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSDOXZXMLT .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uSDOXZXMLT .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uSDOXZXMLT .row .row {
    flex-direction: column-reverse;
  }
  .cid-uSDOXZXMLT .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSDOXZXMLT .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uSDOXZXMLT .card-subtitle {
  color: #951d19;
}
.cid-uSDOXZXMLT .mbr-text {
  color: #555555;
}
.cid-uSDOXZXMLT .mbr-text,
.cid-uSDOXZXMLT .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-uSDOXZXMLT .card {
  padding: 10px 0 10px 0;
}
.cid-uSDOXZXMLT .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-uSDOXZXMLT .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSDOXZXMLT .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSDOXZXMLT .card-deck {
    display: block;
  }
  .cid-uSDOXZXMLT .card {
    padding: 0;
  }
}
.cid-uJmsOvZa37 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJmsOvZa37 img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-uJmsOvZa37 img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-uJmsOvZa37 .rand {
  padding: 0px;
}
.cid-uJmsOvZa37 .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-uJmsOvZa37 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJmsOvZa37 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uJmsOvZa37 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uJmsOvZa37 .row .row {
    flex-direction: column-reverse;
  }
  .cid-uJmsOvZa37 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJmsOvZa37 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJmsOvZa37 .card-subtitle {
  color: #951d19;
}
.cid-uJmsOvZa37 .mbr-text {
  color: #555555;
}
.cid-uJmsOvZa37 .mbr-text,
.cid-uJmsOvZa37 .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-uJmsOvZa37 .card {
  padding: 10px 0 10px 0;
}
.cid-uJmsOvZa37 .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-uJmsOvZa37 .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJmsOvZa37 .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJmsOvZa37 .card-deck {
    display: block;
  }
  .cid-uJmsOvZa37 .card {
    padding: 0;
  }
}
.cid-ulE77cWkR7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulE77cWkR7 img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-ulE77cWkR7 img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-ulE77cWkR7 .rand {
  padding: 0px;
}
.cid-ulE77cWkR7 .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-ulE77cWkR7 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulE77cWkR7 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-ulE77cWkR7 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ulE77cWkR7 .row .row {
    flex-direction: column-reverse;
  }
  .cid-ulE77cWkR7 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulE77cWkR7 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ulE77cWkR7 .card-subtitle {
  color: #951d19;
}
.cid-ulE77cWkR7 .mbr-text {
  color: #555555;
}
.cid-ulE77cWkR7 .mbr-text,
.cid-ulE77cWkR7 .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-ulE77cWkR7 .card {
  padding: 10px 0 10px 0;
}
.cid-ulE77cWkR7 .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-ulE77cWkR7 .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulE77cWkR7 .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulE77cWkR7 .card-deck {
    display: block;
  }
  .cid-ulE77cWkR7 .card {
    padding: 0;
  }
}
.cid-uidwuEpkYQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uidwuEpkYQ img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-uidwuEpkYQ img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-uidwuEpkYQ .rand {
  padding: 0px;
}
.cid-uidwuEpkYQ .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-uidwuEpkYQ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uidwuEpkYQ .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uidwuEpkYQ .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uidwuEpkYQ .row .row {
    flex-direction: column-reverse;
  }
  .cid-uidwuEpkYQ .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uidwuEpkYQ .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uidwuEpkYQ .card-subtitle {
  color: #951d19;
}
.cid-uidwuEpkYQ .mbr-text {
  color: #555555;
}
.cid-uidwuEpkYQ .mbr-text,
.cid-uidwuEpkYQ .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-uidwuEpkYQ .card {
  padding: 10px 0 10px 0;
}
.cid-uidwuEpkYQ .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-uidwuEpkYQ .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uidwuEpkYQ .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uidwuEpkYQ .card-deck {
    display: block;
  }
  .cid-uidwuEpkYQ .card {
    padding: 0;
  }
}
.cid-u1TduS5zqH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1TduS5zqH img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-u1TduS5zqH img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-u1TduS5zqH .rand {
  padding: 0px;
}
.cid-u1TduS5zqH .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-u1TduS5zqH .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1TduS5zqH .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u1TduS5zqH .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u1TduS5zqH .row .row {
    flex-direction: column-reverse;
  }
  .cid-u1TduS5zqH .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1TduS5zqH .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1TduS5zqH .card-subtitle {
  color: #951d19;
}
.cid-u1TduS5zqH .mbr-text {
  color: #555555;
}
.cid-u1TduS5zqH .mbr-text,
.cid-u1TduS5zqH .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-u1TduS5zqH .card {
  padding: 10px 0 10px 0;
}
.cid-u1TduS5zqH .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-u1TduS5zqH .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1TduS5zqH .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1TduS5zqH .card-deck {
    display: block;
  }
  .cid-u1TduS5zqH .card {
    padding: 0;
  }
}
.cid-tKIJiKtJzJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKIJiKtJzJ img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-tKIJiKtJzJ img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-tKIJiKtJzJ .rand {
  padding: 0px;
}
.cid-tKIJiKtJzJ .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-tKIJiKtJzJ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKIJiKtJzJ .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tKIJiKtJzJ .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tKIJiKtJzJ .row .row {
    flex-direction: column-reverse;
  }
  .cid-tKIJiKtJzJ .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKIJiKtJzJ .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKIJiKtJzJ .card-subtitle {
  color: #951d19;
}
.cid-tKIJiKtJzJ .mbr-text {
  color: #555555;
}
.cid-tKIJiKtJzJ .mbr-text,
.cid-tKIJiKtJzJ .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-tKIJiKtJzJ .card {
  padding: 10px 0 10px 0;
}
.cid-tKIJiKtJzJ .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-tKIJiKtJzJ .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKIJiKtJzJ .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKIJiKtJzJ .card-deck {
    display: block;
  }
  .cid-tKIJiKtJzJ .card {
    padding: 0;
  }
}
.cid-tGkMLKLQqs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGkMLKLQqs img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-tGkMLKLQqs img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-tGkMLKLQqs .rand {
  padding: 0px;
}
.cid-tGkMLKLQqs .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-tGkMLKLQqs .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGkMLKLQqs .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tGkMLKLQqs .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tGkMLKLQqs .row .row {
    flex-direction: column-reverse;
  }
  .cid-tGkMLKLQqs .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGkMLKLQqs .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGkMLKLQqs .card-subtitle {
  color: #951d19;
}
.cid-tGkMLKLQqs .mbr-text {
  color: #555555;
}
.cid-tGkMLKLQqs .mbr-text,
.cid-tGkMLKLQqs .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-tGkMLKLQqs .card {
  padding: 10px 0 10px 0;
}
.cid-tGkMLKLQqs .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-tGkMLKLQqs .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGkMLKLQqs .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGkMLKLQqs .card-deck {
    display: block;
  }
  .cid-tGkMLKLQqs .card {
    padding: 0;
  }
}
.cid-tAOqT5GJP2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAOqT5GJP2 img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-tAOqT5GJP2 img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-tAOqT5GJP2 .rand {
  padding: 0px;
}
.cid-tAOqT5GJP2 .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-tAOqT5GJP2 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAOqT5GJP2 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tAOqT5GJP2 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tAOqT5GJP2 .row .row {
    flex-direction: column-reverse;
  }
  .cid-tAOqT5GJP2 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAOqT5GJP2 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAOqT5GJP2 .card-subtitle {
  color: #951d19;
}
.cid-tAOqT5GJP2 .mbr-text {
  color: #555555;
}
.cid-tAOqT5GJP2 .mbr-text,
.cid-tAOqT5GJP2 .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-tAOqT5GJP2 .card {
  padding: 10px 0 10px 0;
}
.cid-tAOqT5GJP2 .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-tAOqT5GJP2 .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAOqT5GJP2 .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAOqT5GJP2 .card-deck {
    display: block;
  }
  .cid-tAOqT5GJP2 .card {
    padding: 0;
  }
}
.cid-ttYhfANWMl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttYhfANWMl img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-ttYhfANWMl img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-ttYhfANWMl .rand {
  padding: 0px;
}
.cid-ttYhfANWMl .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-ttYhfANWMl .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttYhfANWMl .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-ttYhfANWMl .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ttYhfANWMl .row .row {
    flex-direction: column-reverse;
  }
  .cid-ttYhfANWMl .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttYhfANWMl .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttYhfANWMl .card-subtitle {
  color: #951d19;
}
.cid-ttYhfANWMl .mbr-text {
  color: #555555;
}
.cid-ttYhfANWMl .mbr-text,
.cid-ttYhfANWMl .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-ttYhfANWMl .card {
  padding: 10px 0 10px 0;
}
.cid-ttYhfANWMl .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-ttYhfANWMl .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttYhfANWMl .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttYhfANWMl .card-deck {
    display: block;
  }
  .cid-ttYhfANWMl .card {
    padding: 0;
  }
}
.cid-tevDua03sX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tevDua03sX img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-tevDua03sX img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-tevDua03sX .rand {
  padding: 0px;
}
.cid-tevDua03sX .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-tevDua03sX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tevDua03sX .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tevDua03sX .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tevDua03sX .row .row {
    flex-direction: column-reverse;
  }
  .cid-tevDua03sX .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tevDua03sX .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tevDua03sX .card-subtitle {
  color: #951d19;
}
.cid-tevDua03sX .mbr-text {
  color: #555555;
}
.cid-tevDua03sX .mbr-text,
.cid-tevDua03sX .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-tevDua03sX .card {
  padding: 10px 0 10px 0;
}
.cid-tevDua03sX .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-tevDua03sX .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tevDua03sX .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tevDua03sX .card-deck {
    display: block;
  }
  .cid-tevDua03sX .card {
    padding: 0;
  }
}
.cid-siZHqPLEPB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-siZHqPLEPB img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-siZHqPLEPB img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-siZHqPLEPB .rand {
  padding: 0px;
}
.cid-siZHqPLEPB .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-siZHqPLEPB .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-siZHqPLEPB .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-siZHqPLEPB .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-siZHqPLEPB .row .row {
    flex-direction: column-reverse;
  }
  .cid-siZHqPLEPB .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-siZHqPLEPB .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-siZHqPLEPB .card-subtitle {
  color: #951d19;
}
.cid-siZHqPLEPB .mbr-text {
  color: #555555;
}
.cid-siZHqPLEPB .mbr-text,
.cid-siZHqPLEPB .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-siZHqPLEPB .card {
  padding: 10px 0 10px 0;
}
.cid-siZHqPLEPB .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-siZHqPLEPB .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-siZHqPLEPB .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-siZHqPLEPB .card-deck {
    display: block;
  }
  .cid-siZHqPLEPB .card {
    padding: 0;
  }
}
.cid-szXvEZKtEc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-szXvEZKtEc img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-szXvEZKtEc img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-szXvEZKtEc .rand {
  padding: 0px;
}
.cid-szXvEZKtEc .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-szXvEZKtEc .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szXvEZKtEc .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-szXvEZKtEc .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-szXvEZKtEc .row .row {
    flex-direction: column-reverse;
  }
  .cid-szXvEZKtEc .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-szXvEZKtEc .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-szXvEZKtEc .card-subtitle {
  color: #951d19;
}
.cid-szXvEZKtEc .mbr-text {
  color: #555555;
}
.cid-szXvEZKtEc .mbr-text,
.cid-szXvEZKtEc .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-szXvEZKtEc .card {
  padding: 10px 0 10px 0;
}
.cid-szXvEZKtEc .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-szXvEZKtEc .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szXvEZKtEc .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szXvEZKtEc .card-deck {
    display: block;
  }
  .cid-szXvEZKtEc .card {
    padding: 0;
  }
}
.cid-sR5M6AwZ1M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR5M6AwZ1M img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-sR5M6AwZ1M img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-sR5M6AwZ1M .rand {
  padding: 0px;
}
.cid-sR5M6AwZ1M .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sR5M6AwZ1M .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR5M6AwZ1M .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sR5M6AwZ1M .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sR5M6AwZ1M .row .row {
    flex-direction: column-reverse;
  }
  .cid-sR5M6AwZ1M .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sR5M6AwZ1M .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sR5M6AwZ1M .card-subtitle {
  color: #333333;
}
.cid-sR5M6AwZ1M .mbr-text {
  color: #555555;
}
.cid-sR5M6AwZ1M .mbr-text,
.cid-sR5M6AwZ1M .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-sR5M6AwZ1M .card {
  padding: 10px 0 10px 0;
}
.cid-sR5M6AwZ1M .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sR5M6AwZ1M .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR5M6AwZ1M .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR5M6AwZ1M .card-deck {
    display: block;
  }
  .cid-sR5M6AwZ1M .card {
    padding: 0;
  }
}
.cid-t67oqrb6uM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t67oqrb6uM img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-t67oqrb6uM img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-t67oqrb6uM .rand {
  padding: 0px;
}
.cid-t67oqrb6uM .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-t67oqrb6uM .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t67oqrb6uM .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-t67oqrb6uM .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t67oqrb6uM .row .row {
    flex-direction: column-reverse;
  }
  .cid-t67oqrb6uM .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t67oqrb6uM .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t67oqrb6uM .card-subtitle {
  color: #333333;
}
.cid-t67oqrb6uM .mbr-text {
  color: #555555;
}
.cid-t67oqrb6uM .mbr-text,
.cid-t67oqrb6uM .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-t67oqrb6uM .card {
  padding: 10px 0 10px 0;
}
.cid-t67oqrb6uM .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-t67oqrb6uM .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t67oqrb6uM .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t67oqrb6uM .card-deck {
    display: block;
  }
  .cid-t67oqrb6uM .card {
    padding: 0;
  }
}
.cid-ssceW3UNYC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssceW3UNYC img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-ssceW3UNYC img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-ssceW3UNYC .rand {
  padding: 0px;
}
.cid-ssceW3UNYC .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-ssceW3UNYC .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ssceW3UNYC .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-ssceW3UNYC .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ssceW3UNYC .row .row {
    flex-direction: column-reverse;
  }
  .cid-ssceW3UNYC .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ssceW3UNYC .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ssceW3UNYC .card-subtitle {
  color: #951d19;
}
.cid-ssceW3UNYC .mbr-text {
  color: #555555;
}
.cid-ssceW3UNYC .mbr-text,
.cid-ssceW3UNYC .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-ssceW3UNYC .card {
  padding: 10px 0 10px 0;
}
.cid-ssceW3UNYC .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-ssceW3UNYC .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ssceW3UNYC .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ssceW3UNYC .card-deck {
    display: block;
  }
  .cid-ssceW3UNYC .card {
    padding: 0;
  }
}
.cid-seYKMzEMSF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seYKMzEMSF img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-seYKMzEMSF img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-seYKMzEMSF .card {
  padding: 10px 0 10px 0;
}
.cid-seYKMzEMSF .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-seYKMzEMSF .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-seYKMzEMSF .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-seYKMzEMSF .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-seYKMzEMSF .row .row {
    flex-direction: column-reverse;
  }
  .cid-seYKMzEMSF .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seYKMzEMSF .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-seYKMzEMSF .card-subtitle {
  color: #951d19;
}
.cid-seYKMzEMSF .mbr-text {
  color: #555555;
}
.cid-seYKMzEMSF .mbr-text,
.cid-seYKMzEMSF .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-seYKMzEMSF .card-deck {
    display: block;
  }
  .cid-seYKMzEMSF .card {
    padding: 0;
  }
}
.cid-sbH9BTUaQN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sbH9BTUaQN img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-sbH9BTUaQN img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-sbH9BTUaQN .rand {
  padding: 0px;
}
.cid-sbH9BTUaQN .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sbH9BTUaQN .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbH9BTUaQN .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sbH9BTUaQN .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sbH9BTUaQN .row .row {
    flex-direction: column-reverse;
  }
  .cid-sbH9BTUaQN .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sbH9BTUaQN .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sbH9BTUaQN .card-subtitle {
  color: #951d19;
}
.cid-sbH9BTUaQN .mbr-text {
  color: #555555;
}
.cid-sbH9BTUaQN .mbr-text,
.cid-sbH9BTUaQN .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-sbH9BTUaQN .card {
  padding: 10px 0 10px 0;
}
.cid-sbH9BTUaQN .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sbH9BTUaQN .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbH9BTUaQN .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbH9BTUaQN .card-deck {
    display: block;
  }
  .cid-sbH9BTUaQN .card {
    padding: 0;
  }
}
.cid-sbGPD9umXj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sbGPD9umXj img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-sbGPD9umXj img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-sbGPD9umXj .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sbGPD9umXj .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbGPD9umXj .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sbGPD9umXj .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sbGPD9umXj .row .row {
    flex-direction: column-reverse;
  }
  .cid-sbGPD9umXj .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sbGPD9umXj .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sbGPD9umXj .card-subtitle {
  color: #951d19;
}
.cid-sbGPD9umXj .mbr-text {
  color: #555555;
}
.cid-sbGPD9umXj .mbr-text,
.cid-sbGPD9umXj .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-sbGPD9umXj .card {
  padding: 10px 0 10px 0;
}
.cid-sbGPD9umXj .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sbGPD9umXj .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbGPD9umXj .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbGPD9umXj .card-deck {
    display: block;
  }
  .cid-sbGPD9umXj .card {
    padding: 0;
  }
}
.cid-tJ7ysYXlLI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7ysYXlLI img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-tJ7ysYXlLI img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-tJ7ysYXlLI .rand {
  padding: 0px;
}
.cid-tJ7ysYXlLI .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-tJ7ysYXlLI .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJ7ysYXlLI .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tJ7ysYXlLI .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tJ7ysYXlLI .row .row {
    flex-direction: column-reverse;
  }
  .cid-tJ7ysYXlLI .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7ysYXlLI .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJ7ysYXlLI .card-subtitle {
  color: #951d19;
}
.cid-tJ7ysYXlLI .mbr-text {
  color: #555555;
}
.cid-tJ7ysYXlLI .mbr-text,
.cid-tJ7ysYXlLI .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-tJ7ysYXlLI .card {
  padding: 10px 0 10px 0;
}
.cid-tJ7ysYXlLI .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-tJ7ysYXlLI .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJ7ysYXlLI .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJ7ysYXlLI .card-deck {
    display: block;
  }
  .cid-tJ7ysYXlLI .card {
    padding: 0;
  }
}
.cid-sbGWSgOlii {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sbGWSgOlii img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-sbGWSgOlii img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-sbGWSgOlii .rand {
  padding: 10px;
}
.cid-sbGWSgOlii .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sbGWSgOlii .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbGWSgOlii .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sbGWSgOlii .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sbGWSgOlii .row .row {
    flex-direction: column-reverse;
  }
  .cid-sbGWSgOlii .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sbGWSgOlii .card {
  padding: 10px 0 10px 0;
}
.cid-sbGWSgOlii .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sbGWSgOlii .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbGWSgOlii .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sbGWSgOlii .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sbGWSgOlii .card-subtitle {
  color: #951d19;
}
.cid-sbGWSgOlii .mbr-text {
  color: #555555;
}
.cid-sbGWSgOlii .mbr-text,
.cid-sbGWSgOlii .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sbGWSgOlii .card-deck {
    display: block;
  }
  .cid-sbGWSgOlii .card {
    padding: 0;
  }
}
.cid-sbH0SSYjym {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ff8c28;
}
.cid-sbH0SSYjym .block-text {
  color: #2c1616;
  text-align: center;
  line-height: 1.5;
}
.cid-sbH1bosKFB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sbH1bosKFB img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-sbH1bosKFB img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-sbH1bosKFB .rand {
  padding: 10px;
}
.cid-sbH1bosKFB .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sbH1bosKFB .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbH1bosKFB .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sbH1bosKFB .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sbH1bosKFB .row .row {
    flex-direction: column-reverse;
  }
  .cid-sbH1bosKFB .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sbH1bosKFB .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sbH1bosKFB .card-subtitle {
  color: #951d19;
}
.cid-sbH1bosKFB .mbr-text {
  color: #555555;
}
.cid-sbH1bosKFB .mbr-text,
.cid-sbH1bosKFB .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-sbH1bosKFB .card {
  padding: 10px 0 10px 0;
}
.cid-sbH1bosKFB .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sbH1bosKFB .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbH1bosKFB .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbH1bosKFB .card-deck {
    display: block;
  }
  .cid-sbH1bosKFB .card {
    padding: 0;
  }
}
.cid-sbH7i9iKEP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sbH7i9iKEP img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-sbH7i9iKEP img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-sbH7i9iKEP .rand {
  padding: 10px;
}
.cid-sbH7i9iKEP .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sbH7i9iKEP .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbH7i9iKEP .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sbH7i9iKEP .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sbH7i9iKEP .row .row {
    flex-direction: column-reverse;
  }
  .cid-sbH7i9iKEP .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sbH7i9iKEP .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sbH7i9iKEP .card-subtitle {
  color: #951d19;
}
.cid-sbH7i9iKEP .mbr-text {
  color: #555555;
}
.cid-sbH7i9iKEP .mbr-text,
.cid-sbH7i9iKEP .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-sbH7i9iKEP .card {
  padding: 10px 0 10px 0;
}
.cid-sbH7i9iKEP .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sbH7i9iKEP .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbH7i9iKEP .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbH7i9iKEP .card-deck {
    display: block;
  }
  .cid-sbH7i9iKEP .card {
    padding: 0;
  }
}
.cid-sbH9rp0UpD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #951d19;
}
.cid-sbH9rp0UpD .block-text {
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
.cid-sc44YZ4PgV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc44YZ4PgV img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-sc44YZ4PgV img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-sc44YZ4PgV .rand {
  padding: 10px;
}
.cid-sc44YZ4PgV .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sc44YZ4PgV .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc44YZ4PgV .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sc44YZ4PgV .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sc44YZ4PgV .row .row {
    flex-direction: column-reverse;
  }
  .cid-sc44YZ4PgV .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sc44YZ4PgV .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sc44YZ4PgV .card-subtitle {
  color: #951d19;
}
.cid-sc44YZ4PgV .mbr-text {
  color: #555555;
}
.cid-sc44YZ4PgV .mbr-text,
.cid-sc44YZ4PgV .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-sc44YZ4PgV .card {
  padding: 10px 0 10px 0;
}
.cid-sc44YZ4PgV .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sc44YZ4PgV .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc44YZ4PgV .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc44YZ4PgV .card-deck {
    display: block;
  }
  .cid-sc44YZ4PgV .card {
    padding: 0;
  }
}
.cid-sc4aWkt84R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc4aWkt84R img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-sc4aWkt84R img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-sc4aWkt84R .rand {
  padding: 10px;
}
.cid-sc4aWkt84R .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sc4aWkt84R .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc4aWkt84R .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sc4aWkt84R .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sc4aWkt84R .row .row {
    flex-direction: column-reverse;
  }
  .cid-sc4aWkt84R .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sc4aWkt84R .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sc4aWkt84R .card-subtitle {
  color: #951d19;
}
.cid-sc4aWkt84R .mbr-text {
  color: #555555;
}
.cid-sc4aWkt84R .mbr-text,
.cid-sc4aWkt84R .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-sc4aWkt84R .card {
  padding: 10px 0 10px 0;
}
.cid-sc4aWkt84R .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sc4aWkt84R .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc4aWkt84R .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc4aWkt84R .card-deck {
    display: block;
  }
  .cid-sc4aWkt84R .card {
    padding: 0;
  }
}
.cid-sc4cKpeIVd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc4cKpeIVd img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-sc4cKpeIVd img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-sc4cKpeIVd .rand {
  padding: 10px;
}
.cid-sc4cKpeIVd .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sc4cKpeIVd .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc4cKpeIVd .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sc4cKpeIVd .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sc4cKpeIVd .row .row {
    flex-direction: column-reverse;
  }
  .cid-sc4cKpeIVd .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sc4cKpeIVd .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sc4cKpeIVd .card-subtitle {
  color: #951d19;
}
.cid-sc4cKpeIVd .mbr-text {
  color: #555555;
}
.cid-sc4cKpeIVd .mbr-text,
.cid-sc4cKpeIVd .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-sc4cKpeIVd .card {
  padding: 10px 0 10px 0;
}
.cid-sc4cKpeIVd .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sc4cKpeIVd .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc4cKpeIVd .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc4cKpeIVd .card-deck {
    display: block;
  }
  .cid-sc4cKpeIVd .card {
    padding: 0;
  }
}
.cid-rjYxg2bH3J {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #951d19;
}
.cid-rjYxg2bH3J .block-text {
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
.cid-sc4ePsMv39 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc4ePsMv39 img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-sc4ePsMv39 img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-sc4ePsMv39 .rand {
  padding: 10px;
}
.cid-sc4ePsMv39 .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sc4ePsMv39 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc4ePsMv39 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sc4ePsMv39 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sc4ePsMv39 .row .row {
    flex-direction: column-reverse;
  }
  .cid-sc4ePsMv39 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sc4ePsMv39 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sc4ePsMv39 .card-subtitle {
  color: #951d19;
}
.cid-sc4ePsMv39 .mbr-text {
  color: #555555;
}
.cid-sc4ePsMv39 .mbr-text,
.cid-sc4ePsMv39 .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-sc4ePsMv39 .card {
  padding: 10px 0 10px 0;
}
.cid-sc4ePsMv39 .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-sc4ePsMv39 .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc4ePsMv39 .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sc4ePsMv39 .card-deck {
    display: block;
  }
  .cid-sc4ePsMv39 .card {
    padding: 0;
  }
}
.cid-scxixG2JI4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-scxixG2JI4 img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-scxixG2JI4 img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-scxixG2JI4 .rand {
  padding: 10px;
}
.cid-scxixG2JI4 .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-scxixG2JI4 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxixG2JI4 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-scxixG2JI4 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-scxixG2JI4 .row .row {
    flex-direction: column-reverse;
  }
  .cid-scxixG2JI4 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-scxixG2JI4 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-scxixG2JI4 .card-subtitle {
  color: #951d19;
}
.cid-scxixG2JI4 .mbr-text {
  color: #555555;
}
.cid-scxixG2JI4 .mbr-text,
.cid-scxixG2JI4 .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-scxixG2JI4 .card {
  padding: 10px 0 10px 0;
}
.cid-scxixG2JI4 .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-scxixG2JI4 .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxixG2JI4 .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxixG2JI4 .card-deck {
    display: block;
  }
  .cid-scxixG2JI4 .card {
    padding: 0;
  }
}
.cid-scxma8NlGJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-scxma8NlGJ img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-scxma8NlGJ img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-scxma8NlGJ .rand {
  padding: 10px;
}
.cid-scxma8NlGJ .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-scxma8NlGJ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxma8NlGJ .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-scxma8NlGJ .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-scxma8NlGJ .row .row {
    flex-direction: column-reverse;
  }
  .cid-scxma8NlGJ .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-scxma8NlGJ .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-scxma8NlGJ .card-subtitle {
  color: #951d19;
}
.cid-scxma8NlGJ .mbr-text {
  color: #555555;
}
.cid-scxma8NlGJ .mbr-text,
.cid-scxma8NlGJ .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-scxma8NlGJ .card {
  padding: 10px 0 10px 0;
}
.cid-scxma8NlGJ .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-scxma8NlGJ .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxma8NlGJ .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxma8NlGJ .card-deck {
    display: block;
  }
  .cid-scxma8NlGJ .card {
    padding: 0;
  }
}
.cid-rk1llaPtNb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #951d19;
}
.cid-rk1llaPtNb .block-text {
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
.cid-scxwF1bbnd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-scxwF1bbnd img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-scxwF1bbnd img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-scxwF1bbnd .rand {
  padding: 10px;
}
.cid-scxwF1bbnd .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-scxwF1bbnd .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxwF1bbnd .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-scxwF1bbnd .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-scxwF1bbnd .row .row {
    flex-direction: column-reverse;
  }
  .cid-scxwF1bbnd .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-scxwF1bbnd .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-scxwF1bbnd .card-subtitle {
  color: #951d19;
}
.cid-scxwF1bbnd .mbr-text {
  color: #555555;
}
.cid-scxwF1bbnd .mbr-text,
.cid-scxwF1bbnd .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-scxwF1bbnd .card {
  padding: 10px 0 10px 0;
}
.cid-scxwF1bbnd .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-scxwF1bbnd .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxwF1bbnd .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxwF1bbnd .card-deck {
    display: block;
  }
  .cid-scxwF1bbnd .card {
    padding: 0;
  }
}
.cid-scxzBcD25X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-scxzBcD25X img {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: transform 1s;
}
.cid-scxzBcD25X img:hover {
  transition: transform 1s;
  transform: scale(1.08);
}
.cid-scxzBcD25X .rand {
  padding: 10px;
}
.cid-scxzBcD25X .card-wrapper {
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-scxzBcD25X .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxzBcD25X .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-scxzBcD25X .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-scxzBcD25X .row .row {
    flex-direction: column-reverse;
  }
  .cid-scxzBcD25X .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-scxzBcD25X .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-scxzBcD25X .card-subtitle {
  color: #951d19;
}
.cid-scxzBcD25X .mbr-text {
  color: #555555;
}
.cid-scxzBcD25X .mbr-text,
.cid-scxzBcD25X .mbr-section-btn {
  color: #2c1616;
  padding-bottom: 1rem;
}
.cid-scxzBcD25X .card {
  padding: 10px 0 10px 0;
}
.cid-scxzBcD25X .card-body {
  display: flex;
  align-items: top;
  border-radius: 4px;
  background: #ccc;
}
@media (min-width: 992px) {
  .cid-scxzBcD25X .card-body {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxzBcD25X .card-body {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scxzBcD25X .card-deck {
    display: block;
  }
  .cid-scxzBcD25X .card {
    padding: 0;
  }
}
.cid-roSs3smw4Q {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #2c1616;
}
.cid-roSs3smw4Q .block-text {
  color: #ff8c28;
  text-align: center;
  line-height: 1.5;
}
.cid-roSs3smw4Q button {
  padding: 10px 20px;
  color: white;
  background: orange;
  border-radius: 4px;
  font-weight: 500;
  font-size: 1.3rem;
  transition: 0.3s;
}
.cid-roSs3smw4Q button:hover {
  background: white;
  color: black;
  transition: 0.3s;
}
.cid-sR6OEGKfc9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c1616;
}
.cid-sR6OEGKfc9 .item-subtitle a {
  color: #bbbbbb;
  font-weight: 600;
}
.cid-sR6OEGKfc9 .item-title,
.cid-sR6OEGKfc9 .item-subtitle {
  transition: all 0.3s;
}
.cid-sR6OEGKfc9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sR6OEGKfc9 .item:hover img {
  transform: scale(1.05);
}
.cid-sR6OEGKfc9 .item-img {
  overflow: hidden;
}
.cid-sR6OEGKfc9 img,
.cid-sR6OEGKfc9 .item-img {
  width: 100%;
  transition: all 1s;
}
@media (max-width: 1200px) {
  .cid-sR6OEGKfc9 img,
  .cid-sR6OEGKfc9 .item-img {
    max-height: 300px;
  }
}
@media (max-width: 991px) {
  .cid-sR6OEGKfc9 img,
  .cid-sR6OEGKfc9 .item-img {
    max-height: 200px;
  }
}
.cid-sR6OEGKfc9 h5 {
  margin: 0;
}
.cid-sR6OEGKfc9 .item:focus,
.cid-sR6OEGKfc9 span:focus {
  outline: none;
}
.cid-sR6OEGKfc9 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 1200px) {
  .cid-sR6OEGKfc9 .item-wrapper {
    width: 100%;
  }
}
.cid-sR6OEGKfc9 .item-content {
  padding-top: 2rem;
}
.cid-sR6OEGKfc9 .mbr-section-title {
  color: #ffffff;
}
.cid-sR6OEGKfc9 .item-title {
  color: #bbbbbb;
}
.cid-sR6OEGKfc9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sR6OEGKfc9 .mbr-text,
.cid-sR6OEGKfc9 .mbr-section-btn {
  color: #ffffff;
}
.cid-sR6OEGKfc9 .item-subtitle {
  color: #ffffff;
}
.cid-rnjOewvHxB {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rnjOewvHxB .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rnjOewvHxB H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rnjOewvHxB .mbr-text,
.cid-rnjOewvHxB .mbr-section-btn {
  text-align: center;
}
.cid-rnjOewvHxB B {
  color: #ffffff;
}
.cid-rnjOewvHxB p {
  font-weight: 300;
}
.cid-rnjOgS5LWY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rnjOgS5LWY p {
  text-align: left;
  font-size: 1rem;
}
.cid-rnjOgS5LWY .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rnjOgS5LWY .btn-underline:hover {
  color: #505050;
}
.cid-rnjOgS5LWY .btn-underline:before {
  background-color: #505050;
}
.cid-rnjOgS5LWY .social-list a:focus {
  text-decoration: none;
}
.cid-rnjOgS5LWY .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rnjOgS5LWY .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rnjOgS5LWY .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rnjOgS5LWY .logo-footer {
  line-height: normal;
}
.cid-rnjOgS5LWY .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rnjOgS5LWY .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rnjOgS5LWY .mbr-section-btn {
  font-size: 16px;
}
.cid-rnjOgS5LWY .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rnjOgS5LWY .block-title {
  color: #ffffff;
}
.cid-rnjOgS5LWY .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-sVDumzhswT {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/steinehellunscharf.jpg");
}
.cid-sVDumzhswT section {
  padding-bottom: 0 !important;
}
.cid-sVDumzhswT .schatten {
  text-shadow: 0px 0px 5px #000;
}
.cid-sVDumzhswT .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sVDumzhswT h1 {
  line-height: 1.4;
}
.cid-sVDumzhswT h2 {
  color: white;
}
.cid-sVDumzhswT .second {
  display: none;
}
.cid-sVDumzhswT .wrapper {
  position: relative;
}
.cid-sVDumzhswT .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sVDumzhswT css-slides img {
  opacity: 0;
  animation-name: fade;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-sVDumzhswT css-slides img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sVDumzhswT css-slides img {
    width: 100%;
    object-fit: cover;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sVDumzhswT css-slides img {
    object-fit: cover;
    height: 100%;
    margin-left: 0;
  }
}
.cid-sVDumzhswT .img1 {
  width: calc(195%);
  height: 550px;
  margin-left: -30rem;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-sVDumzhswT .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
}
@media (max-width: 991px) {
  .cid-sVDumzhswT .img1 {
    width: 100%;
    height: 450px;
    margin-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sVDumzhswT .img1 {
    width: 100%;
    height: 450px;
    margin-left: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  4.16% {
    opacity: 1;
  }
  8.33% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.cid-sVDumzhswT css-slides img:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-sVDumzhswT css-slides img:nth-child(2) {
  animation-delay: 1s;
}
.cid-sVDumzhswT css-slides img:nth-child(3) {
  animation-delay: 1.5s;
}
.cid-sVDumzhswT css-slides img:nth-child(4) {
  animation-delay: 2s;
}
.cid-sVDumzhswT css-slides img:nth-child(5) {
  animation-delay: 2.5s;
}
.cid-sVDumzhswT css-slides img:nth-child(6) {
  animation-delay: 3s;
}
.cid-sVDumzhswT css-slides img:nth-child(7) {
  animation-delay: 3.5s;
}
.cid-sVDumzhswT css-slides img:nth-child(8) {
  animation-delay: 4s;
}
.cid-sVDumzhswT css-slides img:nth-child(9) {
  animation-delay: 4.5s;
}
.cid-sVDumzhswT css-slides img:nth-child(10) {
  animation-delay: 5s;
}
.cid-sVDumzhswT css-slides img:nth-child(11) {
  animation-delay: 5.5s;
}
.cid-sVDumzhswT css-slides img:nth-child(12) {
  animation-delay: 6s;
}
.cid-sVDumzhswT css-slides {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
}
.cid-sVDumzhswT .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sVDumzhswT .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sVDumzhswT .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sVDumzhswT .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sVDumzhswT .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sVDumzhswT .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sVDumzhswT .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sVDumzhswT .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sVDumzhswT .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 991px) {
  .cid-sVDumzhswT .shape {
    left: 55%;
  }
  .cid-sVDumzhswT .left {
    display: none;
  }
  .cid-sVDumzhswT .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
    z-index: 11;
  }
  .cid-sVDumzhswT a.second {
    margin-top: 30%;
  }
}
@media (max-width: 805px) {
  .cid-sVDumzhswT .second {
    top: 20%;
  }
  .cid-sVDumzhswT a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sVDumzhswT .shape {
    display: none;
  }
  .cid-sVDumzhswT .second {
    left: 0;
  }
  .cid-sVDumzhswT a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sVDumzhswT a.second::after,
  .cid-sVDumzhswT a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sVDumzhswT a.second {
    margin-top: 55% !important;
  }
}
.cid-sVDumzhswT .right {
  padding: 0 !important;
}
.cid-sVDumzhswT .left {
  z-index: 100;
}
.cid-sVDumzhswT a.text-info:hover,
.cid-sVDumzhswT a.text-info:focus {
  color: #951d19 !important;
}
.cid-sVDumzhswT .mbr-light {
  text-align: left;
}
.cid-qCvd0lTzLZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qCvd5ycaPO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1c1c1;
}
.cid-qCvd5ycaPO .block-text {
  color: #000000;
}
.cid-qCvdBTAdUZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qCvdNXmTA9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-qCve2UtgBU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qCve9cMnJO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
  font-family: 'poppins';
  font-size: 1.3rem;
  font-weight: 300;
}
.cid-uxAIAsQDXc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uxAICtyRfV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-smIi7OkIO2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-smIiaS8Fch {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-uzmdE9Lco2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uzmdJwSuOw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
  font-family: 'poppins';
  font-size: 1.3rem;
  font-weight: 300;
}
.cid-roaonKMPfM {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-roaonKMPfM .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-roaonKMPfM H1 {
  color: #ffffff;
  text-align: center;
}
.cid-roaonKMPfM .mbr-text,
.cid-roaonKMPfM .mbr-section-btn {
  text-align: center;
}
.cid-roaonKMPfM B {
  color: #ffffff;
}
.cid-roaonKMPfM p {
  font-weight: 300;
}
.cid-roaop8k0v3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-roaop8k0v3 p {
  text-align: left;
  font-size: 1rem;
}
.cid-roaop8k0v3 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-roaop8k0v3 .btn-underline:hover {
  color: #505050;
}
.cid-roaop8k0v3 .btn-underline:before {
  background-color: #505050;
}
.cid-roaop8k0v3 .social-list a:focus {
  text-decoration: none;
}
.cid-roaop8k0v3 .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-roaop8k0v3 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-roaop8k0v3 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-roaop8k0v3 .logo-footer {
  line-height: normal;
}
.cid-roaop8k0v3 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-roaop8k0v3 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-roaop8k0v3 .mbr-section-btn {
  font-size: 16px;
}
.cid-roaop8k0v3 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-roaop8k0v3 .block-title {
  color: #ffffff;
}
.cid-roaop8k0v3 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
#custom-html-c7 {
  /* Type valid CSS here */
}
#custom-html-c7 .my-image {
  width: 100%;
}
.cid-sVCYiPsmN8 {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #b3b1bc;
}
.cid-sVCYiPsmN8 section {
  padding-bottom: 0 !important;
}
.cid-sVCYiPsmN8 .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sVCYiPsmN8 .schwung {
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
}
.cid-sVCYiPsmN8 h1 {
  line-height: 1.4;
}
.cid-sVCYiPsmN8 h2 {
  color: white;
}
.cid-sVCYiPsmN8 .second {
  display: none;
}
.cid-sVCYiPsmN8 .wrapper {
  position: relative;
}
.cid-sVCYiPsmN8 .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sVCYiPsmN8 .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 600px;
  margin-left: -37rem;
  overflow: hidden;
  object-position: 10% 90%;
}
.cid-sVCYiPsmN8 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sVCYiPsmN8 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sVCYiPsmN8 .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sVCYiPsmN8 .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sVCYiPsmN8 .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sVCYiPsmN8 .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-sVCYiPsmN8 .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sVCYiPsmN8 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sVCYiPsmN8 .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sVCYiPsmN8 .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sVCYiPsmN8 .shape {
    left: 55%;
  }
  .cid-sVCYiPsmN8 .left {
    display: none;
  }
  .cid-sVCYiPsmN8 .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-sVCYiPsmN8 a.second {
    margin-top: 30%;
  }
  .cid-sVCYiPsmN8 .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-sVCYiPsmN8 .second {
    top: 20%;
  }
  .cid-sVCYiPsmN8 a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sVCYiPsmN8 .shape {
    display: none;
  }
  .cid-sVCYiPsmN8 .second {
    left: 0;
  }
  .cid-sVCYiPsmN8 a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sVCYiPsmN8 a.second::after,
  .cid-sVCYiPsmN8 a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sVCYiPsmN8 a.second {
    margin-top: 55% !important;
  }
}
.cid-sVCYiPsmN8 a {
  display: inline-block;
  color: #fb7522;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sVCYiPsmN8 a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sVCYiPsmN8 a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sVCYiPsmN8 a:hover:after,
.cid-sVCYiPsmN8 a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sVCYiPsmN8 a:hover:before,
.cid-sVCYiPsmN8 a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sVCYiPsmN8 .right {
  padding: 0 !important;
}
.cid-sVCYiPsmN8 .left {
  z-index: 100;
}
.cid-sVCYiPsmN8 a.text-info:hover,
.cid-sVCYiPsmN8 a.text-info:focus {
  color: #951d19 !important;
}
.cid-sVCYiPsmN8 .mbr-light {
  text-align: left;
  color: #ffffff;
}
.cid-sVCZMBFoee {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #efdad9;
}
.cid-sVCZMBFoee .mbr-section-title {
  color: #000000;
}
.cid-sVCZMBFoee .mbr-section-subtitle {
  color: #555555;
}
@media (max-width: 992px) {
  .cid-sVCZMBFoee .align-left {
    text-align: center;
  }
}
.cid-u6VzOmTi4d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efdad9;
}
.cid-u6VzOmTi4d .showAlerts {
  display: block !important;
}
.cid-u6VzOmTi4d .rowflexrev {
  display: -webkit-flex;
}
.cid-u6VzOmTi4d .ws-form-alerts {
  margin-top: 1rem;
}
.cid-u6VzOmTi4d .title {
  margin-bottom: 2rem;
}
.cid-u6VzOmTi4d .mbr-section-subtitle {
  color: #767676;
}
.cid-u6VzOmTi4d textarea.form-control {
  min-height: 188px;
}
.cid-u6VzOmTi4d LABEL {
  color: #232323;
  display: initial;
}
.cid-u6VzOmTi4d .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u6VzOmTi4d .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-u6VzOmTi4d .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u6VzOmTi4d .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u6VzOmTi4d .alert {
  margin-bottom: 0;
}
.cid-u6VzOmTi4d .alert-success {
  background-color: #70c770;
}
.cid-u6VzOmTi4d .alert-danger {
  background-color: #ff4a52;
}
.cid-u6VzOmTi4d .btn {
  display: inline-flex;
}
.cid-u6VzOmTi4d .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-u6VzOmTi4d .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-u6VzOmTi4d .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-u6VzOmTi4d input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-u6VzOmTi4d input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-u6VzOmTi4d input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tlaQL5j3Lr .google-map {
  height: 25rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tlaQL5j3Lr .google-map button {
  padding: 10px;
  border-radius: 5px;
  border-width: 1px;
}
.cid-tlaQL5j3Lr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tlaQL5j3Lr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tlaQL5j3Lr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tlaQL5j3Lr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rofMphQ6SA {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rofMphQ6SA .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rofMphQ6SA H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rofMphQ6SA .mbr-text,
.cid-rofMphQ6SA .mbr-section-btn {
  text-align: center;
}
.cid-rofMphQ6SA B {
  color: #ffffff;
}
.cid-rofMphQ6SA p {
  font-weight: 300;
}
.cid-rofMrIWyfL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rofMrIWyfL p {
  text-align: left;
  font-size: 1rem;
}
.cid-rofMrIWyfL .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rofMrIWyfL .btn-underline:hover {
  color: #505050;
}
.cid-rofMrIWyfL .btn-underline:before {
  background-color: #505050;
}
.cid-rofMrIWyfL .social-list a:focus {
  text-decoration: none;
}
.cid-rofMrIWyfL .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rofMrIWyfL .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rofMrIWyfL .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rofMrIWyfL .logo-footer {
  line-height: normal;
}
.cid-rofMrIWyfL .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rofMrIWyfL .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rofMrIWyfL .mbr-section-btn {
  font-size: 16px;
}
.cid-rofMrIWyfL .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rofMrIWyfL .block-title {
  color: #ffffff;
}
.cid-rofMrIWyfL .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-snHC9KAwfN {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-snHC9KAwfN a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-snHC9KAwfN .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snHC9KAwfN p {
  color: #0a0a0a;
}
.cid-snHC9KAwfN .myalign {
  text-align: center;
}
.cid-snHC9KAwfN .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-snHC9KAwfN span {
  font-size: 1rem;
}
.cid-snHC9KAwfN .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-snHC9KAwfN .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-snHC9KAwfN .socicon-twitter {
  color: #4da7de;
}
.cid-snHC9KAwfN .socicon-facebook {
  color: #3e5b98;
}
.cid-snHC9KAwfN .socicon-googleplus {
  color: #dd4b39;
}
.cid-snHC9KAwfN .socicon-instagram {
  color: #3f729b;
}
.cid-snHC9KAwfN .social-list a:focus {
  text-decoration: none;
}
.cid-snHC9KAwfN .text-copyright {
  width: 100%;
}
.cid-snHC9KAwfN .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-snHC9KAwfN .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-snHC9KAwfN .logo-footer {
  line-height: normal;
}
.cid-snHC9KAwfN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snHC9KAwfN .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snHC9KAwfN .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-snHC9KAwfN .media-container-row a {
  margin: 0 1rem;
}
.cid-snHC9KAwfN P {
  color: #ffffff;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
#custom-html-c6 {
  /* Type valid CSS here */
}
#custom-html-c6 .my-image {
  width: 100%;
}
.cid-sVCWGALoRV {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #b4d1bf;
}
.cid-sVCWGALoRV section {
  padding-bottom: 0 !important;
}
.cid-sVCWGALoRV .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sVCWGALoRV .schwung {
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
}
.cid-sVCWGALoRV h1 {
  line-height: 1.4;
}
.cid-sVCWGALoRV h2 {
  color: white;
}
.cid-sVCWGALoRV .second {
  display: none;
}
.cid-sVCWGALoRV .wrapper {
  position: relative;
}
.cid-sVCWGALoRV .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sVCWGALoRV .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 600px;
  margin-left: -37rem;
  overflow: hidden;
  object-position: 10% 90%;
}
.cid-sVCWGALoRV .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sVCWGALoRV .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sVCWGALoRV .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sVCWGALoRV .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sVCWGALoRV .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sVCWGALoRV .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-sVCWGALoRV .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sVCWGALoRV .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sVCWGALoRV .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sVCWGALoRV .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sVCWGALoRV .shape {
    left: 55%;
  }
  .cid-sVCWGALoRV .left {
    display: none;
  }
  .cid-sVCWGALoRV .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-sVCWGALoRV a.second {
    margin-top: 30%;
  }
  .cid-sVCWGALoRV .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-sVCWGALoRV .second {
    top: 20%;
  }
  .cid-sVCWGALoRV a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sVCWGALoRV .shape {
    display: none;
  }
  .cid-sVCWGALoRV .second {
    left: 0;
  }
  .cid-sVCWGALoRV a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sVCWGALoRV a.second::after,
  .cid-sVCWGALoRV a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sVCWGALoRV a.second {
    margin-top: 55% !important;
  }
}
.cid-sVCWGALoRV a {
  display: inline-block;
  color: #fb7522;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sVCWGALoRV a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sVCWGALoRV a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sVCWGALoRV a:hover:after,
.cid-sVCWGALoRV a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sVCWGALoRV a:hover:before,
.cid-sVCWGALoRV a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sVCWGALoRV .right {
  padding: 0 !important;
}
.cid-sVCWGALoRV .left {
  z-index: 100;
}
.cid-sVCWGALoRV a.text-info:hover,
.cid-sVCWGALoRV a.text-info:focus {
  color: #951d19 !important;
}
.cid-sVCWGALoRV .mbr-light {
  text-align: left;
  color: #ffffff;
}
.cid-sVHVSEmovt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dbf0e3;
}
.cid-sVHVSEmovt .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-sVHVSEmovt .myform {
    padding: 1rem;
  }
}
.cid-sVHVSEmovt .showAlerts {
  display: block !important;
}
.cid-sVHVSEmovt .rowflexrev {
  display: -webkit-flex;
}
.cid-sVHVSEmovt .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sVHVSEmovt .title {
  margin-bottom: 2rem;
}
.cid-sVHVSEmovt .mbr-section-subtitle {
  color: #767676;
}
.cid-sVHVSEmovt textarea.form-control {
  min-height: 188px;
}
.cid-sVHVSEmovt LABEL {
  color: #232323;
  display: initial;
}
.cid-sVHVSEmovt .mbr-section-terms {
  text-align: left;
  color: #555555;
  margin-bottom: 0px;
}
.cid-sVHVSEmovt .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sVHVSEmovt .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sVHVSEmovt .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sVHVSEmovt .alert {
  margin-bottom: 0;
}
.cid-sVHVSEmovt .alert-success {
  background-color: #70c770;
}
.cid-sVHVSEmovt .alert-danger {
  background-color: #ff4a52;
}
.cid-sVHVSEmovt .btn {
  display: inline-flex;
}
.cid-sVHVSEmovt .hidden {
  display: none;
}
.cid-sVHVSEmovt .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sVHVSEmovt .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-rn7xs9cX8X {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rn7xs9cX8X .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rn7xs9cX8X H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rn7xs9cX8X .mbr-text,
.cid-rn7xs9cX8X .mbr-section-btn {
  text-align: center;
}
.cid-rn7xs9cX8X B {
  color: #ffffff;
}
.cid-rn7xs9cX8X p {
  font-weight: 300;
}
.cid-rn7xA1fH7p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rn7xA1fH7p p {
  text-align: left;
  font-size: 1rem;
}
.cid-rn7xA1fH7p .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rn7xA1fH7p .btn-underline:hover {
  color: #505050;
}
.cid-rn7xA1fH7p .btn-underline:before {
  background-color: #505050;
}
.cid-rn7xA1fH7p .social-list a:focus {
  text-decoration: none;
}
.cid-rn7xA1fH7p .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rn7xA1fH7p .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rn7xA1fH7p .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rn7xA1fH7p .logo-footer {
  line-height: normal;
}
.cid-rn7xA1fH7p .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rn7xA1fH7p .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rn7xA1fH7p .mbr-section-btn {
  font-size: 16px;
}
.cid-rn7xA1fH7p .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rn7xA1fH7p .block-title {
  color: #ffffff;
}
.cid-rn7xA1fH7p .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-snHC9KAwfN {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-snHC9KAwfN a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-snHC9KAwfN .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snHC9KAwfN p {
  color: #0a0a0a;
}
.cid-snHC9KAwfN .myalign {
  text-align: center;
}
.cid-snHC9KAwfN .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-snHC9KAwfN span {
  font-size: 1rem;
}
.cid-snHC9KAwfN .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-snHC9KAwfN .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-snHC9KAwfN .socicon-twitter {
  color: #4da7de;
}
.cid-snHC9KAwfN .socicon-facebook {
  color: #3e5b98;
}
.cid-snHC9KAwfN .socicon-googleplus {
  color: #dd4b39;
}
.cid-snHC9KAwfN .socicon-instagram {
  color: #3f729b;
}
.cid-snHC9KAwfN .social-list a:focus {
  text-decoration: none;
}
.cid-snHC9KAwfN .text-copyright {
  width: 100%;
}
.cid-snHC9KAwfN .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-snHC9KAwfN .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-snHC9KAwfN .logo-footer {
  line-height: normal;
}
.cid-snHC9KAwfN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snHC9KAwfN .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snHC9KAwfN .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-snHC9KAwfN .media-container-row a {
  margin: 0 1rem;
}
.cid-snHC9KAwfN P {
  color: #ffffff;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
#custom-html-cd {
  /* Type valid CSS here */
}
#custom-html-cd .my-image {
  width: 100%;
}
.cid-sVD0QcIeSY {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #b4d1bf;
}
.cid-sVD0QcIeSY section {
  padding-bottom: 0 !important;
}
.cid-sVD0QcIeSY .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sVD0QcIeSY .schwung {
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
}
.cid-sVD0QcIeSY h1 {
  line-height: 1.4;
}
.cid-sVD0QcIeSY h2 {
  color: white;
}
.cid-sVD0QcIeSY .second {
  display: none;
}
.cid-sVD0QcIeSY .wrapper {
  position: relative;
}
.cid-sVD0QcIeSY .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sVD0QcIeSY .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 600px;
  margin-left: -37rem;
  overflow: hidden;
  object-position: 10% 90%;
}
.cid-sVD0QcIeSY .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sVD0QcIeSY .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sVD0QcIeSY .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sVD0QcIeSY .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sVD0QcIeSY .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sVD0QcIeSY .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-sVD0QcIeSY .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sVD0QcIeSY .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sVD0QcIeSY .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sVD0QcIeSY .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sVD0QcIeSY .shape {
    left: 55%;
  }
  .cid-sVD0QcIeSY .left {
    display: none;
  }
  .cid-sVD0QcIeSY .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-sVD0QcIeSY a.second {
    margin-top: 30%;
  }
  .cid-sVD0QcIeSY .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-sVD0QcIeSY .second {
    top: 20%;
  }
  .cid-sVD0QcIeSY a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sVD0QcIeSY .shape {
    display: none;
  }
  .cid-sVD0QcIeSY .second {
    left: 0;
  }
  .cid-sVD0QcIeSY a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sVD0QcIeSY a.second::after,
  .cid-sVD0QcIeSY a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sVD0QcIeSY a.second {
    margin-top: 55% !important;
  }
}
.cid-sVD0QcIeSY a {
  display: inline-block;
  color: #fb7522;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sVD0QcIeSY a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sVD0QcIeSY a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sVD0QcIeSY a:hover:after,
.cid-sVD0QcIeSY a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sVD0QcIeSY a:hover:before,
.cid-sVD0QcIeSY a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sVD0QcIeSY .right {
  padding: 0 !important;
}
.cid-sVD0QcIeSY .left {
  z-index: 100;
}
.cid-sVD0QcIeSY a.text-info:hover,
.cid-sVD0QcIeSY a.text-info:focus {
  color: #951d19 !important;
}
.cid-sVD0QcIeSY .mbr-light {
  text-align: left;
  color: #000000;
}
.cid-uC6so4IF7S {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uC6so4IF7S .blog-post {
  width: 100%;
  display: block;
}
.cid-uC6so4IF7S .blog-title {
  cursor: pointer;
  color: #0073e6;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.cid-uC6so4IF7S .blog-title:hover {
  text-decoration: underline;
}
.cid-uC6so4IF7S .blog-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
  min-height: 20px;
  background: #eee;
  padding: 1rem;
  border-style: solid;
  Border-width: 1px;
  border-radius: 5px;
  border-color: #ddd;
  box-shadow: 0px 0px 10px #00000033;
  position: relative;
}
.cid-uC6so4IF7S .blog-content.open {
  height: auto;
  opacity: 1;
}
.cid-uC6so4IF7S .date {
  font-size: 14px;
  color: #666;
}
.cid-uC6so4IF7S .blog-content img {
  display: block;
  margin: 10px 0;
  max-width: 100%;
  height: auto!important;
}
.cid-uC6so4IF7S .blog-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid orange;
}
.cid-uC6so4IF7S .blog-image {
  margin-right: 15px;
  width: 200px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uC6so4IF7S .blog-thumbnail {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  max-height: 100%;
}
.cid-uC6so4IF7S .blog-info {
  flex-grow: 1;
}
.cid-uC6so4IF7S .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
  background: #ddd;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC6so4IF7S .close-btn:hover {
  background: #bbb;
}
.cid-uCdPpYc467 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uCdPpYc467 .mbr-text {
  color: #767676;
}
.cid-uCdPpYc467 .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCdPpYc467 .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCdPpYc467 .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-uCdPpYc467 .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-uCdPpYc467 .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-uCdPpYc467 .card-item .card-icon {
    margin-right: 2rem;
    min-width: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-uCdPpYc467 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-uCdPpYc467 .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-uCdPpYc467 .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-uCdPpYc467 .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-uCdPpYc467 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdPpYc467 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rogcin4Nhh {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rogcin4Nhh .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rogcin4Nhh H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rogcin4Nhh .mbr-text,
.cid-rogcin4Nhh .mbr-section-btn {
  text-align: center;
}
.cid-rogcin4Nhh B {
  color: #ffffff;
}
.cid-rogcin4Nhh p {
  font-weight: 300;
}
.cid-rogchoNj9M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rogchoNj9M p {
  text-align: left;
  font-size: 1rem;
}
.cid-rogchoNj9M .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rogchoNj9M .btn-underline:hover {
  color: #505050;
}
.cid-rogchoNj9M .btn-underline:before {
  background-color: #505050;
}
.cid-rogchoNj9M .social-list a:focus {
  text-decoration: none;
}
.cid-rogchoNj9M .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rogchoNj9M .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rogchoNj9M .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rogchoNj9M .logo-footer {
  line-height: normal;
}
.cid-rogchoNj9M .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rogchoNj9M .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rogchoNj9M .mbr-section-btn {
  font-size: 16px;
}
.cid-rogchoNj9M .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rogchoNj9M .block-title {
  color: #ffffff;
}
.cid-rogchoNj9M .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-sVD8jMva9r {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #dbf0e3;
}
.cid-sVD8jMva9r section {
  padding-bottom: 0 !important;
}
.cid-sVD8jMva9r .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sVD8jMva9r .schwung {
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
}
.cid-sVD8jMva9r h1 {
  line-height: 1.4;
}
.cid-sVD8jMva9r h2 {
  color: white;
}
.cid-sVD8jMva9r .second {
  display: none;
}
.cid-sVD8jMva9r .wrapper {
  position: relative;
}
.cid-sVD8jMva9r .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sVD8jMva9r .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 600px;
  margin-left: -37rem;
  overflow: hidden;
  object-position: 10% 90%;
}
.cid-sVD8jMva9r .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sVD8jMva9r .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sVD8jMva9r .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sVD8jMva9r .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sVD8jMva9r .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sVD8jMva9r .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-sVD8jMva9r .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sVD8jMva9r .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sVD8jMva9r .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sVD8jMva9r .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sVD8jMva9r .shape {
    left: 55%;
  }
  .cid-sVD8jMva9r .left {
    display: none;
  }
  .cid-sVD8jMva9r .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-sVD8jMva9r a.second {
    margin-top: 30%;
  }
  .cid-sVD8jMva9r .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-sVD8jMva9r .second {
    top: 20%;
  }
  .cid-sVD8jMva9r a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sVD8jMva9r .shape {
    display: none;
  }
  .cid-sVD8jMva9r .second {
    left: 0;
  }
  .cid-sVD8jMva9r a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sVD8jMva9r a.second::after,
  .cid-sVD8jMva9r a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sVD8jMva9r a.second {
    margin-top: 55% !important;
  }
}
.cid-sVD8jMva9r a {
  display: inline-block;
  color: #fb7522;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sVD8jMva9r a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sVD8jMva9r a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sVD8jMva9r a:hover:after,
.cid-sVD8jMva9r a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sVD8jMva9r a:hover:before,
.cid-sVD8jMva9r a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sVD8jMva9r .right {
  padding: 0 !important;
}
.cid-sVD8jMva9r .left {
  z-index: 100;
}
.cid-sVD8jMva9r a.text-info:hover,
.cid-sVD8jMva9r a.text-info:focus {
  color: #951d19 !important;
}
.cid-sVD8jMva9r .mbr-light {
  text-align: left;
  color: #000000;
}
.cid-qY9ZqMycex {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f2ecff;
}
.cid-rotYZTFJ8t {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f2ecff;
}
.cid-rny6BdKzzt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rny6BdKzzt .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rny6BdKzzt .text-element {
  z-index: 1000;
}
.cid-rny6BdKzzt .row-element,
.cid-rny6BdKzzt .image-element {
  padding: 0;
}
.cid-rny6BdKzzt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rny6BdKzzt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rny6BdKzzt .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rny6BdKzzt .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rny6BdKzzt .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rny6BdKzzt .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rny6BdKzzt .text-content {
    padding: 2rem 1rem;
  }
  .cid-rny6BdKzzt .underline .line {
    height: 2px;
  }
  .cid-rny6BdKzzt .mbr-title,
  .cid-rny6BdKzzt .underline,
  .cid-rny6BdKzzt .mbr-text,
  .cid-rny6BdKzzt .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rny6BdKzzt .mbr-title,
.cid-rny6BdKzzt .underline {
  color: #2c1616;
}
.cid-rny6BdKzzt .mbr-text,
.cid-rny6BdKzzt .mbr-section-btn {
  color: #000000;
}
.cid-rny6BdKzzt .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rny6BdKzzt .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rny6BdKzzt .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rny6BdKzzt .imagebox:hover img {
  opacity: 0.7;
}
.cid-rny6BdKzzt .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rny6BdKzzt P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-rny6BdKzzt .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-rny6BdKzzt .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-rny6BdKzzt .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-rny6TolSDY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rny6TolSDY .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rny6TolSDY .text-element {
  z-index: 1000;
}
.cid-rny6TolSDY .row-element,
.cid-rny6TolSDY .image-element {
  padding: 0;
}
.cid-rny6TolSDY .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rny6TolSDY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rny6TolSDY .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rny6TolSDY .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rny6TolSDY .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rny6TolSDY .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rny6TolSDY .text-content {
    padding: 2rem 1rem;
  }
  .cid-rny6TolSDY .underline .line {
    height: 2px;
  }
  .cid-rny6TolSDY .mbr-title,
  .cid-rny6TolSDY .underline,
  .cid-rny6TolSDY .mbr-text,
  .cid-rny6TolSDY .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rny6TolSDY .mbr-title,
.cid-rny6TolSDY .underline {
  color: #2c1616;
}
.cid-rny6TolSDY .mbr-text,
.cid-rny6TolSDY .mbr-section-btn {
  color: #000000;
}
.cid-rny6TolSDY .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rny6TolSDY .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rny6TolSDY .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rny6TolSDY .imagebox:hover img {
  opacity: 0.7;
}
.cid-rny6TolSDY .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rny6TolSDY P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-rny6TolSDY .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-rny6TolSDY .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-rny6TolSDY .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-rny76qeRdV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rny76qeRdV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rny76qeRdV .text-element {
  z-index: 1000;
}
.cid-rny76qeRdV .row-element,
.cid-rny76qeRdV .image-element {
  padding: 0;
}
.cid-rny76qeRdV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rny76qeRdV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rny76qeRdV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rny76qeRdV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rny76qeRdV .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rny76qeRdV .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rny76qeRdV .text-content {
    padding: 2rem 1rem;
  }
  .cid-rny76qeRdV .underline .line {
    height: 2px;
  }
  .cid-rny76qeRdV .mbr-title,
  .cid-rny76qeRdV .underline,
  .cid-rny76qeRdV .mbr-text,
  .cid-rny76qeRdV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rny76qeRdV .mbr-title,
.cid-rny76qeRdV .underline {
  color: #2c1616;
}
.cid-rny76qeRdV .mbr-text,
.cid-rny76qeRdV .mbr-section-btn {
  color: #000000;
}
.cid-rny76qeRdV .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-rny76qeRdV .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-rny76qeRdV .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-rny76qeRdV .imagebox:hover img {
  opacity: 0.7;
}
.cid-rny76qeRdV .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-rny76qeRdV P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-rny76qeRdV .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-rny76qeRdV .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-rny76qeRdV .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-rny8sRNFM1 {
  padding-top: 240px;
  padding-bottom: 175px;
  background-image: url("../../../assets/images/adult-2449725.jpg");
}
.cid-rny8sRNFM1 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rny8sRNFM1 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rny8sRNFM1 H1 {
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
.cid-rnxogEJwBz {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rnxogEJwBz .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rnxogEJwBz H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rnxogEJwBz .mbr-text,
.cid-rnxogEJwBz .mbr-section-btn {
  text-align: center;
}
.cid-rnxogEJwBz B {
  color: #ffffff;
}
.cid-rnxogEJwBz p {
  font-weight: 300;
}
.cid-rnxofKv3gc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rnxofKv3gc p {
  text-align: left;
  font-size: 1rem;
}
.cid-rnxofKv3gc .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rnxofKv3gc .btn-underline:hover {
  color: #505050;
}
.cid-rnxofKv3gc .btn-underline:before {
  background-color: #505050;
}
.cid-rnxofKv3gc .social-list a:focus {
  text-decoration: none;
}
.cid-rnxofKv3gc .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rnxofKv3gc .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rnxofKv3gc .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rnxofKv3gc .logo-footer {
  line-height: normal;
}
.cid-rnxofKv3gc .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rnxofKv3gc .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rnxofKv3gc .mbr-section-btn {
  font-size: 16px;
}
.cid-rnxofKv3gc .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rnxofKv3gc .block-title {
  color: #ffffff;
}
.cid-rnxofKv3gc .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
#custom-html-cj {
  /* Type valid CSS here */
}
.cid-uNpKhMueT7 {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpKhMueT7 .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpKhMueT7 .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpKhMueT7 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpKhMueT7 {
    text-align: center !important;
  }
  .cid-uNpKhMueT7 .mbr-text {
    text-align: center;
  }
}
.cid-uNpKhMueT7 .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpKhMueT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpKhMueT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpKhMueT7 H1 {
  color: #ffffff;
}
.cid-t3UqBvhH6e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3UqBvhH6e .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3UqBvhH6e .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3UqBvhH6e .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3UqBvhH6e .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3UqBvhH6e .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3UqBvhH6e .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3UqBvhH6e .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3UqBvhH6e .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3UqBvhH6e .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3UqBvhH6e .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3UqBvhH6e .image-wrapper,
.cid-t3UqBvhH6e img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3UqBvhH6e .mbr-text,
.cid-t3UqBvhH6e .mbr-section-btn {
  color: #ffffff;
}
.cid-t3UrpRREKD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3UrpRREKD .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3UrpRREKD .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3UrpRREKD .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3UrpRREKD .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3UrpRREKD .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3UrpRREKD .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3UrpRREKD .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3UrpRREKD .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3UrpRREKD .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3UrpRREKD .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3UrpRREKD .image-wrapper,
.cid-t3UrpRREKD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3UrpRREKD .mbr-text,
.cid-t3UrpRREKD .mbr-section-btn {
  color: #ffffff;
}
.cid-t3UAhMclgF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3UAhMclgF .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3UAhMclgF .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3UAhMclgF .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3UAhMclgF .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3UAhMclgF .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3UAhMclgF .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3UAhMclgF .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3UAhMclgF .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3UAhMclgF .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3UAhMclgF .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3UAhMclgF .image-wrapper,
.cid-t3UAhMclgF img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3UAhMclgF .mbr-text,
.cid-t3UAhMclgF .mbr-section-btn {
  color: #ffffff;
}
.cid-t3UJSY12cA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3UJSY12cA .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3UJSY12cA .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3UJSY12cA .mbr-text {
  font-weight: 400;
}
.cid-t3UJSY12cA .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3UJSY12cA .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3UJSY12cA .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3UJSY12cA .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3UJSY12cA .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3UJSY12cA .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3UJSY12cA .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3UJSY12cA .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3UJSY12cA .image-wrapper,
.cid-t3UJSY12cA img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3UJSY12cA .mbr-text,
.cid-t3UJSY12cA .mbr-section-btn {
  color: #232323;
}
.cid-t3UGVAGGfO {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3UGVAGGfO .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3UGVAGGfO .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3UGVAGGfO .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3UGVAGGfO .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3UGVAGGfO .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3UGVAGGfO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3UGVAGGfO .row {
  justify-content: center;
}
.cid-t3UGVAGGfO .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3UGVAGGfO .item {
    padding-bottom: 25px;
  }
}
.cid-t3UGVAGGfO .card-text {
  color: #ffffff;
}
.cid-t85fI1vqzd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fI1vqzd .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fI1vqzd .text-element {
  z-index: 1000;
}
.cid-t85fI1vqzd .row-element,
.cid-t85fI1vqzd .image-element {
  padding: 0;
}
.cid-t85fI1vqzd .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fI1vqzd .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fI1vqzd .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fI1vqzd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fI1vqzd .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fI1vqzd .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fI1vqzd .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fI1vqzd .underline .line {
    height: 2px;
  }
  .cid-t85fI1vqzd .mbr-title,
  .cid-t85fI1vqzd .underline,
  .cid-t85fI1vqzd .mbr-text,
  .cid-t85fI1vqzd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fI1vqzd .mbr-title,
.cid-t85fI1vqzd .underline {
  color: #2c1616;
}
.cid-t85fI1vqzd .mbr-text,
.cid-t85fI1vqzd .mbr-section-btn {
  color: #000000;
}
.cid-t85fI1vqzd .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fI1vqzd .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fI1vqzd .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fI1vqzd .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fI1vqzd .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fI1vqzd P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fI1vqzd .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fI1vqzd .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fI1vqzd .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fI1vqzd .mbr-title,
.cid-t85fI1vqzd .underline B {
  color: #000000;
}
.cid-t85fIBehll {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fIBehll .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fIBehll .text-element {
  z-index: 1000;
}
.cid-t85fIBehll .row-element,
.cid-t85fIBehll .image-element {
  padding: 0;
}
.cid-t85fIBehll .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fIBehll .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fIBehll .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fIBehll .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fIBehll .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fIBehll .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fIBehll .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fIBehll .underline .line {
    height: 2px;
  }
  .cid-t85fIBehll .mbr-title,
  .cid-t85fIBehll .underline,
  .cid-t85fIBehll .mbr-text,
  .cid-t85fIBehll .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fIBehll .mbr-title,
.cid-t85fIBehll .underline {
  color: #2c1616;
}
.cid-t85fIBehll .mbr-text,
.cid-t85fIBehll .mbr-section-btn {
  color: #000000;
}
.cid-t85fIBehll .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fIBehll .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fIBehll .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fIBehll .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fIBehll .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fIBehll P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fIBehll .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fIBehll .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fIBehll .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fJ3n0VJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fJ3n0VJ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fJ3n0VJ .text-element {
  z-index: 1000;
}
.cid-t85fJ3n0VJ .row-element,
.cid-t85fJ3n0VJ .image-element {
  padding: 0;
}
.cid-t85fJ3n0VJ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fJ3n0VJ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fJ3n0VJ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fJ3n0VJ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fJ3n0VJ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fJ3n0VJ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fJ3n0VJ .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fJ3n0VJ .underline .line {
    height: 2px;
  }
  .cid-t85fJ3n0VJ .mbr-title,
  .cid-t85fJ3n0VJ .underline,
  .cid-t85fJ3n0VJ .mbr-text,
  .cid-t85fJ3n0VJ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fJ3n0VJ .mbr-title,
.cid-t85fJ3n0VJ .underline {
  color: #2c1616;
}
.cid-t85fJ3n0VJ .mbr-text,
.cid-t85fJ3n0VJ .mbr-section-btn {
  color: #000000;
}
.cid-t85fJ3n0VJ .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fJ3n0VJ .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fJ3n0VJ .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fJ3n0VJ .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fJ3n0VJ .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fJ3n0VJ P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fJ3n0VJ .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fJ3n0VJ .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fJ3n0VJ .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fJxfx0e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fJxfx0e .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fJxfx0e .text-element {
  z-index: 1000;
}
.cid-t85fJxfx0e .row-element,
.cid-t85fJxfx0e .image-element {
  padding: 0;
}
.cid-t85fJxfx0e .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fJxfx0e .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fJxfx0e .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fJxfx0e .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fJxfx0e .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fJxfx0e .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fJxfx0e .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fJxfx0e .underline .line {
    height: 2px;
  }
  .cid-t85fJxfx0e .mbr-title,
  .cid-t85fJxfx0e .underline,
  .cid-t85fJxfx0e .mbr-text,
  .cid-t85fJxfx0e .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fJxfx0e .mbr-title,
.cid-t85fJxfx0e .underline {
  color: #2c1616;
}
.cid-t85fJxfx0e .mbr-text,
.cid-t85fJxfx0e .mbr-section-btn {
  color: #000000;
}
.cid-t85fJxfx0e .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fJxfx0e .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fJxfx0e .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fJxfx0e .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fJxfx0e .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fJxfx0e P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fJxfx0e .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fJxfx0e .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fJxfx0e .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fKHhYKm {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85fKHhYKm .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85fKHhYKm .myform {
    padding: 1rem;
  }
}
.cid-t85fKHhYKm .showAlerts {
  display: block !important;
}
.cid-t85fKHhYKm .rowflexrev {
  display: -webkit-flex;
}
.cid-t85fKHhYKm .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85fKHhYKm .title {
  margin-bottom: 2rem;
}
.cid-t85fKHhYKm .mbr-section-subtitle {
  color: #767676;
}
.cid-t85fKHhYKm textarea.form-control {
  min-height: 188px;
}
.cid-t85fKHhYKm LABEL {
  color: #232323;
}
.cid-t85fKHhYKm .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fKHhYKm .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85fKHhYKm .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fKHhYKm .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fKHhYKm .alert {
  margin-bottom: 0;
}
.cid-t85fKHhYKm .alert-success {
  background-color: #70c770;
}
.cid-t85fKHhYKm .alert-danger {
  background-color: #ff4a52;
}
.cid-t85fKHhYKm .btn {
  display: inline-flex;
}
.cid-t85fKHhYKm .hidden {
  display: none;
}
.cid-t85fKHhYKm .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85fKHhYKm .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t6rqpFM6g1 {
  background: #ffffff;
}
.cid-t6rqpFM6g1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6rqpFM6g1 figcaption {
  position: relative;
}
.cid-t6rqpFM6g1 figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6rqpFM6g1 .image-block {
    width: 100% !important;
  }
}
.cid-rsZNVUCSy7 {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rsZNVUCSy7 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rsZNVUCSy7 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rsZNVUCSy7 .mbr-text,
.cid-rsZNVUCSy7 .mbr-section-btn {
  text-align: center;
}
.cid-rsZNVUCSy7 B {
  color: #ffffff;
}
.cid-rsZNVUCSy7 p {
  font-weight: 300;
}
.cid-rsZNWBArLQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rsZNWBArLQ p {
  text-align: left;
  font-size: 1rem;
}
.cid-rsZNWBArLQ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rsZNWBArLQ .btn-underline:hover {
  color: #505050;
}
.cid-rsZNWBArLQ .btn-underline:before {
  background-color: #505050;
}
.cid-rsZNWBArLQ .social-list a:focus {
  text-decoration: none;
}
.cid-rsZNWBArLQ .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rsZNWBArLQ .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rsZNWBArLQ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rsZNWBArLQ .logo-footer {
  line-height: normal;
}
.cid-rsZNWBArLQ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rsZNWBArLQ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsZNWBArLQ .mbr-section-btn {
  font-size: 16px;
}
.cid-rsZNWBArLQ .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rsZNWBArLQ .block-title {
  color: #ffffff;
}
.cid-rsZNWBArLQ .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-r1h60nuh6D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-r1h60nuh6D .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpQL9lj7a {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpQL9lj7a .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpQL9lj7a .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpQL9lj7a .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpQL9lj7a {
    text-align: center !important;
  }
  .cid-uNpQL9lj7a .mbr-text {
    text-align: center;
  }
}
.cid-uNpQL9lj7a .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpQL9lj7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpQL9lj7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpQL9lj7a H1 {
  color: #ffffff;
}
.cid-t3WyUcUgaD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WyUcUgaD .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WyUcUgaD .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WyUcUgaD .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WyUcUgaD .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WyUcUgaD .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WyUcUgaD .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WyUcUgaD .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WyUcUgaD .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WyUcUgaD .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WyUcUgaD .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WyUcUgaD .image-wrapper,
.cid-t3WyUcUgaD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WyUcUgaD .mbr-text,
.cid-t3WyUcUgaD .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WyUJTw8X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WyUJTw8X .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WyUJTw8X .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WyUJTw8X .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WyUJTw8X .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WyUJTw8X .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WyUJTw8X .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WyUJTw8X .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WyUJTw8X .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WyUJTw8X .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WyUJTw8X .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WyUJTw8X .image-wrapper,
.cid-t3WyUJTw8X img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WyUJTw8X .mbr-text,
.cid-t3WyUJTw8X .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WyVd9HWe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WyVd9HWe .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WyVd9HWe .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WyVd9HWe .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WyVd9HWe .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WyVd9HWe .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WyVd9HWe .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WyVd9HWe .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WyVd9HWe .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WyVd9HWe .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WyVd9HWe .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WyVd9HWe .image-wrapper,
.cid-t3WyVd9HWe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WyVd9HWe .mbr-text,
.cid-t3WyVd9HWe .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WyVDstO0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WyVDstO0 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WyVDstO0 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WyVDstO0 .mbr-text {
  font-weight: 400;
}
.cid-t3WyVDstO0 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WyVDstO0 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WyVDstO0 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WyVDstO0 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WyVDstO0 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WyVDstO0 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WyVDstO0 .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WyVDstO0 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WyVDstO0 .image-wrapper,
.cid-t3WyVDstO0 img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WyVDstO0 .mbr-text,
.cid-t3WyVDstO0 .mbr-section-btn {
  color: #232323;
}
.cid-t3WyW5qGGn {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WyW5qGGn .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WyW5qGGn .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WyW5qGGn .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WyW5qGGn .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WyW5qGGn .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WyW5qGGn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WyW5qGGn .row {
  justify-content: center;
}
.cid-t3WyW5qGGn .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WyW5qGGn .item {
    padding-bottom: 25px;
  }
}
.cid-t3WyW5qGGn .card-text {
  color: #ffffff;
}
.cid-t85fwb4ZFZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fwb4ZFZ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fwb4ZFZ .text-element {
  z-index: 1000;
}
.cid-t85fwb4ZFZ .row-element,
.cid-t85fwb4ZFZ .image-element {
  padding: 0;
}
.cid-t85fwb4ZFZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fwb4ZFZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fwb4ZFZ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fwb4ZFZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fwb4ZFZ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fwb4ZFZ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fwb4ZFZ .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fwb4ZFZ .underline .line {
    height: 2px;
  }
  .cid-t85fwb4ZFZ .mbr-title,
  .cid-t85fwb4ZFZ .underline,
  .cid-t85fwb4ZFZ .mbr-text,
  .cid-t85fwb4ZFZ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fwb4ZFZ .mbr-title,
.cid-t85fwb4ZFZ .underline {
  color: #2c1616;
}
.cid-t85fwb4ZFZ .mbr-text,
.cid-t85fwb4ZFZ .mbr-section-btn {
  color: #000000;
}
.cid-t85fwb4ZFZ .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fwb4ZFZ .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fwb4ZFZ .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fwb4ZFZ .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fwb4ZFZ .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fwb4ZFZ P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fwb4ZFZ .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fwb4ZFZ .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fwb4ZFZ .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fwb4ZFZ .mbr-title,
.cid-t85fwb4ZFZ .underline B {
  color: #000000;
}
.cid-t85fwKNZzv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fwKNZzv .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fwKNZzv .text-element {
  z-index: 1000;
}
.cid-t85fwKNZzv .row-element,
.cid-t85fwKNZzv .image-element {
  padding: 0;
}
.cid-t85fwKNZzv .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fwKNZzv .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fwKNZzv .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fwKNZzv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fwKNZzv .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fwKNZzv .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fwKNZzv .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fwKNZzv .underline .line {
    height: 2px;
  }
  .cid-t85fwKNZzv .mbr-title,
  .cid-t85fwKNZzv .underline,
  .cid-t85fwKNZzv .mbr-text,
  .cid-t85fwKNZzv .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fwKNZzv .mbr-title,
.cid-t85fwKNZzv .underline {
  color: #2c1616;
}
.cid-t85fwKNZzv .mbr-text,
.cid-t85fwKNZzv .mbr-section-btn {
  color: #000000;
}
.cid-t85fwKNZzv .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fwKNZzv .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fwKNZzv .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fwKNZzv .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fwKNZzv .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fwKNZzv P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fwKNZzv .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fwKNZzv .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fwKNZzv .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fx9xjJe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fx9xjJe .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fx9xjJe .text-element {
  z-index: 1000;
}
.cid-t85fx9xjJe .row-element,
.cid-t85fx9xjJe .image-element {
  padding: 0;
}
.cid-t85fx9xjJe .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fx9xjJe .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fx9xjJe .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fx9xjJe .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fx9xjJe .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fx9xjJe .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fx9xjJe .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fx9xjJe .underline .line {
    height: 2px;
  }
  .cid-t85fx9xjJe .mbr-title,
  .cid-t85fx9xjJe .underline,
  .cid-t85fx9xjJe .mbr-text,
  .cid-t85fx9xjJe .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fx9xjJe .mbr-title,
.cid-t85fx9xjJe .underline {
  color: #2c1616;
}
.cid-t85fx9xjJe .mbr-text,
.cid-t85fx9xjJe .mbr-section-btn {
  color: #000000;
}
.cid-t85fx9xjJe .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fx9xjJe .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fx9xjJe .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fx9xjJe .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fx9xjJe .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fx9xjJe P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fx9xjJe .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fx9xjJe .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fx9xjJe .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fyeQZ38 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fyeQZ38 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fyeQZ38 .text-element {
  z-index: 1000;
}
.cid-t85fyeQZ38 .row-element,
.cid-t85fyeQZ38 .image-element {
  padding: 0;
}
.cid-t85fyeQZ38 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fyeQZ38 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fyeQZ38 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fyeQZ38 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fyeQZ38 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fyeQZ38 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fyeQZ38 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fyeQZ38 .underline .line {
    height: 2px;
  }
  .cid-t85fyeQZ38 .mbr-title,
  .cid-t85fyeQZ38 .underline,
  .cid-t85fyeQZ38 .mbr-text,
  .cid-t85fyeQZ38 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fyeQZ38 .mbr-title,
.cid-t85fyeQZ38 .underline {
  color: #2c1616;
}
.cid-t85fyeQZ38 .mbr-text,
.cid-t85fyeQZ38 .mbr-section-btn {
  color: #000000;
}
.cid-t85fyeQZ38 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fyeQZ38 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fyeQZ38 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fyeQZ38 .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fyeQZ38 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fyeQZ38 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fyeQZ38 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fyeQZ38 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fyeQZ38 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fziDzEB {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85fziDzEB .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85fziDzEB .myform {
    padding: 1rem;
  }
}
.cid-t85fziDzEB .showAlerts {
  display: block !important;
}
.cid-t85fziDzEB .rowflexrev {
  display: -webkit-flex;
}
.cid-t85fziDzEB .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85fziDzEB .title {
  margin-bottom: 2rem;
}
.cid-t85fziDzEB .mbr-section-subtitle {
  color: #767676;
}
.cid-t85fziDzEB textarea.form-control {
  min-height: 188px;
}
.cid-t85fziDzEB LABEL {
  color: #232323;
}
.cid-t85fziDzEB .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fziDzEB .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85fziDzEB .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fziDzEB .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fziDzEB .alert {
  margin-bottom: 0;
}
.cid-t85fziDzEB .alert-success {
  background-color: #70c770;
}
.cid-t85fziDzEB .alert-danger {
  background-color: #ff4a52;
}
.cid-t85fziDzEB .btn {
  display: inline-flex;
}
.cid-t85fziDzEB .hidden {
  display: none;
}
.cid-t85fziDzEB .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85fziDzEB .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-rsZOJUSBsl {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rsZOJUSBsl .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rsZOJUSBsl H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rsZOJUSBsl .mbr-text,
.cid-rsZOJUSBsl .mbr-section-btn {
  text-align: center;
}
.cid-rsZOJUSBsl B {
  color: #ffffff;
}
.cid-rsZOJUSBsl p {
  font-weight: 300;
}
.cid-rsZOKzYQ2k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rsZOKzYQ2k p {
  text-align: left;
  font-size: 1rem;
}
.cid-rsZOKzYQ2k .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rsZOKzYQ2k .btn-underline:hover {
  color: #505050;
}
.cid-rsZOKzYQ2k .btn-underline:before {
  background-color: #505050;
}
.cid-rsZOKzYQ2k .social-list a:focus {
  text-decoration: none;
}
.cid-rsZOKzYQ2k .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rsZOKzYQ2k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rsZOKzYQ2k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rsZOKzYQ2k .logo-footer {
  line-height: normal;
}
.cid-rsZOKzYQ2k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rsZOKzYQ2k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsZOKzYQ2k .mbr-section-btn {
  font-size: 16px;
}
.cid-rsZOKzYQ2k .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rsZOKzYQ2k .block-title {
  color: #ffffff;
}
.cid-rsZOKzYQ2k .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-r1hZjMICh3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-r1hZjMICh3 .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpQW5LLkm {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpQW5LLkm .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpQW5LLkm .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpQW5LLkm .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpQW5LLkm {
    text-align: center !important;
  }
  .cid-uNpQW5LLkm .mbr-text {
    text-align: center;
  }
}
.cid-uNpQW5LLkm .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpQW5LLkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpQW5LLkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpQW5LLkm H1 {
  color: #ffffff;
}
.cid-t3WzB8OPhn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WzB8OPhn .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WzB8OPhn .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WzB8OPhn .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WzB8OPhn .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WzB8OPhn .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WzB8OPhn .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WzB8OPhn .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WzB8OPhn .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WzB8OPhn .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WzB8OPhn .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WzB8OPhn .image-wrapper,
.cid-t3WzB8OPhn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WzB8OPhn .mbr-text,
.cid-t3WzB8OPhn .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WzBOlSlj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WzBOlSlj .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WzBOlSlj .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WzBOlSlj .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WzBOlSlj .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WzBOlSlj .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WzBOlSlj .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WzBOlSlj .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WzBOlSlj .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WzBOlSlj .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WzBOlSlj .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WzBOlSlj .image-wrapper,
.cid-t3WzBOlSlj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WzBOlSlj .mbr-text,
.cid-t3WzBOlSlj .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WzCxw5QW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WzCxw5QW .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WzCxw5QW .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WzCxw5QW .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WzCxw5QW .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WzCxw5QW .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WzCxw5QW .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WzCxw5QW .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WzCxw5QW .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WzCxw5QW .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WzCxw5QW .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WzCxw5QW .image-wrapper,
.cid-t3WzCxw5QW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WzCxw5QW .mbr-text,
.cid-t3WzCxw5QW .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WzD1fPQV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WzD1fPQV .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WzD1fPQV .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WzD1fPQV .mbr-text {
  font-weight: 400;
}
.cid-t3WzD1fPQV .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WzD1fPQV .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WzD1fPQV .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WzD1fPQV .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WzD1fPQV .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WzD1fPQV .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WzD1fPQV .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WzD1fPQV .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WzD1fPQV .image-wrapper,
.cid-t3WzD1fPQV img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WzD1fPQV .mbr-text,
.cid-t3WzD1fPQV .mbr-section-btn {
  color: #232323;
}
.cid-t3WzDtbOoL {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WzDtbOoL .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WzDtbOoL .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WzDtbOoL .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WzDtbOoL .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WzDtbOoL .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WzDtbOoL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WzDtbOoL .row {
  justify-content: center;
}
.cid-t3WzDtbOoL .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WzDtbOoL .item {
    padding-bottom: 25px;
  }
}
.cid-t3WzDtbOoL .card-text {
  color: #ffffff;
}
.cid-t85fqVgrJF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fqVgrJF .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fqVgrJF .text-element {
  z-index: 1000;
}
.cid-t85fqVgrJF .row-element,
.cid-t85fqVgrJF .image-element {
  padding: 0;
}
.cid-t85fqVgrJF .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fqVgrJF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fqVgrJF .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fqVgrJF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fqVgrJF .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fqVgrJF .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fqVgrJF .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fqVgrJF .underline .line {
    height: 2px;
  }
  .cid-t85fqVgrJF .mbr-title,
  .cid-t85fqVgrJF .underline,
  .cid-t85fqVgrJF .mbr-text,
  .cid-t85fqVgrJF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fqVgrJF .mbr-title,
.cid-t85fqVgrJF .underline {
  color: #2c1616;
}
.cid-t85fqVgrJF .mbr-text,
.cid-t85fqVgrJF .mbr-section-btn {
  color: #000000;
}
.cid-t85fqVgrJF .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fqVgrJF .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fqVgrJF .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fqVgrJF .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fqVgrJF .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fqVgrJF P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fqVgrJF .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fqVgrJF .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fqVgrJF .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fqVgrJF .mbr-title,
.cid-t85fqVgrJF .underline B {
  color: #000000;
}
.cid-t85frvEVI9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85frvEVI9 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85frvEVI9 .text-element {
  z-index: 1000;
}
.cid-t85frvEVI9 .row-element,
.cid-t85frvEVI9 .image-element {
  padding: 0;
}
.cid-t85frvEVI9 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85frvEVI9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85frvEVI9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85frvEVI9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85frvEVI9 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85frvEVI9 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85frvEVI9 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85frvEVI9 .underline .line {
    height: 2px;
  }
  .cid-t85frvEVI9 .mbr-title,
  .cid-t85frvEVI9 .underline,
  .cid-t85frvEVI9 .mbr-text,
  .cid-t85frvEVI9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85frvEVI9 .mbr-title,
.cid-t85frvEVI9 .underline {
  color: #2c1616;
}
.cid-t85frvEVI9 .mbr-text,
.cid-t85frvEVI9 .mbr-section-btn {
  color: #000000;
}
.cid-t85frvEVI9 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85frvEVI9 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85frvEVI9 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85frvEVI9 .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85frvEVI9 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85frvEVI9 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85frvEVI9 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85frvEVI9 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85frvEVI9 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85frTQ1Gx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85frTQ1Gx .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85frTQ1Gx .text-element {
  z-index: 1000;
}
.cid-t85frTQ1Gx .row-element,
.cid-t85frTQ1Gx .image-element {
  padding: 0;
}
.cid-t85frTQ1Gx .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85frTQ1Gx .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85frTQ1Gx .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85frTQ1Gx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85frTQ1Gx .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85frTQ1Gx .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85frTQ1Gx .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85frTQ1Gx .underline .line {
    height: 2px;
  }
  .cid-t85frTQ1Gx .mbr-title,
  .cid-t85frTQ1Gx .underline,
  .cid-t85frTQ1Gx .mbr-text,
  .cid-t85frTQ1Gx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85frTQ1Gx .mbr-title,
.cid-t85frTQ1Gx .underline {
  color: #2c1616;
}
.cid-t85frTQ1Gx .mbr-text,
.cid-t85frTQ1Gx .mbr-section-btn {
  color: #000000;
}
.cid-t85frTQ1Gx .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85frTQ1Gx .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85frTQ1Gx .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85frTQ1Gx .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85frTQ1Gx .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85frTQ1Gx P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85frTQ1Gx .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85frTQ1Gx .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85frTQ1Gx .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fsql9gO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fsql9gO .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fsql9gO .text-element {
  z-index: 1000;
}
.cid-t85fsql9gO .row-element,
.cid-t85fsql9gO .image-element {
  padding: 0;
}
.cid-t85fsql9gO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fsql9gO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fsql9gO .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fsql9gO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fsql9gO .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fsql9gO .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fsql9gO .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fsql9gO .underline .line {
    height: 2px;
  }
  .cid-t85fsql9gO .mbr-title,
  .cid-t85fsql9gO .underline,
  .cid-t85fsql9gO .mbr-text,
  .cid-t85fsql9gO .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fsql9gO .mbr-title,
.cid-t85fsql9gO .underline {
  color: #2c1616;
}
.cid-t85fsql9gO .mbr-text,
.cid-t85fsql9gO .mbr-section-btn {
  color: #000000;
}
.cid-t85fsql9gO .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fsql9gO .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fsql9gO .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fsql9gO .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fsql9gO .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fsql9gO P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fsql9gO .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fsql9gO .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fsql9gO .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85ftwsd3z {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85ftwsd3z .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85ftwsd3z .myform {
    padding: 1rem;
  }
}
.cid-t85ftwsd3z .showAlerts {
  display: block !important;
}
.cid-t85ftwsd3z .rowflexrev {
  display: -webkit-flex;
}
.cid-t85ftwsd3z .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85ftwsd3z .title {
  margin-bottom: 2rem;
}
.cid-t85ftwsd3z .mbr-section-subtitle {
  color: #767676;
}
.cid-t85ftwsd3z textarea.form-control {
  min-height: 188px;
}
.cid-t85ftwsd3z LABEL {
  color: #232323;
}
.cid-t85ftwsd3z .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ftwsd3z .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85ftwsd3z .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ftwsd3z .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ftwsd3z .alert {
  margin-bottom: 0;
}
.cid-t85ftwsd3z .alert-success {
  background-color: #70c770;
}
.cid-t85ftwsd3z .alert-danger {
  background-color: #ff4a52;
}
.cid-t85ftwsd3z .btn {
  display: inline-flex;
}
.cid-t85ftwsd3z .hidden {
  display: none;
}
.cid-t85ftwsd3z .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85ftwsd3z .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-rsZOVCkexx {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rsZOVCkexx .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rsZOVCkexx H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rsZOVCkexx .mbr-text,
.cid-rsZOVCkexx .mbr-section-btn {
  text-align: center;
}
.cid-rsZOVCkexx B {
  color: #ffffff;
}
.cid-rsZOVCkexx p {
  font-weight: 300;
}
.cid-rsZOWbV1CL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rsZOWbV1CL p {
  text-align: left;
  font-size: 1rem;
}
.cid-rsZOWbV1CL .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rsZOWbV1CL .btn-underline:hover {
  color: #505050;
}
.cid-rsZOWbV1CL .btn-underline:before {
  background-color: #505050;
}
.cid-rsZOWbV1CL .social-list a:focus {
  text-decoration: none;
}
.cid-rsZOWbV1CL .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rsZOWbV1CL .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rsZOWbV1CL .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rsZOWbV1CL .logo-footer {
  line-height: normal;
}
.cid-rsZOWbV1CL .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rsZOWbV1CL .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsZOWbV1CL .mbr-section-btn {
  font-size: 16px;
}
.cid-rsZOWbV1CL .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rsZOWbV1CL .block-title {
  color: #ffffff;
}
.cid-rsZOWbV1CL .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-r1sKDb8UfP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-r1sKDb8UfP .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpSJXcu2C {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpSJXcu2C .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpSJXcu2C .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpSJXcu2C .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpSJXcu2C {
    text-align: center !important;
  }
  .cid-uNpSJXcu2C .mbr-text {
    text-align: center;
  }
}
.cid-uNpSJXcu2C .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpSJXcu2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpSJXcu2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpSJXcu2C H1 {
  color: #ffffff;
}
.cid-t3WKrCIJWY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WKrCIJWY .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WKrCIJWY .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WKrCIJWY .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WKrCIJWY .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WKrCIJWY .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WKrCIJWY .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WKrCIJWY .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WKrCIJWY .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WKrCIJWY .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WKrCIJWY .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WKrCIJWY .image-wrapper,
.cid-t3WKrCIJWY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WKrCIJWY .mbr-text,
.cid-t3WKrCIJWY .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WKs69R0f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WKs69R0f .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WKs69R0f .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WKs69R0f .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WKs69R0f .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WKs69R0f .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WKs69R0f .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WKs69R0f .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WKs69R0f .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WKs69R0f .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WKs69R0f .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WKs69R0f .image-wrapper,
.cid-t3WKs69R0f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WKs69R0f .mbr-text,
.cid-t3WKs69R0f .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WKsBaVJp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WKsBaVJp .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WKsBaVJp .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WKsBaVJp .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WKsBaVJp .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WKsBaVJp .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WKsBaVJp .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WKsBaVJp .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WKsBaVJp .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WKsBaVJp .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WKsBaVJp .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WKsBaVJp .image-wrapper,
.cid-t3WKsBaVJp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WKsBaVJp .mbr-text,
.cid-t3WKsBaVJp .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WKsZXd7g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WKsZXd7g .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WKsZXd7g .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WKsZXd7g .mbr-text {
  font-weight: 400;
}
.cid-t3WKsZXd7g .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WKsZXd7g .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WKsZXd7g .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WKsZXd7g .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WKsZXd7g .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WKsZXd7g .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WKsZXd7g .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WKsZXd7g .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WKsZXd7g .image-wrapper,
.cid-t3WKsZXd7g img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WKsZXd7g .mbr-text,
.cid-t3WKsZXd7g .mbr-section-btn {
  color: #232323;
}
.cid-t3WKtB7xRw {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WKtB7xRw .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WKtB7xRw .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WKtB7xRw .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WKtB7xRw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WKtB7xRw .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WKtB7xRw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WKtB7xRw .row {
  justify-content: center;
}
.cid-t3WKtB7xRw .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WKtB7xRw .item {
    padding-bottom: 25px;
  }
}
.cid-t3WKtB7xRw .card-text {
  color: #ffffff;
}
.cid-t85egIsAM3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85egIsAM3 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85egIsAM3 .text-element {
  z-index: 1000;
}
.cid-t85egIsAM3 .row-element,
.cid-t85egIsAM3 .image-element {
  padding: 0;
}
.cid-t85egIsAM3 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85egIsAM3 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85egIsAM3 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85egIsAM3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85egIsAM3 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85egIsAM3 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85egIsAM3 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85egIsAM3 .underline .line {
    height: 2px;
  }
  .cid-t85egIsAM3 .mbr-title,
  .cid-t85egIsAM3 .underline,
  .cid-t85egIsAM3 .mbr-text,
  .cid-t85egIsAM3 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85egIsAM3 .mbr-title,
.cid-t85egIsAM3 .underline {
  color: #2c1616;
}
.cid-t85egIsAM3 .mbr-text,
.cid-t85egIsAM3 .mbr-section-btn {
  color: #000000;
}
.cid-t85egIsAM3 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85egIsAM3 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85egIsAM3 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85egIsAM3 .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85egIsAM3 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85egIsAM3 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85egIsAM3 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85egIsAM3 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85egIsAM3 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85egIsAM3 .mbr-title,
.cid-t85egIsAM3 .underline B {
  color: #000000;
}
.cid-t85ehqlSFt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85ehqlSFt .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85ehqlSFt .text-element {
  z-index: 1000;
}
.cid-t85ehqlSFt .row-element,
.cid-t85ehqlSFt .image-element {
  padding: 0;
}
.cid-t85ehqlSFt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85ehqlSFt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85ehqlSFt .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85ehqlSFt .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85ehqlSFt .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85ehqlSFt .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85ehqlSFt .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85ehqlSFt .underline .line {
    height: 2px;
  }
  .cid-t85ehqlSFt .mbr-title,
  .cid-t85ehqlSFt .underline,
  .cid-t85ehqlSFt .mbr-text,
  .cid-t85ehqlSFt .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85ehqlSFt .mbr-title,
.cid-t85ehqlSFt .underline {
  color: #2c1616;
}
.cid-t85ehqlSFt .mbr-text,
.cid-t85ehqlSFt .mbr-section-btn {
  color: #000000;
}
.cid-t85ehqlSFt .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85ehqlSFt .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85ehqlSFt .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85ehqlSFt .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85ehqlSFt .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85ehqlSFt P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85ehqlSFt .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85ehqlSFt .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85ehqlSFt .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85ehY9n6t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85ehY9n6t .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85ehY9n6t .text-element {
  z-index: 1000;
}
.cid-t85ehY9n6t .row-element,
.cid-t85ehY9n6t .image-element {
  padding: 0;
}
.cid-t85ehY9n6t .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85ehY9n6t .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85ehY9n6t .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85ehY9n6t .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85ehY9n6t .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85ehY9n6t .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85ehY9n6t .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85ehY9n6t .underline .line {
    height: 2px;
  }
  .cid-t85ehY9n6t .mbr-title,
  .cid-t85ehY9n6t .underline,
  .cid-t85ehY9n6t .mbr-text,
  .cid-t85ehY9n6t .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85ehY9n6t .mbr-title,
.cid-t85ehY9n6t .underline {
  color: #2c1616;
}
.cid-t85ehY9n6t .mbr-text,
.cid-t85ehY9n6t .mbr-section-btn {
  color: #000000;
}
.cid-t85ehY9n6t .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85ehY9n6t .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85ehY9n6t .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85ehY9n6t .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85ehY9n6t .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85ehY9n6t P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85ehY9n6t .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85ehY9n6t .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85ehY9n6t .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eixEfwq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eixEfwq .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eixEfwq .text-element {
  z-index: 1000;
}
.cid-t85eixEfwq .row-element,
.cid-t85eixEfwq .image-element {
  padding: 0;
}
.cid-t85eixEfwq .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eixEfwq .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eixEfwq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eixEfwq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eixEfwq .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eixEfwq .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eixEfwq .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eixEfwq .underline .line {
    height: 2px;
  }
  .cid-t85eixEfwq .mbr-title,
  .cid-t85eixEfwq .underline,
  .cid-t85eixEfwq .mbr-text,
  .cid-t85eixEfwq .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eixEfwq .mbr-title,
.cid-t85eixEfwq .underline {
  color: #2c1616;
}
.cid-t85eixEfwq .mbr-text,
.cid-t85eixEfwq .mbr-section-btn {
  color: #000000;
}
.cid-t85eixEfwq .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eixEfwq .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eixEfwq .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eixEfwq .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eixEfwq .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eixEfwq P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eixEfwq .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eixEfwq .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eixEfwq .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85ek9FSXo {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85ek9FSXo .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85ek9FSXo .myform {
    padding: 1rem;
  }
}
.cid-t85ek9FSXo .showAlerts {
  display: block !important;
}
.cid-t85ek9FSXo .rowflexrev {
  display: -webkit-flex;
}
.cid-t85ek9FSXo .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85ek9FSXo .title {
  margin-bottom: 2rem;
}
.cid-t85ek9FSXo .mbr-section-subtitle {
  color: #767676;
}
.cid-t85ek9FSXo textarea.form-control {
  min-height: 188px;
}
.cid-t85ek9FSXo LABEL {
  color: #232323;
}
.cid-t85ek9FSXo .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ek9FSXo .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85ek9FSXo .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ek9FSXo .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ek9FSXo .alert {
  margin-bottom: 0;
}
.cid-t85ek9FSXo .alert-success {
  background-color: #70c770;
}
.cid-t85ek9FSXo .alert-danger {
  background-color: #ff4a52;
}
.cid-t85ek9FSXo .btn {
  display: inline-flex;
}
.cid-t85ek9FSXo .hidden {
  display: none;
}
.cid-t85ek9FSXo .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85ek9FSXo .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t6lOkpgWEP {
  background: #ffffff;
}
.cid-t6lOkpgWEP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6lOkpgWEP figcaption {
  position: relative;
}
.cid-t6lOkpgWEP figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6lOkpgWEP .image-block {
    width: 100% !important;
  }
}
.cid-rsZPcnJsRs {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rsZPcnJsRs .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rsZPcnJsRs H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rsZPcnJsRs .mbr-text,
.cid-rsZPcnJsRs .mbr-section-btn {
  text-align: center;
}
.cid-rsZPcnJsRs B {
  color: #ffffff;
}
.cid-rsZPcnJsRs p {
  font-weight: 300;
}
.cid-rsZPcRl5j6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rsZPcRl5j6 p {
  text-align: left;
  font-size: 1rem;
}
.cid-rsZPcRl5j6 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rsZPcRl5j6 .btn-underline:hover {
  color: #505050;
}
.cid-rsZPcRl5j6 .btn-underline:before {
  background-color: #505050;
}
.cid-rsZPcRl5j6 .social-list a:focus {
  text-decoration: none;
}
.cid-rsZPcRl5j6 .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rsZPcRl5j6 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rsZPcRl5j6 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rsZPcRl5j6 .logo-footer {
  line-height: normal;
}
.cid-rsZPcRl5j6 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rsZPcRl5j6 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsZPcRl5j6 .mbr-section-btn {
  font-size: 16px;
}
.cid-rsZPcRl5j6 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rsZPcRl5j6 .block-title {
  color: #ffffff;
}
.cid-rsZPcRl5j6 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-ra2jjMuYog {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-ra2jjMuYog .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpTj9bhR4 {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpTj9bhR4 .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpTj9bhR4 .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpTj9bhR4 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpTj9bhR4 {
    text-align: center !important;
  }
  .cid-uNpTj9bhR4 .mbr-text {
    text-align: center;
  }
}
.cid-uNpTj9bhR4 .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpTj9bhR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpTj9bhR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpTj9bhR4 H1 {
  color: #ffffff;
}
.cid-t3WLqwHHu9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WLqwHHu9 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WLqwHHu9 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WLqwHHu9 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WLqwHHu9 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WLqwHHu9 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WLqwHHu9 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WLqwHHu9 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WLqwHHu9 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WLqwHHu9 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WLqwHHu9 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WLqwHHu9 .image-wrapper,
.cid-t3WLqwHHu9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WLqwHHu9 .mbr-text,
.cid-t3WLqwHHu9 .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WLqX5zQF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WLqX5zQF .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WLqX5zQF .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WLqX5zQF .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WLqX5zQF .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WLqX5zQF .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WLqX5zQF .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WLqX5zQF .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WLqX5zQF .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WLqX5zQF .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WLqX5zQF .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WLqX5zQF .image-wrapper,
.cid-t3WLqX5zQF img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WLqX5zQF .mbr-text,
.cid-t3WLqX5zQF .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WLrpOAn1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WLrpOAn1 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WLrpOAn1 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WLrpOAn1 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WLrpOAn1 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WLrpOAn1 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WLrpOAn1 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WLrpOAn1 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WLrpOAn1 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WLrpOAn1 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WLrpOAn1 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WLrpOAn1 .image-wrapper,
.cid-t3WLrpOAn1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WLrpOAn1 .mbr-text,
.cid-t3WLrpOAn1 .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WLrOO9Wg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WLrOO9Wg .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WLrOO9Wg .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WLrOO9Wg .mbr-text {
  font-weight: 400;
}
.cid-t3WLrOO9Wg .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WLrOO9Wg .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WLrOO9Wg .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WLrOO9Wg .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WLrOO9Wg .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WLrOO9Wg .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WLrOO9Wg .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WLrOO9Wg .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WLrOO9Wg .image-wrapper,
.cid-t3WLrOO9Wg img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WLrOO9Wg .mbr-text,
.cid-t3WLrOO9Wg .mbr-section-btn {
  color: #232323;
}
.cid-t3WLsaqBJU {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WLsaqBJU .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WLsaqBJU .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WLsaqBJU .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WLsaqBJU .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WLsaqBJU .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WLsaqBJU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WLsaqBJU .row {
  justify-content: center;
}
.cid-t3WLsaqBJU .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WLsaqBJU .item {
    padding-bottom: 25px;
  }
}
.cid-t3WLsaqBJU .card-text {
  color: #ffffff;
}
.cid-rsZPyMbtOO {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rsZPyMbtOO .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rsZPyMbtOO H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rsZPyMbtOO .mbr-text,
.cid-rsZPyMbtOO .mbr-section-btn {
  text-align: center;
}
.cid-rsZPyMbtOO B {
  color: #ffffff;
}
.cid-rsZPyMbtOO p {
  font-weight: 300;
}
.cid-rsZPzjy1w6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rsZPzjy1w6 p {
  text-align: left;
  font-size: 1rem;
}
.cid-rsZPzjy1w6 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rsZPzjy1w6 .btn-underline:hover {
  color: #505050;
}
.cid-rsZPzjy1w6 .btn-underline:before {
  background-color: #505050;
}
.cid-rsZPzjy1w6 .social-list a:focus {
  text-decoration: none;
}
.cid-rsZPzjy1w6 .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rsZPzjy1w6 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rsZPzjy1w6 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rsZPzjy1w6 .logo-footer {
  line-height: normal;
}
.cid-rsZPzjy1w6 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rsZPzjy1w6 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsZPzjy1w6 .mbr-section-btn {
  font-size: 16px;
}
.cid-rsZPzjy1w6 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rsZPzjy1w6 .block-title {
  color: #ffffff;
}
.cid-rsZPzjy1w6 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-rh0sGivr1x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-rh0sGivr1x .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpSZrGyiw {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpSZrGyiw .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpSZrGyiw .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpSZrGyiw .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpSZrGyiw {
    text-align: center !important;
  }
  .cid-uNpSZrGyiw .mbr-text {
    text-align: center;
  }
}
.cid-uNpSZrGyiw .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpSZrGyiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpSZrGyiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpSZrGyiw H1 {
  color: #ffffff;
}
.cid-t3WKWnZzLa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WKWnZzLa .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WKWnZzLa .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WKWnZzLa .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WKWnZzLa .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WKWnZzLa .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WKWnZzLa .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WKWnZzLa .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WKWnZzLa .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WKWnZzLa .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WKWnZzLa .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WKWnZzLa .image-wrapper,
.cid-t3WKWnZzLa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WKWnZzLa .mbr-text,
.cid-t3WKWnZzLa .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WKWSh01t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WKWSh01t .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WKWSh01t .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WKWSh01t .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WKWSh01t .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WKWSh01t .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WKWSh01t .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WKWSh01t .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WKWSh01t .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WKWSh01t .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WKWSh01t .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WKWSh01t .image-wrapper,
.cid-t3WKWSh01t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WKWSh01t .mbr-text,
.cid-t3WKWSh01t .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WKXp9CLi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WKXp9CLi .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WKXp9CLi .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WKXp9CLi .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WKXp9CLi .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WKXp9CLi .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WKXp9CLi .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WKXp9CLi .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WKXp9CLi .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WKXp9CLi .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WKXp9CLi .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WKXp9CLi .image-wrapper,
.cid-t3WKXp9CLi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WKXp9CLi .mbr-text,
.cid-t3WKXp9CLi .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WKXNMcXQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WKXNMcXQ .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WKXNMcXQ .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WKXNMcXQ .mbr-text {
  font-weight: 400;
}
.cid-t3WKXNMcXQ .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WKXNMcXQ .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WKXNMcXQ .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WKXNMcXQ .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WKXNMcXQ .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WKXNMcXQ .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WKXNMcXQ .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WKXNMcXQ .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WKXNMcXQ .image-wrapper,
.cid-t3WKXNMcXQ img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WKXNMcXQ .mbr-text,
.cid-t3WKXNMcXQ .mbr-section-btn {
  color: #232323;
}
.cid-t3WKY8MNSd {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WKY8MNSd .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WKY8MNSd .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WKY8MNSd .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WKY8MNSd .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WKY8MNSd .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WKY8MNSd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WKY8MNSd .row {
  justify-content: center;
}
.cid-t3WKY8MNSd .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WKY8MNSd .item {
    padding-bottom: 25px;
  }
}
.cid-t3WKY8MNSd .card-text {
  color: #ffffff;
}
.cid-t85e9NRseb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85e9NRseb .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85e9NRseb .text-element {
  z-index: 1000;
}
.cid-t85e9NRseb .row-element,
.cid-t85e9NRseb .image-element {
  padding: 0;
}
.cid-t85e9NRseb .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85e9NRseb .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85e9NRseb .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85e9NRseb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85e9NRseb .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85e9NRseb .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85e9NRseb .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85e9NRseb .underline .line {
    height: 2px;
  }
  .cid-t85e9NRseb .mbr-title,
  .cid-t85e9NRseb .underline,
  .cid-t85e9NRseb .mbr-text,
  .cid-t85e9NRseb .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85e9NRseb .mbr-title,
.cid-t85e9NRseb .underline {
  color: #2c1616;
}
.cid-t85e9NRseb .mbr-text,
.cid-t85e9NRseb .mbr-section-btn {
  color: #000000;
}
.cid-t85e9NRseb .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85e9NRseb .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85e9NRseb .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85e9NRseb .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85e9NRseb .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85e9NRseb P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85e9NRseb .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85e9NRseb .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85e9NRseb .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85e9NRseb .mbr-title,
.cid-t85e9NRseb .underline B {
  color: #000000;
}
.cid-t85eatrn0H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eatrn0H .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eatrn0H .text-element {
  z-index: 1000;
}
.cid-t85eatrn0H .row-element,
.cid-t85eatrn0H .image-element {
  padding: 0;
}
.cid-t85eatrn0H .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eatrn0H .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eatrn0H .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eatrn0H .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eatrn0H .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eatrn0H .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eatrn0H .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eatrn0H .underline .line {
    height: 2px;
  }
  .cid-t85eatrn0H .mbr-title,
  .cid-t85eatrn0H .underline,
  .cid-t85eatrn0H .mbr-text,
  .cid-t85eatrn0H .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eatrn0H .mbr-title,
.cid-t85eatrn0H .underline {
  color: #2c1616;
}
.cid-t85eatrn0H .mbr-text,
.cid-t85eatrn0H .mbr-section-btn {
  color: #000000;
}
.cid-t85eatrn0H .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eatrn0H .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eatrn0H .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eatrn0H .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eatrn0H .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eatrn0H P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eatrn0H .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eatrn0H .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eatrn0H .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eaY30Sk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eaY30Sk .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eaY30Sk .text-element {
  z-index: 1000;
}
.cid-t85eaY30Sk .row-element,
.cid-t85eaY30Sk .image-element {
  padding: 0;
}
.cid-t85eaY30Sk .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eaY30Sk .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eaY30Sk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eaY30Sk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eaY30Sk .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eaY30Sk .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eaY30Sk .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eaY30Sk .underline .line {
    height: 2px;
  }
  .cid-t85eaY30Sk .mbr-title,
  .cid-t85eaY30Sk .underline,
  .cid-t85eaY30Sk .mbr-text,
  .cid-t85eaY30Sk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eaY30Sk .mbr-title,
.cid-t85eaY30Sk .underline {
  color: #2c1616;
}
.cid-t85eaY30Sk .mbr-text,
.cid-t85eaY30Sk .mbr-section-btn {
  color: #000000;
}
.cid-t85eaY30Sk .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eaY30Sk .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eaY30Sk .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eaY30Sk .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eaY30Sk .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eaY30Sk P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eaY30Sk .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eaY30Sk .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eaY30Sk .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85ebxLbvQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85ebxLbvQ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85ebxLbvQ .text-element {
  z-index: 1000;
}
.cid-t85ebxLbvQ .row-element,
.cid-t85ebxLbvQ .image-element {
  padding: 0;
}
.cid-t85ebxLbvQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85ebxLbvQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85ebxLbvQ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85ebxLbvQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85ebxLbvQ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85ebxLbvQ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85ebxLbvQ .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85ebxLbvQ .underline .line {
    height: 2px;
  }
  .cid-t85ebxLbvQ .mbr-title,
  .cid-t85ebxLbvQ .underline,
  .cid-t85ebxLbvQ .mbr-text,
  .cid-t85ebxLbvQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85ebxLbvQ .mbr-title,
.cid-t85ebxLbvQ .underline {
  color: #2c1616;
}
.cid-t85ebxLbvQ .mbr-text,
.cid-t85ebxLbvQ .mbr-section-btn {
  color: #000000;
}
.cid-t85ebxLbvQ .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85ebxLbvQ .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85ebxLbvQ .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85ebxLbvQ .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85ebxLbvQ .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85ebxLbvQ P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85ebxLbvQ .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85ebxLbvQ .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85ebxLbvQ .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85ecZ3kMU {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85ecZ3kMU .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85ecZ3kMU .myform {
    padding: 1rem;
  }
}
.cid-t85ecZ3kMU .showAlerts {
  display: block !important;
}
.cid-t85ecZ3kMU .rowflexrev {
  display: -webkit-flex;
}
.cid-t85ecZ3kMU .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85ecZ3kMU .title {
  margin-bottom: 2rem;
}
.cid-t85ecZ3kMU .mbr-section-subtitle {
  color: #767676;
}
.cid-t85ecZ3kMU textarea.form-control {
  min-height: 188px;
}
.cid-t85ecZ3kMU LABEL {
  color: #232323;
}
.cid-t85ecZ3kMU .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ecZ3kMU .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85ecZ3kMU .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ecZ3kMU .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ecZ3kMU .alert {
  margin-bottom: 0;
}
.cid-t85ecZ3kMU .alert-success {
  background-color: #70c770;
}
.cid-t85ecZ3kMU .alert-danger {
  background-color: #ff4a52;
}
.cid-t85ecZ3kMU .btn {
  display: inline-flex;
}
.cid-t85ecZ3kMU .hidden {
  display: none;
}
.cid-t85ecZ3kMU .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85ecZ3kMU .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-rsZPgPw2Fa {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rsZPgPw2Fa .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rsZPgPw2Fa H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rsZPgPw2Fa .mbr-text,
.cid-rsZPgPw2Fa .mbr-section-btn {
  text-align: center;
}
.cid-rsZPgPw2Fa B {
  color: #ffffff;
}
.cid-rsZPgPw2Fa p {
  font-weight: 300;
}
.cid-rsZPhtyr7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rsZPhtyr7P p {
  text-align: left;
  font-size: 1rem;
}
.cid-rsZPhtyr7P .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rsZPhtyr7P .btn-underline:hover {
  color: #505050;
}
.cid-rsZPhtyr7P .btn-underline:before {
  background-color: #505050;
}
.cid-rsZPhtyr7P .social-list a:focus {
  text-decoration: none;
}
.cid-rsZPhtyr7P .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rsZPhtyr7P .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rsZPhtyr7P .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rsZPhtyr7P .logo-footer {
  line-height: normal;
}
.cid-rsZPhtyr7P .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rsZPhtyr7P .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsZPhtyr7P .mbr-section-btn {
  font-size: 16px;
}
.cid-rsZPhtyr7P .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rsZPhtyr7P .block-title {
  color: #ffffff;
}
.cid-rsZPhtyr7P .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-rsZL5g2eek {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-rsZL5g2eek .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-rHIElhaHsO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/river-landscape-2743977.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-rHIElhaHsO .media-content .btn-bgr {
  z-index: 0;
}
.cid-rHIElhaHsO .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-rHIElhaHsO .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-rHIElhaHsO {
    text-align: center !important;
  }
  .cid-rHIElhaHsO .mbr-text {
    text-align: center;
  }
}
.cid-rHIElhaHsO .media-container-row {
  justify-content: flex-start;
}
.cid-rHHP0F3HJu {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-rHHP0F3HJu .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rHHP0F3HJu H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rHHP0F3HJu .mbr-text,
.cid-rHHP0F3HJu .mbr-section-btn {
  text-align: center;
}
.cid-rHHP0F3HJu B {
  color: #ffffff;
}
.cid-rHHP0F3HJu p {
  font-weight: 300;
}
.cid-rHHP0FzRRD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rHHP0FzRRD p {
  text-align: left;
  font-size: 1rem;
}
.cid-rHHP0FzRRD .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rHHP0FzRRD .btn-underline:hover {
  color: #505050;
}
.cid-rHHP0FzRRD .btn-underline:before {
  background-color: #505050;
}
.cid-rHHP0FzRRD .social-list a:focus {
  text-decoration: none;
}
.cid-rHHP0FzRRD .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rHHP0FzRRD .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rHHP0FzRRD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rHHP0FzRRD .logo-footer {
  line-height: normal;
}
.cid-rHHP0FzRRD .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHHP0FzRRD .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rHHP0FzRRD .mbr-section-btn {
  font-size: 16px;
}
.cid-rHHP0FzRRD .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rHHP0FzRRD .block-title {
  color: #ffffff;
}
.cid-rHHP0FzRRD .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-slrGbIbzkf {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/doors-1690423.jpg");
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cid-slrGbIbzkf {
    background-image: url("../../../assets/images/doors-1690423.jpg");
    background-attachment: scroll;
  }
}
.cid-slrGbIbzkf .media-content .btn-bgr {
  z-index: 0;
}
.cid-slrGbIbzkf .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-slrGbIbzkf .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-slrGbIbzkf {
    text-align: center !important;
  }
  .cid-slrGbIbzkf .mbr-text {
    text-align: center;
  }
}
.cid-slrGbIbzkf .media-container-row {
  justify-content: flex-start;
}
.cid-slrGbIbzkf H1 {
  text-align: left;
  color: #ffffff;
}
.cid-slrGbIbzkf .mbr-text,
.cid-slrGbIbzkf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-slrGbICt1t {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-slrGbIW0TA {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-slrGbJd5aM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-slrGbJd5aM .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-slrGbJd5aM .text-element {
  z-index: 1000;
}
.cid-slrGbJd5aM .row-element,
.cid-slrGbJd5aM .image-element {
  padding: 0;
}
.cid-slrGbJd5aM .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slrGbJd5aM .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-slrGbJd5aM .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-slrGbJd5aM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-slrGbJd5aM .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-slrGbJd5aM .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slrGbJd5aM .text-content {
    padding: 2rem 1rem;
  }
  .cid-slrGbJd5aM .underline .line {
    height: 2px;
  }
  .cid-slrGbJd5aM .mbr-title,
  .cid-slrGbJd5aM .underline,
  .cid-slrGbJd5aM .mbr-text,
  .cid-slrGbJd5aM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-slrGbJd5aM .mbr-title,
.cid-slrGbJd5aM .underline {
  color: #2c1616;
}
.cid-slrGbJd5aM .mbr-text,
.cid-slrGbJd5aM .mbr-section-btn {
  color: #000000;
}
.cid-slrGbJd5aM .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-slrGbJd5aM .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-slrGbJd5aM .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-slrGbJd5aM .imagebox:hover img {
  opacity: 0.7;
}
.cid-slrGbJd5aM .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-slrGbJd5aM P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-slrGbJd5aM .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-slrGbJd5aM .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-slrGbJd5aM .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-slrGbJOGBT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-slrGbJOGBT .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-slrGbJOGBT .text-element {
  z-index: 1000;
}
.cid-slrGbJOGBT .row-element,
.cid-slrGbJOGBT .image-element {
  padding: 0;
}
.cid-slrGbJOGBT .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slrGbJOGBT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-slrGbJOGBT .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-slrGbJOGBT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-slrGbJOGBT .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-slrGbJOGBT .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-slrGbJOGBT .text-content {
    padding: 2rem 1rem;
  }
  .cid-slrGbJOGBT .underline .line {
    height: 2px;
  }
  .cid-slrGbJOGBT .mbr-title,
  .cid-slrGbJOGBT .underline,
  .cid-slrGbJOGBT .mbr-text,
  .cid-slrGbJOGBT .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-slrGbJOGBT .mbr-title,
.cid-slrGbJOGBT .underline {
  color: #2c1616;
}
.cid-slrGbJOGBT .mbr-text,
.cid-slrGbJOGBT .mbr-section-btn {
  color: #000000;
}
.cid-slrGbJOGBT .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-slrGbJOGBT .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-slrGbJOGBT .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-slrGbJOGBT .imagebox:hover img {
  opacity: 0.7;
}
.cid-slrGbJOGBT .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-slrGbJOGBT P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-slrGbJOGBT .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-slrGbJOGBT .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-slrGbJOGBT .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-slrGbLjUL4 {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-slrGbLjUL4 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-slrGbLjUL4 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-slrGbLjUL4 .mbr-text,
.cid-slrGbLjUL4 .mbr-section-btn {
  text-align: center;
}
.cid-slrGbLjUL4 B {
  color: #ffffff;
}
.cid-slrGbLjUL4 p {
  font-weight: 300;
}
.cid-slrGbLEewe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-slrGbLEewe p {
  text-align: left;
  font-size: 1rem;
}
.cid-slrGbLEewe .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-slrGbLEewe .btn-underline:hover {
  color: #505050;
}
.cid-slrGbLEewe .btn-underline:before {
  background-color: #505050;
}
.cid-slrGbLEewe .social-list a:focus {
  text-decoration: none;
}
.cid-slrGbLEewe .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-slrGbLEewe .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-slrGbLEewe .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-slrGbLEewe .logo-footer {
  line-height: normal;
}
.cid-slrGbLEewe .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slrGbLEewe .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slrGbLEewe .mbr-section-btn {
  font-size: 16px;
}
.cid-slrGbLEewe .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-slrGbLEewe .block-title {
  color: #ffffff;
}
.cid-slrGbLEewe .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpR9BDNRL {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpR9BDNRL .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpR9BDNRL .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpR9BDNRL .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpR9BDNRL {
    text-align: center !important;
  }
  .cid-uNpR9BDNRL .mbr-text {
    text-align: center;
  }
}
.cid-uNpR9BDNRL .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpR9BDNRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpR9BDNRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpR9BDNRL H1 {
  color: #ffffff;
}
.cid-t3WBKv1iAf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WBKv1iAf .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WBKv1iAf .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WBKv1iAf .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WBKv1iAf .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WBKv1iAf .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WBKv1iAf .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WBKv1iAf .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WBKv1iAf .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WBKv1iAf .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WBKv1iAf .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WBKv1iAf .image-wrapper,
.cid-t3WBKv1iAf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WBKv1iAf .mbr-text,
.cid-t3WBKv1iAf .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WBLgAbFF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WBLgAbFF .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WBLgAbFF .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WBLgAbFF .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WBLgAbFF .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WBLgAbFF .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WBLgAbFF .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WBLgAbFF .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WBLgAbFF .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WBLgAbFF .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WBLgAbFF .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WBLgAbFF .image-wrapper,
.cid-t3WBLgAbFF img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WBLgAbFF .mbr-text,
.cid-t3WBLgAbFF .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WBLSTAnh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WBLSTAnh .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WBLSTAnh .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WBLSTAnh .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WBLSTAnh .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WBLSTAnh .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WBLSTAnh .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WBLSTAnh .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WBLSTAnh .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WBLSTAnh .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WBLSTAnh .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WBLSTAnh .image-wrapper,
.cid-t3WBLSTAnh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WBLSTAnh .mbr-text,
.cid-t3WBLSTAnh .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WBMrOHSA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WBMrOHSA .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WBMrOHSA .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WBMrOHSA .mbr-text {
  font-weight: 400;
}
.cid-t3WBMrOHSA .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WBMrOHSA .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WBMrOHSA .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WBMrOHSA .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WBMrOHSA .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WBMrOHSA .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WBMrOHSA .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WBMrOHSA .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WBMrOHSA .image-wrapper,
.cid-t3WBMrOHSA img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WBMrOHSA .mbr-text,
.cid-t3WBMrOHSA .mbr-section-btn {
  color: #232323;
}
.cid-t3WBMTnRh8 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WBMTnRh8 .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WBMTnRh8 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WBMTnRh8 .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WBMTnRh8 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WBMTnRh8 .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WBMTnRh8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WBMTnRh8 .row {
  justify-content: center;
}
.cid-t3WBMTnRh8 .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WBMTnRh8 .item {
    padding-bottom: 25px;
  }
}
.cid-t3WBMTnRh8 .card-text {
  color: #ffffff;
}
.cid-t6ypSOgGFd {
  background: #ffffff;
}
.cid-t6ypSOgGFd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6ypSOgGFd figcaption {
  position: relative;
}
.cid-t6ypSOgGFd figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6ypSOgGFd .image-block {
    width: 100% !important;
  }
}
.cid-t85ffwFmOH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85ffwFmOH .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85ffwFmOH .text-element {
  z-index: 1000;
}
.cid-t85ffwFmOH .row-element,
.cid-t85ffwFmOH .image-element {
  padding: 0;
}
.cid-t85ffwFmOH .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85ffwFmOH .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85ffwFmOH .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85ffwFmOH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85ffwFmOH .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85ffwFmOH .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85ffwFmOH .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85ffwFmOH .underline .line {
    height: 2px;
  }
  .cid-t85ffwFmOH .mbr-title,
  .cid-t85ffwFmOH .underline,
  .cid-t85ffwFmOH .mbr-text,
  .cid-t85ffwFmOH .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85ffwFmOH .mbr-title,
.cid-t85ffwFmOH .underline {
  color: #2c1616;
}
.cid-t85ffwFmOH .mbr-text,
.cid-t85ffwFmOH .mbr-section-btn {
  color: #000000;
}
.cid-t85ffwFmOH .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85ffwFmOH .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85ffwFmOH .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85ffwFmOH .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85ffwFmOH .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85ffwFmOH P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85ffwFmOH .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85ffwFmOH .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85ffwFmOH .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85ffwFmOH .mbr-title,
.cid-t85ffwFmOH .underline B {
  color: #000000;
}
.cid-t85fg6oS6A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fg6oS6A .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fg6oS6A .text-element {
  z-index: 1000;
}
.cid-t85fg6oS6A .row-element,
.cid-t85fg6oS6A .image-element {
  padding: 0;
}
.cid-t85fg6oS6A .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fg6oS6A .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fg6oS6A .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fg6oS6A .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fg6oS6A .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fg6oS6A .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fg6oS6A .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fg6oS6A .underline .line {
    height: 2px;
  }
  .cid-t85fg6oS6A .mbr-title,
  .cid-t85fg6oS6A .underline,
  .cid-t85fg6oS6A .mbr-text,
  .cid-t85fg6oS6A .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fg6oS6A .mbr-title,
.cid-t85fg6oS6A .underline {
  color: #2c1616;
}
.cid-t85fg6oS6A .mbr-text,
.cid-t85fg6oS6A .mbr-section-btn {
  color: #000000;
}
.cid-t85fg6oS6A .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fg6oS6A .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fg6oS6A .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fg6oS6A .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fg6oS6A .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fg6oS6A P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fg6oS6A .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fg6oS6A .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fg6oS6A .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fgyCLQk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fgyCLQk .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fgyCLQk .text-element {
  z-index: 1000;
}
.cid-t85fgyCLQk .row-element,
.cid-t85fgyCLQk .image-element {
  padding: 0;
}
.cid-t85fgyCLQk .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fgyCLQk .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fgyCLQk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fgyCLQk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fgyCLQk .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fgyCLQk .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fgyCLQk .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fgyCLQk .underline .line {
    height: 2px;
  }
  .cid-t85fgyCLQk .mbr-title,
  .cid-t85fgyCLQk .underline,
  .cid-t85fgyCLQk .mbr-text,
  .cid-t85fgyCLQk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fgyCLQk .mbr-title,
.cid-t85fgyCLQk .underline {
  color: #2c1616;
}
.cid-t85fgyCLQk .mbr-text,
.cid-t85fgyCLQk .mbr-section-btn {
  color: #000000;
}
.cid-t85fgyCLQk .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fgyCLQk .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fgyCLQk .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fgyCLQk .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fgyCLQk .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fgyCLQk P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fgyCLQk .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fgyCLQk .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fgyCLQk .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fh711OF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fh711OF .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fh711OF .text-element {
  z-index: 1000;
}
.cid-t85fh711OF .row-element,
.cid-t85fh711OF .image-element {
  padding: 0;
}
.cid-t85fh711OF .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fh711OF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fh711OF .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fh711OF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fh711OF .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fh711OF .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fh711OF .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fh711OF .underline .line {
    height: 2px;
  }
  .cid-t85fh711OF .mbr-title,
  .cid-t85fh711OF .underline,
  .cid-t85fh711OF .mbr-text,
  .cid-t85fh711OF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fh711OF .mbr-title,
.cid-t85fh711OF .underline {
  color: #2c1616;
}
.cid-t85fh711OF .mbr-text,
.cid-t85fh711OF .mbr-section-btn {
  color: #000000;
}
.cid-t85fh711OF .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fh711OF .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fh711OF .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fh711OF .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fh711OF .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fh711OF P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fh711OF .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fh711OF .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fh711OF .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fitreWs {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85fitreWs .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85fitreWs .myform {
    padding: 1rem;
  }
}
.cid-t85fitreWs .showAlerts {
  display: block !important;
}
.cid-t85fitreWs .rowflexrev {
  display: -webkit-flex;
}
.cid-t85fitreWs .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85fitreWs .title {
  margin-bottom: 2rem;
}
.cid-t85fitreWs .mbr-section-subtitle {
  color: #767676;
}
.cid-t85fitreWs textarea.form-control {
  min-height: 188px;
}
.cid-t85fitreWs LABEL {
  color: #232323;
}
.cid-t85fitreWs .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fitreWs .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85fitreWs .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fitreWs .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fitreWs .alert {
  margin-bottom: 0;
}
.cid-t85fitreWs .alert-success {
  background-color: #70c770;
}
.cid-t85fitreWs .alert-danger {
  background-color: #ff4a52;
}
.cid-t85fitreWs .btn {
  display: inline-flex;
}
.cid-t85fitreWs .hidden {
  display: none;
}
.cid-t85fitreWs .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85fitreWs .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ulEaAoPYPA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efdad9;
}
.cid-smId0fhI2F {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-smId0fhI2F .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-smId0fhI2F H1 {
  color: #ffffff;
  text-align: center;
}
.cid-smId0fhI2F .mbr-text,
.cid-smId0fhI2F .mbr-section-btn {
  text-align: center;
}
.cid-smId0fhI2F B {
  color: #ffffff;
}
.cid-smId0fhI2F p {
  font-weight: 300;
}
.cid-smId0fwJ6I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-smId0fwJ6I p {
  text-align: left;
  font-size: 1rem;
}
.cid-smId0fwJ6I .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-smId0fwJ6I .btn-underline:hover {
  color: #505050;
}
.cid-smId0fwJ6I .btn-underline:before {
  background-color: #505050;
}
.cid-smId0fwJ6I .social-list a:focus {
  text-decoration: none;
}
.cid-smId0fwJ6I .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-smId0fwJ6I .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-smId0fwJ6I .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-smId0fwJ6I .logo-footer {
  line-height: normal;
}
.cid-smId0fwJ6I .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smId0fwJ6I .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smId0fwJ6I .mbr-section-btn {
  font-size: 16px;
}
.cid-smId0fwJ6I .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-smId0fwJ6I .block-title {
  color: #ffffff;
}
.cid-smId0fwJ6I .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-smIfMlqL6K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-smIfMlqL6K .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
#custom-html-pf {
  /* Type valid CSS here */
}
.cid-uNpQy86Kra {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpQy86Kra .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpQy86Kra .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpQy86Kra .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpQy86Kra {
    text-align: center !important;
  }
  .cid-uNpQy86Kra .mbr-text {
    text-align: center;
  }
}
.cid-uNpQy86Kra .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpQy86Kra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpQy86Kra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpQy86Kra H1 {
  color: #ffffff;
}
.cid-t3VUjKydCF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3VUjKydCF .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3VUjKydCF .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3VUjKydCF .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3VUjKydCF .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3VUjKydCF .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3VUjKydCF .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3VUjKydCF .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3VUjKydCF .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3VUjKydCF .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3VUjKydCF .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3VUjKydCF .image-wrapper,
.cid-t3VUjKydCF img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3VUjKydCF .mbr-text,
.cid-t3VUjKydCF .mbr-section-btn {
  color: #ffffff;
}
.cid-t3VUkgIEs0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3VUkgIEs0 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3VUkgIEs0 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3VUkgIEs0 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3VUkgIEs0 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3VUkgIEs0 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3VUkgIEs0 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3VUkgIEs0 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3VUkgIEs0 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3VUkgIEs0 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3VUkgIEs0 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3VUkgIEs0 .image-wrapper,
.cid-t3VUkgIEs0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3VUkgIEs0 .mbr-text,
.cid-t3VUkgIEs0 .mbr-section-btn {
  color: #ffffff;
}
.cid-t3VUkMCwEU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3VUkMCwEU .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3VUkMCwEU .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3VUkMCwEU .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3VUkMCwEU .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3VUkMCwEU .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3VUkMCwEU .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3VUkMCwEU .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3VUkMCwEU .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3VUkMCwEU .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3VUkMCwEU .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3VUkMCwEU .image-wrapper,
.cid-t3VUkMCwEU img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3VUkMCwEU .mbr-text,
.cid-t3VUkMCwEU .mbr-section-btn {
  color: #ffffff;
}
.cid-uNq4xrTt9J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-uNq4xrTt9J .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uNq4xrTt9J .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uNq4xrTt9J .mbr-text {
  font-weight: 400;
}
.cid-uNq4xrTt9J .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uNq4xrTt9J .card_wrapper {
    padding: 65px 30px;
  }
  .cid-uNq4xrTt9J .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-uNq4xrTt9J .content_box {
  position: relative;
  z-index: 2;
}
.cid-uNq4xrTt9J .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-uNq4xrTt9J .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uNq4xrTt9J .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uNq4xrTt9J .mbr-section-btn {
  margin-top: 43px;
}
.cid-uNq4xrTt9J .image-wrapper,
.cid-uNq4xrTt9J img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-uNq4xrTt9J .mbr-text,
.cid-uNq4xrTt9J .mbr-section-btn {
  color: #232323;
}
.cid-t3WyeTwlD3 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WyeTwlD3 .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WyeTwlD3 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WyeTwlD3 .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WyeTwlD3 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WyeTwlD3 .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WyeTwlD3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WyeTwlD3 .row {
  justify-content: center;
}
.cid-t3WyeTwlD3 .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WyeTwlD3 .item {
    padding-bottom: 25px;
  }
}
.cid-t3WyeTwlD3 .card-text {
  color: #ffffff;
}
.cid-t85fCfDqOL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fCfDqOL .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fCfDqOL .text-element {
  z-index: 1000;
}
.cid-t85fCfDqOL .row-element,
.cid-t85fCfDqOL .image-element {
  padding: 0;
}
.cid-t85fCfDqOL .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fCfDqOL .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fCfDqOL .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fCfDqOL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fCfDqOL .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fCfDqOL .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fCfDqOL .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fCfDqOL .underline .line {
    height: 2px;
  }
  .cid-t85fCfDqOL .mbr-title,
  .cid-t85fCfDqOL .underline,
  .cid-t85fCfDqOL .mbr-text,
  .cid-t85fCfDqOL .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fCfDqOL .mbr-title,
.cid-t85fCfDqOL .underline {
  color: #2c1616;
}
.cid-t85fCfDqOL .mbr-text,
.cid-t85fCfDqOL .mbr-section-btn {
  color: #000000;
}
.cid-t85fCfDqOL .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fCfDqOL .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fCfDqOL .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fCfDqOL .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fCfDqOL .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fCfDqOL P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fCfDqOL .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fCfDqOL .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fCfDqOL .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fCfDqOL .mbr-title,
.cid-t85fCfDqOL .underline B {
  color: #000000;
}
.cid-t85fCTmi1x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fCTmi1x .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fCTmi1x .text-element {
  z-index: 1000;
}
.cid-t85fCTmi1x .row-element,
.cid-t85fCTmi1x .image-element {
  padding: 0;
}
.cid-t85fCTmi1x .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fCTmi1x .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fCTmi1x .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fCTmi1x .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fCTmi1x .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fCTmi1x .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fCTmi1x .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fCTmi1x .underline .line {
    height: 2px;
  }
  .cid-t85fCTmi1x .mbr-title,
  .cid-t85fCTmi1x .underline,
  .cid-t85fCTmi1x .mbr-text,
  .cid-t85fCTmi1x .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fCTmi1x .mbr-title,
.cid-t85fCTmi1x .underline {
  color: #2c1616;
}
.cid-t85fCTmi1x .mbr-text,
.cid-t85fCTmi1x .mbr-section-btn {
  color: #000000;
}
.cid-t85fCTmi1x .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fCTmi1x .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fCTmi1x .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fCTmi1x .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fCTmi1x .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fCTmi1x P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fCTmi1x .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fCTmi1x .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fCTmi1x .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fDnRsvi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fDnRsvi .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fDnRsvi .text-element {
  z-index: 1000;
}
.cid-t85fDnRsvi .row-element,
.cid-t85fDnRsvi .image-element {
  padding: 0;
}
.cid-t85fDnRsvi .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fDnRsvi .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fDnRsvi .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fDnRsvi .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fDnRsvi .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fDnRsvi .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fDnRsvi .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fDnRsvi .underline .line {
    height: 2px;
  }
  .cid-t85fDnRsvi .mbr-title,
  .cid-t85fDnRsvi .underline,
  .cid-t85fDnRsvi .mbr-text,
  .cid-t85fDnRsvi .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fDnRsvi .mbr-title,
.cid-t85fDnRsvi .underline {
  color: #2c1616;
}
.cid-t85fDnRsvi .mbr-text,
.cid-t85fDnRsvi .mbr-section-btn {
  color: #000000;
}
.cid-t85fDnRsvi .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fDnRsvi .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fDnRsvi .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fDnRsvi .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fDnRsvi .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fDnRsvi P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fDnRsvi .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fDnRsvi .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fDnRsvi .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fDSDaJ7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fDSDaJ7 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fDSDaJ7 .text-element {
  z-index: 1000;
}
.cid-t85fDSDaJ7 .row-element,
.cid-t85fDSDaJ7 .image-element {
  padding: 0;
}
.cid-t85fDSDaJ7 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fDSDaJ7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fDSDaJ7 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fDSDaJ7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fDSDaJ7 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fDSDaJ7 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fDSDaJ7 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fDSDaJ7 .underline .line {
    height: 2px;
  }
  .cid-t85fDSDaJ7 .mbr-title,
  .cid-t85fDSDaJ7 .underline,
  .cid-t85fDSDaJ7 .mbr-text,
  .cid-t85fDSDaJ7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fDSDaJ7 .mbr-title,
.cid-t85fDSDaJ7 .underline {
  color: #2c1616;
}
.cid-t85fDSDaJ7 .mbr-text,
.cid-t85fDSDaJ7 .mbr-section-btn {
  color: #000000;
}
.cid-t85fDSDaJ7 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fDSDaJ7 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fDSDaJ7 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fDSDaJ7 .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fDSDaJ7 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fDSDaJ7 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fDSDaJ7 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fDSDaJ7 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fDSDaJ7 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fF8pWY6 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85fF8pWY6 .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85fF8pWY6 .myform {
    padding: 1rem;
  }
}
.cid-t85fF8pWY6 .showAlerts {
  display: block !important;
}
.cid-t85fF8pWY6 .rowflexrev {
  display: -webkit-flex;
}
.cid-t85fF8pWY6 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85fF8pWY6 .title {
  margin-bottom: 2rem;
}
.cid-t85fF8pWY6 .mbr-section-subtitle {
  color: #767676;
}
.cid-t85fF8pWY6 textarea.form-control {
  min-height: 188px;
}
.cid-t85fF8pWY6 LABEL {
  color: #232323;
}
.cid-t85fF8pWY6 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fF8pWY6 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85fF8pWY6 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fF8pWY6 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fF8pWY6 .alert {
  margin-bottom: 0;
}
.cid-t85fF8pWY6 .alert-success {
  background-color: #70c770;
}
.cid-t85fF8pWY6 .alert-danger {
  background-color: #ff4a52;
}
.cid-t85fF8pWY6 .btn {
  display: inline-flex;
}
.cid-t85fF8pWY6 .hidden {
  display: none;
}
.cid-t85fF8pWY6 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85fF8pWY6 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t6rn7IAxCl {
  background: #ffffff;
}
.cid-t6rn7IAxCl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6rn7IAxCl figcaption {
  position: relative;
}
.cid-t6rn7IAxCl figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6rn7IAxCl .image-block {
    width: 100% !important;
  }
}
.cid-smUHveihGR {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-smUHveihGR .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-smUHveihGR H1 {
  color: #ffffff;
  text-align: center;
}
.cid-smUHveihGR .mbr-text,
.cid-smUHveihGR .mbr-section-btn {
  text-align: center;
}
.cid-smUHveihGR B {
  color: #ffffff;
}
.cid-smUHveihGR p {
  font-weight: 300;
}
.cid-smUHvev0Kk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-smUHvev0Kk p {
  text-align: left;
  font-size: 1rem;
}
.cid-smUHvev0Kk .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-smUHvev0Kk .btn-underline:hover {
  color: #505050;
}
.cid-smUHvev0Kk .btn-underline:before {
  background-color: #505050;
}
.cid-smUHvev0Kk .social-list a:focus {
  text-decoration: none;
}
.cid-smUHvev0Kk .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-smUHvev0Kk .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-smUHvev0Kk .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-smUHvev0Kk .logo-footer {
  line-height: normal;
}
.cid-smUHvev0Kk .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smUHvev0Kk .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smUHvev0Kk .mbr-section-btn {
  font-size: 16px;
}
.cid-smUHvev0Kk .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-smUHvev0Kk .block-title {
  color: #ffffff;
}
.cid-smUHvev0Kk .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-smUHvdYj9U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-smUHvdYj9U .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpRsIQQgJ {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpRsIQQgJ .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpRsIQQgJ .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpRsIQQgJ .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpRsIQQgJ {
    text-align: center !important;
  }
  .cid-uNpRsIQQgJ .mbr-text {
    text-align: center;
  }
}
.cid-uNpRsIQQgJ .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpRsIQQgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpRsIQQgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpRsIQQgJ H1 {
  color: #ffffff;
}
.cid-t3WCSvqh3w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WCSvqh3w .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WCSvqh3w .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WCSvqh3w .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WCSvqh3w .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WCSvqh3w .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WCSvqh3w .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WCSvqh3w .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WCSvqh3w .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WCSvqh3w .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WCSvqh3w .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WCSvqh3w .image-wrapper,
.cid-t3WCSvqh3w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WCSvqh3w .mbr-text,
.cid-t3WCSvqh3w .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WCSYld9D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WCSYld9D .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WCSYld9D .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WCSYld9D .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WCSYld9D .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WCSYld9D .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WCSYld9D .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WCSYld9D .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WCSYld9D .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WCSYld9D .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WCSYld9D .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WCSYld9D .image-wrapper,
.cid-t3WCSYld9D img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WCSYld9D .mbr-text,
.cid-t3WCSYld9D .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WCTqSZv7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WCTqSZv7 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WCTqSZv7 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WCTqSZv7 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WCTqSZv7 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WCTqSZv7 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WCTqSZv7 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WCTqSZv7 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WCTqSZv7 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WCTqSZv7 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WCTqSZv7 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WCTqSZv7 .image-wrapper,
.cid-t3WCTqSZv7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WCTqSZv7 .mbr-text,
.cid-t3WCTqSZv7 .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WCTQOwxd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WCTQOwxd .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WCTQOwxd .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WCTQOwxd .mbr-text {
  font-weight: 400;
}
.cid-t3WCTQOwxd .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WCTQOwxd .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WCTQOwxd .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WCTQOwxd .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WCTQOwxd .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WCTQOwxd .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WCTQOwxd .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WCTQOwxd .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WCTQOwxd .image-wrapper,
.cid-t3WCTQOwxd img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WCTQOwxd .mbr-text,
.cid-t3WCTQOwxd .mbr-section-btn {
  color: #232323;
}
.cid-t3WCUhcVZO {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WCUhcVZO .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WCUhcVZO .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WCUhcVZO .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WCUhcVZO .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WCUhcVZO .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WCUhcVZO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WCUhcVZO .row {
  justify-content: center;
}
.cid-t3WCUhcVZO .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WCUhcVZO .item {
    padding-bottom: 25px;
  }
}
.cid-t3WCUhcVZO .card-text {
  color: #ffffff;
}
.cid-t85eTdW1yK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eTdW1yK .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eTdW1yK .text-element {
  z-index: 1000;
}
.cid-t85eTdW1yK .row-element,
.cid-t85eTdW1yK .image-element {
  padding: 0;
}
.cid-t85eTdW1yK .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eTdW1yK .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eTdW1yK .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eTdW1yK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eTdW1yK .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eTdW1yK .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eTdW1yK .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eTdW1yK .underline .line {
    height: 2px;
  }
  .cid-t85eTdW1yK .mbr-title,
  .cid-t85eTdW1yK .underline,
  .cid-t85eTdW1yK .mbr-text,
  .cid-t85eTdW1yK .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eTdW1yK .mbr-title,
.cid-t85eTdW1yK .underline {
  color: #2c1616;
}
.cid-t85eTdW1yK .mbr-text,
.cid-t85eTdW1yK .mbr-section-btn {
  color: #000000;
}
.cid-t85eTdW1yK .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eTdW1yK .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eTdW1yK .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eTdW1yK .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eTdW1yK .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eTdW1yK P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eTdW1yK .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eTdW1yK .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eTdW1yK .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eTdW1yK .mbr-title,
.cid-t85eTdW1yK .underline B {
  color: #000000;
}
.cid-t85eTPTFqS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eTPTFqS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eTPTFqS .text-element {
  z-index: 1000;
}
.cid-t85eTPTFqS .row-element,
.cid-t85eTPTFqS .image-element {
  padding: 0;
}
.cid-t85eTPTFqS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eTPTFqS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eTPTFqS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eTPTFqS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eTPTFqS .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eTPTFqS .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eTPTFqS .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eTPTFqS .underline .line {
    height: 2px;
  }
  .cid-t85eTPTFqS .mbr-title,
  .cid-t85eTPTFqS .underline,
  .cid-t85eTPTFqS .mbr-text,
  .cid-t85eTPTFqS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eTPTFqS .mbr-title,
.cid-t85eTPTFqS .underline {
  color: #2c1616;
}
.cid-t85eTPTFqS .mbr-text,
.cid-t85eTPTFqS .mbr-section-btn {
  color: #000000;
}
.cid-t85eTPTFqS .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eTPTFqS .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eTPTFqS .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eTPTFqS .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eTPTFqS .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eTPTFqS P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eTPTFqS .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eTPTFqS .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eTPTFqS .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eUoUPUS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eUoUPUS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eUoUPUS .text-element {
  z-index: 1000;
}
.cid-t85eUoUPUS .row-element,
.cid-t85eUoUPUS .image-element {
  padding: 0;
}
.cid-t85eUoUPUS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eUoUPUS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eUoUPUS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eUoUPUS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eUoUPUS .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eUoUPUS .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eUoUPUS .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eUoUPUS .underline .line {
    height: 2px;
  }
  .cid-t85eUoUPUS .mbr-title,
  .cid-t85eUoUPUS .underline,
  .cid-t85eUoUPUS .mbr-text,
  .cid-t85eUoUPUS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eUoUPUS .mbr-title,
.cid-t85eUoUPUS .underline {
  color: #2c1616;
}
.cid-t85eUoUPUS .mbr-text,
.cid-t85eUoUPUS .mbr-section-btn {
  color: #000000;
}
.cid-t85eUoUPUS .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eUoUPUS .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eUoUPUS .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eUoUPUS .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eUoUPUS .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eUoUPUS P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eUoUPUS .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eUoUPUS .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eUoUPUS .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eUYvj7N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eUYvj7N .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eUYvj7N .text-element {
  z-index: 1000;
}
.cid-t85eUYvj7N .row-element,
.cid-t85eUYvj7N .image-element {
  padding: 0;
}
.cid-t85eUYvj7N .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eUYvj7N .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eUYvj7N .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eUYvj7N .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eUYvj7N .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eUYvj7N .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eUYvj7N .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eUYvj7N .underline .line {
    height: 2px;
  }
  .cid-t85eUYvj7N .mbr-title,
  .cid-t85eUYvj7N .underline,
  .cid-t85eUYvj7N .mbr-text,
  .cid-t85eUYvj7N .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eUYvj7N .mbr-title,
.cid-t85eUYvj7N .underline {
  color: #2c1616;
}
.cid-t85eUYvj7N .mbr-text,
.cid-t85eUYvj7N .mbr-section-btn {
  color: #000000;
}
.cid-t85eUYvj7N .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eUYvj7N .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eUYvj7N .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eUYvj7N .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eUYvj7N .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eUYvj7N P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eUYvj7N .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eUYvj7N .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eUYvj7N .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eWlVNfM {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85eWlVNfM .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85eWlVNfM .myform {
    padding: 1rem;
  }
}
.cid-t85eWlVNfM .showAlerts {
  display: block !important;
}
.cid-t85eWlVNfM .rowflexrev {
  display: -webkit-flex;
}
.cid-t85eWlVNfM .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85eWlVNfM .title {
  margin-bottom: 2rem;
}
.cid-t85eWlVNfM .mbr-section-subtitle {
  color: #767676;
}
.cid-t85eWlVNfM textarea.form-control {
  min-height: 188px;
}
.cid-t85eWlVNfM LABEL {
  color: #232323;
}
.cid-t85eWlVNfM .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eWlVNfM .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85eWlVNfM .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eWlVNfM .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eWlVNfM .alert {
  margin-bottom: 0;
}
.cid-t85eWlVNfM .alert-success {
  background-color: #70c770;
}
.cid-t85eWlVNfM .alert-danger {
  background-color: #ff4a52;
}
.cid-t85eWlVNfM .btn {
  display: inline-flex;
}
.cid-t85eWlVNfM .hidden {
  display: none;
}
.cid-t85eWlVNfM .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85eWlVNfM .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-smVCDEd34b {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-smVCDEd34b .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-smVCDEd34b H1 {
  color: #ffffff;
  text-align: center;
}
.cid-smVCDEd34b .mbr-text,
.cid-smVCDEd34b .mbr-section-btn {
  text-align: center;
}
.cid-smVCDEd34b B {
  color: #ffffff;
}
.cid-smVCDEd34b p {
  font-weight: 300;
}
.cid-smVCDEDqCd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-smVCDEDqCd p {
  text-align: left;
  font-size: 1rem;
}
.cid-smVCDEDqCd .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-smVCDEDqCd .btn-underline:hover {
  color: #505050;
}
.cid-smVCDEDqCd .btn-underline:before {
  background-color: #505050;
}
.cid-smVCDEDqCd .social-list a:focus {
  text-decoration: none;
}
.cid-smVCDEDqCd .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-smVCDEDqCd .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-smVCDEDqCd .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-smVCDEDqCd .logo-footer {
  line-height: normal;
}
.cid-smVCDEDqCd .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smVCDEDqCd .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smVCDEDqCd .mbr-section-btn {
  font-size: 16px;
}
.cid-smVCDEDqCd .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-smVCDEDqCd .block-title {
  color: #ffffff;
}
.cid-smVCDEDqCd .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-smW1G4HifG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-smW1G4HifG .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpR381p6P {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpR381p6P .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpR381p6P .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpR381p6P .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpR381p6P {
    text-align: center !important;
  }
  .cid-uNpR381p6P .mbr-text {
    text-align: center;
  }
}
.cid-uNpR381p6P .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpR381p6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpR381p6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpR381p6P H1 {
  color: #ffffff;
}
.cid-t3WAG9KgVN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WAG9KgVN .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WAG9KgVN .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WAG9KgVN .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WAG9KgVN .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WAG9KgVN .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WAG9KgVN .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WAG9KgVN .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WAG9KgVN .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WAG9KgVN .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WAG9KgVN .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WAG9KgVN .image-wrapper,
.cid-t3WAG9KgVN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WAG9KgVN .mbr-text,
.cid-t3WAG9KgVN .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WAGBDeRm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WAGBDeRm .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WAGBDeRm .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WAGBDeRm .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WAGBDeRm .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WAGBDeRm .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WAGBDeRm .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WAGBDeRm .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WAGBDeRm .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WAGBDeRm .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WAGBDeRm .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WAGBDeRm .image-wrapper,
.cid-t3WAGBDeRm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WAGBDeRm .mbr-text,
.cid-t3WAGBDeRm .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WAJW2qqg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WAJW2qqg .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WAJW2qqg .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WAJW2qqg .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WAJW2qqg .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WAJW2qqg .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WAJW2qqg .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WAJW2qqg .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WAJW2qqg .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WAJW2qqg .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WAJW2qqg .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WAJW2qqg .image-wrapper,
.cid-t3WAJW2qqg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WAJW2qqg .mbr-text,
.cid-t3WAJW2qqg .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WAKk4cVh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WAKk4cVh .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WAKk4cVh .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WAKk4cVh .mbr-text {
  font-weight: 400;
}
.cid-t3WAKk4cVh .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WAKk4cVh .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WAKk4cVh .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WAKk4cVh .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WAKk4cVh .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WAKk4cVh .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WAKk4cVh .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WAKk4cVh .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WAKk4cVh .image-wrapper,
.cid-t3WAKk4cVh img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WAKk4cVh .mbr-text,
.cid-t3WAKk4cVh .mbr-section-btn {
  color: #232323;
}
.cid-t3WAKFDfqB {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WAKFDfqB .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WAKFDfqB .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WAKFDfqB .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WAKFDfqB .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WAKFDfqB .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WAKFDfqB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WAKFDfqB .row {
  justify-content: center;
}
.cid-t3WAKFDfqB .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WAKFDfqB .item {
    padding-bottom: 25px;
  }
}
.cid-t3WAKFDfqB .card-text {
  color: #ffffff;
}
.cid-t85flDKNGV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85flDKNGV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85flDKNGV .text-element {
  z-index: 1000;
}
.cid-t85flDKNGV .row-element,
.cid-t85flDKNGV .image-element {
  padding: 0;
}
.cid-t85flDKNGV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85flDKNGV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85flDKNGV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85flDKNGV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85flDKNGV .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85flDKNGV .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85flDKNGV .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85flDKNGV .underline .line {
    height: 2px;
  }
  .cid-t85flDKNGV .mbr-title,
  .cid-t85flDKNGV .underline,
  .cid-t85flDKNGV .mbr-text,
  .cid-t85flDKNGV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85flDKNGV .mbr-title,
.cid-t85flDKNGV .underline {
  color: #2c1616;
}
.cid-t85flDKNGV .mbr-text,
.cid-t85flDKNGV .mbr-section-btn {
  color: #000000;
}
.cid-t85flDKNGV .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85flDKNGV .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85flDKNGV .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85flDKNGV .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85flDKNGV .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85flDKNGV P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85flDKNGV .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85flDKNGV .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85flDKNGV .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85flDKNGV .mbr-title,
.cid-t85flDKNGV .underline B {
  color: #000000;
}
.cid-t85fmf31KO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fmf31KO .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fmf31KO .text-element {
  z-index: 1000;
}
.cid-t85fmf31KO .row-element,
.cid-t85fmf31KO .image-element {
  padding: 0;
}
.cid-t85fmf31KO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fmf31KO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fmf31KO .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fmf31KO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fmf31KO .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fmf31KO .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fmf31KO .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fmf31KO .underline .line {
    height: 2px;
  }
  .cid-t85fmf31KO .mbr-title,
  .cid-t85fmf31KO .underline,
  .cid-t85fmf31KO .mbr-text,
  .cid-t85fmf31KO .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fmf31KO .mbr-title,
.cid-t85fmf31KO .underline {
  color: #2c1616;
}
.cid-t85fmf31KO .mbr-text,
.cid-t85fmf31KO .mbr-section-btn {
  color: #000000;
}
.cid-t85fmf31KO .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fmf31KO .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fmf31KO .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fmf31KO .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fmf31KO .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fmf31KO P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fmf31KO .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fmf31KO .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fmf31KO .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fmKrbvj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fmKrbvj .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fmKrbvj .text-element {
  z-index: 1000;
}
.cid-t85fmKrbvj .row-element,
.cid-t85fmKrbvj .image-element {
  padding: 0;
}
.cid-t85fmKrbvj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fmKrbvj .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fmKrbvj .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fmKrbvj .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fmKrbvj .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fmKrbvj .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fmKrbvj .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fmKrbvj .underline .line {
    height: 2px;
  }
  .cid-t85fmKrbvj .mbr-title,
  .cid-t85fmKrbvj .underline,
  .cid-t85fmKrbvj .mbr-text,
  .cid-t85fmKrbvj .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fmKrbvj .mbr-title,
.cid-t85fmKrbvj .underline {
  color: #2c1616;
}
.cid-t85fmKrbvj .mbr-text,
.cid-t85fmKrbvj .mbr-section-btn {
  color: #000000;
}
.cid-t85fmKrbvj .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fmKrbvj .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fmKrbvj .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fmKrbvj .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fmKrbvj .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fmKrbvj P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fmKrbvj .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fmKrbvj .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fmKrbvj .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fnf0Ieo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85fnf0Ieo .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85fnf0Ieo .text-element {
  z-index: 1000;
}
.cid-t85fnf0Ieo .row-element,
.cid-t85fnf0Ieo .image-element {
  padding: 0;
}
.cid-t85fnf0Ieo .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85fnf0Ieo .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85fnf0Ieo .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85fnf0Ieo .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85fnf0Ieo .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85fnf0Ieo .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85fnf0Ieo .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85fnf0Ieo .underline .line {
    height: 2px;
  }
  .cid-t85fnf0Ieo .mbr-title,
  .cid-t85fnf0Ieo .underline,
  .cid-t85fnf0Ieo .mbr-text,
  .cid-t85fnf0Ieo .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85fnf0Ieo .mbr-title,
.cid-t85fnf0Ieo .underline {
  color: #2c1616;
}
.cid-t85fnf0Ieo .mbr-text,
.cid-t85fnf0Ieo .mbr-section-btn {
  color: #000000;
}
.cid-t85fnf0Ieo .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85fnf0Ieo .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85fnf0Ieo .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85fnf0Ieo .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85fnf0Ieo .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85fnf0Ieo P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85fnf0Ieo .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85fnf0Ieo .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85fnf0Ieo .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85fozfscA {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85fozfscA .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85fozfscA .myform {
    padding: 1rem;
  }
}
.cid-t85fozfscA .showAlerts {
  display: block !important;
}
.cid-t85fozfscA .rowflexrev {
  display: -webkit-flex;
}
.cid-t85fozfscA .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85fozfscA .title {
  margin-bottom: 2rem;
}
.cid-t85fozfscA .mbr-section-subtitle {
  color: #767676;
}
.cid-t85fozfscA textarea.form-control {
  min-height: 188px;
}
.cid-t85fozfscA LABEL {
  color: #232323;
}
.cid-t85fozfscA .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fozfscA .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85fozfscA .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fozfscA .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85fozfscA .alert {
  margin-bottom: 0;
}
.cid-t85fozfscA .alert-success {
  background-color: #70c770;
}
.cid-t85fozfscA .alert-danger {
  background-color: #ff4a52;
}
.cid-t85fozfscA .btn {
  display: inline-flex;
}
.cid-t85fozfscA .hidden {
  display: none;
}
.cid-t85fozfscA .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85fozfscA .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t6ro5g1v9s {
  background: #ffffff;
}
.cid-t6ro5g1v9s .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6ro5g1v9s figcaption {
  position: relative;
}
.cid-t6ro5g1v9s figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6ro5g1v9s .image-block {
    width: 100% !important;
  }
}
.cid-snyTQfQbiG {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-snyTQfQbiG .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-snyTQfQbiG H1 {
  color: #ffffff;
  text-align: center;
}
.cid-snyTQfQbiG .mbr-text,
.cid-snyTQfQbiG .mbr-section-btn {
  text-align: center;
}
.cid-snyTQfQbiG B {
  color: #ffffff;
}
.cid-snyTQfQbiG p {
  font-weight: 300;
}
.cid-snyTQg6s8M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-snyTQg6s8M p {
  text-align: left;
  font-size: 1rem;
}
.cid-snyTQg6s8M .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-snyTQg6s8M .btn-underline:hover {
  color: #505050;
}
.cid-snyTQg6s8M .btn-underline:before {
  background-color: #505050;
}
.cid-snyTQg6s8M .social-list a:focus {
  text-decoration: none;
}
.cid-snyTQg6s8M .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-snyTQg6s8M .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-snyTQg6s8M .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-snyTQg6s8M .logo-footer {
  line-height: normal;
}
.cid-snyTQg6s8M .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snyTQg6s8M .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snyTQg6s8M .mbr-section-btn {
  font-size: 16px;
}
.cid-snyTQg6s8M .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-snyTQg6s8M .block-title {
  color: #ffffff;
}
.cid-snyTQg6s8M .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-snyV6BbR0r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-snyV6BbR0r .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
#custom-html-rm {
  /* Type valid CSS here */
}
.cid-uNB46UXYOj {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNB46UXYOj .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNB46UXYOj .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNB46UXYOj .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNB46UXYOj {
    text-align: center !important;
  }
  .cid-uNB46UXYOj .mbr-text {
    text-align: center;
  }
}
.cid-uNB46UXYOj .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNB46UXYOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNB46UXYOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNB46UXYOj H1 {
  color: #ffffff;
}
.cid-spslBZqSCn {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-spslBZyMYz {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-spsR2tWlmv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spsR2tWlmv span {
  color: #c1c1c1;
}
.cid-spsR2tWlmv .mbr-text {
  padding-left: 1.5rem;
}
.cid-spsR2tWlmv .mbr-section-title {
  padding-left: 1.5px;
}
.cid-spsR2tWlmv .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-spsR2tWlmv H1 {
  text-align: left;
  color: #000000;
}
.cid-spsR2tWlmv .mbr-text,
.cid-spsR2tWlmv .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-spsMMiwWeU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-spsMMiwWeU .card-img {
  position: relative;
  overflow: hidden;
}
.cid-spsMMiwWeU section {
  position: relative;
}
.cid-spsMMiwWeU a {
  font-weight: 600;
}
.cid-spsMMiwWeU .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-spsMMiwWeU .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #e4effb;
}
.cid-spsMMiwWeU .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-spsMMiwWeU .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-spsMMiwWeU .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-spsMMiwWeU .card-wrapper {
  height: 100%;
}
.cid-spsMMiwWeU .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-spsMMiwWeU .card-wrapper:hover .card-title a {
  color: #ff8c28 !important;
}
.cid-spsMMiwWeU .text {
  color: #767676;
}
.cid-spsMMiwWeU .card-title {
  color: #36404c;
}
.cid-spsMMiwWeU .title {
  text-align: center;
}
.cid-spsNNd1Wso {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e4effb;
}
.cid-spsNNd1Wso .card-img {
  position: relative;
  overflow: hidden;
}
.cid-spsNNd1Wso section {
  position: relative;
}
.cid-spsNNd1Wso a {
  font-weight: 600;
}
.cid-spsNNd1Wso .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-spsNNd1Wso .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #ffffff;
}
.cid-spsNNd1Wso .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-spsNNd1Wso .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-spsNNd1Wso .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-spsNNd1Wso .card-wrapper {
  height: 100%;
}
.cid-spsNNd1Wso .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-spsNNd1Wso .card-wrapper:hover .card-title a {
  color: #ff8c28 !important;
}
.cid-spsNNd1Wso .text {
  color: #767676;
}
.cid-spsNNd1Wso .card-title {
  color: #36404c;
}
.cid-spsNNd1Wso .title {
  text-align: center;
}
.cid-spsPriHgfF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-spsPriHgfF .card-img {
  position: relative;
  overflow: hidden;
}
.cid-spsPriHgfF section {
  position: relative;
}
.cid-spsPriHgfF a {
  font-weight: 600;
}
.cid-spsPriHgfF .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-spsPriHgfF .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #e4effb;
}
.cid-spsPriHgfF .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-spsPriHgfF .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-spsPriHgfF .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-spsPriHgfF .card-wrapper {
  height: 100%;
}
.cid-spsPriHgfF .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-spsPriHgfF .card-wrapper:hover .card-title a {
  color: #ff8c28 !important;
}
.cid-spsPriHgfF .text {
  color: #767676;
}
.cid-spsPriHgfF .card-title {
  color: #36404c;
}
.cid-spsPriHgfF .title {
  text-align: center;
}
.cid-spslC0Lnnn {
  padding-top: 240px;
  padding-bottom: 175px;
  background-image: url("../../../assets/images/adult-2449725.jpg");
}
.cid-spslC0Lnnn .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-spslC0Lnnn .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-spslC0Lnnn H1 {
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
.cid-spslC18N2G {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-spslC18N2G .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-spslC18N2G H1 {
  color: #ffffff;
  text-align: center;
}
.cid-spslC18N2G .mbr-text,
.cid-spslC18N2G .mbr-section-btn {
  text-align: center;
}
.cid-spslC18N2G B {
  color: #ffffff;
}
.cid-spslC18N2G p {
  font-weight: 300;
}
.cid-spslC1nVsw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-spslC1nVsw p {
  text-align: left;
  font-size: 1rem;
}
.cid-spslC1nVsw .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-spslC1nVsw .btn-underline:hover {
  color: #505050;
}
.cid-spslC1nVsw .btn-underline:before {
  background-color: #505050;
}
.cid-spslC1nVsw .social-list a:focus {
  text-decoration: none;
}
.cid-spslC1nVsw .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-spslC1nVsw .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-spslC1nVsw .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-spslC1nVsw .logo-footer {
  line-height: normal;
}
.cid-spslC1nVsw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spslC1nVsw .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spslC1nVsw .mbr-section-btn {
  font-size: 16px;
}
.cid-spslC1nVsw .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-spslC1nVsw .block-title {
  color: #ffffff;
}
.cid-spslC1nVsw .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
#custom-html-s3 {
  /* Type valid CSS here */
}
.cid-spAFGkTMYQ {
  padding-top: 180px;
  background-image: url("../../../assets/images/mbr-7.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-spAFGkTMYQ .myHandyPadding {
  padding-left: auto;
}
.cid-spAFGkTMYQ .clearfix {
  font-family: roboto;
  font-size: 1.06rem;
  font-style: normal;
  line-height: 1.5;
  font-weight: 300;
}
.cid-spAFGkTMYQ .container {
  margin-bottom: 15%;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cid-spAFGkTMYQ {
    background-image: url("../../../assets/images/mbr-7.jpg");
    background-attachment: scroll;
  }
}
.cid-spAFGkTMYQ .content-container .btn-bgr {
  z-index: 0;
}
.cid-spAFGkTMYQ .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #efefef;
}
.cid-spAFGkTMYQ .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-spAFGkTMYQ .box-item:first-child {
  background-color: #7a93b5;
  margin-top: -200px;
}
.cid-spAFGkTMYQ .box-item:nth-child(2) {
  background-color: #526887;
}
.cid-spAFGkTMYQ .box-item:last-child {
  background-color: #29446a;
}
.cid-spAFGkTMYQ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-spAFGkTMYQ .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-spAFGkTMYQ .box-list li:last-child {
  border-bottom: none;
}
.cid-spAFGkTMYQ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-spAFGkTMYQ .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-spAFGkTMYQ .media-container-row {
    justify-content: flex-start;
  }
  .cid-spAFGkTMYQ .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-spAFGkTMYQ .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-spAFGkTMYQ .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-spAFGkTMYQ .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-spAFGkTMYQ H1 {
  color: #ffffff;
}
.cid-spAFGkTMYQ .mbr-text,
.cid-spAFGkTMYQ .mbr-section-btn {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .cid-spAFGkTMYQ .myHandyPadding {
    padding-left: 20px;
  }
}
.cid-spAFGlmIjH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-spAFGlmIjH .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-spAFGlmIjH ol,
.cid-spAFGlmIjH ul {
  list-style-type: disc;
}
.cid-spAFGlmIjH .row-element,
.cid-spAFGlmIjH .image-element {
  padding: 0;
}
.cid-spAFGlmIjH .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spAFGlmIjH .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-spAFGlmIjH .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-spAFGlmIjH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-spAFGlmIjH .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-spAFGlmIjH .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spAFGlmIjH .text-content {
    padding: 2rem 1rem;
  }
  .cid-spAFGlmIjH .underline .line {
    height: 2px;
  }
  .cid-spAFGlmIjH .mbr-title,
  .cid-spAFGlmIjH .underline,
  .cid-spAFGlmIjH .mbr-text,
  .cid-spAFGlmIjH .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-spAFGlmIjH .mbr-title,
.cid-spAFGlmIjH .underline {
  color: #2c1616;
}
.cid-spAFGlmIjH .mbr-text,
.cid-spAFGlmIjH .mbr-section-btn {
  color: #2c1616;
}
.cid-spAFGlmIjH .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-spAFGlmIjH .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-spAFGlmIjH .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-spAFGlmIjH .imagebox:hover img {
  opacity: 0.7;
}
.cid-spAFGlmIjH .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-spAFGlmIjH P,
.cid-spAFGlmIjH li {
  font-family: "roboto";
  color: black;
  font-size: 1.2rem;
}
.cid-spAFGlmIjH .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-spAFGlFULZ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-spAFGlFULZ .block-title B {
  color: #efefef;
}
.cid-spAFGlFULZ .block-title {
  color: #cccccc;
}
.cid-spAFGlFULZ h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .cid-spAFGlFULZ h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
  }
}
.cid-spAFGlQ1K2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-spAFGlQ1K2 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-spAFGlQ1K2 ol,
.cid-spAFGlQ1K2 ul {
  list-style-type: disc;
}
.cid-spAFGlQ1K2 .row-element,
.cid-spAFGlQ1K2 .image-element {
  padding: 0;
}
.cid-spAFGlQ1K2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spAFGlQ1K2 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-spAFGlQ1K2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-spAFGlQ1K2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-spAFGlQ1K2 .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-spAFGlQ1K2 .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spAFGlQ1K2 .text-content {
    padding: 2rem 1rem;
  }
  .cid-spAFGlQ1K2 .underline .line {
    height: 2px;
  }
  .cid-spAFGlQ1K2 .mbr-title,
  .cid-spAFGlQ1K2 .underline,
  .cid-spAFGlQ1K2 .mbr-text,
  .cid-spAFGlQ1K2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-spAFGlQ1K2 .mbr-title,
.cid-spAFGlQ1K2 .underline {
  color: #2c1616;
}
.cid-spAFGlQ1K2 .mbr-text,
.cid-spAFGlQ1K2 .mbr-section-btn {
  color: #2c1616;
}
.cid-spAFGlQ1K2 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-spAFGlQ1K2 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-spAFGlQ1K2 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-spAFGlQ1K2 .imagebox:hover img {
  opacity: 0.7;
}
.cid-spAFGlQ1K2 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-spAFGlQ1K2 P,
.cid-spAFGlQ1K2 li {
  font-family: "roboto";
  color: black;
  font-size: 1.2rem;
}
.cid-spAFGlQ1K2 .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-spAFGm8gtu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-spAFGm8gtu .block-title B {
  color: #efefef;
}
.cid-spAFGm8gtu .block-title {
  color: #cccccc;
}
.cid-spAFGm8gtu h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .cid-spAFGm8gtu h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
  }
}
.cid-spAFGmiR5I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-spAFGmiR5I .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-spAFGmiR5I ol,
.cid-spAFGmiR5I ul {
  list-style-type: disc;
}
.cid-spAFGmiR5I .row-element,
.cid-spAFGmiR5I .image-element {
  padding: 0;
}
.cid-spAFGmiR5I .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spAFGmiR5I .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-spAFGmiR5I .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-spAFGmiR5I .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-spAFGmiR5I .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-spAFGmiR5I .text-content {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spAFGmiR5I .text-content {
    padding: 2rem 1rem;
  }
  .cid-spAFGmiR5I .underline .line {
    height: 2px;
  }
  .cid-spAFGmiR5I .mbr-title,
  .cid-spAFGmiR5I .underline,
  .cid-spAFGmiR5I .mbr-text,
  .cid-spAFGmiR5I .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-spAFGmiR5I .mbr-title,
.cid-spAFGmiR5I .underline {
  color: #2c1616;
}
.cid-spAFGmiR5I .mbr-text,
.cid-spAFGmiR5I .mbr-section-btn {
  color: #2c1616;
}
.cid-spAFGmiR5I .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-spAFGmiR5I .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-spAFGmiR5I .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-spAFGmiR5I .imagebox:hover img {
  opacity: 0.7;
}
.cid-spAFGmiR5I .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-spAFGmiR5I P,
.cid-spAFGmiR5I li {
  font-family: "roboto";
  color: black;
  font-size: 1.2rem;
}
.cid-spAFGmiR5I .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-spAFGmz8VM {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spAFGmz8VM .block-title B {
  color: #efefef;
}
.cid-spAFGmz8VM .block-title {
  color: #333333;
}
.cid-spAFGmKweT {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spAFGmTVc4 {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-spAFGmTVc4 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-spAFGmTVc4 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-spAFGmTVc4 .mbr-text,
.cid-spAFGmTVc4 .mbr-section-btn {
  text-align: center;
}
.cid-spAFGmTVc4 B {
  color: #ffffff;
}
.cid-spAFGmTVc4 p {
  font-weight: 300;
}
.cid-spAFGn9ehD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-spAFGn9ehD p {
  text-align: left;
  font-size: 1rem;
}
.cid-spAFGn9ehD .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-spAFGn9ehD .btn-underline:hover {
  color: #505050;
}
.cid-spAFGn9ehD .btn-underline:before {
  background-color: #505050;
}
.cid-spAFGn9ehD .social-list a:focus {
  text-decoration: none;
}
.cid-spAFGn9ehD .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-spAFGn9ehD .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-spAFGn9ehD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-spAFGn9ehD .logo-footer {
  line-height: normal;
}
.cid-spAFGn9ehD .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spAFGn9ehD .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spAFGn9ehD .mbr-section-btn {
  font-size: 16px;
}
.cid-spAFGn9ehD .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-spAFGn9ehD .block-title {
  color: #ffffff;
}
.cid-spAFGn9ehD .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpRywSUN4 {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpRywSUN4 .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpRywSUN4 .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpRywSUN4 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpRywSUN4 {
    text-align: center !important;
  }
  .cid-uNpRywSUN4 .mbr-text {
    text-align: center;
  }
}
.cid-uNpRywSUN4 .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpRywSUN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpRywSUN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpRywSUN4 H1 {
  color: #ffffff;
}
.cid-t3WDCMnoPe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WDCMnoPe .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WDCMnoPe .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WDCMnoPe .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WDCMnoPe .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WDCMnoPe .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WDCMnoPe .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WDCMnoPe .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WDCMnoPe .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WDCMnoPe .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WDCMnoPe .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WDCMnoPe .image-wrapper,
.cid-t3WDCMnoPe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WDCMnoPe .mbr-text,
.cid-t3WDCMnoPe .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WDDfz8B8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WDDfz8B8 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WDDfz8B8 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WDDfz8B8 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WDDfz8B8 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WDDfz8B8 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WDDfz8B8 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WDDfz8B8 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WDDfz8B8 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WDDfz8B8 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WDDfz8B8 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WDDfz8B8 .image-wrapper,
.cid-t3WDDfz8B8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WDDfz8B8 .mbr-text,
.cid-t3WDDfz8B8 .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WDDMJvhA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WDDMJvhA .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WDDMJvhA .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WDDMJvhA .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WDDMJvhA .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WDDMJvhA .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WDDMJvhA .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WDDMJvhA .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WDDMJvhA .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WDDMJvhA .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WDDMJvhA .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WDDMJvhA .image-wrapper,
.cid-t3WDDMJvhA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WDDMJvhA .mbr-text,
.cid-t3WDDMJvhA .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WDEn0cGG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WDEn0cGG .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WDEn0cGG .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WDEn0cGG .mbr-text {
  font-weight: 400;
}
.cid-t3WDEn0cGG .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WDEn0cGG .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WDEn0cGG .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WDEn0cGG .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WDEn0cGG .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WDEn0cGG .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WDEn0cGG .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WDEn0cGG .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WDEn0cGG .image-wrapper,
.cid-t3WDEn0cGG img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WDEn0cGG .mbr-text,
.cid-t3WDEn0cGG .mbr-section-btn {
  color: #232323;
}
.cid-t3WDELCXJK {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WDELCXJK .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WDELCXJK .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WDELCXJK .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WDELCXJK .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WDELCXJK .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WDELCXJK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WDELCXJK .row {
  justify-content: center;
}
.cid-t3WDELCXJK .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WDELCXJK .item {
    padding-bottom: 25px;
  }
}
.cid-t3WDELCXJK .card-text {
  color: #ffffff;
}
.cid-t85eMP6aHq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eMP6aHq .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eMP6aHq .text-element {
  z-index: 1000;
}
.cid-t85eMP6aHq .row-element,
.cid-t85eMP6aHq .image-element {
  padding: 0;
}
.cid-t85eMP6aHq .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eMP6aHq .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eMP6aHq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eMP6aHq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eMP6aHq .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eMP6aHq .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eMP6aHq .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eMP6aHq .underline .line {
    height: 2px;
  }
  .cid-t85eMP6aHq .mbr-title,
  .cid-t85eMP6aHq .underline,
  .cid-t85eMP6aHq .mbr-text,
  .cid-t85eMP6aHq .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eMP6aHq .mbr-title,
.cid-t85eMP6aHq .underline {
  color: #2c1616;
}
.cid-t85eMP6aHq .mbr-text,
.cid-t85eMP6aHq .mbr-section-btn {
  color: #000000;
}
.cid-t85eMP6aHq .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eMP6aHq .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eMP6aHq .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eMP6aHq .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eMP6aHq .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eMP6aHq P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eMP6aHq .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eMP6aHq .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eMP6aHq .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eMP6aHq .mbr-title,
.cid-t85eMP6aHq .underline B {
  color: #000000;
}
.cid-t85eNsde4r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eNsde4r .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eNsde4r .text-element {
  z-index: 1000;
}
.cid-t85eNsde4r .row-element,
.cid-t85eNsde4r .image-element {
  padding: 0;
}
.cid-t85eNsde4r .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eNsde4r .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eNsde4r .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eNsde4r .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eNsde4r .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eNsde4r .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eNsde4r .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eNsde4r .underline .line {
    height: 2px;
  }
  .cid-t85eNsde4r .mbr-title,
  .cid-t85eNsde4r .underline,
  .cid-t85eNsde4r .mbr-text,
  .cid-t85eNsde4r .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eNsde4r .mbr-title,
.cid-t85eNsde4r .underline {
  color: #2c1616;
}
.cid-t85eNsde4r .mbr-text,
.cid-t85eNsde4r .mbr-section-btn {
  color: #000000;
}
.cid-t85eNsde4r .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eNsde4r .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eNsde4r .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eNsde4r .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eNsde4r .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eNsde4r P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eNsde4r .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eNsde4r .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eNsde4r .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eO1zHHt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eO1zHHt .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eO1zHHt .text-element {
  z-index: 1000;
}
.cid-t85eO1zHHt .row-element,
.cid-t85eO1zHHt .image-element {
  padding: 0;
}
.cid-t85eO1zHHt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eO1zHHt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eO1zHHt .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eO1zHHt .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eO1zHHt .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eO1zHHt .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eO1zHHt .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eO1zHHt .underline .line {
    height: 2px;
  }
  .cid-t85eO1zHHt .mbr-title,
  .cid-t85eO1zHHt .underline,
  .cid-t85eO1zHHt .mbr-text,
  .cid-t85eO1zHHt .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eO1zHHt .mbr-title,
.cid-t85eO1zHHt .underline {
  color: #2c1616;
}
.cid-t85eO1zHHt .mbr-text,
.cid-t85eO1zHHt .mbr-section-btn {
  color: #000000;
}
.cid-t85eO1zHHt .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eO1zHHt .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eO1zHHt .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eO1zHHt .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eO1zHHt .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eO1zHHt P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eO1zHHt .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eO1zHHt .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eO1zHHt .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eOzOSip {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eOzOSip .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eOzOSip .text-element {
  z-index: 1000;
}
.cid-t85eOzOSip .row-element,
.cid-t85eOzOSip .image-element {
  padding: 0;
}
.cid-t85eOzOSip .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eOzOSip .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eOzOSip .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eOzOSip .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eOzOSip .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eOzOSip .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eOzOSip .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eOzOSip .underline .line {
    height: 2px;
  }
  .cid-t85eOzOSip .mbr-title,
  .cid-t85eOzOSip .underline,
  .cid-t85eOzOSip .mbr-text,
  .cid-t85eOzOSip .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eOzOSip .mbr-title,
.cid-t85eOzOSip .underline {
  color: #2c1616;
}
.cid-t85eOzOSip .mbr-text,
.cid-t85eOzOSip .mbr-section-btn {
  color: #000000;
}
.cid-t85eOzOSip .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eOzOSip .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eOzOSip .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eOzOSip .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eOzOSip .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eOzOSip P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eOzOSip .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eOzOSip .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eOzOSip .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85ePRNs7D {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85ePRNs7D .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85ePRNs7D .myform {
    padding: 1rem;
  }
}
.cid-t85ePRNs7D .showAlerts {
  display: block !important;
}
.cid-t85ePRNs7D .rowflexrev {
  display: -webkit-flex;
}
.cid-t85ePRNs7D .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85ePRNs7D .title {
  margin-bottom: 2rem;
}
.cid-t85ePRNs7D .mbr-section-subtitle {
  color: #767676;
}
.cid-t85ePRNs7D textarea.form-control {
  min-height: 188px;
}
.cid-t85ePRNs7D LABEL {
  color: #232323;
}
.cid-t85ePRNs7D .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ePRNs7D .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85ePRNs7D .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ePRNs7D .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85ePRNs7D .alert {
  margin-bottom: 0;
}
.cid-t85ePRNs7D .alert-success {
  background-color: #70c770;
}
.cid-t85ePRNs7D .alert-danger {
  background-color: #ff4a52;
}
.cid-t85ePRNs7D .btn {
  display: inline-flex;
}
.cid-t85ePRNs7D .hidden {
  display: none;
}
.cid-t85ePRNs7D .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85ePRNs7D .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t6lNF2TkmY {
  background: #ffffff;
}
.cid-t6lNF2TkmY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6lNF2TkmY figcaption {
  position: relative;
}
.cid-t6lNF2TkmY figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6lNF2TkmY .image-block {
    width: 100% !important;
  }
}
.cid-stBA8aB3Av {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-stBA8aB3Av .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-stBA8aB3Av H1 {
  color: #ffffff;
  text-align: center;
}
.cid-stBA8aB3Av .mbr-text,
.cid-stBA8aB3Av .mbr-section-btn {
  text-align: center;
}
.cid-stBA8aB3Av B {
  color: #ffffff;
}
.cid-stBA8aB3Av p {
  font-weight: 300;
}
.cid-stBA8aUhnN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-stBA8aUhnN p {
  text-align: left;
  font-size: 1rem;
}
.cid-stBA8aUhnN .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-stBA8aUhnN .btn-underline:hover {
  color: #505050;
}
.cid-stBA8aUhnN .btn-underline:before {
  background-color: #505050;
}
.cid-stBA8aUhnN .social-list a:focus {
  text-decoration: none;
}
.cid-stBA8aUhnN .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-stBA8aUhnN .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-stBA8aUhnN .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-stBA8aUhnN .logo-footer {
  line-height: normal;
}
.cid-stBA8aUhnN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stBA8aUhnN .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stBA8aUhnN .mbr-section-btn {
  font-size: 16px;
}
.cid-stBA8aUhnN .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-stBA8aUhnN .block-title {
  color: #ffffff;
}
.cid-stBA8aUhnN .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-stBA8aiyYG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-stBA8aiyYG .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpSdlckIv {
  background-image: url("../../../assets/images/rote-figur-betterimage.jpg");
}
.cid-uNpSdlckIv .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpSdlckIv .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpSdlckIv .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpSdlckIv {
    text-align: center !important;
  }
  .cid-uNpSdlckIv .mbr-text {
    text-align: center;
  }
}
.cid-uNpSdlckIv .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpSdlckIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpSdlckIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpSdlckIv H1 {
  color: #ffffff;
}
.cid-t3WEOWIEMP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WEOWIEMP .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WEOWIEMP .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WEOWIEMP .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WEOWIEMP .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WEOWIEMP .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WEOWIEMP .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WEOWIEMP .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WEOWIEMP .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WEOWIEMP .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WEOWIEMP .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WEOWIEMP .image-wrapper,
.cid-t3WEOWIEMP img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WEOWIEMP .mbr-text,
.cid-t3WEOWIEMP .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WERL14GX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WERL14GX .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WERL14GX .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WERL14GX .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WERL14GX .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WERL14GX .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WERL14GX .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WERL14GX .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WERL14GX .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WERL14GX .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WERL14GX .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WERL14GX .image-wrapper,
.cid-t3WERL14GX img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WERL14GX .mbr-text,
.cid-t3WERL14GX .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WESor8IN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WESor8IN .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WESor8IN .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WESor8IN .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WESor8IN .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WESor8IN .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WESor8IN .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WESor8IN .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WESor8IN .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WESor8IN .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WESor8IN .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WESor8IN .image-wrapper,
.cid-t3WESor8IN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WESor8IN .mbr-text,
.cid-t3WESor8IN .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WESRFV9X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WESRFV9X .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WESRFV9X .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WESRFV9X .mbr-text {
  font-weight: 400;
}
.cid-t3WESRFV9X .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WESRFV9X .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WESRFV9X .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WESRFV9X .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WESRFV9X .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WESRFV9X .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WESRFV9X .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WESRFV9X .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WESRFV9X .image-wrapper,
.cid-t3WESRFV9X img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WESRFV9X .mbr-text,
.cid-t3WESRFV9X .mbr-section-btn {
  color: #232323;
}
.cid-t3WETek96R {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WETek96R .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WETek96R .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WETek96R .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WETek96R .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WETek96R .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WETek96R .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WETek96R .row {
  justify-content: center;
}
.cid-t3WETek96R .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WETek96R .item {
    padding-bottom: 25px;
  }
}
.cid-t3WETek96R .card-text {
  color: #ffffff;
}
.cid-t85eBfjjO7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eBfjjO7 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eBfjjO7 .text-element {
  z-index: 1000;
}
.cid-t85eBfjjO7 .row-element,
.cid-t85eBfjjO7 .image-element {
  padding: 0;
}
.cid-t85eBfjjO7 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eBfjjO7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eBfjjO7 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eBfjjO7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eBfjjO7 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eBfjjO7 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eBfjjO7 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eBfjjO7 .underline .line {
    height: 2px;
  }
  .cid-t85eBfjjO7 .mbr-title,
  .cid-t85eBfjjO7 .underline,
  .cid-t85eBfjjO7 .mbr-text,
  .cid-t85eBfjjO7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eBfjjO7 .mbr-title,
.cid-t85eBfjjO7 .underline {
  color: #2c1616;
}
.cid-t85eBfjjO7 .mbr-text,
.cid-t85eBfjjO7 .mbr-section-btn {
  color: #000000;
}
.cid-t85eBfjjO7 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eBfjjO7 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eBfjjO7 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eBfjjO7 .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eBfjjO7 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eBfjjO7 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eBfjjO7 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eBfjjO7 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eBfjjO7 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eBfjjO7 .mbr-title,
.cid-t85eBfjjO7 .underline B {
  color: #000000;
}
.cid-t85eBV0q5c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eBV0q5c .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eBV0q5c .text-element {
  z-index: 1000;
}
.cid-t85eBV0q5c .row-element,
.cid-t85eBV0q5c .image-element {
  padding: 0;
}
.cid-t85eBV0q5c .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eBV0q5c .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eBV0q5c .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eBV0q5c .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eBV0q5c .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eBV0q5c .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eBV0q5c .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eBV0q5c .underline .line {
    height: 2px;
  }
  .cid-t85eBV0q5c .mbr-title,
  .cid-t85eBV0q5c .underline,
  .cid-t85eBV0q5c .mbr-text,
  .cid-t85eBV0q5c .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eBV0q5c .mbr-title,
.cid-t85eBV0q5c .underline {
  color: #2c1616;
}
.cid-t85eBV0q5c .mbr-text,
.cid-t85eBV0q5c .mbr-section-btn {
  color: #000000;
}
.cid-t85eBV0q5c .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eBV0q5c .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eBV0q5c .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eBV0q5c .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eBV0q5c .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eBV0q5c P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eBV0q5c .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eBV0q5c .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eBV0q5c .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eCz5SlQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eCz5SlQ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eCz5SlQ .text-element {
  z-index: 1000;
}
.cid-t85eCz5SlQ .row-element,
.cid-t85eCz5SlQ .image-element {
  padding: 0;
}
.cid-t85eCz5SlQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eCz5SlQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eCz5SlQ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eCz5SlQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eCz5SlQ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eCz5SlQ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eCz5SlQ .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eCz5SlQ .underline .line {
    height: 2px;
  }
  .cid-t85eCz5SlQ .mbr-title,
  .cid-t85eCz5SlQ .underline,
  .cid-t85eCz5SlQ .mbr-text,
  .cid-t85eCz5SlQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eCz5SlQ .mbr-title,
.cid-t85eCz5SlQ .underline {
  color: #2c1616;
}
.cid-t85eCz5SlQ .mbr-text,
.cid-t85eCz5SlQ .mbr-section-btn {
  color: #000000;
}
.cid-t85eCz5SlQ .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eCz5SlQ .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eCz5SlQ .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eCz5SlQ .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eCz5SlQ .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eCz5SlQ P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eCz5SlQ .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eCz5SlQ .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eCz5SlQ .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eD9118Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eD9118Y .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eD9118Y .text-element {
  z-index: 1000;
}
.cid-t85eD9118Y .row-element,
.cid-t85eD9118Y .image-element {
  padding: 0;
}
.cid-t85eD9118Y .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eD9118Y .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eD9118Y .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eD9118Y .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eD9118Y .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eD9118Y .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eD9118Y .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eD9118Y .underline .line {
    height: 2px;
  }
  .cid-t85eD9118Y .mbr-title,
  .cid-t85eD9118Y .underline,
  .cid-t85eD9118Y .mbr-text,
  .cid-t85eD9118Y .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eD9118Y .mbr-title,
.cid-t85eD9118Y .underline {
  color: #2c1616;
}
.cid-t85eD9118Y .mbr-text,
.cid-t85eD9118Y .mbr-section-btn {
  color: #000000;
}
.cid-t85eD9118Y .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eD9118Y .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eD9118Y .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eD9118Y .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eD9118Y .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eD9118Y P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eD9118Y .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eD9118Y .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eD9118Y .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eEzqZTj {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85eEzqZTj .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85eEzqZTj .myform {
    padding: 1rem;
  }
}
.cid-t85eEzqZTj .showAlerts {
  display: block !important;
}
.cid-t85eEzqZTj .rowflexrev {
  display: -webkit-flex;
}
.cid-t85eEzqZTj .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85eEzqZTj .title {
  margin-bottom: 2rem;
}
.cid-t85eEzqZTj .mbr-section-subtitle {
  color: #767676;
}
.cid-t85eEzqZTj textarea.form-control {
  min-height: 188px;
}
.cid-t85eEzqZTj LABEL {
  color: #232323;
}
.cid-t85eEzqZTj .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eEzqZTj .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85eEzqZTj .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eEzqZTj .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eEzqZTj .alert {
  margin-bottom: 0;
}
.cid-t85eEzqZTj .alert-success {
  background-color: #70c770;
}
.cid-t85eEzqZTj .alert-danger {
  background-color: #ff4a52;
}
.cid-t85eEzqZTj .btn {
  display: inline-flex;
}
.cid-t85eEzqZTj .hidden {
  display: none;
}
.cid-t85eEzqZTj .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85eEzqZTj .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t6lNpCywWM {
  background: #ffffff;
}
.cid-t6lNpCywWM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6lNpCywWM figcaption {
  position: relative;
}
.cid-t6lNpCywWM figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6lNpCywWM .image-block {
    width: 100% !important;
  }
}
.cid-stBFSMB0Dh {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-stBFSMB0Dh .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-stBFSMB0Dh H1 {
  color: #ffffff;
  text-align: center;
}
.cid-stBFSMB0Dh .mbr-text,
.cid-stBFSMB0Dh .mbr-section-btn {
  text-align: center;
}
.cid-stBFSMB0Dh B {
  color: #ffffff;
}
.cid-stBFSMB0Dh p {
  font-weight: 300;
}
.cid-stBFSMQpWO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-stBFSMQpWO p {
  text-align: left;
  font-size: 1rem;
}
.cid-stBFSMQpWO .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-stBFSMQpWO .btn-underline:hover {
  color: #505050;
}
.cid-stBFSMQpWO .btn-underline:before {
  background-color: #505050;
}
.cid-stBFSMQpWO .social-list a:focus {
  text-decoration: none;
}
.cid-stBFSMQpWO .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-stBFSMQpWO .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-stBFSMQpWO .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-stBFSMQpWO .logo-footer {
  line-height: normal;
}
.cid-stBFSMQpWO .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stBFSMQpWO .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stBFSMQpWO .mbr-section-btn {
  font-size: 16px;
}
.cid-stBFSMQpWO .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-stBFSMQpWO .block-title {
  color: #ffffff;
}
.cid-stBFSMQpWO .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-stBFSMpj2V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-stBFSMpj2V .block-text {
  color: #cccccc;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpSjrLR8B {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpSjrLR8B .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpSjrLR8B .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpSjrLR8B .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpSjrLR8B {
    text-align: center !important;
  }
  .cid-uNpSjrLR8B .mbr-text {
    text-align: center;
  }
}
.cid-uNpSjrLR8B .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpSjrLR8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpSjrLR8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpSjrLR8B H1 {
  color: #ffffff;
}
.cid-t3WI7Vdeyz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WI7Vdeyz .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WI7Vdeyz .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WI7Vdeyz .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WI7Vdeyz .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WI7Vdeyz .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WI7Vdeyz .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WI7Vdeyz .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WI7Vdeyz .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WI7Vdeyz .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WI7Vdeyz .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WI7Vdeyz .image-wrapper,
.cid-t3WI7Vdeyz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WI7Vdeyz .mbr-text,
.cid-t3WI7Vdeyz .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WI8SMF3p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WI8SMF3p .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WI8SMF3p .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WI8SMF3p .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WI8SMF3p .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WI8SMF3p .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WI8SMF3p .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WI8SMF3p .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WI8SMF3p .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WI8SMF3p .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WI8SMF3p .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WI8SMF3p .image-wrapper,
.cid-t3WI8SMF3p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WI8SMF3p .mbr-text,
.cid-t3WI8SMF3p .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WI9oY1Ew {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WI9oY1Ew .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WI9oY1Ew .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WI9oY1Ew .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WI9oY1Ew .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WI9oY1Ew .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WI9oY1Ew .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WI9oY1Ew .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WI9oY1Ew .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WI9oY1Ew .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WI9oY1Ew .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WI9oY1Ew .image-wrapper,
.cid-t3WI9oY1Ew img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WI9oY1Ew .mbr-text,
.cid-t3WI9oY1Ew .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WI9ObQdV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WI9ObQdV .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WI9ObQdV .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WI9ObQdV .mbr-text {
  font-weight: 400;
}
.cid-t3WI9ObQdV .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WI9ObQdV .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WI9ObQdV .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WI9ObQdV .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WI9ObQdV .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WI9ObQdV .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WI9ObQdV .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WI9ObQdV .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WI9ObQdV .image-wrapper,
.cid-t3WI9ObQdV img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WI9ObQdV .mbr-text,
.cid-t3WI9ObQdV .mbr-section-btn {
  color: #232323;
}
.cid-t3WIajQz68 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WIajQz68 .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WIajQz68 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WIajQz68 .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WIajQz68 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WIajQz68 .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WIajQz68 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WIajQz68 .row {
  justify-content: center;
}
.cid-t3WIajQz68 .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WIajQz68 .item {
    padding-bottom: 25px;
  }
}
.cid-t3WIajQz68 .card-text {
  color: #ffffff;
}
.cid-t85eudGNx9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eudGNx9 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eudGNx9 .text-element {
  z-index: 1000;
}
.cid-t85eudGNx9 .row-element,
.cid-t85eudGNx9 .image-element {
  padding: 0;
}
.cid-t85eudGNx9 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eudGNx9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eudGNx9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eudGNx9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eudGNx9 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eudGNx9 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eudGNx9 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eudGNx9 .underline .line {
    height: 2px;
  }
  .cid-t85eudGNx9 .mbr-title,
  .cid-t85eudGNx9 .underline,
  .cid-t85eudGNx9 .mbr-text,
  .cid-t85eudGNx9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eudGNx9 .mbr-title,
.cid-t85eudGNx9 .underline {
  color: #2c1616;
}
.cid-t85eudGNx9 .mbr-text,
.cid-t85eudGNx9 .mbr-section-btn {
  color: #000000;
}
.cid-t85eudGNx9 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eudGNx9 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eudGNx9 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eudGNx9 .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eudGNx9 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eudGNx9 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eudGNx9 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eudGNx9 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eudGNx9 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eudGNx9 .mbr-title,
.cid-t85eudGNx9 .underline B {
  color: #000000;
}
.cid-t85euTODNK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85euTODNK .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85euTODNK .text-element {
  z-index: 1000;
}
.cid-t85euTODNK .row-element,
.cid-t85euTODNK .image-element {
  padding: 0;
}
.cid-t85euTODNK .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85euTODNK .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85euTODNK .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85euTODNK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85euTODNK .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85euTODNK .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85euTODNK .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85euTODNK .underline .line {
    height: 2px;
  }
  .cid-t85euTODNK .mbr-title,
  .cid-t85euTODNK .underline,
  .cid-t85euTODNK .mbr-text,
  .cid-t85euTODNK .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85euTODNK .mbr-title,
.cid-t85euTODNK .underline {
  color: #2c1616;
}
.cid-t85euTODNK .mbr-text,
.cid-t85euTODNK .mbr-section-btn {
  color: #000000;
}
.cid-t85euTODNK .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85euTODNK .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85euTODNK .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85euTODNK .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85euTODNK .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85euTODNK P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85euTODNK .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85euTODNK .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85euTODNK .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85evsUwtF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85evsUwtF .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85evsUwtF .text-element {
  z-index: 1000;
}
.cid-t85evsUwtF .row-element,
.cid-t85evsUwtF .image-element {
  padding: 0;
}
.cid-t85evsUwtF .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85evsUwtF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85evsUwtF .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85evsUwtF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85evsUwtF .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85evsUwtF .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85evsUwtF .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85evsUwtF .underline .line {
    height: 2px;
  }
  .cid-t85evsUwtF .mbr-title,
  .cid-t85evsUwtF .underline,
  .cid-t85evsUwtF .mbr-text,
  .cid-t85evsUwtF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85evsUwtF .mbr-title,
.cid-t85evsUwtF .underline {
  color: #2c1616;
}
.cid-t85evsUwtF .mbr-text,
.cid-t85evsUwtF .mbr-section-btn {
  color: #000000;
}
.cid-t85evsUwtF .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85evsUwtF .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85evsUwtF .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85evsUwtF .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85evsUwtF .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85evsUwtF P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85evsUwtF .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85evsUwtF .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85evsUwtF .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85ew1tCJK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85ew1tCJK .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85ew1tCJK .text-element {
  z-index: 1000;
}
.cid-t85ew1tCJK .row-element,
.cid-t85ew1tCJK .image-element {
  padding: 0;
}
.cid-t85ew1tCJK .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85ew1tCJK .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85ew1tCJK .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85ew1tCJK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85ew1tCJK .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85ew1tCJK .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85ew1tCJK .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85ew1tCJK .underline .line {
    height: 2px;
  }
  .cid-t85ew1tCJK .mbr-title,
  .cid-t85ew1tCJK .underline,
  .cid-t85ew1tCJK .mbr-text,
  .cid-t85ew1tCJK .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85ew1tCJK .mbr-title,
.cid-t85ew1tCJK .underline {
  color: #2c1616;
}
.cid-t85ew1tCJK .mbr-text,
.cid-t85ew1tCJK .mbr-section-btn {
  color: #000000;
}
.cid-t85ew1tCJK .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85ew1tCJK .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85ew1tCJK .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85ew1tCJK .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85ew1tCJK .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85ew1tCJK P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85ew1tCJK .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85ew1tCJK .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85ew1tCJK .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85exqm5Ib {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85exqm5Ib .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85exqm5Ib .myform {
    padding: 1rem;
  }
}
.cid-t85exqm5Ib .showAlerts {
  display: block !important;
}
.cid-t85exqm5Ib .rowflexrev {
  display: -webkit-flex;
}
.cid-t85exqm5Ib .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85exqm5Ib .title {
  margin-bottom: 2rem;
}
.cid-t85exqm5Ib .mbr-section-subtitle {
  color: #767676;
}
.cid-t85exqm5Ib textarea.form-control {
  min-height: 188px;
}
.cid-t85exqm5Ib LABEL {
  color: #232323;
}
.cid-t85exqm5Ib .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85exqm5Ib .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85exqm5Ib .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85exqm5Ib .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85exqm5Ib .alert {
  margin-bottom: 0;
}
.cid-t85exqm5Ib .alert-success {
  background-color: #70c770;
}
.cid-t85exqm5Ib .alert-danger {
  background-color: #ff4a52;
}
.cid-t85exqm5Ib .btn {
  display: inline-flex;
}
.cid-t85exqm5Ib .hidden {
  display: none;
}
.cid-t85exqm5Ib .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85exqm5Ib .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-svzNxGbOGE {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-svzNxGbOGE .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-svzNxGbOGE H1 {
  color: #ffffff;
  text-align: center;
}
.cid-svzNxGbOGE .mbr-text,
.cid-svzNxGbOGE .mbr-section-btn {
  text-align: center;
}
.cid-svzNxGbOGE B {
  color: #ffffff;
}
.cid-svzNxGbOGE p {
  font-weight: 300;
}
.cid-svzNxGDrQc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-svzNxGDrQc p {
  text-align: left;
  font-size: 1rem;
}
.cid-svzNxGDrQc .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svzNxGDrQc .btn-underline:hover {
  color: #505050;
}
.cid-svzNxGDrQc .btn-underline:before {
  background-color: #505050;
}
.cid-svzNxGDrQc .social-list a:focus {
  text-decoration: none;
}
.cid-svzNxGDrQc .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-svzNxGDrQc .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-svzNxGDrQc .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-svzNxGDrQc .logo-footer {
  line-height: normal;
}
.cid-svzNxGDrQc .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svzNxGDrQc .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svzNxGDrQc .mbr-section-btn {
  font-size: 16px;
}
.cid-svzNxGDrQc .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svzNxGDrQc .block-title {
  color: #ffffff;
}
.cid-svzNxGDrQc .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-svzNxFJYW9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-svzNxFJYW9 .block-text {
  color: #efefef;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpRGLed7q {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpRGLed7q .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpRGLed7q .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpRGLed7q .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpRGLed7q {
    text-align: center !important;
  }
  .cid-uNpRGLed7q .mbr-text {
    text-align: center;
  }
}
.cid-uNpRGLed7q .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpRGLed7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpRGLed7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpRGLed7q H1 {
  color: #ffffff;
}
.cid-t3WE7OYpV3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WE7OYpV3 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WE7OYpV3 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WE7OYpV3 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WE7OYpV3 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WE7OYpV3 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WE7OYpV3 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WE7OYpV3 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WE7OYpV3 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WE7OYpV3 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WE7OYpV3 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WE7OYpV3 .image-wrapper,
.cid-t3WE7OYpV3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WE7OYpV3 .mbr-text,
.cid-t3WE7OYpV3 .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WE8fZ9N2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WE8fZ9N2 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WE8fZ9N2 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WE8fZ9N2 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WE8fZ9N2 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WE8fZ9N2 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WE8fZ9N2 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WE8fZ9N2 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WE8fZ9N2 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WE8fZ9N2 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WE8fZ9N2 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WE8fZ9N2 .image-wrapper,
.cid-t3WE8fZ9N2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WE8fZ9N2 .mbr-text,
.cid-t3WE8fZ9N2 .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WE8NmNeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WE8NmNeB .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WE8NmNeB .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WE8NmNeB .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WE8NmNeB .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WE8NmNeB .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WE8NmNeB .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WE8NmNeB .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WE8NmNeB .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WE8NmNeB .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WE8NmNeB .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WE8NmNeB .image-wrapper,
.cid-t3WE8NmNeB img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WE8NmNeB .mbr-text,
.cid-t3WE8NmNeB .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WE99wU6U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WE99wU6U .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WE99wU6U .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WE99wU6U .mbr-text {
  font-weight: 400;
}
.cid-t3WE99wU6U .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WE99wU6U .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WE99wU6U .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WE99wU6U .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WE99wU6U .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WE99wU6U .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WE99wU6U .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WE99wU6U .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WE99wU6U .image-wrapper,
.cid-t3WE99wU6U img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WE99wU6U .mbr-text,
.cid-t3WE99wU6U .mbr-section-btn {
  color: #232323;
}
.cid-t3WE9wMqcc {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WE9wMqcc .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WE9wMqcc .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WE9wMqcc .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WE9wMqcc .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WE9wMqcc .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WE9wMqcc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WE9wMqcc .row {
  justify-content: center;
}
.cid-t3WE9wMqcc .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WE9wMqcc .item {
    padding-bottom: 25px;
  }
}
.cid-t3WE9wMqcc .card-text {
  color: #ffffff;
}
.cid-t85eHlSeo8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eHlSeo8 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eHlSeo8 .text-element {
  z-index: 1000;
}
.cid-t85eHlSeo8 .row-element,
.cid-t85eHlSeo8 .image-element {
  padding: 0;
}
.cid-t85eHlSeo8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eHlSeo8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eHlSeo8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eHlSeo8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eHlSeo8 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eHlSeo8 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eHlSeo8 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eHlSeo8 .underline .line {
    height: 2px;
  }
  .cid-t85eHlSeo8 .mbr-title,
  .cid-t85eHlSeo8 .underline,
  .cid-t85eHlSeo8 .mbr-text,
  .cid-t85eHlSeo8 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eHlSeo8 .mbr-title,
.cid-t85eHlSeo8 .underline {
  color: #2c1616;
}
.cid-t85eHlSeo8 .mbr-text,
.cid-t85eHlSeo8 .mbr-section-btn {
  color: #000000;
}
.cid-t85eHlSeo8 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eHlSeo8 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eHlSeo8 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eHlSeo8 .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eHlSeo8 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eHlSeo8 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eHlSeo8 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eHlSeo8 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eHlSeo8 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eHlSeo8 .mbr-title,
.cid-t85eHlSeo8 .underline B {
  color: #000000;
}
.cid-t85eHUgEYE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eHUgEYE .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eHUgEYE .text-element {
  z-index: 1000;
}
.cid-t85eHUgEYE .row-element,
.cid-t85eHUgEYE .image-element {
  padding: 0;
}
.cid-t85eHUgEYE .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eHUgEYE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eHUgEYE .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eHUgEYE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eHUgEYE .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eHUgEYE .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eHUgEYE .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eHUgEYE .underline .line {
    height: 2px;
  }
  .cid-t85eHUgEYE .mbr-title,
  .cid-t85eHUgEYE .underline,
  .cid-t85eHUgEYE .mbr-text,
  .cid-t85eHUgEYE .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eHUgEYE .mbr-title,
.cid-t85eHUgEYE .underline {
  color: #2c1616;
}
.cid-t85eHUgEYE .mbr-text,
.cid-t85eHUgEYE .mbr-section-btn {
  color: #000000;
}
.cid-t85eHUgEYE .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eHUgEYE .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eHUgEYE .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eHUgEYE .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eHUgEYE .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eHUgEYE P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eHUgEYE .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eHUgEYE .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eHUgEYE .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eIpG7Xl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eIpG7Xl .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eIpG7Xl .text-element {
  z-index: 1000;
}
.cid-t85eIpG7Xl .row-element,
.cid-t85eIpG7Xl .image-element {
  padding: 0;
}
.cid-t85eIpG7Xl .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eIpG7Xl .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eIpG7Xl .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eIpG7Xl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eIpG7Xl .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eIpG7Xl .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eIpG7Xl .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eIpG7Xl .underline .line {
    height: 2px;
  }
  .cid-t85eIpG7Xl .mbr-title,
  .cid-t85eIpG7Xl .underline,
  .cid-t85eIpG7Xl .mbr-text,
  .cid-t85eIpG7Xl .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eIpG7Xl .mbr-title,
.cid-t85eIpG7Xl .underline {
  color: #2c1616;
}
.cid-t85eIpG7Xl .mbr-text,
.cid-t85eIpG7Xl .mbr-section-btn {
  color: #000000;
}
.cid-t85eIpG7Xl .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eIpG7Xl .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eIpG7Xl .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eIpG7Xl .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eIpG7Xl .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eIpG7Xl P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eIpG7Xl .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eIpG7Xl .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eIpG7Xl .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eIVb0KZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eIVb0KZ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eIVb0KZ .text-element {
  z-index: 1000;
}
.cid-t85eIVb0KZ .row-element,
.cid-t85eIVb0KZ .image-element {
  padding: 0;
}
.cid-t85eIVb0KZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eIVb0KZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eIVb0KZ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eIVb0KZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eIVb0KZ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eIVb0KZ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eIVb0KZ .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eIVb0KZ .underline .line {
    height: 2px;
  }
  .cid-t85eIVb0KZ .mbr-title,
  .cid-t85eIVb0KZ .underline,
  .cid-t85eIVb0KZ .mbr-text,
  .cid-t85eIVb0KZ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eIVb0KZ .mbr-title,
.cid-t85eIVb0KZ .underline {
  color: #2c1616;
}
.cid-t85eIVb0KZ .mbr-text,
.cid-t85eIVb0KZ .mbr-section-btn {
  color: #000000;
}
.cid-t85eIVb0KZ .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eIVb0KZ .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eIVb0KZ .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eIVb0KZ .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eIVb0KZ .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eIVb0KZ P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eIVb0KZ .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eIVb0KZ .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eIVb0KZ .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eKfbkLr {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85eKfbkLr .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85eKfbkLr .myform {
    padding: 1rem;
  }
}
.cid-t85eKfbkLr .showAlerts {
  display: block !important;
}
.cid-t85eKfbkLr .rowflexrev {
  display: -webkit-flex;
}
.cid-t85eKfbkLr .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85eKfbkLr .title {
  margin-bottom: 2rem;
}
.cid-t85eKfbkLr .mbr-section-subtitle {
  color: #767676;
}
.cid-t85eKfbkLr textarea.form-control {
  min-height: 188px;
}
.cid-t85eKfbkLr LABEL {
  color: #232323;
}
.cid-t85eKfbkLr .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eKfbkLr .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85eKfbkLr .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eKfbkLr .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eKfbkLr .alert {
  margin-bottom: 0;
}
.cid-t85eKfbkLr .alert-success {
  background-color: #70c770;
}
.cid-t85eKfbkLr .alert-danger {
  background-color: #ff4a52;
}
.cid-t85eKfbkLr .btn {
  display: inline-flex;
}
.cid-t85eKfbkLr .hidden {
  display: none;
}
.cid-t85eKfbkLr .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85eKfbkLr .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sIY5uHifiq {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-sIY5uHifiq .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sIY5uHifiq H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sIY5uHifiq .mbr-text,
.cid-sIY5uHifiq .mbr-section-btn {
  text-align: center;
}
.cid-sIY5uHifiq B {
  color: #ffffff;
}
.cid-sIY5uHifiq p {
  font-weight: 300;
}
.cid-sIY5uHwsbD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-sIY5uHwsbD p {
  text-align: left;
  font-size: 1rem;
}
.cid-sIY5uHwsbD .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sIY5uHwsbD .btn-underline:hover {
  color: #505050;
}
.cid-sIY5uHwsbD .btn-underline:before {
  background-color: #505050;
}
.cid-sIY5uHwsbD .social-list a:focus {
  text-decoration: none;
}
.cid-sIY5uHwsbD .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-sIY5uHwsbD .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sIY5uHwsbD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sIY5uHwsbD .logo-footer {
  line-height: normal;
}
.cid-sIY5uHwsbD .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIY5uHwsbD .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIY5uHwsbD .mbr-section-btn {
  font-size: 16px;
}
.cid-sIY5uHwsbD .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sIY5uHwsbD .block-title {
  color: #ffffff;
}
.cid-sIY5uHwsbD .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-sIY5uH5Akp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-sIY5uH5Akp .block-text {
  color: #cccccc;
}
.cid-sIY5uJf0ZK {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-sIY5uJf0ZK .title-text {
  margin-bottom: 70px;
}
.cid-sIY5uJf0ZK .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sIY5uJf0ZK .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sIY5uJf0ZK .title-text .mbr-section-title {
  color: #130947;
}
.cid-sIY5uJf0ZK .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-sIY5uJf0ZK .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sIY5uJf0ZK .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-sIY5uJf0ZK .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sIY5uJf0ZK .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-sIY5uJf0ZK .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sIY5uJf0ZK .accordion-content {
  flex-basis: 100%;
}
.cid-sIY5uJf0ZK .panel-group {
  width: 100%;
}
.cid-sIY5uJf0ZK .panel-text,
.cid-sIY5uJf0ZK .header-text,
.cid-sIY5uJf0ZK .mbr-section-subtitle {
  color: #222222;
}
.cid-sIY5uJf0ZK .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-sIY5uJf0ZK .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sIY5uJf0ZK .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-sIY5uJf0ZK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sIY5uJf0ZK .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sIY5uJf0ZK .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-sIY5uJf0ZK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-sIY5uJf0ZK .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-sIY5uJf0ZK .card .card-header a.panel-title .toggle-icon:before,
.cid-sIY5uJf0ZK .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sIY5uJf0ZK .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-sIY5uJf0ZK .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sIY5uJf0ZK .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sIY5uJf0ZK .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-sIY5uJf0ZK .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sIY5uJf0ZK .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-sIY5uJf0ZK .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sIY5uJf0ZK .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
#custom-html-u7 {
  /* Type valid CSS here */
}
.cid-uNpSqKq6ex {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpSqKq6ex .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpSqKq6ex .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpSqKq6ex .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpSqKq6ex {
    text-align: center !important;
  }
  .cid-uNpSqKq6ex .mbr-text {
    text-align: center;
  }
}
.cid-uNpSqKq6ex .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpSqKq6ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpSqKq6ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpSqKq6ex H1 {
  color: #ffffff;
}
.cid-t3WIDQXtzK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t3WIDQXtzK .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WIDQXtzK .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WIDQXtzK .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WIDQXtzK .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WIDQXtzK .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WIDQXtzK .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WIDQXtzK .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WIDQXtzK .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WIDQXtzK .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WIDQXtzK .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WIDQXtzK .image-wrapper,
.cid-t3WIDQXtzK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WIDQXtzK .mbr-text,
.cid-t3WIDQXtzK .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WIEjjSXh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t3WIEjjSXh .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WIEjjSXh .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WIEjjSXh .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WIEjjSXh .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WIEjjSXh .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WIEjjSXh .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WIEjjSXh .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WIEjjSXh .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WIEjjSXh .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WIEjjSXh .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WIEjjSXh .image-wrapper,
.cid-t3WIEjjSXh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WIEjjSXh .mbr-text,
.cid-t3WIEjjSXh .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WIEMCIdr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t3WIEMCIdr .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WIEMCIdr .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WIEMCIdr .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WIEMCIdr .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WIEMCIdr .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WIEMCIdr .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WIEMCIdr .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WIEMCIdr .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WIEMCIdr .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t3WIEMCIdr .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WIEMCIdr .image-wrapper,
.cid-t3WIEMCIdr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3WIEMCIdr .mbr-text,
.cid-t3WIEMCIdr .mbr-section-btn {
  color: #ffffff;
}
.cid-t3WIFalCY1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t3WIFalCY1 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t3WIFalCY1 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t3WIFalCY1 .mbr-text {
  font-weight: 400;
}
.cid-t3WIFalCY1 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t3WIFalCY1 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t3WIFalCY1 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t3WIFalCY1 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t3WIFalCY1 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t3WIFalCY1 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t3WIFalCY1 .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t3WIFalCY1 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t3WIFalCY1 .image-wrapper,
.cid-t3WIFalCY1 img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t3WIFalCY1 .mbr-text,
.cid-t3WIFalCY1 .mbr-section-btn {
  color: #232323;
}
.cid-t3WIFBe45p {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t3WIFBe45p .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t3WIFBe45p .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t3WIFBe45p .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t3WIFBe45p .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t3WIFBe45p .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t3WIFBe45p .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t3WIFBe45p .row {
  justify-content: center;
}
.cid-t3WIFBe45p .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t3WIFBe45p .item {
    padding-bottom: 25px;
  }
}
.cid-t3WIFBe45p .card-text {
  color: #ffffff;
}
.cid-t85en4ndbX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85en4ndbX .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85en4ndbX .text-element {
  z-index: 1000;
}
.cid-t85en4ndbX .row-element,
.cid-t85en4ndbX .image-element {
  padding: 0;
}
.cid-t85en4ndbX .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85en4ndbX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85en4ndbX .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85en4ndbX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85en4ndbX .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85en4ndbX .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85en4ndbX .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85en4ndbX .underline .line {
    height: 2px;
  }
  .cid-t85en4ndbX .mbr-title,
  .cid-t85en4ndbX .underline,
  .cid-t85en4ndbX .mbr-text,
  .cid-t85en4ndbX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85en4ndbX .mbr-title,
.cid-t85en4ndbX .underline {
  color: #2c1616;
}
.cid-t85en4ndbX .mbr-text,
.cid-t85en4ndbX .mbr-section-btn {
  color: #000000;
}
.cid-t85en4ndbX .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85en4ndbX .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85en4ndbX .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85en4ndbX .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85en4ndbX .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85en4ndbX P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85en4ndbX .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85en4ndbX .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85en4ndbX .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85en4ndbX .mbr-title,
.cid-t85en4ndbX .underline B {
  color: #000000;
}
.cid-t85enF8ss8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85enF8ss8 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85enF8ss8 .text-element {
  z-index: 1000;
}
.cid-t85enF8ss8 .row-element,
.cid-t85enF8ss8 .image-element {
  padding: 0;
}
.cid-t85enF8ss8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85enF8ss8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85enF8ss8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85enF8ss8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85enF8ss8 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85enF8ss8 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85enF8ss8 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85enF8ss8 .underline .line {
    height: 2px;
  }
  .cid-t85enF8ss8 .mbr-title,
  .cid-t85enF8ss8 .underline,
  .cid-t85enF8ss8 .mbr-text,
  .cid-t85enF8ss8 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85enF8ss8 .mbr-title,
.cid-t85enF8ss8 .underline {
  color: #2c1616;
}
.cid-t85enF8ss8 .mbr-text,
.cid-t85enF8ss8 .mbr-section-btn {
  color: #000000;
}
.cid-t85enF8ss8 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85enF8ss8 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85enF8ss8 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85enF8ss8 .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85enF8ss8 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85enF8ss8 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85enF8ss8 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85enF8ss8 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85enF8ss8 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eoebCiP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eoebCiP .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eoebCiP .text-element {
  z-index: 1000;
}
.cid-t85eoebCiP .row-element,
.cid-t85eoebCiP .image-element {
  padding: 0;
}
.cid-t85eoebCiP .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eoebCiP .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eoebCiP .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eoebCiP .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eoebCiP .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eoebCiP .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eoebCiP .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eoebCiP .underline .line {
    height: 2px;
  }
  .cid-t85eoebCiP .mbr-title,
  .cid-t85eoebCiP .underline,
  .cid-t85eoebCiP .mbr-text,
  .cid-t85eoebCiP .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eoebCiP .mbr-title,
.cid-t85eoebCiP .underline {
  color: #2c1616;
}
.cid-t85eoebCiP .mbr-text,
.cid-t85eoebCiP .mbr-section-btn {
  color: #000000;
}
.cid-t85eoebCiP .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eoebCiP .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eoebCiP .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eoebCiP .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eoebCiP .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eoebCiP P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eoebCiP .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eoebCiP .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eoebCiP .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85epqUpS3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85epqUpS3 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85epqUpS3 .text-element {
  z-index: 1000;
}
.cid-t85epqUpS3 .row-element,
.cid-t85epqUpS3 .image-element {
  padding: 0;
}
.cid-t85epqUpS3 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85epqUpS3 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85epqUpS3 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85epqUpS3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85epqUpS3 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85epqUpS3 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85epqUpS3 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85epqUpS3 .underline .line {
    height: 2px;
  }
  .cid-t85epqUpS3 .mbr-title,
  .cid-t85epqUpS3 .underline,
  .cid-t85epqUpS3 .mbr-text,
  .cid-t85epqUpS3 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85epqUpS3 .mbr-title,
.cid-t85epqUpS3 .underline {
  color: #2c1616;
}
.cid-t85epqUpS3 .mbr-text,
.cid-t85epqUpS3 .mbr-section-btn {
  color: #000000;
}
.cid-t85epqUpS3 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85epqUpS3 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85epqUpS3 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85epqUpS3 .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85epqUpS3 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85epqUpS3 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85epqUpS3 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85epqUpS3 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85epqUpS3 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eqJqIkA {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85eqJqIkA .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85eqJqIkA .myform {
    padding: 1rem;
  }
}
.cid-t85eqJqIkA .showAlerts {
  display: block !important;
}
.cid-t85eqJqIkA .rowflexrev {
  display: -webkit-flex;
}
.cid-t85eqJqIkA .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85eqJqIkA .title {
  margin-bottom: 2rem;
}
.cid-t85eqJqIkA .mbr-section-subtitle {
  color: #767676;
}
.cid-t85eqJqIkA textarea.form-control {
  min-height: 188px;
}
.cid-t85eqJqIkA LABEL {
  color: #232323;
}
.cid-t85eqJqIkA .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eqJqIkA .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85eqJqIkA .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eqJqIkA .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85eqJqIkA .alert {
  margin-bottom: 0;
}
.cid-t85eqJqIkA .alert-success {
  background-color: #70c770;
}
.cid-t85eqJqIkA .alert-danger {
  background-color: #ff4a52;
}
.cid-t85eqJqIkA .btn {
  display: inline-flex;
}
.cid-t85eqJqIkA .hidden {
  display: none;
}
.cid-t85eqJqIkA .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85eqJqIkA .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t6lLUIIJ4i {
  background: #ffffff;
}
.cid-t6lLUIIJ4i .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6lLUIIJ4i figcaption {
  position: relative;
}
.cid-t6lLUIIJ4i figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6lLUIIJ4i .image-block {
    width: 100% !important;
  }
}
.cid-sJOxmiffmH {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-sJOxmiffmH .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sJOxmiffmH H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sJOxmiffmH .mbr-text,
.cid-sJOxmiffmH .mbr-section-btn {
  text-align: center;
}
.cid-sJOxmiffmH B {
  color: #ffffff;
}
.cid-sJOxmiffmH p {
  font-weight: 300;
}
.cid-sJOxmit1UA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-sJOxmit1UA p {
  text-align: left;
  font-size: 1rem;
}
.cid-sJOxmit1UA .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sJOxmit1UA .btn-underline:hover {
  color: #505050;
}
.cid-sJOxmit1UA .btn-underline:before {
  background-color: #505050;
}
.cid-sJOxmit1UA .social-list a:focus {
  text-decoration: none;
}
.cid-sJOxmit1UA .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-sJOxmit1UA .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sJOxmit1UA .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sJOxmit1UA .logo-footer {
  line-height: normal;
}
.cid-sJOxmit1UA .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJOxmit1UA .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJOxmit1UA .mbr-section-btn {
  font-size: 16px;
}
.cid-sJOxmit1UA .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sJOxmit1UA .block-title {
  color: #ffffff;
}
.cid-sJOxmit1UA .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-sJOxmhZ17s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-sJOxmhZ17s .block-text {
  color: #cccccc;
}
.cid-sJOxmk1Tru {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-sJOxmk1Tru .title-text {
  margin-bottom: 70px;
}
.cid-sJOxmk1Tru .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sJOxmk1Tru .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sJOxmk1Tru .title-text .mbr-section-title {
  color: #130947;
}
.cid-sJOxmk1Tru .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-sJOxmk1Tru .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sJOxmk1Tru .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-sJOxmk1Tru .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sJOxmk1Tru .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-sJOxmk1Tru .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sJOxmk1Tru .accordion-content {
  flex-basis: 100%;
}
.cid-sJOxmk1Tru .panel-group {
  width: 100%;
}
.cid-sJOxmk1Tru .panel-text,
.cid-sJOxmk1Tru .header-text,
.cid-sJOxmk1Tru .mbr-section-subtitle {
  color: #222222;
}
.cid-sJOxmk1Tru .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-sJOxmk1Tru .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sJOxmk1Tru .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-sJOxmk1Tru .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sJOxmk1Tru .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sJOxmk1Tru .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-sJOxmk1Tru .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-sJOxmk1Tru .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-sJOxmk1Tru .card .card-header a.panel-title .toggle-icon:before,
.cid-sJOxmk1Tru .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sJOxmk1Tru .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-sJOxmk1Tru .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sJOxmk1Tru .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sJOxmk1Tru .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-sJOxmk1Tru .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sJOxmk1Tru .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-sJOxmk1Tru .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sJOxmk1Tru .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
.cid-uNpTcW6w3c {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpTcW6w3c .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpTcW6w3c .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpTcW6w3c .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpTcW6w3c {
    text-align: center !important;
  }
  .cid-uNpTcW6w3c .mbr-text {
    text-align: center;
  }
}
.cid-uNpTcW6w3c .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpTcW6w3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpTcW6w3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpTcW6w3c H1 {
  color: #ffffff;
}
.cid-t6yinTodhg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t6yinTodhg .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t6yinTodhg .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t6yinTodhg .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6yinTodhg .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t6yinTodhg .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t6yinTodhg .content_box {
  position: relative;
  z-index: 2;
}
.cid-t6yinTodhg .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t6yinTodhg .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t6yinTodhg .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t6yinTodhg .mbr-section-btn {
  margin-top: 43px;
}
.cid-t6yinTodhg .image-wrapper,
.cid-t6yinTodhg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t6yinTodhg .mbr-text,
.cid-t6yinTodhg .mbr-section-btn {
  color: #ffffff;
}
.cid-t6yinTStQb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t6yinTStQb .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t6yinTStQb .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t6yinTStQb .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6yinTStQb .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t6yinTStQb .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t6yinTStQb .content_box {
  position: relative;
  z-index: 2;
}
.cid-t6yinTStQb .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t6yinTStQb .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t6yinTStQb .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t6yinTStQb .mbr-section-btn {
  margin-top: 43px;
}
.cid-t6yinTStQb .image-wrapper,
.cid-t6yinTStQb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t6yinTStQb .mbr-text,
.cid-t6yinTStQb .mbr-section-btn {
  color: #ffffff;
}
.cid-t6yinUdbhQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t6yinUdbhQ .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t6yinUdbhQ .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t6yinUdbhQ .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6yinUdbhQ .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t6yinUdbhQ .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t6yinUdbhQ .content_box {
  position: relative;
  z-index: 2;
}
.cid-t6yinUdbhQ .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t6yinUdbhQ .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t6yinUdbhQ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t6yinUdbhQ .mbr-section-btn {
  margin-top: 43px;
}
.cid-t6yinUdbhQ .image-wrapper,
.cid-t6yinUdbhQ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t6yinUdbhQ .mbr-text,
.cid-t6yinUdbhQ .mbr-section-btn {
  color: #ffffff;
}
.cid-t6yinUxBFr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t6yinUxBFr .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t6yinUxBFr .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t6yinUxBFr .mbr-text {
  font-weight: 400;
}
.cid-t6yinUxBFr .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6yinUxBFr .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t6yinUxBFr .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t6yinUxBFr .content_box {
  position: relative;
  z-index: 2;
}
.cid-t6yinUxBFr .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t6yinUxBFr .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t6yinUxBFr .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t6yinUxBFr .mbr-section-btn {
  margin-top: 43px;
}
.cid-t6yinUxBFr .image-wrapper,
.cid-t6yinUxBFr img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t6yinUxBFr .mbr-text,
.cid-t6yinUxBFr .mbr-section-btn {
  color: #232323;
}
.cid-t6yinURqOO {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t6yinURqOO .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t6yinURqOO .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t6yinURqOO .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t6yinURqOO .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t6yinURqOO .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t6yinURqOO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t6yinURqOO .row {
  justify-content: center;
}
.cid-t6yinURqOO .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t6yinURqOO .item {
    padding-bottom: 25px;
  }
}
.cid-t6yinURqOO .card-text {
  color: #ffffff;
}
.cid-t85e15C81R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85e15C81R .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85e15C81R .text-element {
  z-index: 1000;
}
.cid-t85e15C81R .row-element,
.cid-t85e15C81R .image-element {
  padding: 0;
}
.cid-t85e15C81R .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85e15C81R .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85e15C81R .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85e15C81R .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85e15C81R .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85e15C81R .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85e15C81R .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85e15C81R .underline .line {
    height: 2px;
  }
  .cid-t85e15C81R .mbr-title,
  .cid-t85e15C81R .underline,
  .cid-t85e15C81R .mbr-text,
  .cid-t85e15C81R .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85e15C81R .mbr-title,
.cid-t85e15C81R .underline {
  color: #2c1616;
}
.cid-t85e15C81R .mbr-text,
.cid-t85e15C81R .mbr-section-btn {
  color: #000000;
}
.cid-t85e15C81R .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85e15C81R .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85e15C81R .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85e15C81R .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85e15C81R .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85e15C81R P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85e15C81R .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85e15C81R .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85e15C81R .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85e15C81R .mbr-title,
.cid-t85e15C81R .underline B {
  color: #000000;
}
.cid-t85e28jlCW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85e28jlCW .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85e28jlCW .text-element {
  z-index: 1000;
}
.cid-t85e28jlCW .row-element,
.cid-t85e28jlCW .image-element {
  padding: 0;
}
.cid-t85e28jlCW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85e28jlCW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85e28jlCW .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85e28jlCW .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85e28jlCW .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85e28jlCW .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85e28jlCW .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85e28jlCW .underline .line {
    height: 2px;
  }
  .cid-t85e28jlCW .mbr-title,
  .cid-t85e28jlCW .underline,
  .cid-t85e28jlCW .mbr-text,
  .cid-t85e28jlCW .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85e28jlCW .mbr-title,
.cid-t85e28jlCW .underline {
  color: #2c1616;
}
.cid-t85e28jlCW .mbr-text,
.cid-t85e28jlCW .mbr-section-btn {
  color: #000000;
}
.cid-t85e28jlCW .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85e28jlCW .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85e28jlCW .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85e28jlCW .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85e28jlCW .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85e28jlCW P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85e28jlCW .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85e28jlCW .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85e28jlCW .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85e2OLYoe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85e2OLYoe .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85e2OLYoe .text-element {
  z-index: 1000;
}
.cid-t85e2OLYoe .row-element,
.cid-t85e2OLYoe .image-element {
  padding: 0;
}
.cid-t85e2OLYoe .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85e2OLYoe .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85e2OLYoe .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85e2OLYoe .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85e2OLYoe .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85e2OLYoe .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85e2OLYoe .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85e2OLYoe .underline .line {
    height: 2px;
  }
  .cid-t85e2OLYoe .mbr-title,
  .cid-t85e2OLYoe .underline,
  .cid-t85e2OLYoe .mbr-text,
  .cid-t85e2OLYoe .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85e2OLYoe .mbr-title,
.cid-t85e2OLYoe .underline {
  color: #2c1616;
}
.cid-t85e2OLYoe .mbr-text,
.cid-t85e2OLYoe .mbr-section-btn {
  color: #000000;
}
.cid-t85e2OLYoe .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85e2OLYoe .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85e2OLYoe .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85e2OLYoe .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85e2OLYoe .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85e2OLYoe P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85e2OLYoe .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85e2OLYoe .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85e2OLYoe .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85e3x03Mp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85e3x03Mp .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85e3x03Mp .text-element {
  z-index: 1000;
}
.cid-t85e3x03Mp .row-element,
.cid-t85e3x03Mp .image-element {
  padding: 0;
}
.cid-t85e3x03Mp .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85e3x03Mp .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85e3x03Mp .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85e3x03Mp .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85e3x03Mp .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85e3x03Mp .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85e3x03Mp .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85e3x03Mp .underline .line {
    height: 2px;
  }
  .cid-t85e3x03Mp .mbr-title,
  .cid-t85e3x03Mp .underline,
  .cid-t85e3x03Mp .mbr-text,
  .cid-t85e3x03Mp .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85e3x03Mp .mbr-title,
.cid-t85e3x03Mp .underline {
  color: #2c1616;
}
.cid-t85e3x03Mp .mbr-text,
.cid-t85e3x03Mp .mbr-section-btn {
  color: #000000;
}
.cid-t85e3x03Mp .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85e3x03Mp .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85e3x03Mp .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85e3x03Mp .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85e3x03Mp .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85e3x03Mp P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85e3x03Mp .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85e3x03Mp .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85e3x03Mp .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85e5RfjBv {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85e5RfjBv .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85e5RfjBv .myform {
    padding: 1rem;
  }
}
.cid-t85e5RfjBv .showAlerts {
  display: block !important;
}
.cid-t85e5RfjBv .rowflexrev {
  display: -webkit-flex;
}
.cid-t85e5RfjBv .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85e5RfjBv .title {
  margin-bottom: 2rem;
}
.cid-t85e5RfjBv .mbr-section-subtitle {
  color: #767676;
}
.cid-t85e5RfjBv textarea.form-control {
  min-height: 188px;
}
.cid-t85e5RfjBv LABEL {
  color: #232323;
}
.cid-t85e5RfjBv .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85e5RfjBv .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85e5RfjBv .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85e5RfjBv .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85e5RfjBv .alert {
  margin-bottom: 0;
}
.cid-t85e5RfjBv .alert-success {
  background-color: #70c770;
}
.cid-t85e5RfjBv .alert-danger {
  background-color: #ff4a52;
}
.cid-t85e5RfjBv .btn {
  display: inline-flex;
}
.cid-t85e5RfjBv .hidden {
  display: none;
}
.cid-t85e5RfjBv .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85e5RfjBv .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t6yjCEMaDq {
  background: #ffffff;
}
.cid-t6yjCEMaDq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6yjCEMaDq figcaption {
  position: relative;
}
.cid-t6yjCEMaDq figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6yjCEMaDq .image-block {
    width: 100% !important;
  }
}
.cid-t6yinVXs6p {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-t6yinVXs6p .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t6yinVXs6p H1 {
  color: #ffffff;
  text-align: center;
}
.cid-t6yinVXs6p .mbr-text,
.cid-t6yinVXs6p .mbr-section-btn {
  text-align: center;
}
.cid-t6yinVXs6p B {
  color: #ffffff;
}
.cid-t6yinVXs6p p {
  font-weight: 300;
}
.cid-t6yinWifn6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-t6yinWifn6 p {
  text-align: left;
  font-size: 1rem;
}
.cid-t6yinWifn6 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t6yinWifn6 .btn-underline:hover {
  color: #505050;
}
.cid-t6yinWifn6 .btn-underline:before {
  background-color: #505050;
}
.cid-t6yinWifn6 .social-list a:focus {
  text-decoration: none;
}
.cid-t6yinWifn6 .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-t6yinWifn6 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t6yinWifn6 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t6yinWifn6 .logo-footer {
  line-height: normal;
}
.cid-t6yinWifn6 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6yinWifn6 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t6yinWifn6 .mbr-section-btn {
  font-size: 16px;
}
.cid-t6yinWifn6 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-t6yinWifn6 .block-title {
  color: #ffffff;
}
.cid-t6yinWifn6 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-t6yinWWol6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-t6yinWWol6 .block-text {
  color: #efefef;
}
.cid-t6yinXcHJR {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-t6yinXcHJR .title-text {
  margin-bottom: 70px;
}
.cid-t6yinXcHJR .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-t6yinXcHJR .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-t6yinXcHJR .title-text .mbr-section-title {
  color: #130947;
}
.cid-t6yinXcHJR .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-t6yinXcHJR .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-t6yinXcHJR .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-t6yinXcHJR .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t6yinXcHJR .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-t6yinXcHJR .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t6yinXcHJR .accordion-content {
  flex-basis: 100%;
}
.cid-t6yinXcHJR .panel-group {
  width: 100%;
}
.cid-t6yinXcHJR .panel-text,
.cid-t6yinXcHJR .header-text,
.cid-t6yinXcHJR .mbr-section-subtitle {
  color: #222222;
}
.cid-t6yinXcHJR .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-t6yinXcHJR .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-t6yinXcHJR .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-t6yinXcHJR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t6yinXcHJR .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-t6yinXcHJR .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-t6yinXcHJR .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-t6yinXcHJR .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-t6yinXcHJR .card .card-header a.panel-title .toggle-icon:before,
.cid-t6yinXcHJR .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-t6yinXcHJR .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-t6yinXcHJR .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-t6yinXcHJR .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t6yinXcHJR .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-t6yinXcHJR .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t6yinXcHJR .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-t6yinXcHJR .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-t6yinXcHJR .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t6yinXLWl4 {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t6yinXLWl4 a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t6yinXLWl4 .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t6yinXLWl4 p {
  color: #0a0a0a;
}
.cid-t6yinXLWl4 .myalign {
  text-align: center;
}
.cid-t6yinXLWl4 .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t6yinXLWl4 span {
  font-size: 1rem;
}
.cid-t6yinXLWl4 .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t6yinXLWl4 .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t6yinXLWl4 .socicon-twitter {
  color: #4da7de;
}
.cid-t6yinXLWl4 .socicon-facebook {
  color: #3e5b98;
}
.cid-t6yinXLWl4 .socicon-googleplus {
  color: #dd4b39;
}
.cid-t6yinXLWl4 .socicon-instagram {
  color: #3f729b;
}
.cid-t6yinXLWl4 .social-list a:focus {
  text-decoration: none;
}
.cid-t6yinXLWl4 .text-copyright {
  width: 100%;
}
.cid-t6yinXLWl4 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t6yinXLWl4 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t6yinXLWl4 .logo-footer {
  line-height: normal;
}
.cid-t6yinXLWl4 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6yinXLWl4 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t6yinXLWl4 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6yinXLWl4 .media-container-row a {
  margin: 0 1rem;
}
.cid-t6yinXLWl4 P {
  color: #ffffff;
}
.cid-uNpRg9xyoT {
  background-image: url("../../../assets/images/rote-figur-betterimage.jpg");
}
.cid-uNpRg9xyoT .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpRg9xyoT .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpRg9xyoT .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpRg9xyoT {
    text-align: center !important;
  }
  .cid-uNpRg9xyoT .mbr-text {
    text-align: center;
  }
}
.cid-uNpRg9xyoT .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpRg9xyoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpRg9xyoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpRg9xyoT H1 {
  color: #ffffff;
}
.cid-t6UNxCC0Qg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #333333;
}
@media (min-width: 368px) {
  .cid-t6UNxCC0Qg .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t6UNxCC0Qg .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t6UNxCC0Qg .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6UNxCC0Qg .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t6UNxCC0Qg .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t6UNxCC0Qg .content_box {
  position: relative;
  z-index: 2;
}
.cid-t6UNxCC0Qg .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t6UNxCC0Qg .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t6UNxCC0Qg .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t6UNxCC0Qg .mbr-section-btn {
  margin-top: 43px;
}
.cid-t6UNxCC0Qg .image-wrapper,
.cid-t6UNxCC0Qg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t6UNxCC0Qg .mbr-text,
.cid-t6UNxCC0Qg .mbr-section-btn {
  color: #ffffff;
}
.cid-t6UNxCUhKO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t6UNxCUhKO .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t6UNxCUhKO .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t6UNxCUhKO .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6UNxCUhKO .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t6UNxCUhKO .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t6UNxCUhKO .content_box {
  position: relative;
  z-index: 2;
}
.cid-t6UNxCUhKO .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t6UNxCUhKO .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t6UNxCUhKO .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t6UNxCUhKO .mbr-section-btn {
  margin-top: 43px;
}
.cid-t6UNxCUhKO .image-wrapper,
.cid-t6UNxCUhKO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t6UNxCUhKO .mbr-text,
.cid-t6UNxCUhKO .mbr-section-btn {
  color: #ffffff;
}
.cid-t6UNxDgwfs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t6UNxDgwfs .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t6UNxDgwfs .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t6UNxDgwfs .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6UNxDgwfs .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t6UNxDgwfs .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t6UNxDgwfs .content_box {
  position: relative;
  z-index: 2;
}
.cid-t6UNxDgwfs .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t6UNxDgwfs .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t6UNxDgwfs .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t6UNxDgwfs .mbr-section-btn {
  margin-top: 43px;
}
.cid-t6UNxDgwfs .image-wrapper,
.cid-t6UNxDgwfs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t6UNxDgwfs .mbr-text,
.cid-t6UNxDgwfs .mbr-section-btn {
  color: #ffffff;
}
.cid-t6UNxDCpXf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t6UNxDCpXf .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t6UNxDCpXf .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t6UNxDCpXf .mbr-text {
  font-weight: 400;
}
.cid-t6UNxDCpXf .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6UNxDCpXf .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t6UNxDCpXf .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t6UNxDCpXf .content_box {
  position: relative;
  z-index: 2;
}
.cid-t6UNxDCpXf .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t6UNxDCpXf .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t6UNxDCpXf .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t6UNxDCpXf .mbr-section-btn {
  margin-top: 43px;
}
.cid-t6UNxDCpXf .image-wrapper,
.cid-t6UNxDCpXf img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t6UNxDCpXf .mbr-text,
.cid-t6UNxDCpXf .mbr-section-btn {
  color: #232323;
}
.cid-t6UNxDWGRA {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t6UNxDWGRA .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t6UNxDWGRA .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t6UNxDWGRA .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t6UNxDWGRA .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t6UNxDWGRA .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t6UNxDWGRA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t6UNxDWGRA .row {
  justify-content: center;
}
.cid-t6UNxDWGRA .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t6UNxDWGRA .item {
    padding-bottom: 25px;
  }
}
.cid-t6UNxDWGRA .card-text {
  color: #ffffff;
}
.cid-t85f4wKF0J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85f4wKF0J .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85f4wKF0J .text-element {
  z-index: 1000;
}
.cid-t85f4wKF0J .row-element,
.cid-t85f4wKF0J .image-element {
  padding: 0;
}
.cid-t85f4wKF0J .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85f4wKF0J .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85f4wKF0J .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85f4wKF0J .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85f4wKF0J .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85f4wKF0J .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85f4wKF0J .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85f4wKF0J .underline .line {
    height: 2px;
  }
  .cid-t85f4wKF0J .mbr-title,
  .cid-t85f4wKF0J .underline,
  .cid-t85f4wKF0J .mbr-text,
  .cid-t85f4wKF0J .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85f4wKF0J .mbr-title,
.cid-t85f4wKF0J .underline {
  color: #2c1616;
}
.cid-t85f4wKF0J .mbr-text,
.cid-t85f4wKF0J .mbr-section-btn {
  color: #000000;
}
.cid-t85f4wKF0J .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85f4wKF0J .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85f4wKF0J .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85f4wKF0J .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85f4wKF0J .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85f4wKF0J P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85f4wKF0J .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85f4wKF0J .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85f4wKF0J .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85f4wKF0J .mbr-title,
.cid-t85f4wKF0J .underline B {
  color: #000000;
}
.cid-t85f58e2Lc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85f58e2Lc .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85f58e2Lc .text-element {
  z-index: 1000;
}
.cid-t85f58e2Lc .row-element,
.cid-t85f58e2Lc .image-element {
  padding: 0;
}
.cid-t85f58e2Lc .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85f58e2Lc .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85f58e2Lc .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85f58e2Lc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85f58e2Lc .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85f58e2Lc .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85f58e2Lc .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85f58e2Lc .underline .line {
    height: 2px;
  }
  .cid-t85f58e2Lc .mbr-title,
  .cid-t85f58e2Lc .underline,
  .cid-t85f58e2Lc .mbr-text,
  .cid-t85f58e2Lc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85f58e2Lc .mbr-title,
.cid-t85f58e2Lc .underline {
  color: #2c1616;
}
.cid-t85f58e2Lc .mbr-text,
.cid-t85f58e2Lc .mbr-section-btn {
  color: #000000;
}
.cid-t85f58e2Lc .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85f58e2Lc .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85f58e2Lc .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85f58e2Lc .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85f58e2Lc .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85f58e2Lc P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85f58e2Lc .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85f58e2Lc .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85f58e2Lc .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85f5Dx3W0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85f5Dx3W0 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85f5Dx3W0 .text-element {
  z-index: 1000;
}
.cid-t85f5Dx3W0 .row-element,
.cid-t85f5Dx3W0 .image-element {
  padding: 0;
}
.cid-t85f5Dx3W0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85f5Dx3W0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85f5Dx3W0 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85f5Dx3W0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85f5Dx3W0 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85f5Dx3W0 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85f5Dx3W0 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85f5Dx3W0 .underline .line {
    height: 2px;
  }
  .cid-t85f5Dx3W0 .mbr-title,
  .cid-t85f5Dx3W0 .underline,
  .cid-t85f5Dx3W0 .mbr-text,
  .cid-t85f5Dx3W0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85f5Dx3W0 .mbr-title,
.cid-t85f5Dx3W0 .underline {
  color: #2c1616;
}
.cid-t85f5Dx3W0 .mbr-text,
.cid-t85f5Dx3W0 .mbr-section-btn {
  color: #000000;
}
.cid-t85f5Dx3W0 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85f5Dx3W0 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85f5Dx3W0 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85f5Dx3W0 .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85f5Dx3W0 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85f5Dx3W0 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85f5Dx3W0 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85f5Dx3W0 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85f5Dx3W0 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85f68AA81 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85f68AA81 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85f68AA81 .text-element {
  z-index: 1000;
}
.cid-t85f68AA81 .row-element,
.cid-t85f68AA81 .image-element {
  padding: 0;
}
.cid-t85f68AA81 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85f68AA81 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85f68AA81 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85f68AA81 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85f68AA81 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85f68AA81 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85f68AA81 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85f68AA81 .underline .line {
    height: 2px;
  }
  .cid-t85f68AA81 .mbr-title,
  .cid-t85f68AA81 .underline,
  .cid-t85f68AA81 .mbr-text,
  .cid-t85f68AA81 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85f68AA81 .mbr-title,
.cid-t85f68AA81 .underline {
  color: #2c1616;
}
.cid-t85f68AA81 .mbr-text,
.cid-t85f68AA81 .mbr-section-btn {
  color: #000000;
}
.cid-t85f68AA81 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85f68AA81 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85f68AA81 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85f68AA81 .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85f68AA81 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85f68AA81 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85f68AA81 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85f68AA81 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85f68AA81 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85f7oRNq6 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85f7oRNq6 .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85f7oRNq6 .myform {
    padding: 1rem;
  }
}
.cid-t85f7oRNq6 .showAlerts {
  display: block !important;
}
.cid-t85f7oRNq6 .rowflexrev {
  display: -webkit-flex;
}
.cid-t85f7oRNq6 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85f7oRNq6 .title {
  margin-bottom: 2rem;
}
.cid-t85f7oRNq6 .mbr-section-subtitle {
  color: #767676;
}
.cid-t85f7oRNq6 textarea.form-control {
  min-height: 188px;
}
.cid-t85f7oRNq6 LABEL {
  color: #232323;
}
.cid-t85f7oRNq6 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85f7oRNq6 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85f7oRNq6 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85f7oRNq6 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85f7oRNq6 .alert {
  margin-bottom: 0;
}
.cid-t85f7oRNq6 .alert-success {
  background-color: #70c770;
}
.cid-t85f7oRNq6 .alert-danger {
  background-color: #ff4a52;
}
.cid-t85f7oRNq6 .btn {
  display: inline-flex;
}
.cid-t85f7oRNq6 .hidden {
  display: none;
}
.cid-t85f7oRNq6 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85f7oRNq6 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t6UNxESouY {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-t6UNxESouY .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t6UNxESouY H1 {
  color: #ffffff;
  text-align: center;
}
.cid-t6UNxESouY .mbr-text,
.cid-t6UNxESouY .mbr-section-btn {
  text-align: center;
}
.cid-t6UNxESouY B {
  color: #ffffff;
}
.cid-t6UNxESouY p {
  font-weight: 300;
}
.cid-t6UNxFhVxg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-t6UNxFhVxg p {
  text-align: left;
  font-size: 1rem;
}
.cid-t6UNxFhVxg .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t6UNxFhVxg .btn-underline:hover {
  color: #505050;
}
.cid-t6UNxFhVxg .btn-underline:before {
  background-color: #505050;
}
.cid-t6UNxFhVxg .social-list a:focus {
  text-decoration: none;
}
.cid-t6UNxFhVxg .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-t6UNxFhVxg .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t6UNxFhVxg .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t6UNxFhVxg .logo-footer {
  line-height: normal;
}
.cid-t6UNxFhVxg .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6UNxFhVxg .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t6UNxFhVxg .mbr-section-btn {
  font-size: 16px;
}
.cid-t6UNxFhVxg .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-t6UNxFhVxg .block-title {
  color: #ffffff;
}
.cid-t6UNxFhVxg .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-t6UNxFRXCo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-t6UNxFRXCo .block-text {
  color: #efefef;
}
.cid-t6UNxGaNAc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-t6UNxGaNAc .title-text {
  margin-bottom: 70px;
}
.cid-t6UNxGaNAc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-t6UNxGaNAc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-t6UNxGaNAc .title-text .mbr-section-title {
  color: #130947;
}
.cid-t6UNxGaNAc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-t6UNxGaNAc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-t6UNxGaNAc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-t6UNxGaNAc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t6UNxGaNAc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-t6UNxGaNAc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t6UNxGaNAc .accordion-content {
  flex-basis: 100%;
}
.cid-t6UNxGaNAc .panel-group {
  width: 100%;
}
.cid-t6UNxGaNAc .panel-text,
.cid-t6UNxGaNAc .header-text,
.cid-t6UNxGaNAc .mbr-section-subtitle {
  color: #222222;
}
.cid-t6UNxGaNAc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-t6UNxGaNAc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-t6UNxGaNAc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-t6UNxGaNAc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t6UNxGaNAc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-t6UNxGaNAc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-t6UNxGaNAc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-t6UNxGaNAc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-t6UNxGaNAc .card .card-header a.panel-title .toggle-icon:before,
.cid-t6UNxGaNAc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-t6UNxGaNAc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-t6UNxGaNAc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-t6UNxGaNAc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t6UNxGaNAc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-t6UNxGaNAc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t6UNxGaNAc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-t6UNxGaNAc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-t6UNxGaNAc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t6UNxGFIlB {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t6UNxGFIlB a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t6UNxGFIlB .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t6UNxGFIlB p {
  color: #0a0a0a;
}
.cid-t6UNxGFIlB .myalign {
  text-align: center;
}
.cid-t6UNxGFIlB .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t6UNxGFIlB span {
  font-size: 1rem;
}
.cid-t6UNxGFIlB .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t6UNxGFIlB .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t6UNxGFIlB .socicon-twitter {
  color: #4da7de;
}
.cid-t6UNxGFIlB .socicon-facebook {
  color: #3e5b98;
}
.cid-t6UNxGFIlB .socicon-googleplus {
  color: #dd4b39;
}
.cid-t6UNxGFIlB .socicon-instagram {
  color: #3f729b;
}
.cid-t6UNxGFIlB .social-list a:focus {
  text-decoration: none;
}
.cid-t6UNxGFIlB .text-copyright {
  width: 100%;
}
.cid-t6UNxGFIlB .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t6UNxGFIlB .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t6UNxGFIlB .logo-footer {
  line-height: normal;
}
.cid-t6UNxGFIlB .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6UNxGFIlB .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t6UNxGFIlB .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6UNxGFIlB .media-container-row a {
  margin: 0 1rem;
}
.cid-t6UNxGFIlB P {
  color: #ffffff;
}
.cid-uNpRmuOWEy {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpRmuOWEy .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpRmuOWEy .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpRmuOWEy .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpRmuOWEy {
    text-align: center !important;
  }
  .cid-uNpRmuOWEy .mbr-text {
    text-align: center;
  }
}
.cid-uNpRmuOWEy .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpRmuOWEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpRmuOWEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpRmuOWEy H1 {
  color: #ffffff;
}
.cid-t7cb1bKSkc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t7cb1bKSkc .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t7cb1bKSkc .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t7cb1bKSkc .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t7cb1bKSkc .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t7cb1bKSkc .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t7cb1bKSkc .content_box {
  position: relative;
  z-index: 2;
}
.cid-t7cb1bKSkc .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t7cb1bKSkc .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t7cb1bKSkc .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t7cb1bKSkc .mbr-section-btn {
  margin-top: 43px;
}
.cid-t7cb1bKSkc .image-wrapper,
.cid-t7cb1bKSkc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t7cb1bKSkc .mbr-text,
.cid-t7cb1bKSkc .mbr-section-btn {
  color: #ffffff;
}
.cid-t7cb1c5xlq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t7cb1c5xlq .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t7cb1c5xlq .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t7cb1c5xlq .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t7cb1c5xlq .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t7cb1c5xlq .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t7cb1c5xlq .content_box {
  position: relative;
  z-index: 2;
}
.cid-t7cb1c5xlq .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t7cb1c5xlq .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t7cb1c5xlq .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t7cb1c5xlq .mbr-section-btn {
  margin-top: 43px;
}
.cid-t7cb1c5xlq .image-wrapper,
.cid-t7cb1c5xlq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t7cb1c5xlq .mbr-text,
.cid-t7cb1c5xlq .mbr-section-btn {
  color: #ffffff;
}
.cid-t7cb1csot5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t7cb1csot5 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t7cb1csot5 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t7cb1csot5 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t7cb1csot5 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t7cb1csot5 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t7cb1csot5 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t7cb1csot5 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t7cb1csot5 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t7cb1csot5 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t7cb1csot5 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t7cb1csot5 .image-wrapper,
.cid-t7cb1csot5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t7cb1csot5 .mbr-text,
.cid-t7cb1csot5 .mbr-section-btn {
  color: #ffffff;
}
.cid-t7cb1cOpWO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t7cb1cOpWO .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t7cb1cOpWO .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t7cb1cOpWO .mbr-text {
  font-weight: 400;
}
.cid-t7cb1cOpWO .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t7cb1cOpWO .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t7cb1cOpWO .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t7cb1cOpWO .content_box {
  position: relative;
  z-index: 2;
}
.cid-t7cb1cOpWO .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t7cb1cOpWO .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t7cb1cOpWO .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7cb1cOpWO .mbr-section-btn {
  margin-top: 43px;
}
.cid-t7cb1cOpWO .image-wrapper,
.cid-t7cb1cOpWO img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t7cb1cOpWO .mbr-text,
.cid-t7cb1cOpWO .mbr-section-btn {
  color: #232323;
}
.cid-t7cb1d6zvX {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t7cb1d6zvX .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t7cb1d6zvX .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t7cb1d6zvX .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t7cb1d6zvX .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t7cb1d6zvX .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t7cb1d6zvX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t7cb1d6zvX .row {
  justify-content: center;
}
.cid-t7cb1d6zvX .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t7cb1d6zvX .item {
    padding-bottom: 25px;
  }
}
.cid-t7cb1d6zvX .card-text {
  color: #ffffff;
}
.cid-t85eZ4EX1q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eZ4EX1q .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eZ4EX1q .text-element {
  z-index: 1000;
}
.cid-t85eZ4EX1q .row-element,
.cid-t85eZ4EX1q .image-element {
  padding: 0;
}
.cid-t85eZ4EX1q .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eZ4EX1q .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eZ4EX1q .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eZ4EX1q .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eZ4EX1q .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eZ4EX1q .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eZ4EX1q .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eZ4EX1q .underline .line {
    height: 2px;
  }
  .cid-t85eZ4EX1q .mbr-title,
  .cid-t85eZ4EX1q .underline,
  .cid-t85eZ4EX1q .mbr-text,
  .cid-t85eZ4EX1q .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eZ4EX1q .mbr-title,
.cid-t85eZ4EX1q .underline {
  color: #2c1616;
}
.cid-t85eZ4EX1q .mbr-text,
.cid-t85eZ4EX1q .mbr-section-btn {
  color: #000000;
}
.cid-t85eZ4EX1q .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eZ4EX1q .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eZ4EX1q .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eZ4EX1q .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eZ4EX1q .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eZ4EX1q P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eZ4EX1q .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eZ4EX1q .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eZ4EX1q .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85eZ4EX1q .mbr-title,
.cid-t85eZ4EX1q .underline B {
  color: #000000;
}
.cid-t85eZCejfw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85eZCejfw .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85eZCejfw .text-element {
  z-index: 1000;
}
.cid-t85eZCejfw .row-element,
.cid-t85eZCejfw .image-element {
  padding: 0;
}
.cid-t85eZCejfw .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85eZCejfw .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85eZCejfw .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85eZCejfw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85eZCejfw .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85eZCejfw .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85eZCejfw .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85eZCejfw .underline .line {
    height: 2px;
  }
  .cid-t85eZCejfw .mbr-title,
  .cid-t85eZCejfw .underline,
  .cid-t85eZCejfw .mbr-text,
  .cid-t85eZCejfw .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85eZCejfw .mbr-title,
.cid-t85eZCejfw .underline {
  color: #2c1616;
}
.cid-t85eZCejfw .mbr-text,
.cid-t85eZCejfw .mbr-section-btn {
  color: #000000;
}
.cid-t85eZCejfw .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85eZCejfw .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85eZCejfw .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85eZCejfw .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85eZCejfw .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85eZCejfw P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85eZCejfw .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85eZCejfw .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85eZCejfw .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85f06XBDW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85f06XBDW .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85f06XBDW .text-element {
  z-index: 1000;
}
.cid-t85f06XBDW .row-element,
.cid-t85f06XBDW .image-element {
  padding: 0;
}
.cid-t85f06XBDW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85f06XBDW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85f06XBDW .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85f06XBDW .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85f06XBDW .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85f06XBDW .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85f06XBDW .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85f06XBDW .underline .line {
    height: 2px;
  }
  .cid-t85f06XBDW .mbr-title,
  .cid-t85f06XBDW .underline,
  .cid-t85f06XBDW .mbr-text,
  .cid-t85f06XBDW .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85f06XBDW .mbr-title,
.cid-t85f06XBDW .underline {
  color: #2c1616;
}
.cid-t85f06XBDW .mbr-text,
.cid-t85f06XBDW .mbr-section-btn {
  color: #000000;
}
.cid-t85f06XBDW .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85f06XBDW .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85f06XBDW .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85f06XBDW .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85f06XBDW .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85f06XBDW P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85f06XBDW .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85f06XBDW .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85f06XBDW .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85f0AVYQY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t85f0AVYQY .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t85f0AVYQY .text-element {
  z-index: 1000;
}
.cid-t85f0AVYQY .row-element,
.cid-t85f0AVYQY .image-element {
  padding: 0;
}
.cid-t85f0AVYQY .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85f0AVYQY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t85f0AVYQY .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t85f0AVYQY .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t85f0AVYQY .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t85f0AVYQY .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t85f0AVYQY .text-content {
    padding: 2rem 1rem;
  }
  .cid-t85f0AVYQY .underline .line {
    height: 2px;
  }
  .cid-t85f0AVYQY .mbr-title,
  .cid-t85f0AVYQY .underline,
  .cid-t85f0AVYQY .mbr-text,
  .cid-t85f0AVYQY .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t85f0AVYQY .mbr-title,
.cid-t85f0AVYQY .underline {
  color: #2c1616;
}
.cid-t85f0AVYQY .mbr-text,
.cid-t85f0AVYQY .mbr-section-btn {
  color: #000000;
}
.cid-t85f0AVYQY .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-t85f0AVYQY .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-t85f0AVYQY .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-t85f0AVYQY .imagebox:hover img {
  opacity: 0.7;
}
.cid-t85f0AVYQY .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-t85f0AVYQY P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-t85f0AVYQY .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-t85f0AVYQY .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-t85f0AVYQY .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-t85f1K0bIi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-t85f1K0bIi .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t85f1K0bIi .myform {
    padding: 1rem;
  }
}
.cid-t85f1K0bIi .showAlerts {
  display: block !important;
}
.cid-t85f1K0bIi .rowflexrev {
  display: -webkit-flex;
}
.cid-t85f1K0bIi .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t85f1K0bIi .title {
  margin-bottom: 2rem;
}
.cid-t85f1K0bIi .mbr-section-subtitle {
  color: #767676;
}
.cid-t85f1K0bIi textarea.form-control {
  min-height: 188px;
}
.cid-t85f1K0bIi LABEL {
  color: #232323;
}
.cid-t85f1K0bIi .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85f1K0bIi .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t85f1K0bIi .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85f1K0bIi .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t85f1K0bIi .alert {
  margin-bottom: 0;
}
.cid-t85f1K0bIi .alert-success {
  background-color: #70c770;
}
.cid-t85f1K0bIi .alert-danger {
  background-color: #ff4a52;
}
.cid-t85f1K0bIi .btn {
  display: inline-flex;
}
.cid-t85f1K0bIi .hidden {
  display: none;
}
.cid-t85f1K0bIi .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t85f1K0bIi .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t7cb1dUhEg {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-t7cb1dUhEg .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t7cb1dUhEg H1 {
  color: #ffffff;
  text-align: center;
}
.cid-t7cb1dUhEg .mbr-text,
.cid-t7cb1dUhEg .mbr-section-btn {
  text-align: center;
}
.cid-t7cb1dUhEg B {
  color: #ffffff;
}
.cid-t7cb1dUhEg p {
  font-weight: 300;
}
.cid-t7cb1eeKfW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-t7cb1eeKfW p {
  text-align: left;
  font-size: 1rem;
}
.cid-t7cb1eeKfW .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t7cb1eeKfW .btn-underline:hover {
  color: #505050;
}
.cid-t7cb1eeKfW .btn-underline:before {
  background-color: #505050;
}
.cid-t7cb1eeKfW .social-list a:focus {
  text-decoration: none;
}
.cid-t7cb1eeKfW .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-t7cb1eeKfW .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t7cb1eeKfW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t7cb1eeKfW .logo-footer {
  line-height: normal;
}
.cid-t7cb1eeKfW .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t7cb1eeKfW .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t7cb1eeKfW .mbr-section-btn {
  font-size: 16px;
}
.cid-t7cb1eeKfW .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-t7cb1eeKfW .block-title {
  color: #ffffff;
}
.cid-t7cb1eeKfW .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-t7cb1eFD4R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-t7cb1eFD4R .block-text {
  color: #efefef;
}
.cid-t7cb1eU1O2 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-t7cb1eU1O2 .title-text {
  margin-bottom: 70px;
}
.cid-t7cb1eU1O2 .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-t7cb1eU1O2 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-t7cb1eU1O2 .title-text .mbr-section-title {
  color: #130947;
}
.cid-t7cb1eU1O2 .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-t7cb1eU1O2 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-t7cb1eU1O2 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-t7cb1eU1O2 .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t7cb1eU1O2 .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-t7cb1eU1O2 .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t7cb1eU1O2 .accordion-content {
  flex-basis: 100%;
}
.cid-t7cb1eU1O2 .panel-group {
  width: 100%;
}
.cid-t7cb1eU1O2 .panel-text,
.cid-t7cb1eU1O2 .header-text,
.cid-t7cb1eU1O2 .mbr-section-subtitle {
  color: #222222;
}
.cid-t7cb1eU1O2 .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-t7cb1eU1O2 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-t7cb1eU1O2 .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-t7cb1eU1O2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7cb1eU1O2 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-t7cb1eU1O2 .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-t7cb1eU1O2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-t7cb1eU1O2 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-t7cb1eU1O2 .card .card-header a.panel-title .toggle-icon:before,
.cid-t7cb1eU1O2 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-t7cb1eU1O2 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-t7cb1eU1O2 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-t7cb1eU1O2 .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t7cb1eU1O2 .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-t7cb1eU1O2 .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t7cb1eU1O2 .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-t7cb1eU1O2 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-t7cb1eU1O2 .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t7cb1fs3MJ {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t7cb1fs3MJ a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t7cb1fs3MJ .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t7cb1fs3MJ p {
  color: #0a0a0a;
}
.cid-t7cb1fs3MJ .myalign {
  text-align: center;
}
.cid-t7cb1fs3MJ .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t7cb1fs3MJ span {
  font-size: 1rem;
}
.cid-t7cb1fs3MJ .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t7cb1fs3MJ .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t7cb1fs3MJ .socicon-twitter {
  color: #4da7de;
}
.cid-t7cb1fs3MJ .socicon-facebook {
  color: #3e5b98;
}
.cid-t7cb1fs3MJ .socicon-googleplus {
  color: #dd4b39;
}
.cid-t7cb1fs3MJ .socicon-instagram {
  color: #3f729b;
}
.cid-t7cb1fs3MJ .social-list a:focus {
  text-decoration: none;
}
.cid-t7cb1fs3MJ .text-copyright {
  width: 100%;
}
.cid-t7cb1fs3MJ .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t7cb1fs3MJ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t7cb1fs3MJ .logo-footer {
  line-height: normal;
}
.cid-t7cb1fs3MJ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t7cb1fs3MJ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t7cb1fs3MJ .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t7cb1fs3MJ .media-container-row a {
  margin: 0 1rem;
}
.cid-t7cb1fs3MJ P {
  color: #ffffff;
}
.cid-uNpTqf7etB {
  background-image: url("../../../assets/images/hallo-hier-ich-big.jpg");
}
.cid-uNpTqf7etB .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpTqf7etB .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpTqf7etB .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpTqf7etB {
    text-align: center !important;
  }
  .cid-uNpTqf7etB .mbr-text {
    text-align: center;
  }
}
.cid-uNpTqf7etB .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpTqf7etB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpTqf7etB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpTqf7etB H1 {
  color: #ffffff;
}
.cid-t8cvHm4FsN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-t8cvHm4FsN .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t8cvHm4FsN .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t8cvHm4FsN .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t8cvHm4FsN .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t8cvHm4FsN .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t8cvHm4FsN .content_box {
  position: relative;
  z-index: 2;
}
.cid-t8cvHm4FsN .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t8cvHm4FsN .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t8cvHm4FsN .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t8cvHm4FsN .mbr-section-btn {
  margin-top: 43px;
}
.cid-t8cvHm4FsN .image-wrapper,
.cid-t8cvHm4FsN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8cvHm4FsN .mbr-text,
.cid-t8cvHm4FsN .mbr-section-btn {
  color: #ffffff;
}
.cid-t8cvHmDhN6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-t8cvHmDhN6 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t8cvHmDhN6 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t8cvHmDhN6 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t8cvHmDhN6 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t8cvHmDhN6 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t8cvHmDhN6 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t8cvHmDhN6 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t8cvHmDhN6 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t8cvHmDhN6 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t8cvHmDhN6 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t8cvHmDhN6 .image-wrapper,
.cid-t8cvHmDhN6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8cvHmDhN6 .mbr-text,
.cid-t8cvHmDhN6 .mbr-section-btn {
  color: #ffffff;
}
.cid-t8cvHn4TNH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-t8cvHn4TNH .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t8cvHn4TNH .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t8cvHn4TNH .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t8cvHn4TNH .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t8cvHn4TNH .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t8cvHn4TNH .content_box {
  position: relative;
  z-index: 2;
}
.cid-t8cvHn4TNH .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t8cvHn4TNH .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t8cvHn4TNH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t8cvHn4TNH .mbr-section-btn {
  margin-top: 43px;
}
.cid-t8cvHn4TNH .image-wrapper,
.cid-t8cvHn4TNH img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8cvHn4TNH .mbr-text,
.cid-t8cvHn4TNH .mbr-section-btn {
  color: #ffffff;
}
.cid-t8cvHnw5G2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-t8cvHnw5G2 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t8cvHnw5G2 .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t8cvHnw5G2 .mbr-text {
  font-weight: 400;
}
.cid-t8cvHnw5G2 .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t8cvHnw5G2 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t8cvHnw5G2 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t8cvHnw5G2 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t8cvHnw5G2 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t8cvHnw5G2 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t8cvHnw5G2 .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t8cvHnw5G2 .mbr-section-btn {
  margin-top: 43px;
}
.cid-t8cvHnw5G2 .image-wrapper,
.cid-t8cvHnw5G2 img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-t8cvHnw5G2 .mbr-text,
.cid-t8cvHnw5G2 .mbr-section-btn {
  color: #232323;
}
.cid-t8cvHnTzaq {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-t8cvHnTzaq .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-t8cvHnTzaq .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-t8cvHnTzaq .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-t8cvHnTzaq .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t8cvHnTzaq .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-t8cvHnTzaq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-t8cvHnTzaq .row {
  justify-content: center;
}
.cid-t8cvHnTzaq .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-t8cvHnTzaq .item {
    padding-bottom: 25px;
  }
}
.cid-t8cvHnTzaq .card-text {
  color: #ffffff;
}
.cid-t8cyLXPZW0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffe884;
}
.cid-t8cyLXPZW0 span {
  color: #c1c1c1;
}
.cid-t8cyLXPZW0 .mbr-text {
  padding-left: 1.5rem;
}
.cid-t8cyLXPZW0 .mbr-section-title {
  padding-left: 1.5px;
}
.cid-t8cyLXPZW0 .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-t8cyLXPZW0 H1 {
  text-align: left;
  color: #000000;
}
.cid-t8cyLXPZW0 .mbr-text,
.cid-t8cyLXPZW0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-t8cvHp1sWY {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-t8cvHp1sWY .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t8cvHp1sWY H1 {
  color: #ffffff;
  text-align: center;
}
.cid-t8cvHp1sWY .mbr-text,
.cid-t8cvHp1sWY .mbr-section-btn {
  text-align: center;
}
.cid-t8cvHp1sWY B {
  color: #ffffff;
}
.cid-t8cvHp1sWY p {
  font-weight: 300;
}
.cid-t8cvHprPZT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-t8cvHprPZT p {
  text-align: left;
  font-size: 1rem;
}
.cid-t8cvHprPZT .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8cvHprPZT .btn-underline:hover {
  color: #505050;
}
.cid-t8cvHprPZT .btn-underline:before {
  background-color: #505050;
}
.cid-t8cvHprPZT .social-list a:focus {
  text-decoration: none;
}
.cid-t8cvHprPZT .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-t8cvHprPZT .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t8cvHprPZT .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t8cvHprPZT .logo-footer {
  line-height: normal;
}
.cid-t8cvHprPZT .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8cvHprPZT .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8cvHprPZT .mbr-section-btn {
  font-size: 16px;
}
.cid-t8cvHprPZT .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-t8cvHprPZT .block-title {
  color: #ffffff;
}
.cid-t8cvHprPZT .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-t8cvHqu4LV {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-t8cvHqu4LV .title-text {
  margin-bottom: 70px;
}
.cid-t8cvHqu4LV .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-t8cvHqu4LV .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-t8cvHqu4LV .title-text .mbr-section-title {
  color: #130947;
}
.cid-t8cvHqu4LV .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-t8cvHqu4LV .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-t8cvHqu4LV .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-t8cvHqu4LV .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t8cvHqu4LV .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-t8cvHqu4LV .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t8cvHqu4LV .accordion-content {
  flex-basis: 100%;
}
.cid-t8cvHqu4LV .panel-group {
  width: 100%;
}
.cid-t8cvHqu4LV .panel-text,
.cid-t8cvHqu4LV .header-text,
.cid-t8cvHqu4LV .mbr-section-subtitle {
  color: #222222;
}
.cid-t8cvHqu4LV .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-t8cvHqu4LV .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-t8cvHqu4LV .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-t8cvHqu4LV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t8cvHqu4LV .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-t8cvHqu4LV .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-t8cvHqu4LV .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-t8cvHqu4LV .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-t8cvHqu4LV .card .card-header a.panel-title .toggle-icon:before,
.cid-t8cvHqu4LV .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-t8cvHqu4LV .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-t8cvHqu4LV .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-t8cvHqu4LV .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t8cvHqu4LV .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-t8cvHqu4LV .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t8cvHqu4LV .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-t8cvHqu4LV .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-t8cvHqu4LV .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t8cxFHLI9M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-t8cxFHLI9M .block-text {
  color: #cccccc;
}
.cid-t8cvHr331d {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t8cvHr331d a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t8cvHr331d .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t8cvHr331d p {
  color: #0a0a0a;
}
.cid-t8cvHr331d .myalign {
  text-align: center;
}
.cid-t8cvHr331d .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t8cvHr331d span {
  font-size: 1rem;
}
.cid-t8cvHr331d .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t8cvHr331d .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t8cvHr331d .socicon-twitter {
  color: #4da7de;
}
.cid-t8cvHr331d .socicon-facebook {
  color: #3e5b98;
}
.cid-t8cvHr331d .socicon-googleplus {
  color: #dd4b39;
}
.cid-t8cvHr331d .socicon-instagram {
  color: #3f729b;
}
.cid-t8cvHr331d .social-list a:focus {
  text-decoration: none;
}
.cid-t8cvHr331d .text-copyright {
  width: 100%;
}
.cid-t8cvHr331d .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t8cvHr331d .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t8cvHr331d .logo-footer {
  line-height: normal;
}
.cid-t8cvHr331d .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8cvHr331d .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t8cvHr331d .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8cvHr331d .media-container-row a {
  margin: 0 1rem;
}
.cid-t8cvHr331d P {
  color: #ffffff;
}
.cid-uNpTCu0wwn {
  background-image: url("../../../assets/images/hallo-hier-ich-big.jpg");
}
.cid-uNpTCu0wwn .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpTCu0wwn .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpTCu0wwn .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpTCu0wwn {
    text-align: center !important;
  }
  .cid-uNpTCu0wwn .mbr-text {
    text-align: center;
  }
}
.cid-uNpTCu0wwn .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpTCu0wwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpTCu0wwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpTCu0wwn H1 {
  color: #ffffff;
}
.cid-ta4ClUBWKh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-ta4ClUBWKh .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-ta4ClUBWKh .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-ta4ClUBWKh .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-ta4ClUBWKh .card_wrapper {
    padding: 65px 30px;
  }
  .cid-ta4ClUBWKh .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-ta4ClUBWKh .content_box {
  position: relative;
  z-index: 2;
}
.cid-ta4ClUBWKh .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-ta4ClUBWKh .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-ta4ClUBWKh .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-ta4ClUBWKh .mbr-section-btn {
  margin-top: 43px;
}
.cid-ta4ClUBWKh .image-wrapper,
.cid-ta4ClUBWKh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ta4ClUBWKh .mbr-text,
.cid-ta4ClUBWKh .mbr-section-btn {
  color: #ffffff;
}
.cid-ta4ClUVxyP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-ta4ClUVxyP .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-ta4ClUVxyP .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-ta4ClUVxyP .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-ta4ClUVxyP .card_wrapper {
    padding: 65px 30px;
  }
  .cid-ta4ClUVxyP .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-ta4ClUVxyP .content_box {
  position: relative;
  z-index: 2;
}
.cid-ta4ClUVxyP .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-ta4ClUVxyP .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-ta4ClUVxyP .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-ta4ClUVxyP .mbr-section-btn {
  margin-top: 43px;
}
.cid-ta4ClUVxyP .image-wrapper,
.cid-ta4ClUVxyP img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ta4ClUVxyP .mbr-text,
.cid-ta4ClUVxyP .mbr-section-btn {
  color: #ffffff;
}
.cid-ta4ClViCUk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-ta4ClViCUk .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-ta4ClViCUk .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-ta4ClViCUk .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-ta4ClViCUk .card_wrapper {
    padding: 65px 30px;
  }
  .cid-ta4ClViCUk .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-ta4ClViCUk .content_box {
  position: relative;
  z-index: 2;
}
.cid-ta4ClViCUk .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-ta4ClViCUk .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-ta4ClViCUk .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-ta4ClViCUk .mbr-section-btn {
  margin-top: 43px;
}
.cid-ta4ClViCUk .image-wrapper,
.cid-ta4ClViCUk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ta4ClViCUk .mbr-text,
.cid-ta4ClViCUk .mbr-section-btn {
  color: #ffffff;
}
.cid-ta4ClVBw1e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-ta4ClVBw1e .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-ta4ClVBw1e .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-ta4ClVBw1e .mbr-text {
  font-weight: 400;
}
.cid-ta4ClVBw1e .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-ta4ClVBw1e .card_wrapper {
    padding: 65px 30px;
  }
  .cid-ta4ClVBw1e .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-ta4ClVBw1e .content_box {
  position: relative;
  z-index: 2;
}
.cid-ta4ClVBw1e .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-ta4ClVBw1e .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-ta4ClVBw1e .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-ta4ClVBw1e .mbr-section-btn {
  margin-top: 43px;
}
.cid-ta4ClVBw1e .image-wrapper,
.cid-ta4ClVBw1e img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-ta4ClVBw1e .mbr-text,
.cid-ta4ClVBw1e .mbr-section-btn {
  color: #232323;
}
.cid-ta4ClVWes1 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-ta4ClVWes1 .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-ta4ClVWes1 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-ta4ClVWes1 .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-ta4ClVWes1 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ta4ClVWes1 .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-ta4ClVWes1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-ta4ClVWes1 .row {
  justify-content: center;
}
.cid-ta4ClVWes1 .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-ta4ClVWes1 .item {
    padding-bottom: 25px;
  }
}
.cid-ta4ClVWes1 .card-text {
  color: #ffffff;
}
.cid-ta4ClWJ0qT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffe884;
}
.cid-ta4ClWJ0qT span {
  color: #c1c1c1;
}
.cid-ta4ClWJ0qT .mbr-text {
  padding-left: 1.5rem;
}
.cid-ta4ClWJ0qT .mbr-section-title {
  padding-left: 1.5px;
}
.cid-ta4ClWJ0qT .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-ta4ClWJ0qT H1 {
  text-align: left;
  color: #000000;
}
.cid-ta4ClWJ0qT .mbr-text,
.cid-ta4ClWJ0qT .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ta4ClX1jev {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-ta4ClX1jev .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-ta4ClX1jev H1 {
  color: #ffffff;
  text-align: center;
}
.cid-ta4ClX1jev .mbr-text,
.cid-ta4ClX1jev .mbr-section-btn {
  text-align: center;
}
.cid-ta4ClX1jev B {
  color: #ffffff;
}
.cid-ta4ClX1jev p {
  font-weight: 300;
}
.cid-ta4ClXkZVW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-ta4ClXkZVW p {
  text-align: left;
  font-size: 1rem;
}
.cid-ta4ClXkZVW .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ta4ClXkZVW .btn-underline:hover {
  color: #505050;
}
.cid-ta4ClXkZVW .btn-underline:before {
  background-color: #505050;
}
.cid-ta4ClXkZVW .social-list a:focus {
  text-decoration: none;
}
.cid-ta4ClXkZVW .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-ta4ClXkZVW .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-ta4ClXkZVW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-ta4ClXkZVW .logo-footer {
  line-height: normal;
}
.cid-ta4ClXkZVW .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ta4ClXkZVW .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ta4ClXkZVW .mbr-section-btn {
  font-size: 16px;
}
.cid-ta4ClXkZVW .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-ta4ClXkZVW .block-title {
  color: #ffffff;
}
.cid-ta4ClXkZVW .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-ta4ClXNLBP {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-ta4ClXNLBP .title-text {
  margin-bottom: 70px;
}
.cid-ta4ClXNLBP .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-ta4ClXNLBP .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ta4ClXNLBP .title-text .mbr-section-title {
  color: #130947;
}
.cid-ta4ClXNLBP .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-ta4ClXNLBP .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-ta4ClXNLBP .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-ta4ClXNLBP .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-ta4ClXNLBP .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-ta4ClXNLBP .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-ta4ClXNLBP .accordion-content {
  flex-basis: 100%;
}
.cid-ta4ClXNLBP .panel-group {
  width: 100%;
}
.cid-ta4ClXNLBP .panel-text,
.cid-ta4ClXNLBP .header-text,
.cid-ta4ClXNLBP .mbr-section-subtitle {
  color: #222222;
}
.cid-ta4ClXNLBP .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-ta4ClXNLBP .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-ta4ClXNLBP .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-ta4ClXNLBP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ta4ClXNLBP .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-ta4ClXNLBP .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-ta4ClXNLBP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-ta4ClXNLBP .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-ta4ClXNLBP .card .card-header a.panel-title .toggle-icon:before,
.cid-ta4ClXNLBP .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-ta4ClXNLBP .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-ta4ClXNLBP .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-ta4ClXNLBP .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-ta4ClXNLBP .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-ta4ClXNLBP .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-ta4ClXNLBP .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-ta4ClXNLBP .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-ta4ClXNLBP .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-ta4ClYhDTW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-ta4ClYhDTW .block-text {
  color: #cccccc;
}
.cid-ta4ClYxJgp {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-ta4ClYxJgp a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-ta4ClYxJgp .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta4ClYxJgp p {
  color: #0a0a0a;
}
.cid-ta4ClYxJgp .myalign {
  text-align: center;
}
.cid-ta4ClYxJgp .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-ta4ClYxJgp span {
  font-size: 1rem;
}
.cid-ta4ClYxJgp .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-ta4ClYxJgp .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-ta4ClYxJgp .socicon-twitter {
  color: #4da7de;
}
.cid-ta4ClYxJgp .socicon-facebook {
  color: #3e5b98;
}
.cid-ta4ClYxJgp .socicon-googleplus {
  color: #dd4b39;
}
.cid-ta4ClYxJgp .socicon-instagram {
  color: #3f729b;
}
.cid-ta4ClYxJgp .social-list a:focus {
  text-decoration: none;
}
.cid-ta4ClYxJgp .text-copyright {
  width: 100%;
}
.cid-ta4ClYxJgp .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-ta4ClYxJgp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-ta4ClYxJgp .logo-footer {
  line-height: normal;
}
.cid-ta4ClYxJgp .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ta4ClYxJgp .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ta4ClYxJgp .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ta4ClYxJgp .media-container-row a {
  margin: 0 1rem;
}
.cid-ta4ClYxJgp P {
  color: #ffffff;
}
.cid-uNpTMZBVKy {
  background-image: url("../../../assets/images/hallo-hier-ich-big.jpg");
}
.cid-uNpTMZBVKy .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpTMZBVKy .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpTMZBVKy .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpTMZBVKy {
    text-align: center !important;
  }
  .cid-uNpTMZBVKy .mbr-text {
    text-align: center;
  }
}
.cid-uNpTMZBVKy .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpTMZBVKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpTMZBVKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpTMZBVKy H1 {
  color: #ffffff;
}
.cid-tiDxKXN4gs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-tiDxKXN4gs .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tiDxKXN4gs .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tiDxKXN4gs .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tiDxKXN4gs .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tiDxKXN4gs .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tiDxKXN4gs .content_box {
  position: relative;
  z-index: 2;
}
.cid-tiDxKXN4gs .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-tiDxKXN4gs .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tiDxKXN4gs .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tiDxKXN4gs .mbr-section-btn {
  margin-top: 43px;
}
.cid-tiDxKXN4gs .image-wrapper,
.cid-tiDxKXN4gs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tiDxKXN4gs .mbr-text,
.cid-tiDxKXN4gs .mbr-section-btn {
  color: #ffffff;
}
.cid-tiDxKY8EqM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-tiDxKY8EqM .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tiDxKY8EqM .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tiDxKY8EqM .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tiDxKY8EqM .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tiDxKY8EqM .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tiDxKY8EqM .content_box {
  position: relative;
  z-index: 2;
}
.cid-tiDxKY8EqM .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-tiDxKY8EqM .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tiDxKY8EqM .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tiDxKY8EqM .mbr-section-btn {
  margin-top: 43px;
}
.cid-tiDxKY8EqM .image-wrapper,
.cid-tiDxKY8EqM img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tiDxKY8EqM .mbr-text,
.cid-tiDxKY8EqM .mbr-section-btn {
  color: #ffffff;
}
.cid-tiDxKYv9zI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-tiDxKYv9zI .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tiDxKYv9zI .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tiDxKYv9zI .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tiDxKYv9zI .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tiDxKYv9zI .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tiDxKYv9zI .content_box {
  position: relative;
  z-index: 2;
}
.cid-tiDxKYv9zI .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-tiDxKYv9zI .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tiDxKYv9zI .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tiDxKYv9zI .mbr-section-btn {
  margin-top: 43px;
}
.cid-tiDxKYv9zI .image-wrapper,
.cid-tiDxKYv9zI img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tiDxKYv9zI .mbr-text,
.cid-tiDxKYv9zI .mbr-section-btn {
  color: #ffffff;
}
.cid-tiDxKYR35t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-tiDxKYR35t .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tiDxKYR35t .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tiDxKYR35t .mbr-text {
  font-weight: 400;
}
.cid-tiDxKYR35t .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tiDxKYR35t .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tiDxKYR35t .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tiDxKYR35t .content_box {
  position: relative;
  z-index: 2;
}
.cid-tiDxKYR35t .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-tiDxKYR35t .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tiDxKYR35t .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tiDxKYR35t .mbr-section-btn {
  margin-top: 43px;
}
.cid-tiDxKYR35t .image-wrapper,
.cid-tiDxKYR35t img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-tiDxKYR35t .mbr-text,
.cid-tiDxKYR35t .mbr-section-btn {
  color: #232323;
}
.cid-tiDxKZb0EO {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-tiDxKZb0EO .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-tiDxKZb0EO .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-tiDxKZb0EO .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-tiDxKZb0EO .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tiDxKZb0EO .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-tiDxKZb0EO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-tiDxKZb0EO .row {
  justify-content: center;
}
.cid-tiDxKZb0EO .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-tiDxKZb0EO .item {
    padding-bottom: 25px;
  }
}
.cid-tiDxKZb0EO .card-text {
  color: #ffffff;
}
.cid-tiDxL02yCm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffe884;
}
.cid-tiDxL02yCm span {
  color: #c1c1c1;
}
.cid-tiDxL02yCm .mbr-text {
  padding-left: 1.5rem;
}
.cid-tiDxL02yCm .mbr-section-title {
  padding-left: 1.5px;
}
.cid-tiDxL02yCm .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-tiDxL02yCm H1 {
  text-align: left;
  color: #000000;
}
.cid-tiDxL02yCm .mbr-text,
.cid-tiDxL02yCm .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tiDxL0n01r {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-tiDxL0n01r .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tiDxL0n01r H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tiDxL0n01r .mbr-text,
.cid-tiDxL0n01r .mbr-section-btn {
  text-align: center;
}
.cid-tiDxL0n01r B {
  color: #ffffff;
}
.cid-tiDxL0n01r p {
  font-weight: 300;
}
.cid-tiDxL0IYFO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tiDxL0IYFO p {
  text-align: left;
  font-size: 1rem;
}
.cid-tiDxL0IYFO .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tiDxL0IYFO .btn-underline:hover {
  color: #505050;
}
.cid-tiDxL0IYFO .btn-underline:before {
  background-color: #505050;
}
.cid-tiDxL0IYFO .social-list a:focus {
  text-decoration: none;
}
.cid-tiDxL0IYFO .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-tiDxL0IYFO .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tiDxL0IYFO .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tiDxL0IYFO .logo-footer {
  line-height: normal;
}
.cid-tiDxL0IYFO .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tiDxL0IYFO .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiDxL0IYFO .mbr-section-btn {
  font-size: 16px;
}
.cid-tiDxL0IYFO .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tiDxL0IYFO .block-title {
  color: #ffffff;
}
.cid-tiDxL0IYFO .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tiDxL1jLBn {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-tiDxL1jLBn .title-text {
  margin-bottom: 70px;
}
.cid-tiDxL1jLBn .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tiDxL1jLBn .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tiDxL1jLBn .title-text .mbr-section-title {
  color: #130947;
}
.cid-tiDxL1jLBn .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-tiDxL1jLBn .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tiDxL1jLBn .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-tiDxL1jLBn .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tiDxL1jLBn .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-tiDxL1jLBn .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tiDxL1jLBn .accordion-content {
  flex-basis: 100%;
}
.cid-tiDxL1jLBn .panel-group {
  width: 100%;
}
.cid-tiDxL1jLBn .panel-text,
.cid-tiDxL1jLBn .header-text,
.cid-tiDxL1jLBn .mbr-section-subtitle {
  color: #222222;
}
.cid-tiDxL1jLBn .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-tiDxL1jLBn .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-tiDxL1jLBn .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-tiDxL1jLBn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tiDxL1jLBn .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tiDxL1jLBn .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-tiDxL1jLBn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-tiDxL1jLBn .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-tiDxL1jLBn .card .card-header a.panel-title .toggle-icon:before,
.cid-tiDxL1jLBn .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tiDxL1jLBn .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-tiDxL1jLBn .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tiDxL1jLBn .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tiDxL1jLBn .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-tiDxL1jLBn .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tiDxL1jLBn .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-tiDxL1jLBn .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tiDxL1jLBn .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-tiDxL1Omq2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-tiDxL1Omq2 .block-text {
  color: #cccccc;
}
.cid-tiDxL273pb {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-tiDxL273pb a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-tiDxL273pb .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tiDxL273pb p {
  color: #0a0a0a;
}
.cid-tiDxL273pb .myalign {
  text-align: center;
}
.cid-tiDxL273pb .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-tiDxL273pb span {
  font-size: 1rem;
}
.cid-tiDxL273pb .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-tiDxL273pb .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-tiDxL273pb .socicon-twitter {
  color: #4da7de;
}
.cid-tiDxL273pb .socicon-facebook {
  color: #3e5b98;
}
.cid-tiDxL273pb .socicon-googleplus {
  color: #dd4b39;
}
.cid-tiDxL273pb .socicon-instagram {
  color: #3f729b;
}
.cid-tiDxL273pb .social-list a:focus {
  text-decoration: none;
}
.cid-tiDxL273pb .text-copyright {
  width: 100%;
}
.cid-tiDxL273pb .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tiDxL273pb .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tiDxL273pb .logo-footer {
  line-height: normal;
}
.cid-tiDxL273pb .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tiDxL273pb .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiDxL273pb .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tiDxL273pb .media-container-row a {
  margin: 0 1rem;
}
.cid-tiDxL273pb P {
  color: #ffffff;
}
.cid-uNpTXhL7M8 {
  background-image: url("../../../assets/images/hallo-hier-ich-big.jpg");
}
.cid-uNpTXhL7M8 .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpTXhL7M8 .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpTXhL7M8 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpTXhL7M8 {
    text-align: center !important;
  }
  .cid-uNpTXhL7M8 .mbr-text {
    text-align: center;
  }
}
.cid-uNpTXhL7M8 .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpTXhL7M8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpTXhL7M8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpTXhL7M8 H1 {
  color: #ffffff;
}
.cid-tk0QSuNQWC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-tk0QSuNQWC .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tk0QSuNQWC .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tk0QSuNQWC .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tk0QSuNQWC .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tk0QSuNQWC .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tk0QSuNQWC .content_box {
  position: relative;
  z-index: 2;
}
.cid-tk0QSuNQWC .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-tk0QSuNQWC .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tk0QSuNQWC .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tk0QSuNQWC .mbr-section-btn {
  margin-top: 43px;
}
.cid-tk0QSuNQWC .image-wrapper,
.cid-tk0QSuNQWC img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tk0QSuNQWC .mbr-text,
.cid-tk0QSuNQWC .mbr-section-btn {
  color: #ffffff;
}
.cid-tk0QSv7mQb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-tk0QSv7mQb .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tk0QSv7mQb .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tk0QSv7mQb .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tk0QSv7mQb .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tk0QSv7mQb .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tk0QSv7mQb .content_box {
  position: relative;
  z-index: 2;
}
.cid-tk0QSv7mQb .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-tk0QSv7mQb .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tk0QSv7mQb .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tk0QSv7mQb .mbr-section-btn {
  margin-top: 43px;
}
.cid-tk0QSv7mQb .image-wrapper,
.cid-tk0QSv7mQb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tk0QSv7mQb .mbr-text,
.cid-tk0QSv7mQb .mbr-section-btn {
  color: #ffffff;
}
.cid-tk0QSvrK9P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-tk0QSvrK9P .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tk0QSvrK9P .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tk0QSvrK9P .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tk0QSvrK9P .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tk0QSvrK9P .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tk0QSvrK9P .content_box {
  position: relative;
  z-index: 2;
}
.cid-tk0QSvrK9P .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-tk0QSvrK9P .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tk0QSvrK9P .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tk0QSvrK9P .mbr-section-btn {
  margin-top: 43px;
}
.cid-tk0QSvrK9P .image-wrapper,
.cid-tk0QSvrK9P img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tk0QSvrK9P .mbr-text,
.cid-tk0QSvrK9P .mbr-section-btn {
  color: #ffffff;
}
.cid-tk0QSvLD8s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-tk0QSvLD8s .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tk0QSvLD8s .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tk0QSvLD8s .mbr-text {
  font-weight: 400;
}
.cid-tk0QSvLD8s .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tk0QSvLD8s .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tk0QSvLD8s .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tk0QSvLD8s .content_box {
  position: relative;
  z-index: 2;
}
.cid-tk0QSvLD8s .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  padding: 0 100px;
}
.cid-tk0QSvLD8s .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tk0QSvLD8s .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tk0QSvLD8s .mbr-section-btn {
  margin-top: 43px;
}
.cid-tk0QSvLD8s .image-wrapper,
.cid-tk0QSvLD8s img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-tk0QSvLD8s .mbr-text,
.cid-tk0QSvLD8s .mbr-section-btn {
  color: #232323;
}
.cid-tk0QSw8MHS {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-tk0QSw8MHS .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-tk0QSw8MHS .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-tk0QSw8MHS .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-tk0QSw8MHS .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tk0QSw8MHS .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-tk0QSw8MHS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-tk0QSw8MHS .row {
  justify-content: center;
}
.cid-tk0QSw8MHS .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-tk0QSw8MHS .item {
    padding-bottom: 25px;
  }
}
.cid-tk0QSw8MHS .card-text {
  color: #ffffff;
}
.cid-tk0QSwZz4B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffe884;
}
.cid-tk0QSwZz4B span {
  color: #c1c1c1;
}
.cid-tk0QSwZz4B .mbr-text {
  padding-left: 1.5rem;
}
.cid-tk0QSwZz4B .mbr-section-title {
  padding-left: 1.5px;
}
.cid-tk0QSwZz4B .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-tk0QSwZz4B H1 {
  text-align: left;
  color: #000000;
}
.cid-tk0QSwZz4B .mbr-text,
.cid-tk0QSwZz4B .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tk0QSxkKJK {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-tk0QSxkKJK .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tk0QSxkKJK H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tk0QSxkKJK .mbr-text,
.cid-tk0QSxkKJK .mbr-section-btn {
  text-align: center;
}
.cid-tk0QSxkKJK B {
  color: #ffffff;
}
.cid-tk0QSxkKJK p {
  font-weight: 300;
}
.cid-tk0QSxFIEj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tk0QSxFIEj p {
  text-align: left;
  font-size: 1rem;
}
.cid-tk0QSxFIEj .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tk0QSxFIEj .btn-underline:hover {
  color: #505050;
}
.cid-tk0QSxFIEj .btn-underline:before {
  background-color: #505050;
}
.cid-tk0QSxFIEj .social-list a:focus {
  text-decoration: none;
}
.cid-tk0QSxFIEj .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-tk0QSxFIEj .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tk0QSxFIEj .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tk0QSxFIEj .logo-footer {
  line-height: normal;
}
.cid-tk0QSxFIEj .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tk0QSxFIEj .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tk0QSxFIEj .mbr-section-btn {
  font-size: 16px;
}
.cid-tk0QSxFIEj .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tk0QSxFIEj .block-title {
  color: #ffffff;
}
.cid-tk0QSxFIEj .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tk0QSyaGj3 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-tk0QSyaGj3 .title-text {
  margin-bottom: 70px;
}
.cid-tk0QSyaGj3 .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tk0QSyaGj3 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tk0QSyaGj3 .title-text .mbr-section-title {
  color: #130947;
}
.cid-tk0QSyaGj3 .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-tk0QSyaGj3 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tk0QSyaGj3 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-tk0QSyaGj3 .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tk0QSyaGj3 .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-tk0QSyaGj3 .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tk0QSyaGj3 .accordion-content {
  flex-basis: 100%;
}
.cid-tk0QSyaGj3 .panel-group {
  width: 100%;
}
.cid-tk0QSyaGj3 .panel-text,
.cid-tk0QSyaGj3 .header-text,
.cid-tk0QSyaGj3 .mbr-section-subtitle {
  color: #222222;
}
.cid-tk0QSyaGj3 .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-tk0QSyaGj3 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-tk0QSyaGj3 .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-tk0QSyaGj3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tk0QSyaGj3 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tk0QSyaGj3 .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-tk0QSyaGj3 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-tk0QSyaGj3 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-tk0QSyaGj3 .card .card-header a.panel-title .toggle-icon:before,
.cid-tk0QSyaGj3 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tk0QSyaGj3 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-tk0QSyaGj3 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tk0QSyaGj3 .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tk0QSyaGj3 .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-tk0QSyaGj3 .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tk0QSyaGj3 .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-tk0QSyaGj3 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tk0QSyaGj3 .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-tk0QSyFTgg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-tk0QSyFTgg .block-text {
  color: #cccccc;
}
.cid-tk0QSz27mu {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-tk0QSz27mu a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-tk0QSz27mu .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tk0QSz27mu p {
  color: #0a0a0a;
}
.cid-tk0QSz27mu .myalign {
  text-align: center;
}
.cid-tk0QSz27mu .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-tk0QSz27mu span {
  font-size: 1rem;
}
.cid-tk0QSz27mu .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-tk0QSz27mu .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-tk0QSz27mu .socicon-twitter {
  color: #4da7de;
}
.cid-tk0QSz27mu .socicon-facebook {
  color: #3e5b98;
}
.cid-tk0QSz27mu .socicon-googleplus {
  color: #dd4b39;
}
.cid-tk0QSz27mu .socicon-instagram {
  color: #3f729b;
}
.cid-tk0QSz27mu .social-list a:focus {
  text-decoration: none;
}
.cid-tk0QSz27mu .text-copyright {
  width: 100%;
}
.cid-tk0QSz27mu .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tk0QSz27mu .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tk0QSz27mu .logo-footer {
  line-height: normal;
}
.cid-tk0QSz27mu .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tk0QSz27mu .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tk0QSz27mu .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tk0QSz27mu .media-container-row a {
  margin: 0 1rem;
}
.cid-tk0QSz27mu P {
  color: #ffffff;
}
#custom-html-100 {
  /* Type valid CSS here */
}
.cid-uNGOFS8ydq {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fff7ef;
  overflow: visible;
  z-index: 1;
}
.cid-uNGOFS8ydq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNGOFS8ydq .infocontainer-border {
  border-style: solid;
  border-width: 1px;
  border-color: #e89e00;
  background: white;
}
@media (max-width: 768px) {
  .cid-uNGOFS8ydq .container-fluid {
    padding-top: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uNGOFS8ydq .kreis-text {
  font-size: 30px;
  font-family: sans-serif;
  fill: #000000bb;
  font-weight: 700;
}
.cid-uNGOFS8ydq .text-rotator {
  z-index: 1;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
}
.cid-uNGOFS8ydq .rotierender-kreis {
  animation: drehe 20s linear infinite;
  transform-origin: 150px 150px;
}
@keyframes drehe {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.cid-uNGOFS8ydq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNGOFS8ydq .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uNGOFS8ydq .card-wrapper {
    display: block;
  }
}
.cid-uNGOFS8ydq .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-uNGOFS8ydq .card-wrapper .items-wrapper {
    margin-top: 0px;
    margin-bottom: 30px;
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uNGOFS8ydq .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNGOFS8ydq .card-wrapper .items-wrapper .image-wrapper img {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uNGOFS8ydq .card-wrapper .items-wrapper .image-wrapper {
    height: 500px;
  }
}
.cid-uNGOFS8ydq .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #ffe7d4;
  border-radius: 1rem 0 0 1rem;
}
@media (max-width: 992px) {
  .cid-uNGOFS8ydq .card-wrapper .content-wrapper {
    border-radius: 1rem 1rem 0rem 0rem;
    padding: 20px;
    width: 100%;
  }
}
.cid-uNGOFS8ydq .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNGOFS8ydq .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNGOFS8ydq .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uNGOFS8ydq .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNGOFS8ydq .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uNGOFS8ydq .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNGOFS8ydq .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNGOFS8ydq .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNGOFS8ydq .mbr-date {
  color: #000000;
}
.cid-uNGOFS8ydq .mbr-section-title {
  color: #f4f4f4;
}
.cid-uNGOFS8ydq .mbr-text {
  color: #d7d2d2;
}
.cid-uNGOFS8ydq .mbr-text,
.cid-uNGOFS8ydq .text-wrapper {
  color: #000000;
}
.cid-uNGOFS8ydq .mbr-section-title,
.cid-uNGOFS8ydq .mbr-section-btn,
.cid-uNGOFS8ydq .title-wrapper {
  color: #000000;
}
.cid-t4ZzqOmrwH {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fff7ef;
}
.cid-t4ZzqOFByo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff7ef;
}
.cid-t4ZzqOFByo span {
  color: #c1c1c1;
}
.cid-t4ZzqOFByo .mbr-text {
  padding-left: 1.5rem;
}
.cid-t4ZzqOFByo .mbr-section-title {
  padding-left: 1.5px;
}
.cid-t4ZzqOFByo .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-t4ZzqOFByo H1 {
  text-align: left;
  color: #000000;
}
.cid-t4ZzqOFByo .mbr-text,
.cid-t4ZzqOFByo .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-t4ZzqP1ZFa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff7ef;
}
.cid-t4ZzqP1ZFa .card-img {
  position: relative;
  overflow: hidden;
}
.cid-t4ZzqP1ZFa section {
  position: relative;
}
.cid-t4ZzqP1ZFa a {
  font-weight: 600;
}
.cid-t4ZzqP1ZFa .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-t4ZzqP1ZFa .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #e4effb;
}
.cid-t4ZzqP1ZFa .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-t4ZzqP1ZFa .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-t4ZzqP1ZFa .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-t4ZzqP1ZFa .card-wrapper {
  height: 100%;
}
.cid-t4ZzqP1ZFa .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-t4ZzqP1ZFa .card-wrapper:hover .card-title a {
  color: #ff8c28 !important;
}
.cid-t4ZzqP1ZFa .text {
  color: #767676;
}
.cid-t4ZzqP1ZFa .card-title {
  color: #36404c;
}
.cid-t4ZzqP1ZFa .title {
  text-align: center;
}
.cid-t4ZzqPANWZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e4effb;
}
.cid-t4ZzqPANWZ .card-img {
  position: relative;
  overflow: hidden;
}
.cid-t4ZzqPANWZ section {
  position: relative;
}
.cid-t4ZzqPANWZ a {
  font-weight: 600;
}
.cid-t4ZzqPANWZ .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-t4ZzqPANWZ .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #ffffff;
}
.cid-t4ZzqPANWZ .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-t4ZzqPANWZ .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-t4ZzqPANWZ .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-t4ZzqPANWZ .card-wrapper {
  height: 100%;
}
.cid-t4ZzqPANWZ .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-t4ZzqPANWZ .card-wrapper:hover .card-title a {
  color: #ff8c28 !important;
}
.cid-t4ZzqPANWZ .text {
  color: #767676;
}
.cid-t4ZzqPANWZ .card-title {
  color: #36404c;
}
.cid-t4ZzqPANWZ .title {
  text-align: center;
}
.cid-t4ZzqQfNzG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t4ZzqQfNzG .card-img {
  position: relative;
  overflow: hidden;
}
.cid-t4ZzqQfNzG section {
  position: relative;
}
.cid-t4ZzqQfNzG a {
  font-weight: 600;
}
.cid-t4ZzqQfNzG .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-t4ZzqQfNzG .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #e4effb;
}
.cid-t4ZzqQfNzG .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-t4ZzqQfNzG .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-t4ZzqQfNzG .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-t4ZzqQfNzG .card-wrapper {
  height: 100%;
}
.cid-t4ZzqQfNzG .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-t4ZzqQfNzG .card-wrapper:hover .card-title a {
  color: #ff8c28 !important;
}
.cid-t4ZzqQfNzG .text {
  color: #767676;
}
.cid-t4ZzqQfNzG .card-title {
  color: #36404c;
}
.cid-t4ZzqQfNzG .title {
  text-align: center;
}
.cid-t4ZzqQKmNb {
  padding-top: 240px;
  padding-bottom: 175px;
  background-image: url("../../../assets/images/adult-2449725.jpg");
}
.cid-t4ZzqQKmNb .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t4ZzqQKmNb .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-t4ZzqQKmNb H1 {
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
.cid-t4ZzqR315J {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-t4ZzqR315J .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t4ZzqR315J H1 {
  color: #ffffff;
  text-align: center;
}
.cid-t4ZzqR315J .mbr-text,
.cid-t4ZzqR315J .mbr-section-btn {
  text-align: center;
}
.cid-t4ZzqR315J B {
  color: #ffffff;
}
.cid-t4ZzqR315J p {
  font-weight: 300;
}
.cid-t4ZzqRnju2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-t4ZzqRnju2 p {
  text-align: left;
  font-size: 1rem;
}
.cid-t4ZzqRnju2 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t4ZzqRnju2 .btn-underline:hover {
  color: #505050;
}
.cid-t4ZzqRnju2 .btn-underline:before {
  background-color: #505050;
}
.cid-t4ZzqRnju2 .social-list a:focus {
  text-decoration: none;
}
.cid-t4ZzqRnju2 .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-t4ZzqRnju2 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t4ZzqRnju2 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t4ZzqRnju2 .logo-footer {
  line-height: normal;
}
.cid-t4ZzqRnju2 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4ZzqRnju2 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4ZzqRnju2 .mbr-section-btn {
  font-size: 16px;
}
.cid-t4ZzqRnju2 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-t4ZzqRnju2 .block-title {
  color: #ffffff;
}
.cid-t4ZzqRnju2 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-t4ZzqT6kpe {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-t4ZzqT6kpe .title-text {
  margin-bottom: 70px;
}
.cid-t4ZzqT6kpe .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-t4ZzqT6kpe .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-t4ZzqT6kpe .title-text .mbr-section-title {
  color: #130947;
}
.cid-t4ZzqT6kpe .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-t4ZzqT6kpe .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-t4ZzqT6kpe .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-t4ZzqT6kpe .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4ZzqT6kpe .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-t4ZzqT6kpe .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4ZzqT6kpe .accordion-content {
  flex-basis: 100%;
}
.cid-t4ZzqT6kpe .panel-group {
  width: 100%;
}
.cid-t4ZzqT6kpe .panel-text,
.cid-t4ZzqT6kpe .header-text,
.cid-t4ZzqT6kpe .mbr-section-subtitle {
  color: #222222;
}
.cid-t4ZzqT6kpe .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-t4ZzqT6kpe .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-t4ZzqT6kpe .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-t4ZzqT6kpe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t4ZzqT6kpe .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-t4ZzqT6kpe .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-t4ZzqT6kpe .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-t4ZzqT6kpe .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-t4ZzqT6kpe .card .card-header a.panel-title .toggle-icon:before,
.cid-t4ZzqT6kpe .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-t4ZzqT6kpe .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-t4ZzqT6kpe .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-t4ZzqT6kpe .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4ZzqT6kpe .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-t4ZzqT6kpe .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4ZzqT6kpe .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-t4ZzqT6kpe .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-t4ZzqT6kpe .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-t5b0zyTL9k {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-t5b0zyTL9k a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-t5b0zyTL9k .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5b0zyTL9k p {
  color: #0a0a0a;
}
.cid-t5b0zyTL9k .myalign {
  text-align: center;
}
.cid-t5b0zyTL9k .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-t5b0zyTL9k span {
  font-size: 1rem;
}
.cid-t5b0zyTL9k .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-t5b0zyTL9k .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-t5b0zyTL9k .socicon-twitter {
  color: #4da7de;
}
.cid-t5b0zyTL9k .socicon-facebook {
  color: #3e5b98;
}
.cid-t5b0zyTL9k .socicon-googleplus {
  color: #dd4b39;
}
.cid-t5b0zyTL9k .socicon-instagram {
  color: #3f729b;
}
.cid-t5b0zyTL9k .social-list a:focus {
  text-decoration: none;
}
.cid-t5b0zyTL9k .text-copyright {
  width: 100%;
}
.cid-t5b0zyTL9k .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-t5b0zyTL9k .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5b0zyTL9k .logo-footer {
  line-height: normal;
}
.cid-t5b0zyTL9k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5b0zyTL9k .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5b0zyTL9k .media-container-row a {
  margin: 0 1rem;
}
.cid-t5b0zyTL9k P {
  color: #ffffff;
}
#custom-html-199 {
  /* Type valid CSS here */
}
.cid-uNGXg9CReL {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fff7ef;
  overflow: visible;
  z-index: 1;
}
.cid-uNGXg9CReL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNGXg9CReL .infocontainer-border {
  border-style: solid;
  border-width: 1px;
  border-color: #e89e00;
  background: white;
}
@media (max-width: 768px) {
  .cid-uNGXg9CReL .container-fluid {
    padding-top: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uNGXg9CReL .kreis-text {
  font-size: 30px;
  font-family: sans-serif;
  fill: #000000bb;
  font-weight: 700;
}
.cid-uNGXg9CReL .text-rotator {
  z-index: 1;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
}
.cid-uNGXg9CReL .rotierender-kreis {
  animation: drehe 20s linear infinite;
  transform-origin: 150px 150px;
}
@keyframes drehe {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.cid-uNGXg9CReL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNGXg9CReL .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uNGXg9CReL .card-wrapper {
    display: block;
  }
}
.cid-uNGXg9CReL .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-uNGXg9CReL .card-wrapper .items-wrapper {
    margin-top: 0px;
    margin-bottom: 30px;
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uNGXg9CReL .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNGXg9CReL .card-wrapper .items-wrapper .image-wrapper img {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uNGXg9CReL .card-wrapper .items-wrapper .image-wrapper {
    height: 500px;
  }
}
.cid-uNGXg9CReL .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #ffe7d4;
  border-radius: 1rem 0 0 1rem;
}
@media (max-width: 992px) {
  .cid-uNGXg9CReL .card-wrapper .content-wrapper {
    border-radius: 1rem 1rem 0rem 0rem;
    padding: 20px;
    width: 100%;
  }
}
.cid-uNGXg9CReL .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNGXg9CReL .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNGXg9CReL .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uNGXg9CReL .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNGXg9CReL .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uNGXg9CReL .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNGXg9CReL .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNGXg9CReL .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNGXg9CReL .mbr-date {
  color: #000000;
}
.cid-uNGXg9CReL .mbr-section-title {
  color: #f4f4f4;
}
.cid-uNGXg9CReL .mbr-text {
  color: #d7d2d2;
}
.cid-uNGXg9CReL .mbr-text,
.cid-uNGXg9CReL .text-wrapper {
  color: #000000;
}
.cid-uNGXg9CReL .mbr-section-title,
.cid-uNGXg9CReL .mbr-section-btn,
.cid-uNGXg9CReL .title-wrapper {
  color: #000000;
}
.cid-tqmAtS5nuQ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fff7ef;
}
.cid-tqmAtShyNH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff7ef;
}
.cid-tqmAtShyNH span {
  color: #c1c1c1;
}
.cid-tqmAtShyNH .mbr-text {
  padding-left: 1.5rem;
}
.cid-tqmAtShyNH .mbr-section-title {
  padding-left: 1.5px;
}
.cid-tqmAtShyNH .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-tqmAtShyNH H1 {
  text-align: left;
  color: #000000;
}
.cid-tqmAtShyNH .mbr-text,
.cid-tqmAtShyNH .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tqmAtSCa6o {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff7ef;
}
.cid-tqmAtSCa6o .card-img {
  position: relative;
  overflow: hidden;
}
.cid-tqmAtSCa6o section {
  position: relative;
}
.cid-tqmAtSCa6o a {
  font-weight: 600;
}
.cid-tqmAtSCa6o .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-tqmAtSCa6o .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #e4effb;
}
.cid-tqmAtSCa6o .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-tqmAtSCa6o .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-tqmAtSCa6o .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-tqmAtSCa6o .card-wrapper {
  height: 100%;
}
.cid-tqmAtSCa6o .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-tqmAtSCa6o .card-wrapper:hover .card-title a {
  color: #ff8c28 !important;
}
.cid-tqmAtSCa6o .text {
  color: #767676;
}
.cid-tqmAtSCa6o .card-title {
  color: #36404c;
}
.cid-tqmAtSCa6o .title {
  text-align: center;
}
.cid-tqmAtT43iC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e4effb;
}
.cid-tqmAtT43iC .card-img {
  position: relative;
  overflow: hidden;
}
.cid-tqmAtT43iC section {
  position: relative;
}
.cid-tqmAtT43iC a {
  font-weight: 600;
}
.cid-tqmAtT43iC .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-tqmAtT43iC .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #ffffff;
}
.cid-tqmAtT43iC .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-tqmAtT43iC .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-tqmAtT43iC .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-tqmAtT43iC .card-wrapper {
  height: 100%;
}
.cid-tqmAtT43iC .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-tqmAtT43iC .card-wrapper:hover .card-title a {
  color: #ff8c28 !important;
}
.cid-tqmAtT43iC .text {
  color: #767676;
}
.cid-tqmAtT43iC .card-title {
  color: #36404c;
}
.cid-tqmAtT43iC .title {
  text-align: center;
}
.cid-tqmAtTxSWi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tqmAtTxSWi .card-img {
  position: relative;
  overflow: hidden;
}
.cid-tqmAtTxSWi section {
  position: relative;
}
.cid-tqmAtTxSWi a {
  font-weight: 600;
}
.cid-tqmAtTxSWi .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-tqmAtTxSWi .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #e4effb;
}
.cid-tqmAtTxSWi .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-tqmAtTxSWi .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-tqmAtTxSWi .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-tqmAtTxSWi .card-wrapper {
  height: 100%;
}
.cid-tqmAtTxSWi .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-tqmAtTxSWi .card-wrapper:hover .card-title a {
  color: #ff8c28 !important;
}
.cid-tqmAtTxSWi .text {
  color: #767676;
}
.cid-tqmAtTxSWi .card-title {
  color: #36404c;
}
.cid-tqmAtTxSWi .title {
  text-align: center;
}
.cid-tqmAtTZWdd {
  padding-top: 240px;
  padding-bottom: 175px;
  background-image: url("../../../assets/images/adult-2449725.jpg");
}
.cid-tqmAtTZWdd .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tqmAtTZWdd .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-tqmAtTZWdd H1 {
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
.cid-tqmAtUnbdR {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-tqmAtUnbdR .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tqmAtUnbdR H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tqmAtUnbdR .mbr-text,
.cid-tqmAtUnbdR .mbr-section-btn {
  text-align: center;
}
.cid-tqmAtUnbdR B {
  color: #ffffff;
}
.cid-tqmAtUnbdR p {
  font-weight: 300;
}
.cid-tqmAtUE5BQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tqmAtUE5BQ p {
  text-align: left;
  font-size: 1rem;
}
.cid-tqmAtUE5BQ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqmAtUE5BQ .btn-underline:hover {
  color: #505050;
}
.cid-tqmAtUE5BQ .btn-underline:before {
  background-color: #505050;
}
.cid-tqmAtUE5BQ .social-list a:focus {
  text-decoration: none;
}
.cid-tqmAtUE5BQ .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-tqmAtUE5BQ .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tqmAtUE5BQ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tqmAtUE5BQ .logo-footer {
  line-height: normal;
}
.cid-tqmAtUE5BQ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqmAtUE5BQ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqmAtUE5BQ .mbr-section-btn {
  font-size: 16px;
}
.cid-tqmAtUE5BQ .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tqmAtUE5BQ .block-title {
  color: #ffffff;
}
.cid-tqmAtUE5BQ .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tqmAtV2yup {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-tqmAtV2yup .title-text {
  margin-bottom: 70px;
}
.cid-tqmAtV2yup .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tqmAtV2yup .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tqmAtV2yup .title-text .mbr-section-title {
  color: #130947;
}
.cid-tqmAtV2yup .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-tqmAtV2yup .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tqmAtV2yup .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-tqmAtV2yup .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tqmAtV2yup .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-tqmAtV2yup .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tqmAtV2yup .accordion-content {
  flex-basis: 100%;
}
.cid-tqmAtV2yup .panel-group {
  width: 100%;
}
.cid-tqmAtV2yup .panel-text,
.cid-tqmAtV2yup .header-text,
.cid-tqmAtV2yup .mbr-section-subtitle {
  color: #222222;
}
.cid-tqmAtV2yup .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-tqmAtV2yup .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-tqmAtV2yup .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-tqmAtV2yup .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tqmAtV2yup .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tqmAtV2yup .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-tqmAtV2yup .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-tqmAtV2yup .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-tqmAtV2yup .card .card-header a.panel-title .toggle-icon:before,
.cid-tqmAtV2yup .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tqmAtV2yup .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-tqmAtV2yup .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tqmAtV2yup .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tqmAtV2yup .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-tqmAtV2yup .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tqmAtV2yup .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-tqmAtV2yup .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tqmAtV2yup .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-tqmAtVs4iA {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-tqmAtVs4iA a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-tqmAtVs4iA .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tqmAtVs4iA p {
  color: #0a0a0a;
}
.cid-tqmAtVs4iA .myalign {
  text-align: center;
}
.cid-tqmAtVs4iA .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-tqmAtVs4iA span {
  font-size: 1rem;
}
.cid-tqmAtVs4iA .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-tqmAtVs4iA .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-tqmAtVs4iA .socicon-twitter {
  color: #4da7de;
}
.cid-tqmAtVs4iA .socicon-facebook {
  color: #3e5b98;
}
.cid-tqmAtVs4iA .socicon-googleplus {
  color: #dd4b39;
}
.cid-tqmAtVs4iA .socicon-instagram {
  color: #3f729b;
}
.cid-tqmAtVs4iA .social-list a:focus {
  text-decoration: none;
}
.cid-tqmAtVs4iA .text-copyright {
  width: 100%;
}
.cid-tqmAtVs4iA .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tqmAtVs4iA .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tqmAtVs4iA .logo-footer {
  line-height: normal;
}
.cid-tqmAtVs4iA .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqmAtVs4iA .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqmAtVs4iA .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqmAtVs4iA .media-container-row a {
  margin: 0 1rem;
}
.cid-tqmAtVs4iA P {
  color: #ffffff;
}
#custom-html-1ac .myimg {
  display: none;
  width: 100px;
  height: 100px;
}
#custom-html-1ac .myimg img {
  max-width: 100%;
}
.cid-tw0ZJ5snEH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u36U4ZNA7f h1,
.cid-u36U4ZNA7f p,
.cid-u36U4ZNA7f img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
@media only screen and (max-width: 1024px) {
  .cid-u36U4ZNA7f h1,
  .cid-u36U4ZNA7f p,
  .cid-u36U4ZNA7f img {
    font-size: 3rem!important;
  }
}
@media only screen and (max-width: 768px) {
  .cid-u36U4ZNA7f h1,
  .cid-u36U4ZNA7f p,
  .cid-u36U4ZNA7f img {
    font-size: 2rem!important;
  }
}
.cid-u36U4ZNA7f html {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  .cid-u36U4ZNA7f aside {
    display: none;
  }
}
.cid-u36U4ZNA7f aside {
  right: 1px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-u36U4ZNA7f aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.cid-u36U4ZNA7f aside ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-u36U4ZNA7f aside ul li .active {
  transform: scale(1.7);
  transition: transform 200ms ease-in-out;
  background-color: #ed7800;
}
.cid-u36U4ZNA7f div.imgtest {
  content: url("../../../assets/images/webdesign-gummersbach-ei1a-1.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'roboto';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-u36U4ZNA7f div.imgtest1 {
  content: url("../../../assets/images/ei2-1.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'roboto';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-u36U4ZNA7f div.imgtest2 {
  content: url("../../../assets/images/ei3.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'roboto';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-u36U4ZNA7f div.imgtest3 {
  content: url("https://www.unsitepourtous.be/mobi/flower4.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-u36U4ZNA7f div.imgtest4 {
  content: url("https://www.unsitepourtous.be/mobi/flower5.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'roboto';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-u36U4ZNA7f .split .split-image.object-cover img,
.cid-u36U4ZNA7f .slide-image.object-cover img .grid-image img,
.cid-u36U4ZNA7f .video-wrap .poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'roboto';
}
.cid-u36U4ZNA7f .slide-image.object-contain video,
.cid-u36U4ZNA7f .slide-image.object-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  font-family: 'roboto';
}
.cid-u36U4ZNA7f .home-hero .safari-fix a,
.cid-u36U4ZNA7f .fullscreen a {
  background: none !important;
  text-shadow: none !important;
}
.cid-u36U4ZNA7f .wrap {
  padding: 3rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .cid-u36U4ZNA7f .wrap {
    padding: 6rem;
  }
  .cid-u36U4ZNA7f p + p {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cid-u36U4ZNA7f .wrap {
    padding: 6rem 6rem 5.4rem;
  }
  .cid-u36U4ZNA7f section:last-child .wrap,
  .cid-u36U4ZNA7f .wrap:last-child {
    padding-bottom: 6rem;
  }
  .cid-u36U4ZNA7f .wrap.align-center q {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cid-u36U4ZNA7f .wrap {
    padding: 8.2rem 6rem 7.6rem;
  }
  .cid-u36U4ZNA7f section:last-child .wrap,
  .cid-u36U4ZNA7f .wrap:last-child {
    padding-bottom: 8.2rem;
  }
}
.cid-u36U4ZNA7f input,
.cid-u36U4ZNA7f textarea,
.cid-u36U4ZNA7f button,
.cid-u36U4ZNA7f select,
.cid-u36U4ZNA7f body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cid-u36U4ZNA7f h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.16666667;
}
.cid-u36U4ZNA7f body {
  width: 100%;
  min-height: 100%;
  font-size: 2rem;
  line-height: 1.45;
  overflow-x: hidden;
}
@media only screen and (min-width: 700px) and (min-height: 500px) {
  .cid-u36U4ZNA7f h1 {
    font-size: calc(4.6rem);
  }
}
.cid-u36U4ZNA7f h1 + button {
  margin-top: 2rem;
}
.cid-u36U4ZNA7f h1 + p {
  margin-top: 1rem;
}
.cid-u36U4ZNA7f p + p {
  margin-top: 1.6rem;
}
.cid-u36U4ZNA7f img {
  display: block;
  max-width: 100%;
}
.cid-u36U4ZNA7f img::after {
  content: "ðŸ–¼ï¸" attr(alt);
  font-size: 1.4rem;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 4.5rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #eeecec;
}
@media all and (orientation: landscape) {
  .cid-u36U4ZNA7f body:not(.touchscreen) header {
    will-change: auto;
    transition: all 0.4s ease-in-out;
  }
  .cid-u36U4ZNA7f .landscape-image ~ .portrait-image {
    opacity: 0;
    display: none;
  }
}
.cid-u36U4ZNA7f .wrap.text-wrap {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-u36U4ZNA7f .wrap.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc(94%) !important;
}
.cid-u36U4ZNA7f .wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cid-u36U4ZNA7f .content &gt; section:not(.hero):first-child {
  padding-top: 5rem;
}
.cid-u36U4ZNA7f .align-left {
  text-align: left;
}
.cid-u36U4ZNA7f .align-center {
  text-align: center;
}
.cid-u36U4ZNA7f .align-right {
  text-align: right;
}
.cid-u36U4ZNA7f .text_block-section + .text-wrap,
.cid-u36U4ZNA7f .flexible-section:not(.video-section) + .flexible-section:not(.video-section) &gt; .wrap:first-child,
.cid-u36U4ZNA7f .section-title-wrap + .flexible-section &gt; .wrap:first-child,
.cid-u36U4ZNA7f .body-copy-with-intro + .hidden-content &gt; .flexible-section &gt; .wrap:first-child,
.cid-u36U4ZNA7f .wrap + .wrap {
  padding-top: 0;
}
.cid-u36U4ZNA7f .fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-u36U4ZNA7f .fullscreen .wrap {
  margin: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-u36U4ZNA7f .fullscreen .fixed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-u36U4ZNA7f .fullscreen .fixed-wrap.fixed {
  position: fixed;
}
@supports (-ms-ime-align: auto) {
  .cid-u36U4ZNA7f .fullscreen {
    clip-path: none !important;
  }
  .cid-u36U4ZNA7f .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-u36U4ZNA7f .fullscreen {
    clip-path: none !important;
  }
  .cid-u36U4ZNA7f .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
.cid-u36U4ZNA7f .fullscreen .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.cid-u36U4ZNA7f .fullscreen .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.cid-u36U4ZNA7f .fullscreen a {
  color: #ffffff;
}
.cid-u36U4ZNA7f .slide-image + .slide-text,
.cid-u36U4ZNA7f .slide-text.over-image {
  color: #fff;
  background: radial-gradient(ellipse 50% 50%, rgba(18, 18, 18, 0.125), rgba(18, 18, 18, 0));
}
.cid-u36U4ZNA7f .hero .slide-image {
  opacity: 0.8;
}
.cid-u36U4ZNA7f .hero.auto-height {
  padding: 5rem 0;
}
.cid-u36U4ZNA7f .hero.auto-height .slide-text {
  position: relative;
}
.cid-u36U4ZNA7f .home-hero {
  position: relative;
  z-index: 1;
}
.cid-u36U4ZNA7f .home-hero + section {
  z-index: 0;
}
.cid-u36U4ZNA7f .home-hero + section + section {
  z-index: 1;
}
.cid-u36U4ZNA7f .home-hero .safari-fix {
  position: absolute;
  top: 0;
  background: transparent !important;
  overflow: hidden;
}
.cid-u36U4ZNA7f .home-hero .safari-fix a {
  display: block;
  position: relative;
  width: 100vw;
  height: 100%;
  background: transparent !important;
  opacity: 0;
}
.cid-u36U4ZNA7f body &gt; .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-u36U4ZNA7f body &gt; .fullscreen .slide-image {
  opacity: 0.8;
}
.cid-u36U4ZNA7f body &gt; .fullscreen button,
.cid-u36U4ZNA7f .project-hero .slide-text button {
  background-color: #fff;
  color: #121212;
  border-color: #fff;
  opacity: 0;
}
.cid-u36U4ZNA7f .page-hero .slide-image {
  position: fixed;
}
.cid-u36U4ZNA7f .page-hero .slide-text {
  position: relative;
  height: auto;
  margin: 100vh auto 25vh;
  background: transparent;
}
@media all and (orientation: portrait) {
  .cid-u36U4ZNA7f .page-hero .wrap h4 {
    font-size: calc(2.25rem);
  }
  .cid-u36U4ZNA7f .portrait-image ~ .landscape-image {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.cid-u36U4ZNA7f .fullscreen .slide-text button:only-child {
  margin-top: 2rem;
}
.cid-u36U4ZNA7f .offblack-bg {
  background-color: #231f20;
}
.cid-u36U4ZNA7f .offblack-bg a:not(.button):not([title]):not(:hover) {
  background: linear-gradient(#231f20 calc(99%), #ffffff calc(99%));
  text-shadow: 0 1px #231f20, -1px 0 #231f20, 1px 0 #231f20, -2px 0 #231f20, 2px 0 #231f20;
}
.cid-u36U4ZNA7f .hidden {
  display: none;
  visibility: hidden;
}
.cid-u36U4ZNA7f H1 {
  color: #ffffff;
}
.cid-tvTvfUhk1K {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-tvTvfUhk1K .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tvTvfUhk1K H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tvTvfUhk1K .mbr-text,
.cid-tvTvfUhk1K .mbr-section-btn {
  text-align: center;
}
.cid-tvTvfUhk1K B {
  color: #ffffff;
}
.cid-tvTvfUhk1K p {
  font-weight: 300;
}
.cid-rsZZr9BV6E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rsZZr9BV6E p {
  text-align: left;
  font-size: 1rem;
}
.cid-rsZZr9BV6E .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rsZZr9BV6E .btn-underline:hover {
  color: #505050;
}
.cid-rsZZr9BV6E .btn-underline:before {
  background-color: #505050;
}
.cid-rsZZr9BV6E .social-list a:focus {
  text-decoration: none;
}
.cid-rsZZr9BV6E .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-rsZZr9BV6E .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rsZZr9BV6E .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rsZZr9BV6E .logo-footer {
  line-height: normal;
}
.cid-rsZZr9BV6E .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rsZZr9BV6E .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsZZr9BV6E .mbr-section-btn {
  font-size: 16px;
}
.cid-rsZZr9BV6E .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rsZZr9BV6E .block-title {
  color: #ffffff;
}
.cid-rsZZr9BV6E .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-snHC9KAwfN {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-snHC9KAwfN a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-snHC9KAwfN .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snHC9KAwfN p {
  color: #0a0a0a;
}
.cid-snHC9KAwfN .myalign {
  text-align: center;
}
.cid-snHC9KAwfN .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-snHC9KAwfN span {
  font-size: 1rem;
}
.cid-snHC9KAwfN .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-snHC9KAwfN .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-snHC9KAwfN .socicon-twitter {
  color: #4da7de;
}
.cid-snHC9KAwfN .socicon-facebook {
  color: #3e5b98;
}
.cid-snHC9KAwfN .socicon-googleplus {
  color: #dd4b39;
}
.cid-snHC9KAwfN .socicon-instagram {
  color: #3f729b;
}
.cid-snHC9KAwfN .social-list a:focus {
  text-decoration: none;
}
.cid-snHC9KAwfN .text-copyright {
  width: 100%;
}
.cid-snHC9KAwfN .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-snHC9KAwfN .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-snHC9KAwfN .logo-footer {
  line-height: normal;
}
.cid-snHC9KAwfN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snHC9KAwfN .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snHC9KAwfN .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-snHC9KAwfN .media-container-row a {
  margin: 0 1rem;
}
.cid-snHC9KAwfN P {
  color: #ffffff;
}
.cid-svAoL1hbLc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-svAoL1hbLc .title-text {
  margin-bottom: 70px;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-svAoL1hbLc .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-svAoL1hbLc .title-text .mbr-section-title {
  color: #130947;
}
.cid-svAoL1hbLc .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-svAoL1hbLc .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-svAoL1hbLc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-svAoL1hbLc .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-svAoL1hbLc .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .accordion-content {
  flex-basis: 100%;
}
.cid-svAoL1hbLc .panel-group {
  width: 100%;
}
.cid-svAoL1hbLc .panel-text,
.cid-svAoL1hbLc .header-text,
.cid-svAoL1hbLc .mbr-section-subtitle {
  color: #222222;
}
.cid-svAoL1hbLc .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-svAoL1hbLc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-svAoL1hbLc .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-svAoL1hbLc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before,
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-svAoL1hbLc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-svAoL1hbLc .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-svAoL1hbLc .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-svAoL1hbLc .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-svAoL1hbLc .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-uNpT6BJ93f {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpT6BJ93f .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpT6BJ93f .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpT6BJ93f .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpT6BJ93f {
    text-align: center !important;
  }
  .cid-uNpT6BJ93f .mbr-text {
    text-align: center;
  }
}
.cid-uNpT6BJ93f .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpT6BJ93f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpT6BJ93f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpT6BJ93f H1 {
  color: #ffffff;
}
.cid-tKJr6XMWXS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-tKJr6XMWXS .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tKJr6XMWXS .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tKJr6XMWXS .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tKJr6XMWXS .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tKJr6XMWXS .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tKJr6XMWXS .content_box {
  position: relative;
  z-index: 2;
}
.cid-tKJr6XMWXS .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-tKJr6XMWXS .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tKJr6XMWXS .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tKJr6XMWXS .mbr-section-btn {
  margin-top: 43px;
}
.cid-tKJr6XMWXS .image-wrapper,
.cid-tKJr6XMWXS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKJr6XMWXS .mbr-text,
.cid-tKJr6XMWXS .mbr-section-btn {
  color: #ffffff;
}
.cid-tKJr6Y0OOY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-tKJr6Y0OOY .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tKJr6Y0OOY .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tKJr6Y0OOY .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tKJr6Y0OOY .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tKJr6Y0OOY .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tKJr6Y0OOY .content_box {
  position: relative;
  z-index: 2;
}
.cid-tKJr6Y0OOY .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-tKJr6Y0OOY .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tKJr6Y0OOY .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tKJr6Y0OOY .mbr-section-btn {
  margin-top: 43px;
}
.cid-tKJr6Y0OOY .image-wrapper,
.cid-tKJr6Y0OOY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKJr6Y0OOY .mbr-text,
.cid-tKJr6Y0OOY .mbr-section-btn {
  color: #ffffff;
}
.cid-tKJr6YfvjE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-tKJr6YfvjE .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tKJr6YfvjE .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tKJr6YfvjE .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tKJr6YfvjE .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tKJr6YfvjE .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tKJr6YfvjE .content_box {
  position: relative;
  z-index: 2;
}
.cid-tKJr6YfvjE .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-tKJr6YfvjE .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tKJr6YfvjE .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tKJr6YfvjE .mbr-section-btn {
  margin-top: 43px;
}
.cid-tKJr6YfvjE .image-wrapper,
.cid-tKJr6YfvjE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKJr6YfvjE .mbr-text,
.cid-tKJr6YfvjE .mbr-section-btn {
  color: #ffffff;
}
.cid-tKJr6YvLWX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-tKJr6YvLWX .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tKJr6YvLWX .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tKJr6YvLWX .mbr-text {
  font-weight: 400;
}
.cid-tKJr6YvLWX .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tKJr6YvLWX .card_wrapper {
    padding: 65px 30px;
  }
  .cid-tKJr6YvLWX .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-tKJr6YvLWX .content_box {
  position: relative;
  z-index: 2;
}
.cid-tKJr6YvLWX .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-tKJr6YvLWX .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tKJr6YvLWX .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tKJr6YvLWX .mbr-section-btn {
  margin-top: 43px;
}
.cid-tKJr6YvLWX .image-wrapper,
.cid-tKJr6YvLWX img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-tKJr6YvLWX .mbr-text,
.cid-tKJr6YvLWX .mbr-section-btn {
  color: #232323;
}
.cid-tKJr6YLtit {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-tKJr6YLtit .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-tKJr6YLtit .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-tKJr6YLtit .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-tKJr6YLtit .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tKJr6YLtit .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-tKJr6YLtit .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-tKJr6YLtit .row {
  justify-content: center;
}
.cid-tKJr6YLtit .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-tKJr6YLtit .item {
    padding-bottom: 25px;
  }
}
.cid-tKJr6YLtit .card-text {
  color: #ffffff;
}
.cid-tKJr6ZimU9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffe884;
}
.cid-tKJr6ZimU9 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tKJr6ZimU9 .text-element {
  z-index: 1000;
}
.cid-tKJr6ZimU9 .row-element,
.cid-tKJr6ZimU9 .image-element {
  padding: 0;
}
.cid-tKJr6ZimU9 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKJr6ZimU9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tKJr6ZimU9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tKJr6ZimU9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tKJr6ZimU9 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tKJr6ZimU9 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKJr6ZimU9 .text-content {
    padding: 2rem 1rem;
  }
  .cid-tKJr6ZimU9 .underline .line {
    height: 2px;
  }
  .cid-tKJr6ZimU9 .mbr-title,
  .cid-tKJr6ZimU9 .underline,
  .cid-tKJr6ZimU9 .mbr-text,
  .cid-tKJr6ZimU9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tKJr6ZimU9 .mbr-title,
.cid-tKJr6ZimU9 .underline {
  color: #2c1616;
}
.cid-tKJr6ZimU9 .mbr-text,
.cid-tKJr6ZimU9 .mbr-section-btn {
  color: #000000;
}
.cid-tKJr6ZimU9 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-tKJr6ZimU9 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-tKJr6ZimU9 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-tKJr6ZimU9 .imagebox:hover img {
  opacity: 0.7;
}
.cid-tKJr6ZimU9 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-tKJr6ZimU9 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-tKJr6ZimU9 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-tKJr6ZimU9 .mycircle {
  background: #fff;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tKJr6ZimU9 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-tKJr6ZimU9 .mbr-title,
.cid-tKJr6ZimU9 .underline B {
  color: #000000;
}
.cid-tKJr6ZAfox {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff1b4;
}
.cid-tKJr6ZAfox .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tKJr6ZAfox .text-element {
  z-index: 1000;
}
.cid-tKJr6ZAfox .row-element,
.cid-tKJr6ZAfox .image-element {
  padding: 0;
}
.cid-tKJr6ZAfox .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKJr6ZAfox .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tKJr6ZAfox .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tKJr6ZAfox .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tKJr6ZAfox .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tKJr6ZAfox .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKJr6ZAfox .text-content {
    padding: 2rem 1rem;
  }
  .cid-tKJr6ZAfox .underline .line {
    height: 2px;
  }
  .cid-tKJr6ZAfox .mbr-title,
  .cid-tKJr6ZAfox .underline,
  .cid-tKJr6ZAfox .mbr-text,
  .cid-tKJr6ZAfox .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tKJr6ZAfox .mbr-title,
.cid-tKJr6ZAfox .underline {
  color: #2c1616;
}
.cid-tKJr6ZAfox .mbr-text,
.cid-tKJr6ZAfox .mbr-section-btn {
  color: #000000;
}
.cid-tKJr6ZAfox .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-tKJr6ZAfox .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-tKJr6ZAfox .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-tKJr6ZAfox .imagebox:hover img {
  opacity: 0.7;
}
.cid-tKJr6ZAfox .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-tKJr6ZAfox P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-tKJr6ZAfox .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-tKJr6ZAfox .mycircle {
  background: #fff;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tKJr6ZAfox .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-tKJr6ZRRm0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff6ce;
}
.cid-tKJr6ZRRm0 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tKJr6ZRRm0 .text-element {
  z-index: 1000;
}
.cid-tKJr6ZRRm0 .row-element,
.cid-tKJr6ZRRm0 .image-element {
  padding: 0;
}
.cid-tKJr6ZRRm0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKJr6ZRRm0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tKJr6ZRRm0 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tKJr6ZRRm0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tKJr6ZRRm0 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tKJr6ZRRm0 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKJr6ZRRm0 .text-content {
    padding: 2rem 1rem;
  }
  .cid-tKJr6ZRRm0 .underline .line {
    height: 2px;
  }
  .cid-tKJr6ZRRm0 .mbr-title,
  .cid-tKJr6ZRRm0 .underline,
  .cid-tKJr6ZRRm0 .mbr-text,
  .cid-tKJr6ZRRm0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tKJr6ZRRm0 .mbr-title,
.cid-tKJr6ZRRm0 .underline {
  color: #2c1616;
}
.cid-tKJr6ZRRm0 .mbr-text,
.cid-tKJr6ZRRm0 .mbr-section-btn {
  color: #000000;
}
.cid-tKJr6ZRRm0 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-tKJr6ZRRm0 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-tKJr6ZRRm0 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-tKJr6ZRRm0 .imagebox:hover img {
  opacity: 0.7;
}
.cid-tKJr6ZRRm0 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-tKJr6ZRRm0 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-tKJr6ZRRm0 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-tKJr6ZRRm0 .mycircle {
  background: #fff;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tKJr6ZRRm0 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-tKJr7071CU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffae6;
}
.cid-tKJr7071CU .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tKJr7071CU .text-element {
  z-index: 1000;
}
.cid-tKJr7071CU .row-element,
.cid-tKJr7071CU .image-element {
  padding: 0;
}
.cid-tKJr7071CU .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKJr7071CU .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tKJr7071CU .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tKJr7071CU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tKJr7071CU .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tKJr7071CU .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKJr7071CU .text-content {
    padding: 2rem 1rem;
  }
  .cid-tKJr7071CU .underline .line {
    height: 2px;
  }
  .cid-tKJr7071CU .mbr-title,
  .cid-tKJr7071CU .underline,
  .cid-tKJr7071CU .mbr-text,
  .cid-tKJr7071CU .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tKJr7071CU .mbr-title,
.cid-tKJr7071CU .underline {
  color: #2c1616;
}
.cid-tKJr7071CU .mbr-text,
.cid-tKJr7071CU .mbr-section-btn {
  color: #000000;
}
.cid-tKJr7071CU .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-tKJr7071CU .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-tKJr7071CU .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-tKJr7071CU .imagebox:hover img {
  opacity: 0.7;
}
.cid-tKJr7071CU .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-tKJr7071CU P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-tKJr7071CU .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-tKJr7071CU .mycircle {
  background: #fff;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tKJr7071CU .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-tKJr70qfMr {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-tKJr70qfMr .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-tKJr70qfMr .myform {
    padding: 1rem;
  }
}
.cid-tKJr70qfMr .showAlerts {
  display: block !important;
}
.cid-tKJr70qfMr .rowflexrev {
  display: -webkit-flex;
}
.cid-tKJr70qfMr .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tKJr70qfMr .title {
  margin-bottom: 2rem;
}
.cid-tKJr70qfMr .mbr-section-subtitle {
  color: #767676;
}
.cid-tKJr70qfMr textarea.form-control {
  min-height: 188px;
}
.cid-tKJr70qfMr LABEL {
  color: #232323;
}
.cid-tKJr70qfMr .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tKJr70qfMr .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tKJr70qfMr .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tKJr70qfMr .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tKJr70qfMr .alert {
  margin-bottom: 0;
}
.cid-tKJr70qfMr .alert-success {
  background-color: #70c770;
}
.cid-tKJr70qfMr .alert-danger {
  background-color: #ff4a52;
}
.cid-tKJr70qfMr .btn {
  display: inline-flex;
}
.cid-tKJr70qfMr .hidden {
  display: none;
}
.cid-tKJr70qfMr .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tKJr70qfMr .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tKJr713HUL {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-tKJr713HUL .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tKJr713HUL H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tKJr713HUL .mbr-text,
.cid-tKJr713HUL .mbr-section-btn {
  text-align: center;
}
.cid-tKJr713HUL B {
  color: #ffffff;
}
.cid-tKJr713HUL p {
  font-weight: 300;
}
.cid-tKJr71k5pd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tKJr71k5pd p {
  text-align: left;
  font-size: 1rem;
}
.cid-tKJr71k5pd .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tKJr71k5pd .btn-underline:hover {
  color: #505050;
}
.cid-tKJr71k5pd .btn-underline:before {
  background-color: #505050;
}
.cid-tKJr71k5pd .social-list a:focus {
  text-decoration: none;
}
.cid-tKJr71k5pd .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-tKJr71k5pd .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tKJr71k5pd .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tKJr71k5pd .logo-footer {
  line-height: normal;
}
.cid-tKJr71k5pd .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKJr71k5pd .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKJr71k5pd .mbr-section-btn {
  font-size: 16px;
}
.cid-tKJr71k5pd .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tKJr71k5pd .block-title {
  color: #ffffff;
}
.cid-tKJr71k5pd .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tKJr71H12S {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-tKJr71H12S .block-text {
  color: #efefef;
}
.cid-tKJr71Uiv5 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-tKJr71Uiv5 .title-text {
  margin-bottom: 70px;
}
.cid-tKJr71Uiv5 .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tKJr71Uiv5 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tKJr71Uiv5 .title-text .mbr-section-title {
  color: #130947;
}
.cid-tKJr71Uiv5 .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-tKJr71Uiv5 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tKJr71Uiv5 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-tKJr71Uiv5 .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKJr71Uiv5 .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-tKJr71Uiv5 .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKJr71Uiv5 .accordion-content {
  flex-basis: 100%;
}
.cid-tKJr71Uiv5 .panel-group {
  width: 100%;
}
.cid-tKJr71Uiv5 .panel-text,
.cid-tKJr71Uiv5 .header-text,
.cid-tKJr71Uiv5 .mbr-section-subtitle {
  color: #222222;
}
.cid-tKJr71Uiv5 .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-tKJr71Uiv5 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-tKJr71Uiv5 .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-tKJr71Uiv5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKJr71Uiv5 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tKJr71Uiv5 .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-tKJr71Uiv5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-tKJr71Uiv5 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-tKJr71Uiv5 .card .card-header a.panel-title .toggle-icon:before,
.cid-tKJr71Uiv5 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tKJr71Uiv5 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-tKJr71Uiv5 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tKJr71Uiv5 .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKJr71Uiv5 .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-tKJr71Uiv5 .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tKJr71Uiv5 .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-tKJr71Uiv5 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tKJr71Uiv5 .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-tKJr72iIkZ {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-tKJr72iIkZ a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-tKJr72iIkZ .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKJr72iIkZ p {
  color: #0a0a0a;
}
.cid-tKJr72iIkZ .myalign {
  text-align: center;
}
.cid-tKJr72iIkZ .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-tKJr72iIkZ span {
  font-size: 1rem;
}
.cid-tKJr72iIkZ .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-tKJr72iIkZ .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-tKJr72iIkZ .socicon-twitter {
  color: #4da7de;
}
.cid-tKJr72iIkZ .socicon-facebook {
  color: #3e5b98;
}
.cid-tKJr72iIkZ .socicon-googleplus {
  color: #dd4b39;
}
.cid-tKJr72iIkZ .socicon-instagram {
  color: #3f729b;
}
.cid-tKJr72iIkZ .social-list a:focus {
  text-decoration: none;
}
.cid-tKJr72iIkZ .text-copyright {
  width: 100%;
}
.cid-tKJr72iIkZ .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tKJr72iIkZ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tKJr72iIkZ .logo-footer {
  line-height: normal;
}
.cid-tKJr72iIkZ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKJr72iIkZ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKJr72iIkZ .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKJr72iIkZ .media-container-row a {
  margin: 0 1rem;
}
.cid-tKJr72iIkZ P {
  color: #ffffff;
}
.cid-u5sYgKBdSv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #33d5ad;
}
.cid-u5sYgKBdSv .row {
  flex-direction: row-reverse;
}
.cid-u5sYgKBdSv .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f1437;
}
@media (max-width: 991px) {
  .cid-u5sYgKBdSv .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-u5sYgKBdSv .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-u5sYgKBdSv .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-u5sYgKBdSv .image-wrapper {
    margin-left: 0;
  }
}
.cid-u5sYgKBdSv .image-wrapper img {
  width: 100%;
  border-radius: 2px;
}
.cid-u5sYgKBdSv .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-u5sYgKBdSv .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u5sYgKBdSv .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-u5sYgKBdSv .content {
    text-align: center;
  }
}
.cid-u5sYgKBdSv .mbr-section-title {
  color: #33d5ad;
  margin-bottom: 20px;
  text-align: center;
}
.cid-u5sYgKBdSv .mbr-section-title span {
  position: relative;
}
.cid-u5sYgKBdSv .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-u5sYgKBdSv .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-u5sYgKBdSv .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-u5sYgKBdSv .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-u5sYgKBdSv .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-u5sYgKBdSv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5sYgKBdSv .mbr-section-subtitle span {
  position: relative;
}
.cid-u5sYgKBdSv .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-u5sYgKBdSv .mbr-section-subtitle span svg path {
  fill: #ea6e14;
}
@media (max-width: 599px) {
  .cid-u5sYgKBdSv .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-u5sYgKBdSv .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
}
.cid-u5sYgKBdSv .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u5sYgKBdSv .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u5sYgKBdSv .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u5sYgKBdSv .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u5sZ4uShaZ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f8f9c4;
}
.cid-u5sZ4uShaZ .mbr-section-title {
  text-align: center;
}
.cid-u5sZ4uShaZ .mbr-section-text {
  text-align: center;
}
.cid-u5sZ4uShaZ .wsSearchError {
  text-align: center;
  background-color: #ff4a52;
}
.cid-u5sZ4uShaZ .wsSearchResultsFor {
  color: #2c1616;
}
.cid-u5sZ4uShaZ .wsSearchNoResults {
  color: #2c1616;
}
.cid-u5sYgMVYXq {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-u5sYgMVYXq .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-u5sYgMVYXq H1 {
  color: #ffffff;
  text-align: center;
}
.cid-u5sYgMVYXq .mbr-text,
.cid-u5sYgMVYXq .mbr-section-btn {
  text-align: center;
}
.cid-u5sYgMVYXq B {
  color: #ffffff;
}
.cid-u5sYgMVYXq p {
  font-weight: 300;
}
.cid-u5sYgNcMTu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-u5sYgNcMTu p {
  text-align: left;
  font-size: 1rem;
}
.cid-u5sYgNcMTu .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5sYgNcMTu .btn-underline:hover {
  color: #505050;
}
.cid-u5sYgNcMTu .btn-underline:before {
  background-color: #505050;
}
.cid-u5sYgNcMTu .social-list a:focus {
  text-decoration: none;
}
.cid-u5sYgNcMTu .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-u5sYgNcMTu .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-u5sYgNcMTu .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-u5sYgNcMTu .logo-footer {
  line-height: normal;
}
.cid-u5sYgNcMTu .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5sYgNcMTu .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5sYgNcMTu .mbr-section-btn {
  font-size: 16px;
}
.cid-u5sYgNcMTu .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-u5sYgNcMTu .block-title {
  color: #ffffff;
}
.cid-u5sYgNcMTu .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-u5sYgNx8Pr {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-u5sYgNx8Pr .title-text {
  margin-bottom: 70px;
}
.cid-u5sYgNx8Pr .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-u5sYgNx8Pr .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u5sYgNx8Pr .title-text .mbr-section-title {
  color: #130947;
}
.cid-u5sYgNx8Pr .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-u5sYgNx8Pr .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-u5sYgNx8Pr .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-u5sYgNx8Pr .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u5sYgNx8Pr .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-u5sYgNx8Pr .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u5sYgNx8Pr .accordion-content {
  flex-basis: 100%;
}
.cid-u5sYgNx8Pr .panel-group {
  width: 100%;
}
.cid-u5sYgNx8Pr .panel-text,
.cid-u5sYgNx8Pr .header-text,
.cid-u5sYgNx8Pr .mbr-section-subtitle {
  color: #222222;
}
.cid-u5sYgNx8Pr .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-u5sYgNx8Pr .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-u5sYgNx8Pr .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-u5sYgNx8Pr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u5sYgNx8Pr .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-u5sYgNx8Pr .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-u5sYgNx8Pr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-u5sYgNx8Pr .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-u5sYgNx8Pr .card .card-header a.panel-title .toggle-icon:before,
.cid-u5sYgNx8Pr .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-u5sYgNx8Pr .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-u5sYgNx8Pr .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-u5sYgNx8Pr .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u5sYgNx8Pr .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-u5sYgNx8Pr .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u5sYgNx8Pr .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-u5sYgNx8Pr .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-u5sYgNx8Pr .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-u5sYgOcgE8 {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-u5sYgOcgE8 a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-u5sYgOcgE8 .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u5sYgOcgE8 p {
  color: #0a0a0a;
}
.cid-u5sYgOcgE8 .myalign {
  text-align: center;
}
.cid-u5sYgOcgE8 .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-u5sYgOcgE8 span {
  font-size: 1rem;
}
.cid-u5sYgOcgE8 .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-u5sYgOcgE8 .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-u5sYgOcgE8 .socicon-twitter {
  color: #4da7de;
}
.cid-u5sYgOcgE8 .socicon-facebook {
  color: #3e5b98;
}
.cid-u5sYgOcgE8 .socicon-googleplus {
  color: #dd4b39;
}
.cid-u5sYgOcgE8 .socicon-instagram {
  color: #3f729b;
}
.cid-u5sYgOcgE8 .social-list a:focus {
  text-decoration: none;
}
.cid-u5sYgOcgE8 .text-copyright {
  width: 100%;
}
.cid-u5sYgOcgE8 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-u5sYgOcgE8 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-u5sYgOcgE8 .logo-footer {
  line-height: normal;
}
.cid-u5sYgOcgE8 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5sYgOcgE8 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5sYgOcgE8 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5sYgOcgE8 .media-container-row a {
  margin: 0 1rem;
}
.cid-u5sYgOcgE8 P {
  color: #ffffff;
}
.cid-uNpSQCPJcH {
  background-image: url("../../../assets/images/hallo-hier-ich-big2.jpg");
}
.cid-uNpSQCPJcH .media-content .btn-bgr {
  z-index: 0;
}
.cid-uNpSQCPJcH .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-uNpSQCPJcH .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-uNpSQCPJcH {
    text-align: center !important;
  }
  .cid-uNpSQCPJcH .mbr-text {
    text-align: center;
  }
}
.cid-uNpSQCPJcH .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNpSQCPJcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpSQCPJcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpSQCPJcH H1 {
  color: #ffffff;
}
.cid-udcwm701nJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
@media (min-width: 368px) {
  .cid-udcwm701nJ .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-udcwm701nJ .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-udcwm701nJ .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-udcwm701nJ .card_wrapper {
    padding: 65px 30px;
  }
  .cid-udcwm701nJ .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-udcwm701nJ .content_box {
  position: relative;
  z-index: 2;
}
.cid-udcwm701nJ .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-udcwm701nJ .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-udcwm701nJ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-udcwm701nJ .mbr-section-btn {
  margin-top: 43px;
}
.cid-udcwm701nJ .image-wrapper,
.cid-udcwm701nJ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udcwm701nJ .mbr-text,
.cid-udcwm701nJ .mbr-section-btn {
  color: #ffffff;
}
.cid-udcwm7fNzu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #34156b;
}
@media (min-width: 368px) {
  .cid-udcwm7fNzu .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-udcwm7fNzu .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-udcwm7fNzu .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-udcwm7fNzu .card_wrapper {
    padding: 65px 30px;
  }
  .cid-udcwm7fNzu .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-udcwm7fNzu .content_box {
  position: relative;
  z-index: 2;
}
.cid-udcwm7fNzu .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-udcwm7fNzu .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-udcwm7fNzu .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-udcwm7fNzu .mbr-section-btn {
  margin-top: 43px;
}
.cid-udcwm7fNzu .image-wrapper,
.cid-udcwm7fNzu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udcwm7fNzu .mbr-text,
.cid-udcwm7fNzu .mbr-section-btn {
  color: #ffffff;
}
.cid-udcwm7tb3w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #600300;
}
@media (min-width: 368px) {
  .cid-udcwm7tb3w .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-udcwm7tb3w .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-udcwm7tb3w .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-udcwm7tb3w .card_wrapper {
    padding: 65px 30px;
  }
  .cid-udcwm7tb3w .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-udcwm7tb3w .content_box {
  position: relative;
  z-index: 2;
}
.cid-udcwm7tb3w .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-udcwm7tb3w .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-udcwm7tb3w .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-udcwm7tb3w .mbr-section-btn {
  margin-top: 43px;
}
.cid-udcwm7tb3w .image-wrapper,
.cid-udcwm7tb3w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udcwm7tb3w .mbr-text,
.cid-udcwm7tb3w .mbr-section-btn {
  color: #ffffff;
}
.cid-udcwm7I8Vh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffbe00;
}
@media (min-width: 368px) {
  .cid-udcwm7I8Vh .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-udcwm7I8Vh .g-0 &gt; [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-udcwm7I8Vh .mbr-text {
  font-weight: 400;
}
.cid-udcwm7I8Vh .card_wrapper {
  padding: 2rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-udcwm7I8Vh .card_wrapper {
    padding: 65px 30px;
  }
  .cid-udcwm7I8Vh .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-udcwm7I8Vh .content_box {
  position: relative;
  z-index: 2;
}
.cid-udcwm7I8Vh .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-udcwm7I8Vh .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-udcwm7I8Vh .mbr-section-title {
  color: #232323;
  margin-bottom: 20px;
  text-align: center;
}
.cid-udcwm7I8Vh .mbr-section-btn {
  margin-top: 43px;
}
.cid-udcwm7I8Vh .image-wrapper,
.cid-udcwm7I8Vh img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: center 0;
}
.cid-udcwm7I8Vh .mbr-text,
.cid-udcwm7I8Vh .mbr-section-btn {
  color: #232323;
}
.cid-udcwm7XbNV {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #34156b;
}
.cid-udcwm7XbNV .card-wrapper {
  background: #ea6e14;
  transition-duration: 0.5s;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
  height: 20rem;
}
.cid-udcwm7XbNV .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-udcwm7XbNV .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .cid-udcwm7XbNV .container-fluid {
    padding: 0 2rem;
  }
}
.cid-udcwm7XbNV .card-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.cid-udcwm7XbNV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-udcwm7XbNV .row {
  justify-content: center;
}
.cid-udcwm7XbNV .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-udcwm7XbNV .item {
    padding-bottom: 25px;
  }
}
.cid-udcwm7XbNV .card-text {
  color: #ffffff;
}
.cid-udcwm8ws62 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-udcwm8ws62 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-udcwm8ws62 .text-element {
  z-index: 1000;
}
.cid-udcwm8ws62 .row-element,
.cid-udcwm8ws62 .image-element {
  padding: 0;
}
.cid-udcwm8ws62 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udcwm8ws62 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-udcwm8ws62 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-udcwm8ws62 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-udcwm8ws62 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-udcwm8ws62 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-udcwm8ws62 .text-content {
    padding: 2rem 1rem;
  }
  .cid-udcwm8ws62 .underline .line {
    height: 2px;
  }
  .cid-udcwm8ws62 .mbr-title,
  .cid-udcwm8ws62 .underline,
  .cid-udcwm8ws62 .mbr-text,
  .cid-udcwm8ws62 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-udcwm8ws62 .mbr-title,
.cid-udcwm8ws62 .underline {
  color: #2c1616;
}
.cid-udcwm8ws62 .mbr-text,
.cid-udcwm8ws62 .mbr-section-btn {
  color: #000000;
}
.cid-udcwm8ws62 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-udcwm8ws62 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-udcwm8ws62 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-udcwm8ws62 .imagebox:hover img {
  opacity: 0.7;
}
.cid-udcwm8ws62 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-udcwm8ws62 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-udcwm8ws62 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-udcwm8ws62 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-udcwm8ws62 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-udcwm8ws62 .mbr-title,
.cid-udcwm8ws62 .underline B {
  color: #000000;
}
.cid-udcwm8POrQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-udcwm8POrQ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-udcwm8POrQ .text-element {
  z-index: 1000;
}
.cid-udcwm8POrQ .row-element,
.cid-udcwm8POrQ .image-element {
  padding: 0;
}
.cid-udcwm8POrQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udcwm8POrQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-udcwm8POrQ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-udcwm8POrQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-udcwm8POrQ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-udcwm8POrQ .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-udcwm8POrQ .text-content {
    padding: 2rem 1rem;
  }
  .cid-udcwm8POrQ .underline .line {
    height: 2px;
  }
  .cid-udcwm8POrQ .mbr-title,
  .cid-udcwm8POrQ .underline,
  .cid-udcwm8POrQ .mbr-text,
  .cid-udcwm8POrQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-udcwm8POrQ .mbr-title,
.cid-udcwm8POrQ .underline {
  color: #2c1616;
}
.cid-udcwm8POrQ .mbr-text,
.cid-udcwm8POrQ .mbr-section-btn {
  color: #000000;
}
.cid-udcwm8POrQ .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-udcwm8POrQ .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-udcwm8POrQ .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-udcwm8POrQ .imagebox:hover img {
  opacity: 0.7;
}
.cid-udcwm8POrQ .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-udcwm8POrQ P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-udcwm8POrQ .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-udcwm8POrQ .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-udcwm8POrQ .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-udcwm9eKz5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-udcwm9eKz5 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-udcwm9eKz5 .text-element {
  z-index: 1000;
}
.cid-udcwm9eKz5 .row-element,
.cid-udcwm9eKz5 .image-element {
  padding: 0;
}
.cid-udcwm9eKz5 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udcwm9eKz5 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-udcwm9eKz5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-udcwm9eKz5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-udcwm9eKz5 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-udcwm9eKz5 .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-udcwm9eKz5 .text-content {
    padding: 2rem 1rem;
  }
  .cid-udcwm9eKz5 .underline .line {
    height: 2px;
  }
  .cid-udcwm9eKz5 .mbr-title,
  .cid-udcwm9eKz5 .underline,
  .cid-udcwm9eKz5 .mbr-text,
  .cid-udcwm9eKz5 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-udcwm9eKz5 .mbr-title,
.cid-udcwm9eKz5 .underline {
  color: #2c1616;
}
.cid-udcwm9eKz5 .mbr-text,
.cid-udcwm9eKz5 .mbr-section-btn {
  color: #000000;
}
.cid-udcwm9eKz5 .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-udcwm9eKz5 .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-udcwm9eKz5 .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-udcwm9eKz5 .imagebox:hover img {
  opacity: 0.7;
}
.cid-udcwm9eKz5 .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-udcwm9eKz5 P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-udcwm9eKz5 .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-udcwm9eKz5 .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-udcwm9eKz5 .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-udcwm9DRGD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-udcwm9DRGD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-udcwm9DRGD .text-element {
  z-index: 1000;
}
.cid-udcwm9DRGD .row-element,
.cid-udcwm9DRGD .image-element {
  padding: 0;
}
.cid-udcwm9DRGD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udcwm9DRGD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-udcwm9DRGD .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-udcwm9DRGD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8c28, #ff8c28);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-udcwm9DRGD .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-udcwm9DRGD .text-content {
    padding: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-udcwm9DRGD .text-content {
    padding: 2rem 1rem;
  }
  .cid-udcwm9DRGD .underline .line {
    height: 2px;
  }
  .cid-udcwm9DRGD .mbr-title,
  .cid-udcwm9DRGD .underline,
  .cid-udcwm9DRGD .mbr-text,
  .cid-udcwm9DRGD .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-udcwm9DRGD .mbr-title,
.cid-udcwm9DRGD .underline {
  color: #2c1616;
}
.cid-udcwm9DRGD .mbr-text,
.cid-udcwm9DRGD .mbr-section-btn {
  color: #000000;
}
.cid-udcwm9DRGD .imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
}
.cid-udcwm9DRGD .imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}
.cid-udcwm9DRGD .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.8em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: calc(100% - 2px);
}
.cid-udcwm9DRGD .imagebox:hover img {
  opacity: 0.7;
}
.cid-udcwm9DRGD .imagebox:hover .imagebox-desc {
  padding-bottom: 4%;
}
.cid-udcwm9DRGD P {
  font-family: "roboto";
  color: #951d19;
}
@media screen and (max-width: 768px) {
  .cid-udcwm9DRGD .mycircle {
    width: 10rem;
    height: 10rem;
  }
}
.cid-udcwm9DRGD .mycircle {
  background: #ddd;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-udcwm9DRGD .mynumbers {
  font-size: 13rem;
  font-weight: 700;
  color: #ccc;
  text-align: center;
}
.cid-udcwm9U8yq {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff1dd;
}
.cid-udcwm9U8yq .myform {
  background: white;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-udcwm9U8yq .myform {
    padding: 1rem;
  }
}
.cid-udcwm9U8yq .showAlerts {
  display: block !important;
}
.cid-udcwm9U8yq .rowflexrev {
  display: -webkit-flex;
}
.cid-udcwm9U8yq .ws-form-alerts {
  margin-top: 1rem;
}
.cid-udcwm9U8yq .title {
  margin-bottom: 2rem;
}
.cid-udcwm9U8yq .mbr-section-subtitle {
  color: #767676;
}
.cid-udcwm9U8yq textarea.form-control {
  min-height: 188px;
}
.cid-udcwm9U8yq LABEL {
  color: #232323;
}
.cid-udcwm9U8yq .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-udcwm9U8yq .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-udcwm9U8yq .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-udcwm9U8yq .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-udcwm9U8yq .alert {
  margin-bottom: 0;
}
.cid-udcwm9U8yq .alert-success {
  background-color: #70c770;
}
.cid-udcwm9U8yq .alert-danger {
  background-color: #ff4a52;
}
.cid-udcwm9U8yq .btn {
  display: inline-flex;
}
.cid-udcwm9U8yq .hidden {
  display: none;
}
.cid-udcwm9U8yq .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-udcwm9U8yq .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-udcwmao3tB {
  background: #ffffff;
}
.cid-udcwmao3tB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udcwmao3tB figcaption {
  position: relative;
}
.cid-udcwmao3tB figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udcwmao3tB .image-block {
    width: 100% !important;
  }
}
.cid-udcwmaBK60 {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-udcwmaBK60 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-udcwmaBK60 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-udcwmaBK60 .mbr-text,
.cid-udcwmaBK60 .mbr-section-btn {
  text-align: center;
}
.cid-udcwmaBK60 B {
  color: #ffffff;
}
.cid-udcwmaBK60 p {
  font-weight: 300;
}
.cid-udcwmaVKA2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-udcwmaVKA2 p {
  text-align: left;
  font-size: 1rem;
}
.cid-udcwmaVKA2 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-udcwmaVKA2 .btn-underline:hover {
  color: #505050;
}
.cid-udcwmaVKA2 .btn-underline:before {
  background-color: #505050;
}
.cid-udcwmaVKA2 .social-list a:focus {
  text-decoration: none;
}
.cid-udcwmaVKA2 .text-copyright {
  width: 100%;
  color: #e0e0e0;
  text-align: center;
}
.cid-udcwmaVKA2 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-udcwmaVKA2 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-udcwmaVKA2 .logo-footer {
  line-height: normal;
}
.cid-udcwmaVKA2 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udcwmaVKA2 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udcwmaVKA2 .mbr-section-btn {
  font-size: 16px;
}
.cid-udcwmaVKA2 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-udcwmaVKA2 .block-title {
  color: #ffffff;
}
.cid-udcwmaVKA2 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-udcwmbgcCu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-udcwmbgcCu .block-text {
  color: #efefef;
}
.cid-udcwmbB0vZ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #131419;
}
.cid-udcwmbB0vZ .title-text {
  margin-bottom: 70px;
}
.cid-udcwmbB0vZ .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-udcwmbB0vZ .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-udcwmbB0vZ .title-text .mbr-section-title {
  color: #130947;
}
.cid-udcwmbB0vZ .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-udcwmbB0vZ .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-udcwmbB0vZ .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-udcwmbB0vZ .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-udcwmbB0vZ .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-udcwmbB0vZ .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-udcwmbB0vZ .accordion-content {
  flex-basis: 100%;
}
.cid-udcwmbB0vZ .panel-group {
  width: 100%;
}
.cid-udcwmbB0vZ .panel-text,
.cid-udcwmbB0vZ .header-text,
.cid-udcwmbB0vZ .mbr-section-subtitle {
  color: #222222;
}
.cid-udcwmbB0vZ .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-udcwmbB0vZ .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-udcwmbB0vZ .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff002e;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-udcwmbB0vZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-udcwmbB0vZ .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-udcwmbB0vZ .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-udcwmbB0vZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-udcwmbB0vZ .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-udcwmbB0vZ .card .card-header a.panel-title .toggle-icon:before,
.cid-udcwmbB0vZ .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-udcwmbB0vZ .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-udcwmbB0vZ .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-udcwmbB0vZ .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ff002e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-udcwmbB0vZ .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-udcwmbB0vZ .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-udcwmbB0vZ .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-udcwmbB0vZ .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-udcwmbB0vZ .header-text {
  color: #fafafa;
  text-align: center;
}
.cid-udcwmc0QDz {
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-udcwmc0QDz a {
  font-family: 'arial';
  text-align: left;
  font-size: 0.9rem!important;
  font-weight: 300;
}
.cid-udcwmc0QDz .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-udcwmc0QDz p {
  color: #0a0a0a;
}
.cid-udcwmc0QDz .myalign {
  text-align: center;
}
.cid-udcwmc0QDz .mbr-iconfont {
  position: relative;
  top: 5px;
}
.cid-udcwmc0QDz span {
  font-size: 1rem;
}
.cid-udcwmc0QDz .mylinks {
  width: 250px!important;
  height: 30px;
}
.cid-udcwmc0QDz .mbr-iconfont-social {
  font-size: 20px;
  width: 20px;
  padding-top: 0px;
  display: inline-block;
  border-radius: 50%;
}
.cid-udcwmc0QDz .socicon-twitter {
  color: #4da7de;
}
.cid-udcwmc0QDz .socicon-facebook {
  color: #3e5b98;
}
.cid-udcwmc0QDz .socicon-googleplus {
  color: #dd4b39;
}
.cid-udcwmc0QDz .socicon-instagram {
  color: #3f729b;
}
.cid-udcwmc0QDz .social-list a:focus {
  text-decoration: none;
}
.cid-udcwmc0QDz .text-copyright {
  width: 100%;
}
.cid-udcwmc0QDz .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-udcwmc0QDz .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-udcwmc0QDz .logo-footer {
  line-height: normal;
}
.cid-udcwmc0QDz .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udcwmc0QDz .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udcwmc0QDz .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-udcwmc0QDz .media-container-row a {
  margin: 0 1rem;
}
.cid-udcwmc0QDz P {
  color: #ffffff;
}
</pre></body></html>