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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: OpenSans_Condensed-Light;
}
.display-1 {
  font-family: 'Catamaran-Regular';
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Catamaran-Light';
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Catamaran-Regular';
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Catamaran-ExtraLight';
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Catamaran-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0082c3 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #cfb026 !important;
}
.bg-danger {
  background-color: #ff6600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0082c3 !important;
  border-color: #0082c3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00486c !important;
  border-color: #00486c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00486c !important;
  border-color: #00486c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cfb026 !important;
  border-color: #cfb026 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #867219 !important;
  border-color: #867219 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #867219 !important;
  border-color: #867219 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0082c3;
  color: #0082c3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00486c !important;
  background-color: transparent!important;
  border-color: #00486c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0082c3 !important;
  border-color: #0082c3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cfb026;
  color: #cfb026;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #867219 !important;
  background-color: transparent!important;
  border-color: #867219 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cfb026 !important;
  border-color: #cfb026 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff6600;
  color: #ff6600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a84300 !important;
  background-color: transparent!important;
  border-color: #a84300 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0082c3 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #cfb026 !important;
}
.text-danger {
  color: #ff6600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003e5d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #796716 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993d00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 0px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0082c3;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #cfb026;
}
.alert-danger {
  background-color: #ff6600;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0082c3;
  border-color: #0082c3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0082c3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #43c0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6eecb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe0cc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Catamaran-Regular';
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0082c3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Catamaran-Regular';
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #0082c3;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0082c3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0082c3;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0082c3;
  border-bottom-color: #0082c3;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0082c3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230082c3' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.new-font {
  font-family: 'Catamaran-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 1.2rem;
}
.logo {
  font-family: 'Catamaran-Regular';
  font-size: 3.8rem;
  line-height: 1.5;
}
.logo > .mbr-iconfont {
  font-size: 3.8rem;
}
.a1 {
  font-family: 'Catamaran-Light';
  font-size: 1.05rem;
  line-height: 1.5;
}
.a1 > .mbr-iconfont {
  font-size: 1.05rem;
}
.a2 {
  font-family: 'Catamaran-Light';
  font-size: 0.92rem;
  line-height: 1.5;
}
.a2 > .mbr-iconfont {
  font-size: 0.92rem;
}
.a3 {
  font-family: 'Catamaran-Light';
  font-size: 0.89rem;
  line-height: 1.5;
}
.a3 > .mbr-iconfont {
  font-size: 0.89rem;
}
.cid-vdaXMk91HJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKdpd5cct {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKdpd5cct .card-box {
  padding: 0rem;
}
.cid-viKdpd5cct .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKdpd5cct .card {
  padding: 0;
  margin: auto;
}
.cid-viKdpd5cct .card-img {
  height: 240px;
}
.cid-viKdpd5cct .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKdpd5cct .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKdpd5cct .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKdpd5cct .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKdpd5cct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKdpd5cct .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKdpd5cct ora {
  color: #947907;
}
.cid-viKdpd5cct blau {
  color: #78D2FF;
}
.cid-vicICKSa7w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vicICKSa7w {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vicICKSa7w .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vicICKSa7w .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vdaXMl151C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vdaXMl151C {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vdaXMl151C hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vdaXMl151C hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vdaXMl151C h2 {
  float: center;
  color: #0082c3;
}
.cid-vdaXMl151C .mbr-section-btn {
  text-align: center !important;
}
.cid-vdaXMl151C .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vdaXMl151C H2 {
  color: #a1850b;
}
.cid-viaFU44cHi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viaFU44cHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-viaFU44cHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viaFU44cHi a {
  font-weight: 900;
}
.cid-viaFU44cHi .row {
  flex-direction: row-reverse;
}
.cid-viaFU44cHi .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-viaFU44cHi .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-viaFU44cHi .wrapper {
  background: #f5fafe;
  border-radius: 4px;
  overflow: hidden;
}
.cid-viaFU44cHi .image-wrapper {
  padding: 0;
}
.cid-viaFU44cHi .image-wrapper img {
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-viaFU44cHi .image-wrapper img {
    border-radius: 0;
  }
}
.cid-viaFU44cHi .mbr-section-title {
  color: #353535;
}
.cid-viaFU44cHi .mbr-text,
.cid-viaFU44cHi .mbr-section-btn {
  color: #353535;
}
.cid-vibuKxcubu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vibuKxcubu {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vibuKxcubu P {
  color: #767676;
}
.cid-viaFUKcCwO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viaFUKcCwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-viaFUKcCwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viaFUKcCwO a {
  font-weight: 900;
}
.cid-viaFUKcCwO .row {
  flex-direction: row-reverse;
}
.cid-viaFUKcCwO .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-viaFUKcCwO .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-viaFUKcCwO .wrapper {
  background: #f5fafe;
  border-radius: 4px;
  overflow: hidden;
}
.cid-viaFUKcCwO .image-wrapper {
  padding: 0;
}
.cid-viaFUKcCwO .image-wrapper img {
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-viaFUKcCwO .image-wrapper img {
    border-radius: 0;
  }
}
.cid-viaFUKcCwO .mbr-section-title {
  color: #353535;
}
.cid-viaFUKcCwO .mbr-text,
.cid-viaFUKcCwO .mbr-section-btn {
  color: #353535;
}
.cid-vibuR0Mgkv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vibuR0Mgkv {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vibuR0Mgkv P {
  color: #767676;
}
.cid-vibuw6BH1c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vibuw6BH1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vibuw6BH1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vibuw6BH1c a {
  font-weight: 900;
}
.cid-vibuw6BH1c .row {
  flex-direction: row-reverse;
}
.cid-vibuw6BH1c .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-vibuw6BH1c .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vibuw6BH1c .wrapper {
  background: #f5fafe;
  border-radius: 4px;
  overflow: hidden;
}
.cid-vibuw6BH1c .image-wrapper {
  padding: 0;
}
.cid-vibuw6BH1c .image-wrapper img {
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vibuw6BH1c .image-wrapper img {
    border-radius: 0;
  }
}
.cid-vibuw6BH1c .mbr-section-title {
  color: #353535;
}
.cid-vibuw6BH1c .mbr-text,
.cid-vibuw6BH1c .mbr-section-btn {
  color: #353535;
}
.cid-vibuVHwBfL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vibuVHwBfL {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vibuVHwBfL P {
  color: #767676;
}
.cid-vibuxRXV6z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vibuxRXV6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vibuxRXV6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vibuxRXV6z a {
  font-weight: 900;
}
.cid-vibuxRXV6z .row {
  flex-direction: row-reverse;
}
.cid-vibuxRXV6z .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-vibuxRXV6z .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vibuxRXV6z .wrapper {
  background: #f5fafe;
  border-radius: 4px;
  overflow: hidden;
}
.cid-vibuxRXV6z .image-wrapper {
  padding: 0;
}
.cid-vibuxRXV6z .image-wrapper img {
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vibuxRXV6z .image-wrapper img {
    border-radius: 0;
  }
}
.cid-vibuxRXV6z .mbr-section-title {
  color: #353535;
}
.cid-vibuxRXV6z .mbr-text,
.cid-vibuxRXV6z .mbr-section-btn {
  color: #353535;
}
.cid-vibuSYtSAp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vibuSYtSAp {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vibuSYtSAp P {
  color: #767676;
}
.cid-vibuBq9uEH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vibuBq9uEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vibuBq9uEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vibuBq9uEH a {
  font-weight: 900;
}
.cid-vibuBq9uEH .row {
  flex-direction: row-reverse;
}
.cid-vibuBq9uEH .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-vibuBq9uEH .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vibuBq9uEH .wrapper {
  background: #f5fafe;
  border-radius: 4px;
  overflow: hidden;
}
.cid-vibuBq9uEH .image-wrapper {
  padding: 0;
}
.cid-vibuBq9uEH .image-wrapper img {
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vibuBq9uEH .image-wrapper img {
    border-radius: 0;
  }
}
.cid-vibuBq9uEH .mbr-section-title {
  color: #353535;
}
.cid-vibuBq9uEH .mbr-text,
.cid-vibuBq9uEH .mbr-section-btn {
  color: #353535;
}
.cid-vibuTKBgeE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vibuTKBgeE {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vibuTKBgeE P {
  color: #767676;
}
.cid-vibuC52Rlm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vibuC52Rlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vibuC52Rlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vibuC52Rlm a {
  font-weight: 900;
}
.cid-vibuC52Rlm .row {
  flex-direction: row-reverse;
}
.cid-vibuC52Rlm .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-vibuC52Rlm .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vibuC52Rlm .wrapper {
  background: #f5fafe;
  border-radius: 4px;
  overflow: hidden;
}
.cid-vibuC52Rlm .image-wrapper {
  padding: 0;
}
.cid-vibuC52Rlm .image-wrapper img {
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vibuC52Rlm .image-wrapper img {
    border-radius: 0;
  }
}
.cid-vibuC52Rlm .mbr-section-title {
  color: #353535;
}
.cid-vibuC52Rlm .mbr-text,
.cid-vibuC52Rlm .mbr-section-btn {
  color: #353535;
}
.cid-vibuCv3LP7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vibuCv3LP7 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vibuCv3LP7 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #353535;
}
.cid-vibuCv3LP7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vibuCv3LP7 .inner-container {
    width: 100% !important;
  }
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vdaTbQVCnU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viF2KgbH7W {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viF2KgbH7W {
    padding-top: 30px;
    padding-bottom: 3px;
  }
}
.cid-viF2KgbH7W .row {
  align-items: center;
  justify-content: space-between;
}
.cid-viF2KgbH7W .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #0082c3;
}
.cid-viF2KgbH7W .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-viF2KgbH7W .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-viF2KgbH7W ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-viF2KgbH7W li::marker {
  color: #e4ecfa;
  width: 10px;
}
.cid-viF2KgbH7W li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-viF2KgbH7W img {
  width: 100%;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
.cid-viF2KgbH7W .gray {
  background-color: #68879e;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-viF2KgbH7W .b {
  max-width: 598px;
}
.cid-viF2KgbH7W .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-viF2KgbH7W .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-viF2KgbH7W .t {
    padding-top: 90px;
  }
  .cid-viF2KgbH7W .b {
    max-width: initial;
  }
  .cid-viF2KgbH7W .gray {
    width: 65%;
  }
}
@media (max-width: 750px) {
  .cid-viF2KgbH7W .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-viF2KgbH7W .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-viF2KgbH7W .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-viF2KgbH7W .btn {
  margin-top: 20px;
  width: 230px;
}
.cid-viF2KgbH7W .t {
  max-width: 542px;
}
.cid-viF2KgbH7W .mbr-text,
.cid-viF2KgbH7W .button-align,
.cid-viF2KgbH7W .list {
  color: #232323;
}
.cid-viF2KgbH7W ora {
  color: ;
}
.cid-viF2KgbH7W braun {
  color: #a05408;
}
.cid-vb2pjt17iH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vb2pjt17iH {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vb2pjt17iH hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vb2pjt17iH hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vb2pjt17iH h2 {
  float: center;
  color: #0082c3;
}
.cid-vb2pjt17iH .mbr-section-btn {
  text-align: center !important;
}
.cid-vb2pjt17iH .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.8rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vb2pjt17iH H2 {
  color: #a1850b;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vi1qkDYHbW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9d8d8;
}
.cid-vi1qkDYHbW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vi1qkDYHbW highlight {
  border: 1px solid #B8B8B8;
  background-color: #d9d8d8;
  padding: 20px;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
}
.cid-viaqdz3DLD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKdw6Es84 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKdw6Es84 .card-box {
  padding: 0rem;
}
.cid-viKdw6Es84 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKdw6Es84 .card {
  padding: 0;
  margin: auto;
}
.cid-viKdw6Es84 .card-img {
  height: 240px;
}
.cid-viKdw6Es84 .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKdw6Es84 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKdw6Es84 .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKdw6Es84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKdw6Es84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKdw6Es84 .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKdw6Es84 ora {
  color: #947907;
}
.cid-viKdw6Es84 blau {
  color: #78D2FF;
}
.cid-viaqdzwvJK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viaqdzwvJK {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-viaqdzwvJK hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-viaqdzwvJK hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-viaqdzwvJK h2 {
  float: center;
  color: #0082c3;
}
.cid-viaqdzwvJK .mbr-section-btn {
  text-align: center !important;
}
.cid-viaqdzwvJK .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-viaqdzwvJK H2 {
  color: #a1850b;
}
.cid-vicIGQwF5I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vicIGQwF5I {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vicIGQwF5I .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vicIGQwF5I .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vic2Kme3vG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vibnLfwt3v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vic4aeoC3F {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-viaqydH3Yd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viaIUvHJbe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viaIUvHJbe .card-box {
  padding: 0rem;
}
.cid-viaIUvHJbe .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viaIUvHJbe .card {
  padding: 0;
  margin: auto;
}
.cid-viaIUvHJbe .card-img {
  height: 240px;
}
.cid-viaIUvHJbe .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viaIUvHJbe .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viaIUvHJbe .card-wrapper {
    padding: 4rem;
  }
}
.cid-viaIUvHJbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-viaIUvHJbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viaIUvHJbe .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viaIUvHJbe ora {
  color: #947907;
}
.cid-viaIUvHJbe blau {
  color: #78D2FF;
}
.cid-vismVxzxv0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vismVxzxv0 {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vismVxzxv0 .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vismVxzxv0 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-vkajvysWJl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkajvysWJl {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vkajvysWJl .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vkajvysWJl .mbr-text {
  text-align: justify;
  color: #e43f3f;
}
.cid-vk448OU1KD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vk448OU1KD .mbr-text,
.cid-vk448OU1KD blockquote {
  color: #767676;
}
.cid-vk448OU1KD .mbr-text {
  color: #e43f3f;
}
.cid-viaqyeeCc3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viaqyeeCc3 {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-viaqyeeCc3 hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-viaqyeeCc3 hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-viaqyeeCc3 h2 {
  float: center;
  color: #0082c3;
}
.cid-viaqyeeCc3 .mbr-section-btn {
  text-align: center !important;
}
.cid-viaqyeeCc3 .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-viaqyeeCc3 H2 {
  color: #a1850b;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-viaqPnqyhx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKdKfVyq6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKdKfVyq6 .card-box {
  padding: 0rem;
}
.cid-viKdKfVyq6 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKdKfVyq6 .card {
  padding: 0;
  margin: auto;
}
.cid-viKdKfVyq6 .card-img {
  height: 240px;
}
.cid-viKdKfVyq6 .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKdKfVyq6 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKdKfVyq6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKdKfVyq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKdKfVyq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKdKfVyq6 .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKdKfVyq6 ora {
  color: #947907;
}
.cid-viKdKfVyq6 blau {
  color: #78D2FF;
}
.cid-viaqPnUc1h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viaqPnUc1h {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-viaqPnUc1h hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-viaqPnUc1h hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-viaqPnUc1h h2 {
  float: center;
  color: #0082c3;
}
.cid-viaqPnUc1h .mbr-section-btn {
  text-align: center !important;
}
.cid-viaqPnUc1h .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-viaqPnUc1h H2 {
  color: #a1850b;
}
.cid-vibQjswsMY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vibQjswsMY {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vibQjswsMY .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vibQjswsMY .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vibwDxSAzY {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vibwDxSAzY .row {
  margin-left: -30px;
}
.cid-vibwDxSAzY .row .slide-overlay {
  z-index: 1 !important;
}
.cid-vibwDxSAzY .carousel {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vibwDxSAzY .carousel {
    min-height: 225px;
  }
  .cid-vibwDxSAzY .carousel img {
    max-height: 225px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vibwDxSAzY .carousel {
    min-height: 130.5px;
    max-width: 90%;
  }
  .cid-vibwDxSAzY .carousel img {
    max-height: 130.5px;
    object-fit: cover;
    width: 100%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .cid-vibwDxSAzY .carousel {
    min-height: 250px;
    max-width: 100% !important;
  }
  .cid-vibwDxSAzY .carousel img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-vibwDxSAzY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vibwDxSAzY .divider-section {
    margin-top: 1rem;
  }
  .cid-vibwDxSAzY .mbr-section-btn {
    margin-bottom: 0.5rem;
  }
}
.cid-vibwDxSAzY .carousel,
.cid-vibwDxSAzY .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-vibwDxSAzY .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-vibwDxSAzY .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-vibwDxSAzY .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-vibwDxSAzY .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-vibwDxSAzY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vibwDxSAzY .carousel-control {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1.3rem;
  font-size: 14px;
  background-color: #e8e8e8;
  border: 1px solid #8c8c8c;
  border-radius: 20%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-vibwDxSAzY .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-vibwDxSAzY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .cid-vibwDxSAzY .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-vibwDxSAzY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .cid-vibwDxSAzY .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-vibwDxSAzY .carousel-control:hover,
.cid-vibwDxSAzY .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-vibwDxSAzY .carousel-control-prev:hover .mobi-mbri,
.cid-vibwDxSAzY .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-vibwDxSAzY .carousel-control-next:hover .mobi-mbri,
.cid-vibwDxSAzY .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-vibwDxSAzY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vibwDxSAzY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vibwDxSAzY .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vibwDxSAzY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vibwDxSAzY .carousel-indicators li.active,
.cid-vibwDxSAzY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vibwDxSAzY .carousel-indicators li::after,
.cid-vibwDxSAzY .carousel-indicators li::before {
  content: none;
}
.cid-vibwDxSAzY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vibwDxSAzY .carousel-indicators {
    display: none !important;
  }
}
.cid-vibwDxSAzY .text-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .cid-vibwDxSAzY .text-container-wrapper {
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
  }
}
.cid-vibwDxSAzY .text-container {
  width: 100%;
  transition: all 0.3s;
  border-style: none;
}
.cid-vibwDxSAzY .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-vibwDxSAzY .mbr-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.cid-vibwDxSAzY .mbr-section-subtitle2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vibwDxSAzY .row {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .cid-vibwDxSAzY .text-container {
    max-width: 100% !important;
  }
}
.cid-vibwDxSAzY .divider-section {
  margin-top: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-vibwDxSAzY .mbr-section-btn {
  margin-bottom: 0.75rem;
}
.cid-vibwDxSAzY .divider-line {
  width: 100%;
  border: 0;
  border-top-style: solid;
  margin: 0;
  opacity: 1;
}
.cid-vibwDxSAzY .divider-section .mbr-text {
  color: #0082c3;
}
.cid-vibAk2hWOx {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vibAk2hWOx .row {
  margin-left: -30px;
}
.cid-vibAk2hWOx .row .slide-overlay {
  z-index: 1 !important;
}
.cid-vibAk2hWOx .carousel {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vibAk2hWOx .carousel {
    min-height: 225px;
  }
  .cid-vibAk2hWOx .carousel img {
    max-height: 225px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vibAk2hWOx .carousel {
    min-height: 130.5px;
    max-width: 90%;
  }
  .cid-vibAk2hWOx .carousel img {
    max-height: 130.5px;
    object-fit: cover;
    width: 100%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .cid-vibAk2hWOx .carousel {
    min-height: 250px;
    max-width: 100% !important;
  }
  .cid-vibAk2hWOx .carousel img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-vibAk2hWOx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vibAk2hWOx .divider-section {
    margin-top: 1rem;
  }
  .cid-vibAk2hWOx .mbr-section-btn {
    margin-bottom: 0.5rem;
  }
}
.cid-vibAk2hWOx .carousel,
.cid-vibAk2hWOx .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-vibAk2hWOx .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-vibAk2hWOx .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-vibAk2hWOx .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-vibAk2hWOx .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-vibAk2hWOx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vibAk2hWOx .carousel-control {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1.3rem;
  font-size: 14px;
  background-color: #e8e8e8;
  border: 1px solid #8c8c8c;
  border-radius: 20%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-vibAk2hWOx .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-vibAk2hWOx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .cid-vibAk2hWOx .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-vibAk2hWOx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .cid-vibAk2hWOx .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-vibAk2hWOx .carousel-control:hover,
.cid-vibAk2hWOx .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-vibAk2hWOx .carousel-control-prev:hover .mobi-mbri,
.cid-vibAk2hWOx .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-vibAk2hWOx .carousel-control-next:hover .mobi-mbri,
.cid-vibAk2hWOx .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-vibAk2hWOx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vibAk2hWOx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vibAk2hWOx .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vibAk2hWOx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vibAk2hWOx .carousel-indicators li.active,
.cid-vibAk2hWOx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vibAk2hWOx .carousel-indicators li::after,
.cid-vibAk2hWOx .carousel-indicators li::before {
  content: none;
}
.cid-vibAk2hWOx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vibAk2hWOx .carousel-indicators {
    display: none !important;
  }
}
.cid-vibAk2hWOx .text-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .cid-vibAk2hWOx .text-container-wrapper {
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
  }
}
.cid-vibAk2hWOx .text-container {
  width: 100%;
  transition: all 0.3s;
  border-style: none;
}
.cid-vibAk2hWOx .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-vibAk2hWOx .mbr-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.cid-vibAk2hWOx .mbr-section-subtitle2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vibAk2hWOx .row {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .cid-vibAk2hWOx .text-container {
    max-width: 100% !important;
  }
}
.cid-vibAk2hWOx .divider-section {
  margin-top: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-vibAk2hWOx .mbr-section-btn {
  margin-bottom: 0.75rem;
}
.cid-vibAk2hWOx .divider-line {
  width: 100%;
  border: 0;
  border-top-style: solid;
  margin: 0;
  opacity: 1;
}
.cid-vibwR3GSe3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vibwR3GSe3 .row {
  margin-left: -30px;
}
.cid-vibwR3GSe3 .row .slide-overlay {
  z-index: 1 !important;
}
.cid-vibwR3GSe3 .carousel {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vibwR3GSe3 .carousel {
    min-height: 225px;
  }
  .cid-vibwR3GSe3 .carousel img {
    max-height: 225px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vibwR3GSe3 .carousel {
    min-height: 130.5px;
    max-width: 90%;
  }
  .cid-vibwR3GSe3 .carousel img {
    max-height: 130.5px;
    object-fit: cover;
    width: 100%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .cid-vibwR3GSe3 .carousel {
    min-height: 250px;
    max-width: 100% !important;
  }
  .cid-vibwR3GSe3 .carousel img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-vibwR3GSe3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vibwR3GSe3 .divider-section {
    margin-top: 1rem;
  }
  .cid-vibwR3GSe3 .mbr-section-btn {
    margin-bottom: 0.5rem;
  }
}
.cid-vibwR3GSe3 .carousel,
.cid-vibwR3GSe3 .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-vibwR3GSe3 .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-vibwR3GSe3 .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-vibwR3GSe3 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-vibwR3GSe3 .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-vibwR3GSe3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vibwR3GSe3 .carousel-control {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1.3rem;
  font-size: 14px;
  background-color: #e8e8e8;
  border: 1px solid #8c8c8c;
  border-radius: 20%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-vibwR3GSe3 .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-vibwR3GSe3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .cid-vibwR3GSe3 .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-vibwR3GSe3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .cid-vibwR3GSe3 .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-vibwR3GSe3 .carousel-control:hover,
.cid-vibwR3GSe3 .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-vibwR3GSe3 .carousel-control-prev:hover .mobi-mbri,
.cid-vibwR3GSe3 .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-vibwR3GSe3 .carousel-control-next:hover .mobi-mbri,
.cid-vibwR3GSe3 .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-vibwR3GSe3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vibwR3GSe3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vibwR3GSe3 .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vibwR3GSe3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vibwR3GSe3 .carousel-indicators li.active,
.cid-vibwR3GSe3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vibwR3GSe3 .carousel-indicators li::after,
.cid-vibwR3GSe3 .carousel-indicators li::before {
  content: none;
}
.cid-vibwR3GSe3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vibwR3GSe3 .carousel-indicators {
    display: none !important;
  }
}
.cid-vibwR3GSe3 .text-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .cid-vibwR3GSe3 .text-container-wrapper {
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
  }
}
.cid-vibwR3GSe3 .text-container {
  width: 100%;
  transition: all 0.3s;
  border-style: none;
}
.cid-vibwR3GSe3 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-vibwR3GSe3 .mbr-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.cid-vibwR3GSe3 .mbr-section-subtitle2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vibwR3GSe3 .row {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .cid-vibwR3GSe3 .text-container {
    max-width: 100% !important;
  }
}
.cid-vibwR3GSe3 .divider-section {
  margin-top: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-vibwR3GSe3 .mbr-section-btn {
  margin-bottom: 0.75rem;
}
.cid-vibwR3GSe3 .divider-line {
  width: 100%;
  border: 0;
  border-top-style: solid;
  margin: 0;
  opacity: 1;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-viar176Czw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKeisZfbC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKeisZfbC .card-box {
  padding: 0rem;
}
.cid-viKeisZfbC .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKeisZfbC .card {
  padding: 0;
  margin: auto;
}
.cid-viKeisZfbC .card-img {
  height: 240px;
}
.cid-viKeisZfbC .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKeisZfbC .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKeisZfbC .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKeisZfbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKeisZfbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKeisZfbC .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKeisZfbC ora {
  color: #947907;
}
.cid-viKeisZfbC blau {
  color: #78D2FF;
}
.cid-viar17z0Qb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viar17z0Qb {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-viar17z0Qb hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-viar17z0Qb hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-viar17z0Qb h2 {
  float: center;
  color: #0082c3;
}
.cid-viar17z0Qb .mbr-section-btn {
  text-align: center !important;
}
.cid-viar17z0Qb .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-viar17z0Qb H2 {
  color: #a1850b;
}
.cid-vicIU42IYT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vicIU42IYT {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vicIU42IYT .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vicIU42IYT .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vizEAClGzV {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vizEAClGzV P {
  color: #0082c3;
}
.cid-vizFaR5sxK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vizFaR5sxK P {
  color: #0082c3;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-viasmDB4As {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKf6xnmaZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKf6xnmaZ .card-box {
  padding: 0rem;
}
.cid-viKf6xnmaZ .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKf6xnmaZ .card {
  padding: 0;
  margin: auto;
}
.cid-viKf6xnmaZ .card-img {
  height: 240px;
}
.cid-viKf6xnmaZ .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKf6xnmaZ .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKf6xnmaZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKf6xnmaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKf6xnmaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKf6xnmaZ .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKf6xnmaZ ora {
  color: #947907;
}
.cid-viKf6xnmaZ blau {
  color: #78D2FF;
}
.cid-viasmE4Un5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viasmE4Un5 {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-viasmE4Un5 hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-viasmE4Un5 hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-viasmE4Un5 h2 {
  float: center;
  color: #0082c3;
}
.cid-viasmE4Un5 .mbr-section-btn {
  text-align: center !important;
}
.cid-viasmE4Un5 .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-viasmE4Un5 H2 {
  color: #a1850b;
}
.cid-vicJ00B2CA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vicJ00B2CA {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vicJ00B2CA .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vicJ00B2CA .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vibM98G50d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vibM98G50d .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-vibM98G50d .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-vibM98G50d .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-vibM98G50d .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vibM98G50d .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-vibM98G50d .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vibM98G50d .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-vibM98G50d .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-vibM98G50d .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-vibM98G50d .number {
  text-align: center;
}
.cid-vibM98G50d .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-vibM98G50d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vibM98G50d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-viasI0kFVy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viasI0DqSS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viasI0DqSS .card-box {
  padding: 0rem;
}
.cid-viasI0DqSS .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viasI0DqSS .card {
  padding: 0;
  margin: auto;
}
.cid-viasI0DqSS .card-img {
  height: 240px;
}
.cid-viasI0DqSS .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viasI0DqSS .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viasI0DqSS .card-wrapper {
    padding: 4rem;
  }
}
.cid-viasI0DqSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-viasI0DqSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viasI0DqSS .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viasI0DqSS ora {
  color: #947907;
}
.cid-viasI0DqSS blau {
  color: #78D2FF;
}
.cid-viKbRdMLGi {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viKbRdMLGi .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-viKbRdMLGi .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #0082c3;
}
.cid-viKbRdMLGi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-viKbRdMLGi .inner-container {
    width: 100% !important;
  }
}
.cid-viKbRdMLGi blau {
  color: #0082c3;
  font-size: 30px;
}
.cid-viasI0Pfhk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viasI0Pfhk {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-viasI0Pfhk hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-viasI0Pfhk hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-viasI0Pfhk h2 {
  float: center;
  color: #0082c3;
}
.cid-viasI0Pfhk .mbr-section-btn {
  text-align: center !important;
}
.cid-viasI0Pfhk .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-viasI0Pfhk H2 {
  color: #a1850b;
}
.cid-viKbRY7ap7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viKbRY7ap7 h1 {
  color: #57468b;
  font-size: 12px;
}
.cid-viKbRY7ap7 .mbr-text,
.cid-viKbRY7ap7 .mbr-section-btn {
  color: #716c80;
}
.cid-viKbRY7ap7 H3 {
  color: #716c80;
}
.cid-viKbRY7ap7 .row {
  justify-content: space-between;
}
.cid-viKbRY7ap7 .col-lg-6 {
  max-width: 500px;
}
.cid-viKbRY7ap7 .title2 {
  text-align: left;
  color: #507991;
  font-size: 20px;
}
.cid-viKbRY7ap7 .text2,
.cid-viKbRY7ap7 .btn2 {
  text-align: left;
  color: #000000;
}
.cid-viKbRY7ap7 .title1 {
  color: #507991;
  font-size: 20px;
  text-align: left;
}
.cid-viKbRY7ap7 .text1,
.cid-viKbRY7ap7 .btn1 {
  color: #2d3865;
  text-align: left;
}
.cid-viKbSymgik {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viKbSymgik h1 {
  color: #57468b;
  font-size: 12px;
}
.cid-viKbSymgik .mbr-text,
.cid-viKbSymgik .mbr-section-btn {
  color: #716c80;
}
.cid-viKbSymgik H3 {
  color: #716c80;
}
.cid-viKbSymgik .row {
  justify-content: space-between;
}
.cid-viKbSymgik .col-lg-6 {
  max-width: 500px;
}
.cid-viKbSymgik .title2 {
  text-align: left;
  color: #507991;
  font-size: 20px;
}
.cid-viKbSymgik .text2,
.cid-viKbSymgik .btn2 {
  text-align: left;
  color: #000000;
}
.cid-viKbSymgik .title1 {
  color: #507991;
  font-size: 20px;
  text-align: left;
}
.cid-viKbSymgik .text1,
.cid-viKbSymgik .btn1 {
  color: #2d3865;
  text-align: left;
}
.cid-viKbTvmeDF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viKbTvmeDF H1 {
  color: #57468b;
}
.cid-viKbTvmeDF .mbr-text,
.cid-viKbTvmeDF .mbr-section-btn {
  color: #716c80;
}
.cid-viKbTvmeDF H3 {
  color: #716c80;
}
.cid-viKbTvmeDF .row {
  justify-content: space-between;
}
.cid-viKbTvmeDF .col-lg-6 {
  max-width: 500px;
}
.cid-viKbTvmeDF .title2 {
  text-align: left;
  color: #507991;
  font-size: 20px;
}
.cid-viKbTvmeDF .text2,
.cid-viKbTvmeDF .btn2 {
  text-align: left;
  color: #000000;
}
.cid-viKbTvmeDF .title1 {
  color: #507991;
  font-size: 20px;
  text-align: left;
}
.cid-viKbTvmeDF .text1,
.cid-viKbTvmeDF .btn1 {
  color: #000000;
  text-align: left;
}
.cid-viKbTvmeDF .title2 DIV {
  text-align: left;
}
.cid-viKbU0NSwu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viKbU0NSwu h1 {
  color: #57468b;
  font-size: 12px;
}
.cid-viKbU0NSwu .mbr-text,
.cid-viKbU0NSwu .mbr-section-btn {
  color: #716c80;
}
.cid-viKbU0NSwu H3 {
  color: #716c80;
}
.cid-viKbU0NSwu .row {
  justify-content: space-between;
}
.cid-viKbU0NSwu .col-lg-6 {
  max-width: 500px;
}
.cid-viKbU0NSwu .title2 {
  text-align: left;
  color: #507991;
  font-size: 20px;
}
.cid-viKbU0NSwu .text2,
.cid-viKbU0NSwu .btn2 {
  text-align: left;
  color: #000000;
}
.cid-viKbU0NSwu .title1 {
  color: #507991;
  font-size: 20px;
  text-align: left;
}
.cid-viKbU0NSwu .text1,
.cid-viKbU0NSwu .btn1 {
  color: #2d3865;
  text-align: left;
}
.cid-viKbUudtmG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viKbUudtmG h1 {
  color: #57468b;
  font-size: 12px;
}
.cid-viKbUudtmG .mbr-text,
.cid-viKbUudtmG .mbr-section-btn {
  color: #716c80;
}
.cid-viKbUudtmG H3 {
  color: #716c80;
}
.cid-viKbUudtmG .row {
  justify-content: space-between;
}
.cid-viKbUudtmG .col-lg-6 {
  max-width: 500px;
}
.cid-viKbUudtmG .title2 {
  text-align: left;
  color: #507991;
  font-size: 20px;
}
.cid-viKbUudtmG .text2,
.cid-viKbUudtmG .btn2 {
  text-align: left;
  color: #000000;
}
.cid-viKbUudtmG .title1 {
  color: #507991;
  font-size: 20px;
  text-align: left;
}
.cid-viKbUudtmG .text1,
.cid-viKbUudtmG .btn1 {
  color: #2d3865;
  text-align: left;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-viasOebc1T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viasOetqKs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viasOetqKs .card-box {
  padding: 0rem;
}
.cid-viasOetqKs .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viasOetqKs .card {
  padding: 0;
  margin: auto;
}
.cid-viasOetqKs .card-img {
  height: 240px;
}
.cid-viasOetqKs .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viasOetqKs .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viasOetqKs .card-wrapper {
    padding: 4rem;
  }
}
.cid-viasOetqKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-viasOetqKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viasOetqKs .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viasOetqKs ora {
  color: #947907;
}
.cid-viasOetqKs blau {
  color: #78D2FF;
}
.cid-viasOeEPoD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viasOeEPoD {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-viasOeEPoD hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-viasOeEPoD hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-viasOeEPoD h2 {
  float: center;
  color: #0082c3;
}
.cid-viasOeEPoD .mbr-section-btn {
  text-align: center !important;
}
.cid-viasOeEPoD .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-viasOeEPoD H2 {
  color: #a1850b;
}
.cid-viK9l3RSkn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vibEXpHjBp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKdbmIapB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKdbmIapB .card-box {
  padding: 0rem;
}
.cid-viKdbmIapB .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKdbmIapB .card {
  padding: 0;
  margin: auto;
}
.cid-viKdbmIapB .card-img {
  height: 240px;
}
.cid-viKdbmIapB .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKdbmIapB .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKdbmIapB .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKdbmIapB .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKdbmIapB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKdbmIapB .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKdbmIapB ora {
  color: #947907;
}
.cid-viKdbmIapB blau {
  color: #78D2FF;
}
.cid-vicIwpFnWU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vicIwpFnWU {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vicIwpFnWU .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vicIwpFnWU .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vibLpRPRRy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vibLpRPRRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vibLpRPRRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vibLpRPRRy .content-wrap {
  margin: 0 -25px;
}
.cid-vibLpRPRRy .content-wrap .card {
  padding: 0 25px;
}
.cid-vibLpRPRRy .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vibLpRPRRy .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vibLpRPRRy .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vibLpRPRRy .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vibLpRPRRy .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
.cid-vibLpRPRRy .title-wrapper {
  margin-bottom: 25px;
}
.cid-vibLpRPRRy .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vibLpRPRRy .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vibLpRPRRy .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vibLpRPRRy .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vibLpRPRRy .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vibLpRPRRy .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vibLpRPRRy .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vibLpRPRRy .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vibLpRPRRy .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vibLpRPRRy .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vibLpRPRRy .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vibLpRPRRy .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vibLpRPRRy .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #bbbbbb;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vibLpRPRRy .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vibLpRPRRy .mbr-label {
  color: #000000;
}
.cid-vibLpRPRRy .mbr-section-title {
  color: #000000;
}
.cid-vibLpRPRRy .mbr-text {
  color: #000000;
}
.cid-vibLpRPRRy .list {
  color: #000000;
}
.cid-vibLpRPRRy .mbr-label,
.cid-vibLpRPRRy .label-wrapper {
  color: #0082c3;
}
.cid-vibEXqrsns {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vibEXqrsns {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vibEXqrsns hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vibEXqrsns hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vibEXqrsns h2 {
  float: center;
  color: #0082c3;
}
.cid-vibEXqrsns .mbr-section-btn {
  text-align: center !important;
}
.cid-vibEXqrsns .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vibEXqrsns H2 {
  color: #a1850b;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vichEP9cn7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKdQct5P4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKdQct5P4 .card-box {
  padding: 0rem;
}
.cid-viKdQct5P4 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKdQct5P4 .card {
  padding: 0;
  margin: auto;
}
.cid-viKdQct5P4 .card-img {
  height: 240px;
}
.cid-viKdQct5P4 .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKdQct5P4 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKdQct5P4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKdQct5P4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKdQct5P4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKdQct5P4 .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKdQct5P4 ora {
  color: #947907;
}
.cid-viKdQct5P4 blau {
  color: #78D2FF;
}
.cid-vichEPHNhU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vichEPHNhU {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vichEPHNhU hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vichEPHNhU hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vichEPHNhU h2 {
  float: center;
  color: #0082c3;
}
.cid-vichEPHNhU .mbr-section-btn {
  text-align: center !important;
}
.cid-vichEPHNhU .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vichEPHNhU H2 {
  color: #a1850b;
}
.cid-vicFTPkgDq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vicFTPkgDq {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vicFTPkgDq .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vicFTPkgDq .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vicqWEfWOR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vicqWEfWOR P {
  color: #0082c3;
}
.cid-vics6xtR2f {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vics6xtR2f P {
  color: #0082c3;
}
.cid-virVBUMvAw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-virVBUMvAw P {
  color: #0082c3;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-viczRh4LT3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viczRhBKuX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viczRhBKuX {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-viczRhBKuX hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-viczRhBKuX hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-viczRhBKuX h2 {
  float: center;
  color: #0082c3;
}
.cid-viczRhBKuX .mbr-section-btn {
  text-align: center !important;
}
.cid-viczRhBKuX .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-viczRhBKuX H2 {
  color: #a1850b;
}
.cid-viKe0FXmXH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKe0FXmXH .card-box {
  padding: 0rem;
}
.cid-viKe0FXmXH .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKe0FXmXH .card {
  padding: 0;
  margin: auto;
}
.cid-viKe0FXmXH .card-img {
  height: 240px;
}
.cid-viKe0FXmXH .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKe0FXmXH .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKe0FXmXH .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKe0FXmXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKe0FXmXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKe0FXmXH .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKe0FXmXH ora {
  color: #947907;
}
.cid-viKe0FXmXH blau {
  color: #78D2FF;
}
.cid-vicHjNPc29 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vicHjNPc29 {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vicHjNPc29 .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vicHjNPc29 .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-viczRicKna {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viczRicKna P {
  color: #0082c3;
}
.cid-viczRivykG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viczRivykG P {
  color: #0082c3;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vicA5E1w6P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKebafXDn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKebafXDn .card-box {
  padding: 0rem;
}
.cid-viKebafXDn .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKebafXDn .card {
  padding: 0;
  margin: auto;
}
.cid-viKebafXDn .card-img {
  height: 240px;
}
.cid-viKebafXDn .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKebafXDn .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKebafXDn .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKebafXDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKebafXDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKebafXDn .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKebafXDn ora {
  color: #947907;
}
.cid-viKebafXDn blau {
  color: #78D2FF;
}
.cid-vicA5Eyjh7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vicA5Eyjh7 {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vicA5Eyjh7 hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vicA5Eyjh7 hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vicA5Eyjh7 h2 {
  float: center;
  color: #0082c3;
}
.cid-vicA5Eyjh7 .mbr-section-btn {
  text-align: center !important;
}
.cid-vicA5Eyjh7 .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vicA5Eyjh7 H2 {
  color: #a1850b;
}
.cid-vicHyjQaCP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vicHyjQaCP {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vicHyjQaCP .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vicHyjQaCP .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vicA5FaTI1 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vicA5FaTI1 P {
  color: #0082c3;
}
.cid-vicA5FthZm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vicA5FthZm P {
  color: #0082c3;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vis1sK1O9s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-vis1sKkKYK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-vis1sKkKYK .card-box {
  padding: 0rem;
}
.cid-vis1sKkKYK .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vis1sKkKYK .card {
  padding: 0;
  margin: auto;
}
.cid-vis1sKkKYK .card-img {
  height: 240px;
}
.cid-vis1sKkKYK .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-vis1sKkKYK .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-vis1sKkKYK .card-wrapper {
    padding: 4rem;
  }
}
.cid-vis1sKkKYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vis1sKkKYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vis1sKkKYK .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-vis1sKkKYK ora {
  color: #947907;
}
.cid-vis1sKwLVf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vis1sKwLVf {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vis1sKwLVf hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vis1sKwLVf hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vis1sKwLVf h2 {
  float: center;
  color: #0082c3;
}
.cid-vis1sKwLVf .mbr-section-btn {
  text-align: center !important;
}
.cid-vis1sKwLVf .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vis1sKwLVf H2 {
  color: #a1850b;
}
.cid-vis1sKGSAP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vis1sKGSAP {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vis1sKGSAP .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vis1sKGSAP .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vizC0d4jca {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vizC0d4jca .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vizC0d4jca .mbr-text {
  text-align: justify;
}
.cid-vizBKGTc3v {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vizBKGTc3v P {
  color: #0082c3;
}
.cid-vis1D5gGDT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vis1D5gGDT P {
  color: #0082c3;
}
.cid-vis1X5He9Q {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vis1X5He9Q P {
  color: #0082c3;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vis4siQ4WX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-vis4sjbVrm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-vis4sjbVrm .card-box {
  padding: 0rem;
}
.cid-vis4sjbVrm .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vis4sjbVrm .card {
  padding: 0;
  margin: auto;
}
.cid-vis4sjbVrm .card-img {
  height: 240px;
}
.cid-vis4sjbVrm .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-vis4sjbVrm .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-vis4sjbVrm .card-wrapper {
    padding: 4rem;
  }
}
.cid-vis4sjbVrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vis4sjbVrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vis4sjbVrm .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-vis4sjbVrm ora {
  color: #947907;
}
.cid-vis4sjns2e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vis4sjns2e {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vis4sjns2e hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vis4sjns2e hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vis4sjns2e h2 {
  float: center;
  color: #0082c3;
}
.cid-vis4sjns2e .mbr-section-btn {
  text-align: center !important;
}
.cid-vis4sjns2e .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vis4sjns2e H2 {
  color: #a1850b;
}
.cid-vis4sjz2TW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vis4sjz2TW {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vis4sjz2TW .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vis4sjz2TW .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vis4sjLuX0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vis4sjLuX0 P {
  color: #0082c3;
}
.cid-vis4sk2daE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vis4sk2daE P {
  color: #0082c3;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-visaQ7UGJy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKdEaAdzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKdEaAdzo .card-box {
  padding: 0rem;
}
.cid-viKdEaAdzo .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKdEaAdzo .card {
  padding: 0;
  margin: auto;
}
.cid-viKdEaAdzo .card-img {
  height: 240px;
}
.cid-viKdEaAdzo .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKdEaAdzo .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKdEaAdzo .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKdEaAdzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKdEaAdzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKdEaAdzo .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKdEaAdzo ora {
  color: #947907;
}
.cid-viKdEaAdzo blau {
  color: #78D2FF;
}
.cid-visaQ8rt5V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-visaQ8rt5V {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-visaQ8rt5V .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-visaQ8rt5V .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-visaQ91BM2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-visaQ91BM2 {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-visaQ91BM2 hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-visaQ91BM2 hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-visaQ91BM2 h2 {
  float: center;
  color: #0082c3;
}
.cid-visaQ91BM2 .mbr-section-btn {
  text-align: center !important;
}
.cid-visaQ91BM2 .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-visaQ91BM2 H2 {
  color: #a1850b;
}
.cid-viRILAYeNv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viRILAYeNv .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viRILAYeNv .mbr-text {
  text-align: justify;
}
.cid-viRILAYeNv blau {
  text-align: left;
  color: #0082c3;
}
.cid-viRIDH76Zk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-viRIDH76Zk .mbr-text,
.cid-viRIDH76Zk blockquote {
  color: #767676;
}
.cid-viRIDH76Zk .mbr-text {
  color: #232323;
}
.cid-vizEdrG9NL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vizEdrG9NL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vizEdrG9NL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vizEdrG9NL .container {
    padding: 0 24px;
  }
}
.cid-vizEdrG9NL .row {
  justify-content: center;
}
.cid-vizEdrG9NL .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vizEdrG9NL .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vizEdrG9NL .content-wrapper {
    padding: 32px;
  }
}
.cid-vizEdrG9NL .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vizEdrG9NL .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-vizEdrG9NL .mbr-section-title {
  color: #0082c3;
}
.cid-vizEdrG9NL .mbr-text {
  color: #262642;
}
.cid-vizEeSmcwf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vizEeSmcwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vizEeSmcwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vizEeSmcwf .container {
    padding: 0 24px;
  }
}
.cid-vizEeSmcwf .row {
  justify-content: center;
}
.cid-vizEeSmcwf .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vizEeSmcwf .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vizEeSmcwf .content-wrapper {
    padding: 32px;
  }
}
.cid-vizEeSmcwf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vizEeSmcwf .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-vizEeSmcwf .mbr-section-title {
  color: #0082c3;
}
.cid-vizEeSmcwf .mbr-text {
  color: #262642;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vism0wyYUT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-vism0wZjVB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-vism0wZjVB .card-box {
  padding: 0rem;
}
.cid-vism0wZjVB .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vism0wZjVB .card {
  padding: 0;
  margin: auto;
}
.cid-vism0wZjVB .card-img {
  height: 240px;
}
.cid-vism0wZjVB .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-vism0wZjVB .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-vism0wZjVB .card-wrapper {
    padding: 4rem;
  }
}
.cid-vism0wZjVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vism0wZjVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vism0wZjVB .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-vism0wZjVB ora {
  color: #947907;
}
.cid-vism0zzRnc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vism0zzRnc {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vism0zzRnc hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vism0zzRnc hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vism0zzRnc h2 {
  float: center;
  color: #0082c3;
}
.cid-vism0zzRnc .mbr-section-btn {
  text-align: center !important;
}
.cid-vism0zzRnc .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vism0zzRnc H2 {
  color: #a1850b;
}
.cid-vizknMhCQ9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vizknMhCQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vizknMhCQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vizknMhCQ9 .container {
    padding: 0 25px;
  }
}
.cid-vizknMhCQ9 .row {
  justify-content: center;
}
.cid-vizknMhCQ9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vizknMhCQ9 .item {
  margin-bottom: 30px;
}
.cid-vizknMhCQ9 .item:hover .item-wrapper .item-content,
.cid-vizknMhCQ9 .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0 #e4ecfa;
}
.cid-vizknMhCQ9 .item:hover .item-wrapper .item-content .mbr-role,
.cid-vizknMhCQ9 .item:focus .item-wrapper .item-content .mbr-role {
  color: #0082c3;
}
.cid-vizknMhCQ9 .item:hover .item-wrapper .item-content .mbr-name,
.cid-vizknMhCQ9 .item:focus .item-wrapper .item-content .mbr-name {
  color: #0082c3;
}
.cid-vizknMhCQ9 .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-vizknMhCQ9 .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #0082c3;
}
.cid-vizknMhCQ9 .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-vizknMhCQ9 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
}
.cid-vizknMhCQ9 .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #e8e8e8;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vizknMhCQ9 .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vizknMhCQ9 .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vizknMhCQ9 .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vizknMhCQ9 .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vizknMhCQ9 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-vizknMhCQ9 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vizknMhCQ9 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vizknMhCQ9 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
  color: #3e505e;
}
.cid-vizknMhCQ9 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vizknMhCQ9 .mbr-section-title {
  color: #0082c3;
  text-align: left;
}
.cid-vizknMhCQ9 .mbr-name {
  color: #000000;
}
.cid-vizknMhCQ9 .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-vizknMhCQ9 .mbr-name,
.cid-vizknMhCQ9 .social-wrapper {
  text-align: center;
}
.cid-vizkoTp6lq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vizkoTp6lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vizkoTp6lq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vizkoTp6lq .container {
    padding: 0 25px;
  }
}
.cid-vizkoTp6lq .row {
  justify-content: center;
}
.cid-vizkoTp6lq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vizkoTp6lq .item {
  margin-bottom: 30px;
}
.cid-vizkoTp6lq .item:hover .item-wrapper .item-content,
.cid-vizkoTp6lq .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0 #e4ecfa;
}
.cid-vizkoTp6lq .item:hover .item-wrapper .item-content .mbr-role,
.cid-vizkoTp6lq .item:focus .item-wrapper .item-content .mbr-role {
  color: #0082c3;
}
.cid-vizkoTp6lq .item:hover .item-wrapper .item-content .mbr-name,
.cid-vizkoTp6lq .item:focus .item-wrapper .item-content .mbr-name {
  color: #0082c3;
}
.cid-vizkoTp6lq .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-vizkoTp6lq .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #0082c3;
}
.cid-vizkoTp6lq .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-vizkoTp6lq .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
}
.cid-vizkoTp6lq .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #e8e8e8;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vizkoTp6lq .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vizkoTp6lq .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vizkoTp6lq .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vizkoTp6lq .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vizkoTp6lq .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-vizkoTp6lq .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vizkoTp6lq .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vizkoTp6lq .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
  color: #3e505e;
}
.cid-vizkoTp6lq .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vizkoTp6lq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vizkoTp6lq .mbr-name {
  color: #000000;
}
.cid-vizkoTp6lq .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-vizkoTp6lq .mbr-name,
.cid-vizkoTp6lq .social-wrapper {
  text-align: center;
}
.cid-vizkpE5vCY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vizkpE5vCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vizkpE5vCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vizkpE5vCY .container {
    padding: 0 25px;
  }
}
.cid-vizkpE5vCY .row {
  justify-content: center;
}
.cid-vizkpE5vCY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vizkpE5vCY .item {
  margin-bottom: 30px;
}
.cid-vizkpE5vCY .item:hover .item-wrapper .item-content,
.cid-vizkpE5vCY .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0 #e4ecfa;
}
.cid-vizkpE5vCY .item:hover .item-wrapper .item-content .mbr-role,
.cid-vizkpE5vCY .item:focus .item-wrapper .item-content .mbr-role {
  color: #0082c3;
}
.cid-vizkpE5vCY .item:hover .item-wrapper .item-content .mbr-name,
.cid-vizkpE5vCY .item:focus .item-wrapper .item-content .mbr-name {
  color: #0082c3;
}
.cid-vizkpE5vCY .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-vizkpE5vCY .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #0082c3;
}
.cid-vizkpE5vCY .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-vizkpE5vCY .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
}
.cid-vizkpE5vCY .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #e8e8e8;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vizkpE5vCY .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vizkpE5vCY .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vizkpE5vCY .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vizkpE5vCY .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vizkpE5vCY .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-vizkpE5vCY .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vizkpE5vCY .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vizkpE5vCY .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
  color: #3e505e;
}
.cid-vizkpE5vCY .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vizkpE5vCY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vizkpE5vCY .mbr-name {
  color: #000000;
}
.cid-vizkpE5vCY .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-vizkpE5vCY .mbr-name,
.cid-vizkpE5vCY .social-wrapper {
  text-align: center;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vit2z5qssu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viPpPlAfLr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viPpPlAfLr H2 {
  text-align: justify;
}
.cid-viPpPlAfLr P {
  text-align: left;
}
.cid-vit2z5YFOX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit2z5YFOX {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-vit2z5YFOX .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit2z5YFOX .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-vit2z6ufYR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit2z6ufYR .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit2z6ufYR .mbr-text {
  text-align: justify;
}
.cid-vit2z6ufYR blau {
  text-align: left;
  color: #0082c3;
}
.cid-viyNCBqOU3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viyNCBqOU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viyNCBqOU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viyNCBqOU3 .container {
    padding: 0 24px;
  }
}
.cid-viyNCBqOU3 .row {
  justify-content: center;
}
.cid-viyNCBqOU3 .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viyNCBqOU3 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viyNCBqOU3 .content-wrapper {
    padding: 32px;
  }
}
.cid-viyNCBqOU3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viyNCBqOU3 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viyNCBqOU3 .mbr-section-title {
  color: #0082c3;
}
.cid-viyNCBqOU3 .mbr-text {
  color: #262642;
}
.cid-vit2z77PFa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit2z77PFa .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit2z77PFa .mbr-text {
  text-align: justify;
}
.cid-vit2z7IaZd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit2z7IaZd {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vit2z7IaZd hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vit2z7IaZd hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vit2z7IaZd h2 {
  float: center;
  color: #0082c3;
}
.cid-vit2z7IaZd .mbr-section-btn {
  text-align: center !important;
}
.cid-vit2z7IaZd .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vit2z7IaZd H2 {
  color: #a1850b;
}
.cid-viyND54ygJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viyND54ygJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-viyND54ygJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viyND54ygJ .container {
    padding: 0 24px;
  }
}
.cid-viyND54ygJ .row {
  justify-content: center;
}
.cid-viyND54ygJ .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viyND54ygJ .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viyND54ygJ .content-wrapper {
    padding: 32px;
  }
}
.cid-viyND54ygJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viyND54ygJ .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viyND54ygJ .mbr-section-title {
  color: #0082c3;
}
.cid-viyND54ygJ .mbr-text {
  color: #262642;
}
.cid-vit2z7XMTe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit2z7XMTe .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit2z7XMTe .mbr-text {
  text-align: justify;
}
.cid-vit2z8ccam {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vit2z8ccam .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-vit2z8ccam .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-vit2z8ccam .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-vit2z8ccam .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vit2z8ccam .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-vit2z8ccam .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vit2z8ccam .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-vit2z8ccam .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-vit2z8ccam .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-vit2z8ccam .number {
  text-align: center;
}
.cid-vit2z8ccam .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-vit2z8ccam .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit2z8ccam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vit2Fg81Pm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-vit2FgsmrZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-vit2FgsmrZ .card-box {
  padding: 0rem;
}
.cid-vit2FgsmrZ .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vit2FgsmrZ .card {
  padding: 0;
  margin: auto;
}
.cid-vit2FgsmrZ .card-img {
  height: 240px;
}
.cid-vit2FgsmrZ .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-vit2FgsmrZ .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-vit2FgsmrZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-vit2FgsmrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit2FgsmrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vit2FgsmrZ .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-vit2FgsmrZ ora {
  color: #947907;
}
.cid-vit2FgGSKk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit2FgGSKk {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vit2FgGSKk .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit2FgGSKk .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-vit2FgSfiS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit2FgSfiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit2FgSfiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vit2FgSfiS .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(0deg, #e4ecfa 0, #ffffff 100%);
}
@media (max-width: 1640px) {
  .cid-vit2FgSfiS .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vit2FgSfiS .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vit2FgSfiS .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vit2FgSfiS .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vit2FgSfiS .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vit2FgSfiS .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vit2FgSfiS .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vit2FgSfiS .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vit2FgSfiS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vit2FgSfiS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vit2FgSfiS .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vit2FgSfiS .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vit2FgSfiS .card-wrapper .items-wrapper {
  margin: 0 -12px;
}
.cid-vit2FgSfiS .card-wrapper .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vit2FgSfiS .card-wrapper .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vit2FgSfiS .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vit2FgSfiS .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #68879e;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vit2FgSfiS .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vit2FgSfiS .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 48px;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vit2FgSfiS .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vit2FgSfiS .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vit2FgSfiS .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vit2FgSfiS .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vit2FgSfiS .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vit2FgSfiS .mbr-label {
  color: #0082c3;
}
.cid-vit2FgSfiS .mbr-section-title {
  color: #f1ff91;
}
.cid-vit2FgSfiS .mbr-text,
.cid-vit2FgSfiS .text-wrapper {
  color: #ffffff;
}
.cid-vit2FgSfiS .item-title {
  color: #ffffff;
}
.cid-vit2FgSfiS .item-text {
  color: #29354d;
}
.cid-vit2FgSfiS .main-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vit2FgSfiS .main-btn {
    text-align: left;
  }
}
.cid-vit2FgSfiS .mbr-section-title,
.cid-vit2FgSfiS .title-wrap {
  color: #000000;
}
.cid-vit2FgSfiS .mbr-text,
.cid-vit2FgSfiS .main-btn {
  color: #29354d;
  text-align: center;
}
.cid-vit2FgSfiS .item-title,
.cid-vit2FgSfiS .item-btn,
.cid-vit2FgSfiS .iconfont-wrapper {
  text-align: left;
  color: #3e505e;
}
.cid-vit2FgSfiS .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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.55rem 2rem;
  border-radius: 3px;
}
.cid-vit2FhaFPc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit2FhaFPc .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit2FhaFPc .mbr-text {
  text-align: justify;
}
.cid-viyMfzyNwy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viyMfzyNwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-viyMfzyNwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viyMfzyNwy .container {
    padding: 0 24px;
  }
}
.cid-viyMfzyNwy .row {
  justify-content: center;
}
.cid-viyMfzyNwy .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viyMfzyNwy .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viyMfzyNwy .content-wrapper {
    padding: 32px;
  }
}
.cid-viyMfzyNwy .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viyMfzyNwy .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viyMfzyNwy .mbr-section-title {
  color: #0082c3;
}
.cid-viyMfzyNwy .mbr-text {
  color: #262642;
}
.cid-vit2FhMV1y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit2FhMV1y .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit2FhMV1y .mbr-text {
  text-align: justify;
}
.cid-viyMg8rP6S {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viyMg8rP6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-viyMg8rP6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viyMg8rP6S .container {
    padding: 0 24px;
  }
}
.cid-viyMg8rP6S .row {
  justify-content: center;
}
.cid-viyMg8rP6S .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viyMg8rP6S .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viyMg8rP6S .content-wrapper {
    padding: 32px;
  }
}
.cid-viyMg8rP6S .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viyMg8rP6S .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viyMg8rP6S .mbr-section-title {
  color: #0082c3;
}
.cid-viyMg8rP6S .mbr-text {
  color: #262642;
}
.cid-vit2FiofqQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit2FiofqQ {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vit2FiofqQ hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vit2FiofqQ hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vit2FiofqQ h2 {
  float: center;
  color: #0082c3;
}
.cid-vit2FiofqQ .mbr-section-btn {
  text-align: center !important;
}
.cid-vit2FiofqQ .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vit2FiofqQ H2 {
  color: #a1850b;
}
.cid-vit2FiFZO4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit2FiFZO4 .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit2FiFZO4 .mbr-text {
  text-align: justify;
}
.cid-vit2FiULze {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vit2FiULze .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-vit2FiULze .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-vit2FiULze .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-vit2FiULze .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vit2FiULze .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-vit2FiULze .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vit2FiULze .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-vit2FiULze .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-vit2FiULze .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-vit2FiULze .number {
  text-align: center;
}
.cid-vit2FiULze .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-vit2FiULze .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit2FiULze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vit2QK9RTg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKKxYIsPh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viKKxYIsPh H2 {
  text-align: justify;
}
.cid-viKKxYIsPh P {
  text-align: left;
}
.cid-vit2QKJSN5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit2QKJSN5 {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-vit2QKJSN5 .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit2QKJSN5 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-viPxZVGEcM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viPxZVGEcM .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viPxZVGEcM .mbr-text {
  text-align: justify;
}
.cid-viPxZVGEcM blau {
  text-align: left;
  color: #0082c3;
}
.cid-viyKUsUdpu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viyKUsUdpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-viyKUsUdpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viyKUsUdpu .container {
    padding: 0 24px;
  }
}
.cid-viyKUsUdpu .row {
  justify-content: center;
}
.cid-viyKUsUdpu .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viyKUsUdpu .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viyKUsUdpu .content-wrapper {
    padding: 32px;
  }
}
.cid-viyKUsUdpu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viyKUsUdpu .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viyKUsUdpu .mbr-section-title {
  color: #0082c3;
}
.cid-viyKUsUdpu .mbr-text {
  color: #262642;
}
.cid-vit2QLS1ai {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit2QLS1ai .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit2QLS1ai .mbr-text {
  text-align: justify;
}
.cid-vit2QMvLdh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit2QMvLdh {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vit2QMvLdh hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vit2QMvLdh hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vit2QMvLdh h2 {
  float: center;
  color: #0082c3;
}
.cid-vit2QMvLdh .mbr-section-btn {
  text-align: center !important;
}
.cid-vit2QMvLdh .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vit2QMvLdh H2 {
  color: #a1850b;
}
.cid-viyKOlaD9t {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viyKOlaD9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-viyKOlaD9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viyKOlaD9t .container {
    padding: 0 24px;
  }
}
.cid-viyKOlaD9t .row {
  justify-content: center;
}
.cid-viyKOlaD9t .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viyKOlaD9t .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viyKOlaD9t .content-wrapper {
    padding: 32px;
  }
}
.cid-viyKOlaD9t .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viyKOlaD9t .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viyKOlaD9t .mbr-section-title {
  color: #0082c3;
}
.cid-viyKOlaD9t .mbr-text {
  color: #262642;
}
.cid-vit2QMNyZL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit2QMNyZL .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit2QMNyZL .mbr-text {
  text-align: justify;
}
.cid-vit2QN5hQD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vit2QN5hQD .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-vit2QN5hQD .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-vit2QN5hQD .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-vit2QN5hQD .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vit2QN5hQD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-vit2QN5hQD .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vit2QN5hQD .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-vit2QN5hQD .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-vit2QN5hQD .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-vit2QN5hQD .number {
  text-align: center;
}
.cid-vit2QN5hQD .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-vit2QN5hQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit2QN5hQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-visbreVuwN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viLm67PexR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viLm67PexR H2 {
  text-align: justify;
}
.cid-viLm67PexR P {
  text-align: left;
}
.cid-visbrfqcbp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-visbrfqcbp {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-visbrfqcbp .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-visbrfqcbp .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-viPy5nLP7i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viPy5nLP7i .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viPy5nLP7i .mbr-text {
  text-align: justify;
}
.cid-viPy5nLP7i blau {
  text-align: left;
  color: #0082c3;
}
.cid-visbrfCCdh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-visbrfCCdh .mbr-text {
    text-align: left;
  }
}
.cid-visbrfCCdh H1 {
  color: #f43d14;
  text-align: left;
}
.cid-visbrfCCdh .mbr-text,
.cid-visbrfCCdh .mbr-section-btn {
  color: #232323;
}
.cid-visbrfCCdh H2 {
  color: #ff6400;
  text-align: left;
}
.cid-visbrfCCdh hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-visbrfCCdh hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-visbrfCCdh H4 {
  color: #7f1933;
  text-align: left;
}
.cid-visbrfCCdh H5 {
  color: #0a9718;
  text-align: left;
}
.cid-visbrfCCdh H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-visbrfCCdh .image-wrapper {
  text-align: left !important;
}
.cid-visbrfCCdh .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-visbrfCCdh .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-visbrfCCdh .datemargin {
  margin-top: -10px;
}
.cid-visbrfCCdh .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-visbrfCCdh .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-visbrfCCdh .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-visbrfCCdh .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-visbrfCCdh .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-visbrfCCdh .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-visbrfCCdh .custom-text-box h1,
.cid-visbrfCCdh .custom-text-box h2,
.cid-visbrfCCdh .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-visbrfCCdh .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-visbrfCCdh .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-visbrfCCdh .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-visbrfCCdh .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-visbrfCCdh .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-visbrfCCdh .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-visbrfCCdh .left-stack-column {
    align-items: center !important;
  }
  .cid-visbrfCCdh .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-visbrfCCdh .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-visbrfCCdh .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-visbrfCCdh .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-visbrfCCdh .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-visbrfCCdh .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-visbrfCCdh .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-visbrfCCdh .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-visbrfCCdh .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-visbrfCCdh .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-visbrfCCdh .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-visbrfCCdh .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-visbrfCCdh .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-visbrfCCdh .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-visbrfCCdh .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-visbrfCCdh .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-visbrfCCdh achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-visbrfCCdh info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-visbrfCCdh h2 {
  color: #000000;
}
.cid-visbrfCCdh h1 {
  color: #000000;
}
.cid-visikKPlA6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-visikKPlA6 .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-visikKPlA6 .mbr-text {
  text-align: justify;
}
.cid-viyINdruUb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viyINdruUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-viyINdruUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viyINdruUb .container {
    padding: 0 24px;
  }
}
.cid-viyINdruUb .row {
  justify-content: center;
}
.cid-viyINdruUb .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viyINdruUb .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viyINdruUb .content-wrapper {
    padding: 32px;
  }
}
.cid-viyINdruUb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viyINdruUb .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viyINdruUb .mbr-section-title {
  color: #0082c3;
}
.cid-viyINdruUb .mbr-text {
  color: #262642;
}
.cid-visbrfWPcx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-visbrfWPcx {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-visbrfWPcx hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-visbrfWPcx hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-visbrfWPcx h2 {
  float: center;
  color: #0082c3;
}
.cid-visbrfWPcx .mbr-section-btn {
  text-align: center !important;
}
.cid-visbrfWPcx .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-visbrfWPcx H2 {
  color: #a1850b;
}
.cid-visjar6nXb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-visjar6nXb .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-visjar6nXb .mbr-text {
  text-align: justify;
}
.cid-visj7P0pZl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-visj7P0pZl .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-visj7P0pZl .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-visj7P0pZl .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-visj7P0pZl .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-visj7P0pZl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-visj7P0pZl .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-visj7P0pZl .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-visj7P0pZl .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-visj7P0pZl .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-visj7P0pZl .number {
  text-align: center;
}
.cid-visj7P0pZl .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-visj7P0pZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-visj7P0pZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vizoY0ACZp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vizoY0ACZp .mbr-text {
    text-align: left;
  }
}
.cid-vizoY0ACZp H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vizoY0ACZp .mbr-text,
.cid-vizoY0ACZp .mbr-section-btn {
  color: #232323;
}
.cid-vizoY0ACZp H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vizoY0ACZp hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vizoY0ACZp hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vizoY0ACZp H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vizoY0ACZp H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vizoY0ACZp H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vizoY0ACZp .image-wrapper {
  text-align: left !important;
}
.cid-vizoY0ACZp .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vizoY0ACZp .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vizoY0ACZp .datemargin {
  margin-top: -10px;
}
.cid-vizoY0ACZp .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-vizoY0ACZp .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vizoY0ACZp .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vizoY0ACZp .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vizoY0ACZp .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vizoY0ACZp .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vizoY0ACZp .custom-text-box h1,
.cid-vizoY0ACZp .custom-text-box h2,
.cid-vizoY0ACZp .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vizoY0ACZp .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vizoY0ACZp .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vizoY0ACZp .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vizoY0ACZp .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vizoY0ACZp .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vizoY0ACZp .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vizoY0ACZp .left-stack-column {
    align-items: center !important;
  }
  .cid-vizoY0ACZp .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vizoY0ACZp .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vizoY0ACZp .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vizoY0ACZp .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vizoY0ACZp .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vizoY0ACZp .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vizoY0ACZp .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vizoY0ACZp .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vizoY0ACZp .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vizoY0ACZp .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vizoY0ACZp .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vizoY0ACZp .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vizoY0ACZp .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vizoY0ACZp .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vizoY0ACZp .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vizoY0ACZp .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vizoY0ACZp achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vizoY0ACZp info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vizoY0ACZp h2 {
  color: #000000;
}
.cid-vizoY0ACZp h1 {
  color: #000000;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vit39fUC9b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viPzT9Dvcs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viPzT9Dvcs H2 {
  text-align: justify;
}
.cid-viPzT9Dvcs P {
  text-align: left;
}
.cid-vit39gtOla {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit39gtOla {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-vit39gtOla .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit39gtOla .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-viPybN80M1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viPybN80M1 .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viPybN80M1 .mbr-text {
  text-align: justify;
}
.cid-viPybN80M1 blau {
  text-align: left;
  color: #0082c3;
}
.cid-vit39hfc9J {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vit39hfc9J .mbr-text {
    text-align: left;
  }
}
.cid-vit39hfc9J H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vit39hfc9J .mbr-text,
.cid-vit39hfc9J .mbr-section-btn {
  color: #232323;
}
.cid-vit39hfc9J H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vit39hfc9J hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vit39hfc9J hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vit39hfc9J H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vit39hfc9J H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vit39hfc9J H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vit39hfc9J .image-wrapper {
  text-align: left !important;
}
.cid-vit39hfc9J .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vit39hfc9J .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vit39hfc9J .datemargin {
  margin-top: -10px;
}
.cid-vit39hfc9J .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-vit39hfc9J .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vit39hfc9J .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vit39hfc9J .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vit39hfc9J .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vit39hfc9J .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vit39hfc9J .custom-text-box h1,
.cid-vit39hfc9J .custom-text-box h2,
.cid-vit39hfc9J .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vit39hfc9J .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vit39hfc9J .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vit39hfc9J .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vit39hfc9J .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vit39hfc9J .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vit39hfc9J .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vit39hfc9J .left-stack-column {
    align-items: center !important;
  }
  .cid-vit39hfc9J .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vit39hfc9J .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vit39hfc9J .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vit39hfc9J .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vit39hfc9J .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vit39hfc9J .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vit39hfc9J .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vit39hfc9J .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vit39hfc9J .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vit39hfc9J .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vit39hfc9J .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vit39hfc9J .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vit39hfc9J .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vit39hfc9J .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vit39hfc9J .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vit39hfc9J .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vit39hfc9J achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vit39hfc9J info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vit39hfc9J h2 {
  color: #000000;
}
.cid-vit39hfc9J h1 {
  color: #000000;
}
.cid-viyDeRDYge {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viyDeRDYge {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viyDeRDYge P {
  color: #767676;
}
.cid-viyBLXo6ut {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-viyBLXo6ut .mbr-text {
    text-align: left;
  }
}
.cid-viyBLXo6ut H1 {
  color: #f43d14;
  text-align: left;
}
.cid-viyBLXo6ut .mbr-text,
.cid-viyBLXo6ut .mbr-section-btn {
  color: #232323;
}
.cid-viyBLXo6ut H2 {
  color: #ff6400;
  text-align: left;
}
.cid-viyBLXo6ut hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyBLXo6ut hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyBLXo6ut H4 {
  color: #7f1933;
  text-align: left;
}
.cid-viyBLXo6ut H5 {
  color: #0a9718;
  text-align: left;
}
.cid-viyBLXo6ut H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-viyBLXo6ut .image-wrapper {
  text-align: left !important;
}
.cid-viyBLXo6ut .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-viyBLXo6ut .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-viyBLXo6ut .datemargin {
  margin-top: -10px;
}
.cid-viyBLXo6ut .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-viyBLXo6ut .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-viyBLXo6ut .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-viyBLXo6ut .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-viyBLXo6ut .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-viyBLXo6ut .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-viyBLXo6ut .custom-text-box h1,
.cid-viyBLXo6ut .custom-text-box h2,
.cid-viyBLXo6ut .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-viyBLXo6ut .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-viyBLXo6ut .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-viyBLXo6ut .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-viyBLXo6ut .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-viyBLXo6ut .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-viyBLXo6ut .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-viyBLXo6ut .left-stack-column {
    align-items: center !important;
  }
  .cid-viyBLXo6ut .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyBLXo6ut .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyBLXo6ut .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-viyBLXo6ut .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-viyBLXo6ut .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-viyBLXo6ut .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-viyBLXo6ut .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-viyBLXo6ut .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-viyBLXo6ut .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-viyBLXo6ut .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-viyBLXo6ut .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-viyBLXo6ut .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-viyBLXo6ut .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-viyBLXo6ut .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-viyBLXo6ut .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-viyBLXo6ut .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-viyBLXo6ut achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-viyBLXo6ut info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-viyBLXo6ut h2 {
  color: #000000;
}
.cid-viyBLXo6ut h1 {
  color: #000000;
}
.cid-viyDgeMN1X {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viyDgeMN1X {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viyDgeMN1X P {
  color: #767676;
}
.cid-viyC45lW7w {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-viyC45lW7w .mbr-text {
    text-align: left;
  }
}
.cid-viyC45lW7w H1 {
  color: #f43d14;
  text-align: left;
}
.cid-viyC45lW7w .mbr-text,
.cid-viyC45lW7w .mbr-section-btn {
  color: #232323;
}
.cid-viyC45lW7w H2 {
  color: #ff6400;
  text-align: left;
}
.cid-viyC45lW7w hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyC45lW7w hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyC45lW7w H4 {
  color: #7f1933;
  text-align: left;
}
.cid-viyC45lW7w H5 {
  color: #0a9718;
  text-align: left;
}
.cid-viyC45lW7w H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-viyC45lW7w .image-wrapper {
  text-align: left !important;
}
.cid-viyC45lW7w .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-viyC45lW7w .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-viyC45lW7w .datemargin {
  margin-top: -10px;
}
.cid-viyC45lW7w .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-viyC45lW7w .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-viyC45lW7w .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-viyC45lW7w .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-viyC45lW7w .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-viyC45lW7w .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-viyC45lW7w .custom-text-box h1,
.cid-viyC45lW7w .custom-text-box h2,
.cid-viyC45lW7w .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-viyC45lW7w .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-viyC45lW7w .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-viyC45lW7w .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-viyC45lW7w .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-viyC45lW7w .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-viyC45lW7w .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-viyC45lW7w .left-stack-column {
    align-items: center !important;
  }
  .cid-viyC45lW7w .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyC45lW7w .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyC45lW7w .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-viyC45lW7w .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-viyC45lW7w .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-viyC45lW7w .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-viyC45lW7w .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-viyC45lW7w .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-viyC45lW7w .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-viyC45lW7w .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-viyC45lW7w .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-viyC45lW7w .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-viyC45lW7w .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-viyC45lW7w .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-viyC45lW7w .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-viyC45lW7w .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-viyC45lW7w achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-viyC45lW7w info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-viyC45lW7w h2 {
  color: #000000;
}
.cid-viyC45lW7w h1 {
  color: #000000;
}
.cid-viyDh5gRlg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viyDh5gRlg {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viyDh5gRlg P {
  color: #767676;
}
.cid-vit39hELLS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit39hELLS .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit39hELLS .mbr-text {
  text-align: justify;
}
.cid-vit39hUqLH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vit39hUqLH P {
  color: #0082c3;
}
.cid-vit39igNKH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit39igNKH {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vit39igNKH hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vit39igNKH hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vit39igNKH h2 {
  float: center;
  color: #0082c3;
}
.cid-vit39igNKH .mbr-section-btn {
  text-align: center !important;
}
.cid-vit39igNKH .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vit39igNKH H2 {
  color: #a1850b;
}
.cid-vit39ixiA5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit39ixiA5 .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit39ixiA5 .mbr-text {
  text-align: justify;
}
.cid-vit39iMEf6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vit39iMEf6 .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-vit39iMEf6 .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-vit39iMEf6 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-vit39iMEf6 .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vit39iMEf6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-vit39iMEf6 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vit39iMEf6 .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-vit39iMEf6 .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-vit39iMEf6 .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-vit39iMEf6 .number {
  text-align: center;
}
.cid-vit39iMEf6 .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-vit39iMEf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit39iMEf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vit3i8fVE0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viQ2GDLoXL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viQ2GDLoXL H2 {
  text-align: justify;
}
.cid-viQ2GDLoXL P {
  text-align: left;
}
.cid-vit3i8Pgkg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3i8Pgkg {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-vit3i8Pgkg .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3i8Pgkg .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-viPyiW05je {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viPyiW05je .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viPyiW05je .mbr-text {
  text-align: justify;
}
.cid-viPyiW05je blau {
  text-align: left;
  color: #0082c3;
}
.cid-viyyvWkXFl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viyyvWkXFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-viyyvWkXFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viyyvWkXFl .container {
    padding: 0 24px;
  }
}
.cid-viyyvWkXFl .row {
  justify-content: center;
}
.cid-viyyvWkXFl .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viyyvWkXFl .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viyyvWkXFl .content-wrapper {
    padding: 32px;
  }
}
.cid-viyyvWkXFl .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viyyvWkXFl .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viyyvWkXFl .mbr-section-title {
  color: #0082c3;
}
.cid-viyyvWkXFl .mbr-text {
  color: #262642;
}
.cid-vit3ia14SX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3ia14SX .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3ia14SX .mbr-text {
  text-align: justify;
}
.cid-viyyEFL3dD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viyyEFL3dD .mbr-fallback-image.disabled {
  display: none;
}
.cid-viyyEFL3dD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viyyEFL3dD .container {
    padding: 0 24px;
  }
}
.cid-viyyEFL3dD .row {
  justify-content: center;
}
.cid-viyyEFL3dD .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viyyEFL3dD .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viyyEFL3dD .content-wrapper {
    padding: 32px;
  }
}
.cid-viyyEFL3dD .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viyyEFL3dD .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viyyEFL3dD .mbr-section-title {
  color: #0082c3;
}
.cid-viyyEFL3dD .mbr-text {
  color: #262642;
}
.cid-vit3iaF2zu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3iaF2zu {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vit3iaF2zu hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vit3iaF2zu hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vit3iaF2zu h2 {
  float: center;
  color: #0082c3;
}
.cid-vit3iaF2zu .mbr-section-btn {
  text-align: center !important;
}
.cid-vit3iaF2zu .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vit3iaF2zu H2 {
  color: #a1850b;
}
.cid-vit3iaZCql {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3iaZCql .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3iaZCql .mbr-text {
  text-align: justify;
}
.cid-vit3ibgg5m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vit3ibgg5m .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-vit3ibgg5m .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-vit3ibgg5m .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-vit3ibgg5m .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vit3ibgg5m .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-vit3ibgg5m .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vit3ibgg5m .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-vit3ibgg5m .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-vit3ibgg5m .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-vit3ibgg5m .number {
  text-align: center;
}
.cid-vit3ibgg5m .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-vit3ibgg5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit3ibgg5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vit3oa15EX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viQ3oeharN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viQ3oeharN H2 {
  text-align: justify;
}
.cid-viQ3oeharN P {
  text-align: left;
}
.cid-vit3oaynnM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3oaynnM {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-vit3oaynnM .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3oaynnM .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-viPynCPcJ9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viPynCPcJ9 .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viPynCPcJ9 .mbr-text {
  text-align: justify;
}
.cid-viPynCPcJ9 blau {
  text-align: left;
  color: #0082c3;
}
.cid-vit3obepsT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vit3obepsT .mbr-text {
    text-align: left;
  }
}
.cid-vit3obepsT H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vit3obepsT .mbr-text,
.cid-vit3obepsT .mbr-section-btn {
  color: #232323;
}
.cid-vit3obepsT H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vit3obepsT hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vit3obepsT hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vit3obepsT H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vit3obepsT H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vit3obepsT H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vit3obepsT .image-wrapper {
  text-align: left !important;
}
.cid-vit3obepsT .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vit3obepsT .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vit3obepsT .datemargin {
  margin-top: -10px;
}
.cid-vit3obepsT .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-vit3obepsT .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vit3obepsT .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vit3obepsT .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vit3obepsT .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vit3obepsT .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vit3obepsT .custom-text-box h1,
.cid-vit3obepsT .custom-text-box h2,
.cid-vit3obepsT .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vit3obepsT .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vit3obepsT .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vit3obepsT .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vit3obepsT .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vit3obepsT .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vit3obepsT .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vit3obepsT .left-stack-column {
    align-items: center !important;
  }
  .cid-vit3obepsT .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vit3obepsT .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vit3obepsT .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vit3obepsT .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vit3obepsT .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vit3obepsT .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vit3obepsT .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vit3obepsT .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vit3obepsT .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vit3obepsT .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vit3obepsT .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vit3obepsT .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vit3obepsT .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vit3obepsT .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vit3obepsT .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vit3obepsT .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vit3obepsT achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vit3obepsT info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vit3obepsT h2 {
  color: #000000;
}
.cid-vit3obepsT h1 {
  color: #000000;
}
.cid-vit3obCyrA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3obCyrA .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3obCyrA .mbr-text {
  text-align: justify;
}
.cid-viyx85qijZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viyx85qijZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-viyx85qijZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viyx85qijZ .container {
    padding: 0 24px;
  }
}
.cid-viyx85qijZ .row {
  justify-content: center;
}
.cid-viyx85qijZ .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viyx85qijZ .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viyx85qijZ .content-wrapper {
    padding: 32px;
  }
}
.cid-viyx85qijZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viyx85qijZ .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viyx85qijZ .mbr-section-title {
  color: #0082c3;
}
.cid-viyx85qijZ .mbr-text {
  color: #262642;
}
.cid-vit3ocdqH4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3ocdqH4 {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vit3ocdqH4 hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vit3ocdqH4 hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vit3ocdqH4 h2 {
  float: center;
  color: #0082c3;
}
.cid-vit3ocdqH4 .mbr-section-btn {
  text-align: center !important;
}
.cid-vit3ocdqH4 .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vit3ocdqH4 H2 {
  color: #a1850b;
}
.cid-vit3octhGe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3octhGe .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3octhGe .mbr-text {
  text-align: justify;
}
.cid-vit3ocJKgY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vit3ocJKgY .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-vit3ocJKgY .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-vit3ocJKgY .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-vit3ocJKgY .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vit3ocJKgY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-vit3ocJKgY .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vit3ocJKgY .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-vit3ocJKgY .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-vit3ocJKgY .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-vit3ocJKgY .number {
  text-align: center;
}
.cid-vit3ocJKgY .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-vit3ocJKgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit3ocJKgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vit3sdLG1q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viQ3OvBS86 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viQ3OvBS86 H2 {
  text-align: justify;
}
.cid-viQ3OvBS86 P {
  text-align: left;
}
.cid-vit3sek2ox {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3sek2ox {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-vit3sek2ox .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3sek2ox .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-viPyrLOygL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viPyrLOygL .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viPyrLOygL .mbr-text {
  text-align: justify;
}
.cid-viPyrLOygL blau {
  text-align: left;
  color: #0082c3;
}
.cid-vit3sf2cAR {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vit3sf2cAR .mbr-text {
    text-align: left;
  }
}
.cid-vit3sf2cAR H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vit3sf2cAR .mbr-text,
.cid-vit3sf2cAR .mbr-section-btn {
  color: #232323;
}
.cid-vit3sf2cAR H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vit3sf2cAR hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vit3sf2cAR hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vit3sf2cAR H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vit3sf2cAR H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vit3sf2cAR H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vit3sf2cAR .image-wrapper {
  text-align: left !important;
}
.cid-vit3sf2cAR .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vit3sf2cAR .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vit3sf2cAR .datemargin {
  margin-top: -10px;
}
.cid-vit3sf2cAR .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-vit3sf2cAR .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vit3sf2cAR .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vit3sf2cAR .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vit3sf2cAR .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vit3sf2cAR .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vit3sf2cAR .custom-text-box h1,
.cid-vit3sf2cAR .custom-text-box h2,
.cid-vit3sf2cAR .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vit3sf2cAR .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vit3sf2cAR .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vit3sf2cAR .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vit3sf2cAR .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vit3sf2cAR .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vit3sf2cAR .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vit3sf2cAR .left-stack-column {
    align-items: center !important;
  }
  .cid-vit3sf2cAR .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vit3sf2cAR .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vit3sf2cAR .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vit3sf2cAR .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vit3sf2cAR .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vit3sf2cAR .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vit3sf2cAR .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vit3sf2cAR .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vit3sf2cAR .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vit3sf2cAR .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vit3sf2cAR .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vit3sf2cAR .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vit3sf2cAR .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vit3sf2cAR .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vit3sf2cAR .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vit3sf2cAR .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vit3sf2cAR achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vit3sf2cAR info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vit3sf2cAR h2 {
  color: #000000;
}
.cid-vit3sf2cAR h1 {
  color: #000000;
}
.cid-viyssqhJfd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viyssqhJfd {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viyssqhJfd P {
  color: #767676;
}
.cid-viysmkFzIs {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-viysmkFzIs .mbr-text {
    text-align: left;
  }
}
.cid-viysmkFzIs H1 {
  color: #f43d14;
  text-align: left;
}
.cid-viysmkFzIs .mbr-text,
.cid-viysmkFzIs .mbr-section-btn {
  color: #232323;
}
.cid-viysmkFzIs H2 {
  color: #ff6400;
  text-align: left;
}
.cid-viysmkFzIs hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viysmkFzIs hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viysmkFzIs H4 {
  color: #7f1933;
  text-align: left;
}
.cid-viysmkFzIs H5 {
  color: #0a9718;
  text-align: left;
}
.cid-viysmkFzIs H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-viysmkFzIs .image-wrapper {
  text-align: left !important;
}
.cid-viysmkFzIs .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-viysmkFzIs .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-viysmkFzIs .datemargin {
  margin-top: -10px;
}
.cid-viysmkFzIs .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-viysmkFzIs .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-viysmkFzIs .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-viysmkFzIs .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-viysmkFzIs .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-viysmkFzIs .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-viysmkFzIs .custom-text-box h1,
.cid-viysmkFzIs .custom-text-box h2,
.cid-viysmkFzIs .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-viysmkFzIs .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-viysmkFzIs .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-viysmkFzIs .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-viysmkFzIs .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-viysmkFzIs .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-viysmkFzIs .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-viysmkFzIs .left-stack-column {
    align-items: center !important;
  }
  .cid-viysmkFzIs .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viysmkFzIs .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viysmkFzIs .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-viysmkFzIs .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-viysmkFzIs .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-viysmkFzIs .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-viysmkFzIs .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-viysmkFzIs .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-viysmkFzIs .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-viysmkFzIs .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-viysmkFzIs .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-viysmkFzIs .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-viysmkFzIs .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-viysmkFzIs .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-viysmkFzIs .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-viysmkFzIs .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-viysmkFzIs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-viysmkFzIs info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-viysmkFzIs h2 {
  color: #000000;
}
.cid-viysmkFzIs h1 {
  color: #000000;
}
.cid-viystcFo6v {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viystcFo6v {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viystcFo6v P {
  color: #767676;
}
.cid-viysnx9dfp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-viysnx9dfp .mbr-text {
    text-align: left;
  }
}
.cid-viysnx9dfp H1 {
  color: #f43d14;
  text-align: left;
}
.cid-viysnx9dfp .mbr-text,
.cid-viysnx9dfp .mbr-section-btn {
  color: #232323;
}
.cid-viysnx9dfp H2 {
  color: #ff6400;
  text-align: left;
}
.cid-viysnx9dfp hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viysnx9dfp hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viysnx9dfp H4 {
  color: #7f1933;
  text-align: left;
}
.cid-viysnx9dfp H5 {
  color: #0a9718;
  text-align: left;
}
.cid-viysnx9dfp H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-viysnx9dfp .image-wrapper {
  text-align: left !important;
}
.cid-viysnx9dfp .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-viysnx9dfp .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-viysnx9dfp .datemargin {
  margin-top: -10px;
}
.cid-viysnx9dfp .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-viysnx9dfp .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-viysnx9dfp .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-viysnx9dfp .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-viysnx9dfp .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-viysnx9dfp .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-viysnx9dfp .custom-text-box h1,
.cid-viysnx9dfp .custom-text-box h2,
.cid-viysnx9dfp .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-viysnx9dfp .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-viysnx9dfp .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-viysnx9dfp .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-viysnx9dfp .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-viysnx9dfp .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-viysnx9dfp .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-viysnx9dfp .left-stack-column {
    align-items: center !important;
  }
  .cid-viysnx9dfp .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viysnx9dfp .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viysnx9dfp .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-viysnx9dfp .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-viysnx9dfp .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-viysnx9dfp .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-viysnx9dfp .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-viysnx9dfp .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-viysnx9dfp .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-viysnx9dfp .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-viysnx9dfp .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-viysnx9dfp .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-viysnx9dfp .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-viysnx9dfp .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-viysnx9dfp .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-viysnx9dfp .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-viysnx9dfp achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-viysnx9dfp info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-viysnx9dfp h2 {
  color: #000000;
}
.cid-viysnx9dfp h1 {
  color: #000000;
}
.cid-viysu3kXc6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viysu3kXc6 {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viysu3kXc6 P {
  color: #767676;
}
.cid-vit3sfqY2o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3sfqY2o .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3sfqY2o .mbr-text {
  text-align: justify;
}
.cid-viytN4hiLs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viytN4hiLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-viytN4hiLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viytN4hiLs .container {
    padding: 0 24px;
  }
}
.cid-viytN4hiLs .row {
  justify-content: center;
}
.cid-viytN4hiLs .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viytN4hiLs .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viytN4hiLs .content-wrapper {
    padding: 32px;
  }
}
.cid-viytN4hiLs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viytN4hiLs .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viytN4hiLs .mbr-section-title {
  color: #0082c3;
}
.cid-viytN4hiLs .mbr-text {
  color: #262642;
}
.cid-vit3sg0erH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3sg0erH {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vit3sg0erH hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vit3sg0erH hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vit3sg0erH h2 {
  float: center;
  color: #0082c3;
}
.cid-vit3sg0erH .mbr-section-btn {
  text-align: center !important;
}
.cid-vit3sg0erH .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vit3sg0erH H2 {
  color: #a1850b;
}
.cid-vit3sgjMK3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3sgjMK3 .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3sgjMK3 .mbr-text {
  text-align: justify;
}
.cid-vit3sgyaOC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vit3sgyaOC .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-vit3sgyaOC .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-vit3sgyaOC .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-vit3sgyaOC .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vit3sgyaOC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-vit3sgyaOC .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vit3sgyaOC .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-vit3sgyaOC .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-vit3sgyaOC .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-vit3sgyaOC .number {
  text-align: center;
}
.cid-vit3sgyaOC .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-vit3sgyaOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit3sgyaOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vit3zSq0Bc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viQ4lv60U7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viQ4lv60U7 H2 {
  text-align: justify;
}
.cid-viQ4lv60U7 P {
  text-align: left;
}
.cid-vit3zSXSqS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3zSXSqS {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-vit3zSXSqS .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3zSXSqS .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-viPyx9Qd0P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viPyx9Qd0P .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viPyx9Qd0P .mbr-text {
  text-align: justify;
}
.cid-viPyx9Qd0P blau {
  text-align: left;
  color: #0082c3;
}
.cid-vit3zTDoRd {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vit3zTDoRd .mbr-text {
    text-align: left;
  }
}
.cid-vit3zTDoRd H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vit3zTDoRd .mbr-text,
.cid-vit3zTDoRd .mbr-section-btn {
  color: #232323;
}
.cid-vit3zTDoRd H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vit3zTDoRd hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vit3zTDoRd hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vit3zTDoRd H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vit3zTDoRd H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vit3zTDoRd H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vit3zTDoRd .image-wrapper {
  text-align: left !important;
}
.cid-vit3zTDoRd .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vit3zTDoRd .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vit3zTDoRd .datemargin {
  margin-top: -10px;
}
.cid-vit3zTDoRd .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-vit3zTDoRd .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vit3zTDoRd .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vit3zTDoRd .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vit3zTDoRd .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vit3zTDoRd .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vit3zTDoRd .custom-text-box h1,
.cid-vit3zTDoRd .custom-text-box h2,
.cid-vit3zTDoRd .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vit3zTDoRd .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vit3zTDoRd .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vit3zTDoRd .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vit3zTDoRd .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vit3zTDoRd .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vit3zTDoRd .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vit3zTDoRd .left-stack-column {
    align-items: center !important;
  }
  .cid-vit3zTDoRd .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vit3zTDoRd .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vit3zTDoRd .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vit3zTDoRd .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vit3zTDoRd .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vit3zTDoRd .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vit3zTDoRd .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vit3zTDoRd .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vit3zTDoRd .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vit3zTDoRd .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vit3zTDoRd .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vit3zTDoRd .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vit3zTDoRd .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vit3zTDoRd .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vit3zTDoRd .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vit3zTDoRd .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vit3zTDoRd achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vit3zTDoRd info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vit3zTDoRd h2 {
  color: #000000;
}
.cid-vit3zTDoRd h1 {
  color: #000000;
}
.cid-viyfPNpLZA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viyfPNpLZA {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viyfPNpLZA P {
  color: #767676;
}
.cid-viyfK5ezSq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-viyfK5ezSq .mbr-text {
    text-align: left;
  }
}
.cid-viyfK5ezSq H1 {
  color: #f43d14;
  text-align: left;
}
.cid-viyfK5ezSq .mbr-text,
.cid-viyfK5ezSq .mbr-section-btn {
  color: #232323;
}
.cid-viyfK5ezSq H2 {
  color: #ff6400;
  text-align: left;
}
.cid-viyfK5ezSq hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyfK5ezSq hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyfK5ezSq H4 {
  color: #7f1933;
  text-align: left;
}
.cid-viyfK5ezSq H5 {
  color: #0a9718;
  text-align: left;
}
.cid-viyfK5ezSq H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-viyfK5ezSq .image-wrapper {
  text-align: left !important;
}
.cid-viyfK5ezSq .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-viyfK5ezSq .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-viyfK5ezSq .datemargin {
  margin-top: -10px;
}
.cid-viyfK5ezSq .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-viyfK5ezSq .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-viyfK5ezSq .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-viyfK5ezSq .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-viyfK5ezSq .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-viyfK5ezSq .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-viyfK5ezSq .custom-text-box h1,
.cid-viyfK5ezSq .custom-text-box h2,
.cid-viyfK5ezSq .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-viyfK5ezSq .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-viyfK5ezSq .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-viyfK5ezSq .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-viyfK5ezSq .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-viyfK5ezSq .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-viyfK5ezSq .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-viyfK5ezSq .left-stack-column {
    align-items: center !important;
  }
  .cid-viyfK5ezSq .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyfK5ezSq .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyfK5ezSq .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-viyfK5ezSq .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-viyfK5ezSq .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-viyfK5ezSq .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-viyfK5ezSq .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-viyfK5ezSq .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-viyfK5ezSq .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-viyfK5ezSq .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-viyfK5ezSq .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-viyfK5ezSq .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-viyfK5ezSq .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-viyfK5ezSq .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-viyfK5ezSq .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-viyfK5ezSq .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-viyfK5ezSq achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-viyfK5ezSq info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-viyfK5ezSq h2 {
  color: #000000;
}
.cid-viyfK5ezSq h1 {
  color: #000000;
}
.cid-viyfQEneRK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viyfQEneRK {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viyfQEneRK P {
  color: #767676;
}
.cid-viyfMj8b51 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-viyfMj8b51 .mbr-text {
    text-align: left;
  }
}
.cid-viyfMj8b51 H1 {
  color: #f43d14;
  text-align: left;
}
.cid-viyfMj8b51 .mbr-text,
.cid-viyfMj8b51 .mbr-section-btn {
  color: #232323;
}
.cid-viyfMj8b51 H2 {
  color: #ff6400;
  text-align: left;
}
.cid-viyfMj8b51 hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyfMj8b51 hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyfMj8b51 H4 {
  color: #7f1933;
  text-align: left;
}
.cid-viyfMj8b51 H5 {
  color: #0a9718;
  text-align: left;
}
.cid-viyfMj8b51 H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-viyfMj8b51 .image-wrapper {
  text-align: left !important;
}
.cid-viyfMj8b51 .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-viyfMj8b51 .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-viyfMj8b51 .datemargin {
  margin-top: -10px;
}
.cid-viyfMj8b51 .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-viyfMj8b51 .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-viyfMj8b51 .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-viyfMj8b51 .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-viyfMj8b51 .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-viyfMj8b51 .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-viyfMj8b51 .custom-text-box h1,
.cid-viyfMj8b51 .custom-text-box h2,
.cid-viyfMj8b51 .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-viyfMj8b51 .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-viyfMj8b51 .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-viyfMj8b51 .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-viyfMj8b51 .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-viyfMj8b51 .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-viyfMj8b51 .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-viyfMj8b51 .left-stack-column {
    align-items: center !important;
  }
  .cid-viyfMj8b51 .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyfMj8b51 .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyfMj8b51 .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-viyfMj8b51 .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-viyfMj8b51 .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-viyfMj8b51 .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-viyfMj8b51 .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-viyfMj8b51 .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-viyfMj8b51 .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-viyfMj8b51 .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-viyfMj8b51 .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-viyfMj8b51 .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-viyfMj8b51 .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-viyfMj8b51 .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-viyfMj8b51 .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-viyfMj8b51 .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-viyfMj8b51 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-viyfMj8b51 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-viyfMj8b51 h2 {
  color: #000000;
}
.cid-viyfMj8b51 h1 {
  color: #000000;
}
.cid-viyjMQhMeB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viyjMQhMeB {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viyjMQhMeB P {
  color: #767676;
}
.cid-viyikVzxCg {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-viyikVzxCg .mbr-text {
    text-align: left;
  }
}
.cid-viyikVzxCg H1 {
  color: #f43d14;
  text-align: left;
}
.cid-viyikVzxCg .mbr-text,
.cid-viyikVzxCg .mbr-section-btn {
  color: #232323;
}
.cid-viyikVzxCg H2 {
  color: #ff6400;
  text-align: left;
}
.cid-viyikVzxCg hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyikVzxCg hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyikVzxCg H4 {
  color: #7f1933;
  text-align: left;
}
.cid-viyikVzxCg H5 {
  color: #0a9718;
  text-align: left;
}
.cid-viyikVzxCg H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-viyikVzxCg .image-wrapper {
  text-align: left !important;
}
.cid-viyikVzxCg .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-viyikVzxCg .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-viyikVzxCg .datemargin {
  margin-top: -10px;
}
.cid-viyikVzxCg .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-viyikVzxCg .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-viyikVzxCg .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-viyikVzxCg .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-viyikVzxCg .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-viyikVzxCg .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-viyikVzxCg .custom-text-box h1,
.cid-viyikVzxCg .custom-text-box h2,
.cid-viyikVzxCg .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-viyikVzxCg .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-viyikVzxCg .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-viyikVzxCg .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-viyikVzxCg .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-viyikVzxCg .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-viyikVzxCg .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-viyikVzxCg .left-stack-column {
    align-items: center !important;
  }
  .cid-viyikVzxCg .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyikVzxCg .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyikVzxCg .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-viyikVzxCg .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-viyikVzxCg .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-viyikVzxCg .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-viyikVzxCg .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-viyikVzxCg .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-viyikVzxCg .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-viyikVzxCg .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-viyikVzxCg .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-viyikVzxCg .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-viyikVzxCg .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-viyikVzxCg .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-viyikVzxCg .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-viyikVzxCg .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-viyikVzxCg achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-viyikVzxCg info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-viyikVzxCg h2 {
  color: #000000;
}
.cid-viyikVzxCg h1 {
  color: #000000;
}
.cid-viyjLMWZxB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viyjLMWZxB {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viyjLMWZxB P {
  color: #767676;
}
.cid-viyiBKzlGb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-viyiBKzlGb .mbr-text {
    text-align: left;
  }
}
.cid-viyiBKzlGb H1 {
  color: #f43d14;
  text-align: left;
}
.cid-viyiBKzlGb .mbr-text,
.cid-viyiBKzlGb .mbr-section-btn {
  color: #232323;
}
.cid-viyiBKzlGb H2 {
  color: #ff6400;
  text-align: left;
}
.cid-viyiBKzlGb hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyiBKzlGb hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyiBKzlGb H4 {
  color: #7f1933;
  text-align: left;
}
.cid-viyiBKzlGb H5 {
  color: #0a9718;
  text-align: left;
}
.cid-viyiBKzlGb H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-viyiBKzlGb .image-wrapper {
  text-align: left !important;
}
.cid-viyiBKzlGb .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-viyiBKzlGb .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-viyiBKzlGb .datemargin {
  margin-top: -10px;
}
.cid-viyiBKzlGb .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-viyiBKzlGb .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-viyiBKzlGb .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-viyiBKzlGb .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-viyiBKzlGb .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-viyiBKzlGb .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-viyiBKzlGb .custom-text-box h1,
.cid-viyiBKzlGb .custom-text-box h2,
.cid-viyiBKzlGb .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-viyiBKzlGb .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-viyiBKzlGb .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-viyiBKzlGb .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-viyiBKzlGb .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-viyiBKzlGb .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-viyiBKzlGb .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-viyiBKzlGb .left-stack-column {
    align-items: center !important;
  }
  .cid-viyiBKzlGb .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyiBKzlGb .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyiBKzlGb .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-viyiBKzlGb .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-viyiBKzlGb .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-viyiBKzlGb .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-viyiBKzlGb .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-viyiBKzlGb .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-viyiBKzlGb .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-viyiBKzlGb .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-viyiBKzlGb .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-viyiBKzlGb .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-viyiBKzlGb .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-viyiBKzlGb .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-viyiBKzlGb .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-viyiBKzlGb .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-viyiBKzlGb achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-viyiBKzlGb info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-viyiBKzlGb h2 {
  color: #000000;
}
.cid-viyiBKzlGb h1 {
  color: #000000;
}
.cid-viyjPnfwPd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viyjPnfwPd {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viyjPnfwPd P {
  color: #767676;
}
.cid-viyiPvYg59 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-viyiPvYg59 .mbr-text {
    text-align: left;
  }
}
.cid-viyiPvYg59 H1 {
  color: #f43d14;
  text-align: left;
}
.cid-viyiPvYg59 .mbr-text,
.cid-viyiPvYg59 .mbr-section-btn {
  color: #232323;
}
.cid-viyiPvYg59 H2 {
  color: #ff6400;
  text-align: left;
}
.cid-viyiPvYg59 hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyiPvYg59 hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-viyiPvYg59 H4 {
  color: #7f1933;
  text-align: left;
}
.cid-viyiPvYg59 H5 {
  color: #0a9718;
  text-align: left;
}
.cid-viyiPvYg59 H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-viyiPvYg59 .image-wrapper {
  text-align: left !important;
}
.cid-viyiPvYg59 .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-viyiPvYg59 .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-viyiPvYg59 .datemargin {
  margin-top: -10px;
}
.cid-viyiPvYg59 .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-viyiPvYg59 .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-viyiPvYg59 .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-viyiPvYg59 .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-viyiPvYg59 .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-viyiPvYg59 .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-viyiPvYg59 .custom-text-box h1,
.cid-viyiPvYg59 .custom-text-box h2,
.cid-viyiPvYg59 .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-viyiPvYg59 .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-viyiPvYg59 .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-viyiPvYg59 .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-viyiPvYg59 .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-viyiPvYg59 .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-viyiPvYg59 .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-viyiPvYg59 .left-stack-column {
    align-items: center !important;
  }
  .cid-viyiPvYg59 .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyiPvYg59 .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-viyiPvYg59 .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-viyiPvYg59 .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-viyiPvYg59 .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-viyiPvYg59 .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-viyiPvYg59 .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-viyiPvYg59 .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-viyiPvYg59 .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-viyiPvYg59 .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-viyiPvYg59 .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-viyiPvYg59 .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-viyiPvYg59 .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-viyiPvYg59 .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-viyiPvYg59 .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-viyiPvYg59 .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-viyiPvYg59 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-viyiPvYg59 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-viyiPvYg59 h2 {
  color: #000000;
}
.cid-viyiPvYg59 h1 {
  color: #000000;
}
.cid-viyk61eqWE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viyk61eqWE {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viyk61eqWE P {
  color: #767676;
}
.cid-vit3zU1eGP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3zU1eGP .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3zU1eGP .mbr-text {
  text-align: justify;
}
.cid-viyjFx8Wf3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viyjFx8Wf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viyjFx8Wf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viyjFx8Wf3 .container {
    padding: 0 24px;
  }
}
.cid-viyjFx8Wf3 .row {
  justify-content: center;
}
.cid-viyjFx8Wf3 .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viyjFx8Wf3 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viyjFx8Wf3 .content-wrapper {
    padding: 32px;
  }
}
.cid-viyjFx8Wf3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viyjFx8Wf3 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viyjFx8Wf3 .mbr-section-title {
  color: #0082c3;
}
.cid-viyjFx8Wf3 .mbr-text {
  color: #262642;
}
.cid-vit3zUB5CB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3zUB5CB {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vit3zUB5CB hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vit3zUB5CB hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vit3zUB5CB h2 {
  float: center;
  color: #0082c3;
}
.cid-vit3zUB5CB .mbr-section-btn {
  text-align: center !important;
}
.cid-vit3zUB5CB .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vit3zUB5CB H2 {
  color: #a1850b;
}
.cid-vit3zUR4uq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3zUR4uq .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3zUR4uq .mbr-text {
  text-align: justify;
}
.cid-vit3zV6Xwd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vit3zV6Xwd .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-vit3zV6Xwd .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-vit3zV6Xwd .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-vit3zV6Xwd .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vit3zV6Xwd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-vit3zV6Xwd .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vit3zV6Xwd .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-vit3zV6Xwd .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-vit3zV6Xwd .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-vit3zV6Xwd .number {
  text-align: center;
}
.cid-vit3zV6Xwd .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-vit3zV6Xwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit3zV6Xwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vit3Gt5cAc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viQ4Ie625p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viQ4Ie625p H2 {
  text-align: justify;
}
.cid-viQ4Ie625p P {
  text-align: left;
}
.cid-vit3GtDJMT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3GtDJMT {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-vit3GtDJMT .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3GtDJMT .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-viPyE1aW39 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viPyE1aW39 .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viPyE1aW39 .mbr-text {
  text-align: justify;
}
.cid-viPyE1aW39 blau {
  text-align: left;
  color: #0082c3;
}
.cid-vit3Gumsgr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vit3Gumsgr .mbr-text {
    text-align: left;
  }
}
.cid-vit3Gumsgr H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vit3Gumsgr .mbr-text,
.cid-vit3Gumsgr .mbr-section-btn {
  color: #232323;
}
.cid-vit3Gumsgr H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vit3Gumsgr hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vit3Gumsgr hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vit3Gumsgr H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vit3Gumsgr H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vit3Gumsgr H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vit3Gumsgr .image-wrapper {
  text-align: left !important;
}
.cid-vit3Gumsgr .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vit3Gumsgr .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vit3Gumsgr .datemargin {
  margin-top: -10px;
}
.cid-vit3Gumsgr .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-vit3Gumsgr .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vit3Gumsgr .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vit3Gumsgr .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vit3Gumsgr .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vit3Gumsgr .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vit3Gumsgr .custom-text-box h1,
.cid-vit3Gumsgr .custom-text-box h2,
.cid-vit3Gumsgr .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vit3Gumsgr .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vit3Gumsgr .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vit3Gumsgr .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vit3Gumsgr .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vit3Gumsgr .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vit3Gumsgr .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vit3Gumsgr .left-stack-column {
    align-items: center !important;
  }
  .cid-vit3Gumsgr .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vit3Gumsgr .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vit3Gumsgr .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vit3Gumsgr .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vit3Gumsgr .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vit3Gumsgr .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vit3Gumsgr .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vit3Gumsgr .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vit3Gumsgr .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vit3Gumsgr .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vit3Gumsgr .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vit3Gumsgr .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vit3Gumsgr .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vit3Gumsgr .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vit3Gumsgr .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vit3Gumsgr .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vit3Gumsgr achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vit3Gumsgr info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vit3Gumsgr h2 {
  color: #000000;
}
.cid-vit3Gumsgr h1 {
  color: #000000;
}
.cid-vit3GuJN2f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3GuJN2f .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3GuJN2f .mbr-text {
  text-align: justify;
}
.cid-viycBUKAJ7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viycBUKAJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viycBUKAJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viycBUKAJ7 .container {
    padding: 0 24px;
  }
}
.cid-viycBUKAJ7 .row {
  justify-content: center;
}
.cid-viycBUKAJ7 .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viycBUKAJ7 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viycBUKAJ7 .content-wrapper {
    padding: 32px;
  }
}
.cid-viycBUKAJ7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viycBUKAJ7 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viycBUKAJ7 .mbr-section-title {
  color: #0082c3;
}
.cid-viycBUKAJ7 .mbr-text {
  color: #262642;
}
.cid-vit3GvlE4u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3GvlE4u {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vit3GvlE4u hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vit3GvlE4u hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vit3GvlE4u h2 {
  float: center;
  color: #0082c3;
}
.cid-vit3GvlE4u .mbr-section-btn {
  text-align: center !important;
}
.cid-vit3GvlE4u .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vit3GvlE4u H2 {
  color: #a1850b;
}
.cid-vit3GvBEpS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3GvBEpS .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3GvBEpS .mbr-text {
  text-align: justify;
}
.cid-vit3GvRS5s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vit3GvRS5s .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-vit3GvRS5s .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-vit3GvRS5s .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-vit3GvRS5s .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vit3GvRS5s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-vit3GvRS5s .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vit3GvRS5s .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-vit3GvRS5s .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-vit3GvRS5s .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-vit3GvRS5s .number {
  text-align: center;
}
.cid-vit3GvRS5s .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-vit3GvRS5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit3GvRS5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vit3MJuTF9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viQ5b31L1Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viQ5b31L1Y H2 {
  text-align: justify;
}
.cid-viQ5b31L1Y P {
  text-align: left;
}
.cid-vit3MK2Txs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3MK2Txs {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-vit3MK2Txs .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3MK2Txs .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-viPyIYCAkF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viPyIYCAkF .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viPyIYCAkF .mbr-text {
  text-align: justify;
}
.cid-viPyIYCAkF blau {
  text-align: left;
  color: #0082c3;
}
.cid-viy7cYELxp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viy7cYELxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-viy7cYELxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viy7cYELxp .container {
    padding: 0 24px;
  }
}
.cid-viy7cYELxp .row {
  justify-content: center;
}
.cid-viy7cYELxp .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viy7cYELxp .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viy7cYELxp .content-wrapper {
    padding: 32px;
  }
}
.cid-viy7cYELxp .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viy7cYELxp .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viy7cYELxp .mbr-section-title {
  color: #0082c3;
}
.cid-viy7cYELxp .mbr-text {
  color: #262642;
}
.cid-vit3ML5F7y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3ML5F7y .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3ML5F7y .mbr-text {
  text-align: justify;
}
.cid-viy7O41z7x {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viy7O41z7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-viy7O41z7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viy7O41z7x .container {
    padding: 0 24px;
  }
}
.cid-viy7O41z7x .row {
  justify-content: center;
}
.cid-viy7O41z7x .content-wrapper {
  border-radius: 4px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-viy7O41z7x .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-viy7O41z7x .content-wrapper {
    padding: 32px;
  }
}
.cid-viy7O41z7x .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viy7O41z7x .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-viy7O41z7x .mbr-section-title {
  color: #0082c3;
}
.cid-viy7O41z7x .mbr-text {
  color: #262642;
}
.cid-vit3MLE6dD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit3MLE6dD {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vit3MLE6dD hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vit3MLE6dD hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vit3MLE6dD h2 {
  float: center;
  color: #0082c3;
}
.cid-vit3MLE6dD .mbr-section-btn {
  text-align: center !important;
}
.cid-vit3MLE6dD .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vit3MLE6dD H2 {
  color: #a1850b;
}
.cid-vit3MLVdiI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vit3MLVdiI .line {
  background-color: #68879e;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit3MLVdiI .mbr-text {
  text-align: justify;
}
.cid-vit3MMa1il {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vit3MMa1il .card-box {
  background-color: #f0ede9;
  padding: 4rem 2rem;
}
.cid-vit3MMa1il .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-vit3MMa1il .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-vit3MMa1il .card-wrapper {
  border: 1px solid #4479d9;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vit3MMa1il .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-vit3MMa1il .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vit3MMa1il .mbr-section-subtitle {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
  text-align: center;
}
.cid-vit3MMa1il .mbr-section-subtitle:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #4479d9;
  margin-left: 10px;
}
.cid-vit3MMa1il .mbr-section-subtitle:hover:after {
  margin-left: -15px;
}
.cid-vit3MMa1il .number {
  text-align: center;
}
.cid-vit3MMa1il .mbr-section-title {
  text-align: center;
  color: #0082c3;
}
.cid-vit3MMa1il .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit3MMa1il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vit8HA5FN7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-vit8HAnPlg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-vit8HAnPlg .card-box {
  padding: 0rem;
}
.cid-vit8HAnPlg .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vit8HAnPlg .card {
  padding: 0;
  margin: auto;
}
.cid-vit8HAnPlg .card-img {
  height: 240px;
}
.cid-vit8HAnPlg .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-vit8HAnPlg .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-vit8HAnPlg .card-wrapper {
    padding: 4rem;
  }
}
.cid-vit8HAnPlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit8HAnPlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vit8HAnPlg .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-vit8HAnPlg ora {
  color: #947907;
}
.cid-vit8HAy5Ln {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit8HAy5Ln {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vit8HAy5Ln .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vit8HAy5Ln .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-vit8HBjraW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vit8HBjraW {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vit8HBjraW hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vit8HBjraW hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vit8HBjraW h2 {
  float: center;
  color: #0082c3;
}
.cid-vit8HBjraW .mbr-section-btn {
  text-align: center !important;
}
.cid-vit8HBjraW .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vit8HBjraW H2 {
  color: #a1850b;
}
.cid-vit92ueYk0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5fafe;
}
.cid-vit92ueYk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit92ueYk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 575px) {
  .cid-vit92ueYk0 .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vit92ueYk0 .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vit92ueYk0 .mbr-section-title {
  color: #FF014E;
}
.cid-vit92ueYk0 .mbr-section-subtitle {
  color: #3e505e;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-vit92ueYk0 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vit92ueYk0 .card-row {
  align-items: stretch;
}
.cid-vit92ueYk0 .card {
  margin-top: 30px;
}
.cid-vit92ueYk0 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #bed3f9, #ffffff);
}
.cid-vit92ueYk0 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-vit92ueYk0 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #9fdbf8, #7194a8);
  opacity: 0;
  transition: .5s all;
}
.cid-vit92ueYk0 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-vit92ueYk0 .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-vit92ueYk0 .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-vit92ueYk0 .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #bbbbbb;
}
.cid-vit92ueYk0 .card-title {
  color: #3e505e;
  margin-bottom: 0;
}
.cid-vit92ueYk0 .card-title a {
  transition: 0.4s all;
}
.cid-vit92ueYk0 .card-title a:hover {
  color: #0082c3 !important;
}
.cid-vit9Y3zqAN {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vit9Y3zqAN {
    padding-top: 18px;
    padding-bottom: 0px;
  }
}
.cid-vit9Y3zqAN P {
  color: #767676;
}
.cid-vit98TXOs0 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vit98TXOs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vit98TXOs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vit98TXOs0 .items-wrapper {
  margin: 0 -24px;
}
.cid-vit98TXOs0 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vit98TXOs0 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vit98TXOs0 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vit98TXOs0 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vit98TXOs0 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vit98TXOs0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vit98TXOs0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vit98TXOs0 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vit98TXOs0 .image-wrapper {
  border: 1px solid #e4ecfa;
  padding: 12px;
}
.cid-vit98TXOs0 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vit98TXOs0 .image-wrapper img {
    height: 300px;
  }
}
.cid-vit98TXOs0 .mbr-label {
  color: #14334b;
}
.cid-vit98TXOs0 .mbr-section-title {
  color: #ff5500;
}
.cid-vit98TXOs0 .mbr-text {
  color: #14334b;
}
.cid-vit98TXOs0 .mbr-section-title,
.cid-vit98TXOs0 .mbr-section-btn,
.cid-vit98TXOs0 .title-wrap {
  color: #0082c3;
}
.cid-vitewSEv8j {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vitewSEv8j {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vitewSEv8j P {
  color: #767676;
}
.cid-vitdcP9fru {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vitdcP9fru .mbr-fallback-image.disabled {
  display: none;
}
.cid-vitdcP9fru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vitdcP9fru .items-wrapper {
  margin: 0 -24px;
}
.cid-vitdcP9fru .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vitdcP9fru .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vitdcP9fru .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vitdcP9fru .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vitdcP9fru .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vitdcP9fru .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vitdcP9fru .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vitdcP9fru .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vitdcP9fru .image-wrapper {
  border: 1px solid #e4ecfa;
  padding: 12px;
}
.cid-vitdcP9fru .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vitdcP9fru .image-wrapper img {
    height: 300px;
  }
}
.cid-vitdcP9fru .mbr-label {
  color: #14334b;
}
.cid-vitdcP9fru .mbr-section-title {
  color: #ff5500;
}
.cid-vitdcP9fru .mbr-text {
  color: #14334b;
}
.cid-vitdcP9fru .mbr-section-title,
.cid-vitdcP9fru .mbr-section-btn,
.cid-vitdcP9fru .title-wrap {
  color: #0082c3;
}
.cid-vitexT90y3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vitexT90y3 {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vitexT90y3 P {
  color: #767676;
}
.cid-vitdQpPJho {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vitdQpPJho .mbr-fallback-image.disabled {
  display: none;
}
.cid-vitdQpPJho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vitdQpPJho .items-wrapper {
  margin: 0 -24px;
}
.cid-vitdQpPJho .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vitdQpPJho .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vitdQpPJho .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vitdQpPJho .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vitdQpPJho .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vitdQpPJho .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vitdQpPJho .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vitdQpPJho .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vitdQpPJho .image-wrapper {
  border: 1px solid #e4ecfa;
  padding: 12px;
}
.cid-vitdQpPJho .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vitdQpPJho .image-wrapper img {
    height: 300px;
  }
}
.cid-vitdQpPJho .mbr-label {
  color: #14334b;
}
.cid-vitdQpPJho .mbr-section-title {
  color: #ff5500;
}
.cid-vitdQpPJho .mbr-text {
  color: #14334b;
}
.cid-vitdQpPJho .mbr-section-title,
.cid-vitdQpPJho .mbr-section-btn,
.cid-vitdQpPJho .title-wrap {
  color: #0082c3;
}
.cid-viteyAEFy4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viteyAEFy4 {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viteyAEFy4 P {
  color: #767676;
}
.cid-vite7f11Y7 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vite7f11Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vite7f11Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vite7f11Y7 .items-wrapper {
  margin: 0 -24px;
}
.cid-vite7f11Y7 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vite7f11Y7 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vite7f11Y7 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vite7f11Y7 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vite7f11Y7 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vite7f11Y7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vite7f11Y7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vite7f11Y7 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vite7f11Y7 .image-wrapper {
  border: 1px solid #e4ecfa;
  padding: 12px;
}
.cid-vite7f11Y7 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vite7f11Y7 .image-wrapper img {
    height: 300px;
  }
}
.cid-vite7f11Y7 .mbr-label {
  color: #14334b;
}
.cid-vite7f11Y7 .mbr-section-title {
  color: #ff5500;
}
.cid-vite7f11Y7 .mbr-text {
  color: #14334b;
}
.cid-vite7f11Y7 .mbr-section-title,
.cid-vite7f11Y7 .mbr-section-btn,
.cid-vite7f11Y7 .title-wrap {
  color: #0082c3;
}
.cid-vitezvzy1A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vitezvzy1A {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vitezvzy1A P {
  color: #767676;
}
.cid-vitebGTxNz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vitebGTxNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vitebGTxNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vitebGTxNz .items-wrapper {
  margin: 0 -24px;
}
.cid-vitebGTxNz .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vitebGTxNz .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vitebGTxNz .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vitebGTxNz .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vitebGTxNz .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vitebGTxNz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vitebGTxNz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vitebGTxNz .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vitebGTxNz .image-wrapper {
  border: 1px solid #e4ecfa;
  padding: 12px;
}
.cid-vitebGTxNz .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vitebGTxNz .image-wrapper img {
    height: 300px;
  }
}
.cid-vitebGTxNz .mbr-label {
  color: #14334b;
}
.cid-vitebGTxNz .mbr-section-title {
  color: #ff5500;
}
.cid-vitebGTxNz .mbr-text {
  color: #14334b;
}
.cid-vitebGTxNz .mbr-section-title,
.cid-vitebGTxNz .mbr-section-btn,
.cid-vitebGTxNz .title-wrap {
  color: #0082c3;
}
.cid-viteA6vw16 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viteA6vw16 {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viteA6vw16 P {
  color: #767676;
}
.cid-vitehno2Qw {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vitehno2Qw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vitehno2Qw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vitehno2Qw .items-wrapper {
  margin: 0 -24px;
}
.cid-vitehno2Qw .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vitehno2Qw .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vitehno2Qw .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vitehno2Qw .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vitehno2Qw .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vitehno2Qw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vitehno2Qw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vitehno2Qw .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vitehno2Qw .image-wrapper {
  border: 1px solid #e4ecfa;
  padding: 12px;
}
.cid-vitehno2Qw .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vitehno2Qw .image-wrapper img {
    height: 300px;
  }
}
.cid-vitehno2Qw .mbr-label {
  color: #14334b;
}
.cid-vitehno2Qw .mbr-section-title {
  color: #ff5500;
}
.cid-vitehno2Qw .mbr-text {
  color: #14334b;
}
.cid-vitehno2Qw .mbr-section-title,
.cid-vitehno2Qw .mbr-section-btn,
.cid-vitehno2Qw .title-wrap {
  color: #0082c3;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-visa5xsTBj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKeW2IpcO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKeW2IpcO .card-box {
  padding: 0rem;
}
.cid-viKeW2IpcO .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKeW2IpcO .card {
  padding: 0;
  margin: auto;
}
.cid-viKeW2IpcO .card-img {
  height: 240px;
}
.cid-viKeW2IpcO .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKeW2IpcO .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKeW2IpcO .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKeW2IpcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKeW2IpcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKeW2IpcO .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKeW2IpcO ora {
  color: #947907;
}
.cid-viKeW2IpcO blau {
  color: #78D2FF;
}
.cid-visa5xYFAr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-visa5xYFAr {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-visa5xYFAr .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-visa5xYFAr .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vk44AwKZT9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vk44AwKZT9 .mbr-text,
.cid-vk44AwKZT9 blockquote {
  color: #767676;
}
.cid-vk44AwKZT9 .mbr-text {
  color: #232323;
}
.cid-vkaiv55vHe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkaiv55vHe {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.cid-vkaiv55vHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaiv55vHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaiv55vHe .text-block {
  background-color: #ffffff;
  padding: 0rem;
  overflow: hidden;
  border-radius: 16px;
}
.cid-vkaiv55vHe .logo-float {
  float: left;
  float: right;
  width: 480px;
  margin: 0 0rem 0rem 0;
}
.cid-vkaiv55vHe .logo-float img {
  width: 99%;
  height: auto;
  display: block;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (max-width: 990px) {
  .cid-vkaiv55vHe .logo-float {
    float: none;
    margin: 0 auto 1rem auto;
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
  }
}
.cid-vkaiv55vHe P {
  text-align: left;
}
.cid-vkaiv55vHe .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vkaiv55vHe .mbr-section-title {
  text-align: left;
}
.cid-vkaiv55vHe h22 {
  text-align: left;
  font-size: 16px;
  color: #0082c3;
}
.cid-vkaiv55vHe .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vkaiw3PlAU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkaiw3PlAU {
    padding-top: 6px;
    padding-bottom: 1px;
  }
}
.cid-vkaiw3PlAU .line {
  background-color: #4479d9;
  color: #4479d9;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vkaiw3PlAU .section-text {
  padding: 0.2rem 0;
  text-align: justify;
  color: #ff6600;
}
.cid-vkaiw3PlAU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vkaiw3PlAU .inner-container {
    width: 100% !important;
  }
}
.cid-vkaixfqTgL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkaixfqTgL {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-vkaixfqTgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaixfqTgL .item-wrapper {
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding: 1.5rem 1rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-vkaixfqTgL .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-vkaixfqTgL .item-wrapper:hover {
  background: #bbbbbb;
  transform: translateY(-5px);
}
.cid-vkaixfqTgL .item-wrapper:hover .card-title,
.cid-vkaixfqTgL .item-wrapper:hover .card-text,
.cid-vkaixfqTgL .item-wrapper:hover .card-link,
.cid-vkaixfqTgL .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-vkaixfqTgL .item-wrapper:hover span {
  color: #0082c3;
}
.cid-vkaixfqTgL .card-title,
.cid-vkaixfqTgL .card-text,
.cid-vkaixfqTgL .card-link,
.cid-vkaixfqTgL .card-link a {
  transition: all 0.3s;
}
.cid-vkaixfqTgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaixfqTgL .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-vkaixfqTgL .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-vkaixfqTgL .link-wrapper:hover {
  cursor: pointer;
}
.cid-vkaixfqTgL .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #bbbbbb;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vkaixfqTgL .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-vkaixfqTgL .card-title,
.cid-vkaixfqTgL .iconfont-wrapper {
  color: #000000;
}
.cid-vkaixfqTgL .card-text {
  color: #232323;
}
.cid-vkaixfqTgL .content-head {
  max-width: 800px;
}
.cid-vkaixfqTgL .mbr-section-title {
  color: #000000;
}
.cid-vkaixfqTgL .card-link,
.cid-vkaixfqTgL .link-icon,
.cid-vkaixfqTgL .link-align {
  color: #232323;
}
.cid-vkaixTaxNe {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkaixTaxNe {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
.cid-vkaixTaxNe .line {
  background-color: #4479d9;
  color: #4479d9;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vkaixTaxNe .section-text {
  padding: 0.2rem 0;
  text-align: justify;
  color: #0082c3;
}
.cid-vkaixTaxNe .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vkaixTaxNe .inner-container {
    width: 100% !important;
  }
}
.cid-visa5yyLPr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-visa5yyLPr {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-visa5yyLPr hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-visa5yyLPr hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-visa5yyLPr h2 {
  float: center;
  color: #0082c3;
}
.cid-visa5yyLPr .mbr-section-btn {
  text-align: center !important;
}
.cid-visa5yyLPr .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-visa5yyLPr H2 {
  color: #a1850b;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-viEYWqfPl3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viEYWqy1lB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viEYWqy1lB {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-viEYWqy1lB .mbr-fallback-image.disabled {
  display: none;
}
.cid-viEYWqy1lB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viEYWqy1lB .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-viEYWqy1lB .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-viEYWqy1lB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viEYWqy1lB .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-viEYWqy1lB .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-viEYWqy1lB .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-viEYWqy1lB .image-wrapper img {
  height: 584px;
  width: 355px;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 992px) {
  .cid-viEYWqy1lB .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-viEYWqy1lB .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-viEYWqy1lB .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-viEYWqy1lB .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-viEYWqy1lB .mbr-section-title {
  color: #3e505e;
  text-align: left;
}
.cid-viEYWqy1lB .mbr-desc {
  color: #000000;
}
.cid-viEYWqy1lB .mbr-text {
  color: #000000;
}
.cid-viEYWqy1lB gross {
  color: #0082c3;
  Font-size: 32px;
}
.cid-viEYWqy1lB .h1 {
  color: #0082c3;
  Font-size: 32px;
}
.cid-viEYWqy1lB klein {
  color: #000000;
  font-size: 12px;
  font-family: Catamaran-Light;
}
.cid-viEYWqL1Nn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viEYWqL1Nn {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-viEYWqL1Nn hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-viEYWqL1Nn hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-viEYWqL1Nn h2 {
  float: center;
  color: #0082c3;
}
.cid-viEYWqL1Nn .mbr-section-btn {
  text-align: center !important;
}
.cid-viEYWqL1Nn .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.8rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-viEYWqL1Nn H2 {
  color: #a1850b;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vicBQr5eK2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-viKeqLqjTC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-viKeqLqjTC .card-box {
  padding: 0rem;
}
.cid-viKeqLqjTC .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-viKeqLqjTC .card {
  padding: 0;
  margin: auto;
}
.cid-viKeqLqjTC .card-img {
  height: 240px;
}
.cid-viKeqLqjTC .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-viKeqLqjTC .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-viKeqLqjTC .card-wrapper {
    padding: 4rem;
  }
}
.cid-viKeqLqjTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKeqLqjTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKeqLqjTC .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-viKeqLqjTC ora {
  color: #947907;
}
.cid-viKeqLqjTC blau {
  color: #78D2FF;
}
.cid-vicBQrA86D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vicBQrA86D {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vicBQrA86D hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vicBQrA86D hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vicBQrA86D h2 {
  float: center;
  color: #0082c3;
}
.cid-vicBQrA86D .mbr-section-btn {
  text-align: center !important;
}
.cid-vicBQrA86D .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vicBQrA86D H2 {
  color: #a1850b;
}
.cid-vicHJzfQHG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vicHJzfQHG {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vicHJzfQHG .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vicHJzfQHG .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-viFGNfcaI4 {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viFGNfcaI4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-viFGNfcaI4 .image-wrapper img {
  width: 1400px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-viFGNfcaI4 .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-viFGNfcaI4 .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-viFGNfcaI4 .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-viFGNfcaI4 .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-viFGNfcaI4 .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-viFGNfcaI4 .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-viFGNfcaI4 .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-viFGNfcaI4 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-viFGNfcaI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFGNfcaI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFGSBJVbz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viFGSBJVbz {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viFGSBJVbz P {
  color: #767676;
}
.cid-viFGO8QM1J {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viFGO8QM1J .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-viFGO8QM1J .image-wrapper img {
  width: 1400px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-viFGO8QM1J .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-viFGO8QM1J .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-viFGO8QM1J .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-viFGO8QM1J .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-viFGO8QM1J .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-viFGO8QM1J .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-viFGO8QM1J .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-viFGO8QM1J .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-viFGO8QM1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFGO8QM1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFGTY7SzL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viFGTY7SzL {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viFGTY7SzL P {
  color: #767676;
}
.cid-viFGOT5ZfE {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viFGOT5ZfE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-viFGOT5ZfE .image-wrapper img {
  width: 1400px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-viFGOT5ZfE .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-viFGOT5ZfE .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-viFGOT5ZfE .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-viFGOT5ZfE .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-viFGOT5ZfE .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-viFGOT5ZfE .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-viFGOT5ZfE .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-viFGOT5ZfE .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-viFGOT5ZfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFGOT5ZfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFGUzI9Ak {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viFGUzI9Ak {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viFGUzI9Ak P {
  color: #767676;
}
.cid-viFGPxviYG {
  padding-top: 10rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viFGPxviYG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-viFGPxviYG .image-wrapper img {
  width: 1300px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-viFGPxviYG .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-viFGPxviYG .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-viFGPxviYG .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-viFGPxviYG .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-viFGPxviYG .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-viFGPxviYG .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-viFGPxviYG .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-viFGPxviYG .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-viFGPxviYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFGPxviYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFvEW0e9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFvEW0e9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFvEW0e9F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFvEW0e9F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFvEW0e9F .row {
    text-align: center;
  }
  .cid-viFvEW0e9F .social-row {
    justify-content: center;
  }
}
.cid-viFvEW0e9F .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFvEW0e9F .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFvEW0e9F .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-iconfont {
  color: black;
}
.cid-viFvEW0e9F klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFvEW0e9F .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-viFIwATSZf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viFIwBume7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viFIwBume7 {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-viFIwBume7 .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viFIwBume7 .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-viFIwBIWSB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viFIwBIWSB {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-viFIwBIWSB hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-viFIwBIWSB hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-viFIwBIWSB h2 {
  float: center;
  color: #0082c3;
}
.cid-viFIwBIWSB .mbr-section-btn {
  text-align: center !important;
}
.cid-viFIwBIWSB .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-viFIwBIWSB H2 {
  color: #a1850b;
}
.cid-viFNpsa0PQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viFNpsa0PQ .line {
  background-color: #507991;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viFNpsa0PQ .mbr-text {
  text-align: left;
  color: #0082c3;
}
.cid-viFJJ2uEAI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viFJJ2uEAI .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-viFJJ2uEAI .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #353535;
}
.cid-viFJJ2uEAI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-viFJJ2uEAI .inner-container {
    width: 100% !important;
  }
}
.cid-viFIwCddLq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-viFIwCddLq {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-viFIwCddLq P {
  color: #767676;
}
.cid-viFJOBnKSz {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viFJOBnKSz .line {
  background-color: #507991;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-viFJOBnKSz .mbr-text {
  text-align: left;
}
.cid-viFJRjdTYj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5fafe;
}
.cid-viFJRjdTYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFJRjdTYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viFJRjdTYj .title {
    margin-bottom: 3rem;
  }
}
.cid-viFJRjdTYj img {
  border-radius: 4px;
}
.cid-viFJRjdTYj .btn-secondary {
  color: #0082c3 !important;
}
.cid-viFJRjdTYj .mbr-section-btn {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .cid-viFJRjdTYj .mbr-section-btn {
    margin-top: 2rem;
  }
}
.cid-viFJRjdTYj .mbr-section-title {
  color: #507991;
}
.cid-viFJRjdTYj .mbr-section-subtitle {
  color: #3e505e;
}
.cid-viFJRjdTYj .btn {
  padding: 0.55rem 2rem;
  color: #ff6666;
  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;
  border-radius: 3px;
  border-color: #0082c3;
  width: 350px;
}
.cid-viFJRjdTYj .btn:hover,
.cid-viFJRjdTYj .btn:focus {
  background: #ff6666 !important;
  color: #0082c3 !important;
}
.cid-viFJVlUxQc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viFJVlUxQc .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-viFJVlUxQc .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #353535;
}
.cid-viFJVlUxQc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-viFJVlUxQc .inner-container {
    width: 100% !important;
  }
}
.cid-viFIwFjxs8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-viFIwFjxs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFIwFjxs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFIwFjxs8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viFIwFjxs8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viFIwFjxs8 .row {
    text-align: center;
  }
  .cid-viFIwFjxs8 .social-row {
    justify-content: center;
  }
}
.cid-viFIwFjxs8 .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-viFIwFjxs8 .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-viFIwFjxs8 .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-viFIwFjxs8 .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-viFIwFjxs8 .mbr-iconfont {
  color: black;
}
.cid-viFIwFjxs8 klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-viFIwFjxs8 klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-viFIwFjxs8 .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vk43YkMYLe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-vk43Yle44a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-vk43Yle44a .card-box {
  padding: 0rem;
}
.cid-vk43Yle44a .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vk43Yle44a .card {
  padding: 0;
  margin: auto;
}
.cid-vk43Yle44a .card-img {
  height: 240px;
}
.cid-vk43Yle44a .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-vk43Yle44a .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-vk43Yle44a .card-wrapper {
    padding: 4rem;
  }
}
.cid-vk43Yle44a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk43Yle44a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk43Yle44a .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-vk43Yle44a ora {
  color: #947907;
}
.cid-vk43Yle44a blau {
  color: #78D2FF;
}
.cid-vk43YlxQcr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vk43YlxQcr {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vk43YlxQcr .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vk43YlxQcr .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-vk457JH3UK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vk457JH3UK {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vk457JH3UK .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vk457JH3UK .mbr-text {
  text-align: justify;
  color: #e43f3f;
}
.cid-vk44nZQgzR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vk44nZQgzR .mbr-text,
.cid-vk44nZQgzR blockquote {
  color: #767676;
}
.cid-vk44nZQgzR .mbr-text {
  color: #232323;
}
.cid-vk43YlOM5d {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43YlOM5d .mbr-text {
    text-align: left;
  }
}
.cid-vk43YlOM5d H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43YlOM5d .mbr-text,
.cid-vk43YlOM5d .mbr-section-btn {
  color: #232323;
}
.cid-vk43YlOM5d H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43YlOM5d hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YlOM5d hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YlOM5d H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43YlOM5d H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43YlOM5d H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43YlOM5d .image-wrapper {
  text-align: left !important;
}
.cid-vk43YlOM5d .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43YlOM5d .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43YlOM5d .datemargin {
  margin-top: -10px;
}
.cid-vk43YlOM5d .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-vk43YlOM5d .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43YlOM5d .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43YlOM5d .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YlOM5d .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43YlOM5d .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43YlOM5d .custom-text-box h1,
.cid-vk43YlOM5d .custom-text-box h2,
.cid-vk43YlOM5d .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43YlOM5d .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YlOM5d .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YlOM5d .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YlOM5d .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43YlOM5d .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43YlOM5d .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43YlOM5d .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43YlOM5d .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YlOM5d .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YlOM5d .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43YlOM5d .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43YlOM5d .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43YlOM5d .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43YlOM5d .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43YlOM5d .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43YlOM5d .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43YlOM5d .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43YlOM5d .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43YlOM5d .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43YlOM5d .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43YlOM5d .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43YlOM5d .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43YlOM5d .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43YlOM5d achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43YlOM5d info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43YlOM5d h2 {
  color: #000000;
}
.cid-vk43YlOM5d h1 {
  color: #000000;
}
.cid-vk43YmiP1G {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43YmiP1G {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43YmiP1G P {
  color: #767676;
}
.cid-vk43YmCRK7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43YmCRK7 .mbr-text {
    text-align: left;
  }
}
.cid-vk43YmCRK7 H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43YmCRK7 .mbr-text,
.cid-vk43YmCRK7 .mbr-section-btn {
  color: #232323;
}
.cid-vk43YmCRK7 H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43YmCRK7 hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YmCRK7 hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YmCRK7 H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43YmCRK7 H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43YmCRK7 H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43YmCRK7 .image-wrapper {
  text-align: left !important;
}
.cid-vk43YmCRK7 .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43YmCRK7 .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43YmCRK7 .datemargin {
  margin-top: -10px;
}
.cid-vk43YmCRK7 .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-vk43YmCRK7 .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43YmCRK7 .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43YmCRK7 .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YmCRK7 .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43YmCRK7 .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43YmCRK7 .custom-text-box h1,
.cid-vk43YmCRK7 .custom-text-box h2,
.cid-vk43YmCRK7 .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43YmCRK7 .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YmCRK7 .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YmCRK7 .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YmCRK7 .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43YmCRK7 .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43YmCRK7 .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43YmCRK7 .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43YmCRK7 .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YmCRK7 .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YmCRK7 .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43YmCRK7 .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43YmCRK7 .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43YmCRK7 .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43YmCRK7 .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43YmCRK7 .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43YmCRK7 .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43YmCRK7 .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43YmCRK7 .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43YmCRK7 .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43YmCRK7 .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43YmCRK7 .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43YmCRK7 .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43YmCRK7 .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43YmCRK7 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43YmCRK7 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43YmCRK7 h2 {
  color: #000000;
}
.cid-vk43YmCRK7 h1 {
  color: #000000;
}
.cid-vk43Yn5cBx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43Yn5cBx {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43Yn5cBx P {
  color: #767676;
}
.cid-vk43YnpzzX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vk43YnpzzX {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vk43YnpzzX hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vk43YnpzzX hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vk43YnpzzX h2 {
  float: center;
  color: #0082c3;
}
.cid-vk43YnpzzX .mbr-section-btn {
  text-align: center !important;
}
.cid-vk43YnpzzX .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vk43YnpzzX H2 {
  color: #a1850b;
}
.cid-vk43YnJTkV {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43YnJTkV .mbr-text {
    text-align: left;
  }
}
.cid-vk43YnJTkV H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43YnJTkV .mbr-text,
.cid-vk43YnJTkV .mbr-section-btn {
  color: #232323;
}
.cid-vk43YnJTkV H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43YnJTkV hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YnJTkV hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YnJTkV H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43YnJTkV H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43YnJTkV H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43YnJTkV .image-wrapper {
  text-align: left !important;
}
.cid-vk43YnJTkV .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43YnJTkV .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43YnJTkV .datemargin {
  margin-top: -10px;
}
.cid-vk43YnJTkV .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-vk43YnJTkV .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43YnJTkV .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43YnJTkV .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YnJTkV .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43YnJTkV .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43YnJTkV .custom-text-box h1,
.cid-vk43YnJTkV .custom-text-box h2,
.cid-vk43YnJTkV .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43YnJTkV .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YnJTkV .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YnJTkV .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YnJTkV .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43YnJTkV .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43YnJTkV .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43YnJTkV .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43YnJTkV .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YnJTkV .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YnJTkV .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43YnJTkV .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43YnJTkV .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43YnJTkV .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43YnJTkV .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43YnJTkV .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43YnJTkV .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43YnJTkV .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43YnJTkV .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43YnJTkV .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43YnJTkV .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43YnJTkV .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43YnJTkV .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43YnJTkV .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43YnJTkV achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43YnJTkV info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43YnJTkV h2 {
  color: #000000;
}
.cid-vk43YnJTkV h1 {
  color: #000000;
}
.cid-vk43Yodrnu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43Yodrnu {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43Yodrnu P {
  color: #767676;
}
.cid-vk43YozMRG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43YozMRG .mbr-text {
    text-align: left;
  }
}
.cid-vk43YozMRG H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43YozMRG .mbr-text,
.cid-vk43YozMRG .mbr-section-btn {
  color: #232323;
}
.cid-vk43YozMRG H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43YozMRG hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YozMRG hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YozMRG H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43YozMRG H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43YozMRG H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43YozMRG .image-wrapper {
  text-align: left !important;
}
.cid-vk43YozMRG .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43YozMRG .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43YozMRG .datemargin {
  margin-top: -10px;
}
.cid-vk43YozMRG .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-vk43YozMRG .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43YozMRG .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43YozMRG .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YozMRG .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43YozMRG .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43YozMRG .custom-text-box h1,
.cid-vk43YozMRG .custom-text-box h2,
.cid-vk43YozMRG .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43YozMRG .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YozMRG .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YozMRG .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YozMRG .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43YozMRG .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43YozMRG .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43YozMRG .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43YozMRG .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YozMRG .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YozMRG .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43YozMRG .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43YozMRG .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43YozMRG .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43YozMRG .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43YozMRG .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43YozMRG .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43YozMRG .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43YozMRG .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43YozMRG .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43YozMRG .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43YozMRG .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43YozMRG .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43YozMRG .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43YozMRG achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43YozMRG info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43YozMRG h2 {
  color: #000000;
}
.cid-vk43YozMRG h1 {
  color: #000000;
}
.cid-vk43Yp2FeA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43Yp2FeA {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43Yp2FeA P {
  color: #767676;
}
.cid-vk43YpnPLM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43YpnPLM .mbr-text {
    text-align: left;
  }
}
.cid-vk43YpnPLM H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43YpnPLM .mbr-text,
.cid-vk43YpnPLM .mbr-section-btn {
  color: #232323;
}
.cid-vk43YpnPLM H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43YpnPLM hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YpnPLM hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YpnPLM H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43YpnPLM H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43YpnPLM H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43YpnPLM .image-wrapper {
  text-align: left !important;
}
.cid-vk43YpnPLM .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43YpnPLM .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43YpnPLM .datemargin {
  margin-top: -10px;
}
.cid-vk43YpnPLM .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-vk43YpnPLM .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43YpnPLM .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43YpnPLM .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YpnPLM .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43YpnPLM .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43YpnPLM .custom-text-box h1,
.cid-vk43YpnPLM .custom-text-box h2,
.cid-vk43YpnPLM .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43YpnPLM .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YpnPLM .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YpnPLM .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YpnPLM .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43YpnPLM .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43YpnPLM .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43YpnPLM .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43YpnPLM .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YpnPLM .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YpnPLM .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43YpnPLM .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43YpnPLM .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43YpnPLM .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43YpnPLM .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43YpnPLM .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43YpnPLM .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43YpnPLM .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43YpnPLM .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43YpnPLM .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43YpnPLM .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43YpnPLM .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43YpnPLM .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43YpnPLM .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43YpnPLM achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43YpnPLM info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43YpnPLM h2 {
  color: #000000;
}
.cid-vk43YpnPLM h1 {
  color: #000000;
}
.cid-vk43YpPsHg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43YpPsHg {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43YpPsHg P {
  color: #767676;
}
.cid-vk43YqdoBP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43YqdoBP .mbr-text {
    text-align: left;
  }
}
.cid-vk43YqdoBP H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43YqdoBP .mbr-text,
.cid-vk43YqdoBP .mbr-section-btn {
  color: #232323;
}
.cid-vk43YqdoBP H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43YqdoBP hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YqdoBP hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YqdoBP H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43YqdoBP H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43YqdoBP H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43YqdoBP .image-wrapper {
  text-align: left !important;
}
.cid-vk43YqdoBP .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43YqdoBP .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43YqdoBP .datemargin {
  margin-top: -10px;
}
.cid-vk43YqdoBP .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-vk43YqdoBP .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43YqdoBP .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43YqdoBP .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YqdoBP .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43YqdoBP .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43YqdoBP .custom-text-box h1,
.cid-vk43YqdoBP .custom-text-box h2,
.cid-vk43YqdoBP .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43YqdoBP .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YqdoBP .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YqdoBP .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YqdoBP .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43YqdoBP .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43YqdoBP .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43YqdoBP .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43YqdoBP .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YqdoBP .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YqdoBP .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43YqdoBP .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43YqdoBP .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43YqdoBP .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43YqdoBP .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43YqdoBP .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43YqdoBP .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43YqdoBP .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43YqdoBP .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43YqdoBP .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43YqdoBP .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43YqdoBP .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43YqdoBP .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43YqdoBP .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43YqdoBP achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43YqdoBP info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43YqdoBP h2 {
  color: #000000;
}
.cid-vk43YqdoBP h1 {
  color: #000000;
}
.cid-vk43YqGc0z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43YqGc0z {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43YqGc0z P {
  color: #767676;
}
.cid-vk43Yr5Jal {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43Yr5Jal .mbr-text {
    text-align: left;
  }
}
.cid-vk43Yr5Jal H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43Yr5Jal .mbr-text,
.cid-vk43Yr5Jal .mbr-section-btn {
  color: #232323;
}
.cid-vk43Yr5Jal H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43Yr5Jal hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Yr5Jal hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Yr5Jal H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43Yr5Jal H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43Yr5Jal H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43Yr5Jal .image-wrapper {
  text-align: left !important;
}
.cid-vk43Yr5Jal .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43Yr5Jal .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43Yr5Jal .datemargin {
  margin-top: -10px;
}
.cid-vk43Yr5Jal .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-vk43Yr5Jal .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43Yr5Jal .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43Yr5Jal .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yr5Jal .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43Yr5Jal .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43Yr5Jal .custom-text-box h1,
.cid-vk43Yr5Jal .custom-text-box h2,
.cid-vk43Yr5Jal .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43Yr5Jal .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yr5Jal .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yr5Jal .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yr5Jal .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43Yr5Jal .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43Yr5Jal .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43Yr5Jal .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43Yr5Jal .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Yr5Jal .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Yr5Jal .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43Yr5Jal .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43Yr5Jal .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43Yr5Jal .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43Yr5Jal .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43Yr5Jal .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43Yr5Jal .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43Yr5Jal .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43Yr5Jal .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43Yr5Jal .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43Yr5Jal .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43Yr5Jal .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43Yr5Jal .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43Yr5Jal .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43Yr5Jal achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43Yr5Jal info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43Yr5Jal h2 {
  color: #000000;
}
.cid-vk43Yr5Jal h1 {
  color: #000000;
}
.cid-vk43YrD6tR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43YrD6tR {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43YrD6tR P {
  color: #767676;
}
.cid-vk43Ys3b1e {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43Ys3b1e .mbr-text {
    text-align: left;
  }
}
.cid-vk43Ys3b1e H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43Ys3b1e .mbr-text,
.cid-vk43Ys3b1e .mbr-section-btn {
  color: #232323;
}
.cid-vk43Ys3b1e H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43Ys3b1e hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Ys3b1e hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Ys3b1e H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43Ys3b1e H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43Ys3b1e H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43Ys3b1e .image-wrapper {
  text-align: left !important;
}
.cid-vk43Ys3b1e .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43Ys3b1e .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43Ys3b1e .datemargin {
  margin-top: -10px;
}
.cid-vk43Ys3b1e .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-vk43Ys3b1e .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43Ys3b1e .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43Ys3b1e .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Ys3b1e .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43Ys3b1e .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43Ys3b1e .custom-text-box h1,
.cid-vk43Ys3b1e .custom-text-box h2,
.cid-vk43Ys3b1e .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43Ys3b1e .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Ys3b1e .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Ys3b1e .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Ys3b1e .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43Ys3b1e .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43Ys3b1e .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43Ys3b1e .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43Ys3b1e .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Ys3b1e .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Ys3b1e .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43Ys3b1e .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43Ys3b1e .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43Ys3b1e .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43Ys3b1e .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43Ys3b1e .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43Ys3b1e .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43Ys3b1e .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43Ys3b1e .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43Ys3b1e .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43Ys3b1e .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43Ys3b1e .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43Ys3b1e .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43Ys3b1e .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43Ys3b1e achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43Ys3b1e info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43Ys3b1e h2 {
  color: #000000;
}
.cid-vk43Ys3b1e h1 {
  color: #000000;
}
.cid-vk43YszJm0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43YszJm0 {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43YszJm0 P {
  color: #767676;
}
.cid-vk43Yt1RJY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43Yt1RJY .mbr-text {
    text-align: left;
  }
}
.cid-vk43Yt1RJY H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43Yt1RJY .mbr-text,
.cid-vk43Yt1RJY .mbr-section-btn {
  color: #232323;
}
.cid-vk43Yt1RJY H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43Yt1RJY hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Yt1RJY hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Yt1RJY H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43Yt1RJY H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43Yt1RJY H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43Yt1RJY .image-wrapper {
  text-align: left !important;
}
.cid-vk43Yt1RJY .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43Yt1RJY .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43Yt1RJY .datemargin {
  margin-top: -10px;
}
.cid-vk43Yt1RJY .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-vk43Yt1RJY .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43Yt1RJY .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43Yt1RJY .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yt1RJY .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43Yt1RJY .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43Yt1RJY .custom-text-box h1,
.cid-vk43Yt1RJY .custom-text-box h2,
.cid-vk43Yt1RJY .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43Yt1RJY .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yt1RJY .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yt1RJY .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yt1RJY .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43Yt1RJY .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43Yt1RJY .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43Yt1RJY .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43Yt1RJY .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Yt1RJY .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Yt1RJY .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43Yt1RJY .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43Yt1RJY .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43Yt1RJY .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43Yt1RJY .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43Yt1RJY .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43Yt1RJY .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43Yt1RJY .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43Yt1RJY .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43Yt1RJY .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43Yt1RJY .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43Yt1RJY .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43Yt1RJY .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43Yt1RJY .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43Yt1RJY achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43Yt1RJY info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43Yt1RJY h2 {
  color: #000000;
}
.cid-vk43Yt1RJY h1 {
  color: #000000;
}
.cid-vk43YtybLx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43YtybLx {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43YtybLx P {
  color: #767676;
}
.cid-vk43Yu0EtE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43Yu0EtE .mbr-text {
    text-align: left;
  }
}
.cid-vk43Yu0EtE H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43Yu0EtE .mbr-text,
.cid-vk43Yu0EtE .mbr-section-btn {
  color: #232323;
}
.cid-vk43Yu0EtE H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43Yu0EtE hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Yu0EtE hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Yu0EtE H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43Yu0EtE H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43Yu0EtE H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43Yu0EtE .image-wrapper {
  text-align: left !important;
}
.cid-vk43Yu0EtE .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43Yu0EtE .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43Yu0EtE .datemargin {
  margin-top: -10px;
}
.cid-vk43Yu0EtE .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-vk43Yu0EtE .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43Yu0EtE .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43Yu0EtE .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yu0EtE .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43Yu0EtE .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43Yu0EtE .custom-text-box h1,
.cid-vk43Yu0EtE .custom-text-box h2,
.cid-vk43Yu0EtE .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43Yu0EtE .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yu0EtE .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yu0EtE .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yu0EtE .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43Yu0EtE .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43Yu0EtE .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43Yu0EtE .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43Yu0EtE .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Yu0EtE .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Yu0EtE .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43Yu0EtE .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43Yu0EtE .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43Yu0EtE .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43Yu0EtE .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43Yu0EtE .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43Yu0EtE .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43Yu0EtE .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43Yu0EtE .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43Yu0EtE .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43Yu0EtE .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43Yu0EtE .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43Yu0EtE .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43Yu0EtE .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43Yu0EtE achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43Yu0EtE info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43Yu0EtE h2 {
  color: #000000;
}
.cid-vk43Yu0EtE h1 {
  color: #000000;
}
.cid-vk43YuA9oH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43YuA9oH {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43YuA9oH P {
  color: #767676;
}
.cid-vk43Yv3DFy {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43Yv3DFy .mbr-text {
    text-align: left;
  }
}
.cid-vk43Yv3DFy H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43Yv3DFy .mbr-text,
.cid-vk43Yv3DFy .mbr-section-btn {
  color: #232323;
}
.cid-vk43Yv3DFy H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43Yv3DFy hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Yv3DFy hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Yv3DFy H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43Yv3DFy H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43Yv3DFy H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43Yv3DFy .image-wrapper {
  text-align: left !important;
}
.cid-vk43Yv3DFy .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43Yv3DFy .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43Yv3DFy .datemargin {
  margin-top: -10px;
}
.cid-vk43Yv3DFy .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-vk43Yv3DFy .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43Yv3DFy .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43Yv3DFy .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yv3DFy .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43Yv3DFy .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43Yv3DFy .custom-text-box h1,
.cid-vk43Yv3DFy .custom-text-box h2,
.cid-vk43Yv3DFy .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43Yv3DFy .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yv3DFy .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yv3DFy .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yv3DFy .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43Yv3DFy .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43Yv3DFy .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43Yv3DFy .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43Yv3DFy .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Yv3DFy .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Yv3DFy .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43Yv3DFy .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43Yv3DFy .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43Yv3DFy .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43Yv3DFy .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43Yv3DFy .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43Yv3DFy .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43Yv3DFy .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43Yv3DFy .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43Yv3DFy .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43Yv3DFy .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43Yv3DFy .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43Yv3DFy .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43Yv3DFy .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43Yv3DFy achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43Yv3DFy info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43Yv3DFy h2 {
  color: #000000;
}
.cid-vk43Yv3DFy h1 {
  color: #000000;
}
.cid-vk43YvEQ2n {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43YvEQ2n {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43YvEQ2n P {
  color: #767676;
}
.cid-vk43Yw9kO1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43Yw9kO1 .mbr-text {
    text-align: left;
  }
}
.cid-vk43Yw9kO1 H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43Yw9kO1 .mbr-text,
.cid-vk43Yw9kO1 .mbr-section-btn {
  color: #232323;
}
.cid-vk43Yw9kO1 H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43Yw9kO1 hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Yw9kO1 hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43Yw9kO1 H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43Yw9kO1 H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43Yw9kO1 H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43Yw9kO1 .image-wrapper {
  text-align: left !important;
}
.cid-vk43Yw9kO1 .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43Yw9kO1 .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43Yw9kO1 .datemargin {
  margin-top: -10px;
}
.cid-vk43Yw9kO1 .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-vk43Yw9kO1 .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43Yw9kO1 .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43Yw9kO1 .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yw9kO1 .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43Yw9kO1 .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43Yw9kO1 .custom-text-box h1,
.cid-vk43Yw9kO1 .custom-text-box h2,
.cid-vk43Yw9kO1 .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43Yw9kO1 .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yw9kO1 .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yw9kO1 .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43Yw9kO1 .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43Yw9kO1 .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43Yw9kO1 .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43Yw9kO1 .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43Yw9kO1 .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Yw9kO1 .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43Yw9kO1 .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43Yw9kO1 .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43Yw9kO1 .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43Yw9kO1 .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43Yw9kO1 .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43Yw9kO1 .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43Yw9kO1 .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43Yw9kO1 .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43Yw9kO1 .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43Yw9kO1 .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43Yw9kO1 .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43Yw9kO1 .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43Yw9kO1 .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43Yw9kO1 .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43Yw9kO1 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43Yw9kO1 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43Yw9kO1 h2 {
  color: #000000;
}
.cid-vk43Yw9kO1 h1 {
  color: #000000;
}
.cid-vk43YwKFDA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43YwKFDA {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43YwKFDA P {
  color: #767676;
}
.cid-vk43YxhNSp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk43YxhNSp .mbr-text {
    text-align: left;
  }
}
.cid-vk43YxhNSp H1 {
  color: #f43d14;
  text-align: left;
}
.cid-vk43YxhNSp .mbr-text,
.cid-vk43YxhNSp .mbr-section-btn {
  color: #232323;
}
.cid-vk43YxhNSp H2 {
  color: #ff6400;
  text-align: left;
}
.cid-vk43YxhNSp hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YxhNSp hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-vk43YxhNSp H4 {
  color: #7f1933;
  text-align: left;
}
.cid-vk43YxhNSp H5 {
  color: #0a9718;
  text-align: left;
}
.cid-vk43YxhNSp H3 {
  text-align: left;
  line-height: 36px;
  color: #000000;
}
.cid-vk43YxhNSp .image-wrapper {
  text-align: left !important;
}
.cid-vk43YxhNSp .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-vk43YxhNSp .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-vk43YxhNSp .datemargin {
  margin-top: -10px;
}
.cid-vk43YxhNSp .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-vk43YxhNSp .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-vk43YxhNSp .left-stack-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  align-items: flex-start !important;
}
.cid-vk43YxhNSp .custom-text-box-top {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YxhNSp .custom-text-box-top p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  color: inherit !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.cid-vk43YxhNSp .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 183px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-vk43YxhNSp .custom-text-box h1,
.cid-vk43YxhNSp .custom-text-box h2,
.cid-vk43YxhNSp .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-vk43YxhNSp .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YxhNSp .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YxhNSp .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: Catamaran-Regular;
}
.cid-vk43YxhNSp .left-flex-container .image-wrapper {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  flex-shrink: 0 !important;
}
.cid-vk43YxhNSp .left-flex-container .image-wrapper img {
  max-width: 380px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-vk43YxhNSp .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-vk43YxhNSp .left-stack-column {
    align-items: center !important;
  }
  .cid-vk43YxhNSp .custom-text-box-top {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YxhNSp .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-vk43YxhNSp .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-vk43YxhNSp .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-vk43YxhNSp .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vk43YxhNSp .custom-text-box-top {
    width: 180px !important;
    max-width: 180px !important;
  }
  .cid-vk43YxhNSp .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-vk43YxhNSp .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-vk43YxhNSp .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-vk43YxhNSp .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-vk43YxhNSp .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-vk43YxhNSp .custom-text-box-top {
    width: 150px !important;
    max-width: 150px !important;
  }
  .cid-vk43YxhNSp .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-vk43YxhNSp .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-vk43YxhNSp .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-vk43YxhNSp .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-vk43YxhNSp achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-vk43YxhNSp info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-vk43YxhNSp h2 {
  color: #000000;
}
.cid-vk43YxhNSp h1 {
  color: #000000;
}
.cid-vk43YxS2Fx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tre4-1300x100.png");
}
@media (max-width: 991px) {
  .cid-vk43YxS2Fx {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vk43YxS2Fx P {
  color: #767676;
}
.cid-vk43YypZhw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-vk43YypZhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk43YypZhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk43YypZhw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vk43YypZhw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vk43YypZhw .row {
    text-align: center;
  }
  .cid-vk43YypZhw .social-row {
    justify-content: center;
  }
}
.cid-vk43YypZhw .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vk43YypZhw .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-vk43YypZhw .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-vk43YypZhw .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-vk43YypZhw .mbr-iconfont {
  color: black;
}
.cid-vk43YypZhw klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-vk43YypZhw klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-vk43YypZhw .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
.cid-vkaiJzJcum {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #68879e;
}
.cid-vkaiJA5pix {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e505e;
}
.cid-vkaiJA5pix .card-box {
  padding: 0rem;
}
.cid-vkaiJA5pix .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vkaiJA5pix .card {
  padding: 0;
  margin: auto;
}
.cid-vkaiJA5pix .card-img {
  height: 240px;
}
.cid-vkaiJA5pix .card-img img {
  width: 1000px;
  height: 260px;
  object-fit: cover;
}
.cid-vkaiJA5pix .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-vkaiJA5pix .card-wrapper {
    padding: 4rem;
  }
}
.cid-vkaiJA5pix .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaiJA5pix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaiJA5pix .card-title {
  color: #fafafa;
  text-align: right;
}
.cid-vkaiJA5pix ora {
  color: #947907;
}
.cid-vkaiJA5pix blau {
  color: #78D2FF;
}
.cid-vkaiJAkmeU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkaiJAkmeU {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.cid-vkaiJAkmeU .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vkaiJAkmeU .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-vkaiJARNHL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkaiJARNHL {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.cid-vkaiJARNHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaiJARNHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaiJARNHL .text-block {
  background-color: #ffffff;
  padding-left: 0.01rem;
  overflow: hidden;
  border-radius: 16px;
}
.cid-vkaiJARNHL .logo-float {
  float: left;
  float: right;
  width: 375px;
  margin: 0 2rem 2rem 0;
}
.cid-vkaiJARNHL .logo-float img {
  width: 97%;
  height: auto;
  display: block;
  padding-right: 0;
  padding-left: 0.2rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (max-width: 990px) {
  .cid-vkaiJARNHL .logo-float {
    float: none;
    margin: 0 auto 1rem auto;
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
  }
}
.cid-vkaiJARNHL P {
  text-align: left;
  padding-left: 50px;
}
.cid-vkaiJARNHL .mbr-section-subtitle {
  text-align: left;
  color: #000000;
  padding-left: 44px;
}
.cid-vkaiJARNHL .mbr-section-title {
  text-align: left;
  padding-left: 44px;
}
.cid-vkaiJARNHL h22 {
  text-align: left;
  font-size: 16px;
  color: #0082c3;
  padding-left: 44px;
}
.cid-vkaiJARNHL .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vkaiJBbSzD {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkaiJBbSzD {
    padding-top: 6px;
    padding-bottom: 1px;
  }
}
.cid-vkaiJBbSzD .line {
  background-color: #4479d9;
  color: #4479d9;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vkaiJBbSzD .section-text {
  padding: 0.2rem 0;
  text-align: justify;
  color: #ff6600;
}
.cid-vkaiJBbSzD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vkaiJBbSzD .inner-container {
    width: 100% !important;
  }
}
.cid-vkaugdz23t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vkaugdz23t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaugdz23t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaugdz23t .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkaugdz23t .container {
    padding: 0 15px;
  }
}
.cid-vkaugdz23t .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkaugdz23t .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkaugdz23t .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vkaugdz23t .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkaugdz23t .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkaugdz23t .item {
  margin-bottom: 32px;
}
.cid-vkaugdz23t .item:hover .item-wrapper::before,
.cid-vkaugdz23t .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-vkaugdz23t .item .item-wrapper {
  position: relative;
  background-color: #f2f2f2;
  border: 1px solid #bbbbbb;
  border-radius: 4px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-vkaugdz23t .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-vkaugdz23t .item .item-wrapper::before {
    display: none;
  }
}
.cid-vkaugdz23t .item .item-wrapper .card-box {
  position: relative;
}
.cid-vkaugdz23t .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-vkaugdz23t .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-vkaugdz23t .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vkaugdz23t .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-vkaugdz23t .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 3px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vkaugdz23t .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-vkaugdz23t .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-vkaugdz23t .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-vkaugdz23t .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #41798c;
  border-radius: 3px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-vkaugdz23t .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-vkaugdz23t .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-vkaugdz23t .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vkaugdz23t .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-vkaugdz23t .mbr-date {
  color: #ffffff;
}
.cid-vkaugdz23t .mbr-tag {
  color: #000000;
}
.cid-vkaugdz23t .mbr-card-title {
  color: #f2ac2b;
}
.cid-vkaugdz23t .mbr-card-text {
  color: #41798c;
}
.cid-vkaugdz23t .mbr-card-title,
.cid-vkaugdz23t .mbr-section-btn {
  color: #0082c3;
}
.cid-vkbWqynpYd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkbWqynpYd {
    padding-top: 6px;
    padding-bottom: 1px;
  }
}
.cid-vkbWqynpYd .line {
  background-color: #4479d9;
  color: #4479d9;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vkbWqynpYd .section-text {
  padding: 0.2rem 0;
  text-align: justify;
  color: #ff6600;
}
.cid-vkbWqynpYd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vkbWqynpYd .inner-container {
    width: 100% !important;
  }
}
.cid-vkbWnL2sPx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkaiJBM8pp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkaiJBM8pp {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vkaiJBM8pp .line {
  background-color: #4479d9;
  color: #4479d9;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vkaiJBM8pp .section-text {
  padding: 0.2rem 0;
  text-align: justify;
  color: #0082c3;
}
.cid-vkaiJBM8pp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vkaiJBM8pp .inner-container {
    width: 100% !important;
  }
}
.cid-vkfBmrkMC8 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkfBmrkMC8 {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
.cid-vkfBmrkMC8 .line {
  background-color: #4479d9;
  color: #4479d9;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-vkfBmrkMC8 .section-text {
  padding: 0.2rem 0;
  text-align: justify;
  color: #e43f3f;
}
.cid-vkfBmrkMC8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vkfBmrkMC8 .inner-container {
    width: 100% !important;
  }
}
.cid-vkfBecsxtz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkaiJC1BRj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vkaiJC1BRj {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vkaiJC1BRj hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-vkaiJC1BRj hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-vkaiJC1BRj h2 {
  float: center;
  color: #0082c3;
}
.cid-vkaiJC1BRj .mbr-section-btn {
  text-align: center !important;
}
.cid-vkaiJC1BRj .btn {
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 10px !important;
  font-size: 0.75rem !important;
  border-radius: 0px !important;
  width: 84px;
}
.cid-vkaiJC1BRj H2 {
  color: #a1850b;
}
.cid-vkaiJCgWjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-vkaiJCgWjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaiJCgWjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaiJCgWjA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vkaiJCgWjA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #242222;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkaiJCgWjA .row {
    text-align: center;
  }
  .cid-vkaiJCgWjA .social-row {
    justify-content: center;
  }
}
.cid-vkaiJCgWjA .list {
  list-style: none;
  padding-left: 0;
  font-family: Catamaran-Light;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vkaiJCgWjA .list {
    margin-bottom: 2rem;
    font-family: Catamaran-Light;
  }
}
@media (min-width: 992px) {
  .cid-vkaiJCgWjA .list {
    margin-bottom: 0rem;
    font-family: Catamaran-Light;
  }
}
.cid-vkaiJCgWjA .mbr-text {
  color: #000000;
  text-align: justify;
  font-family: Catamaran-Light;
}
.cid-vkaiJCgWjA .mbr-iconfont {
  color: black;
}
.cid-vkaiJCgWjA klein {
  color: #000000;
  font-size: 13px;
  font-family: Catamaran-Light;
}
.cid-vkaiJCgWjA klein1 {
  font-size: 15px;
  font-family: Catamaran-Light;
}
.cid-vkaiJCgWjA .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  font-family: Catamaran-Light;
}
