body {
  font-family: Muli;
}
.display-1 {
  font-family: 'mulish-v12-latin-regular';
  font-size: 2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'old-standard-tt-v18-latin-regular';
  font-size: 3.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'mulish-v12-latin-regular';
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'mulish-v12-latin-regular';
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'mulish-v12-latin-regular';
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #787324 !important;
}
.bg-info {
  background-color: #149dcc !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #cc2952 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8fc43b !important;
  border-color: #8fc43b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #648929 !important;
  border-color: #648929 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #648929 !important;
  border-color: #648929 !important;
}
.btn-info,
.btn-info:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-success,
.btn-success:active {
  background-color: #787324 !important;
  border-color: #787324 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.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: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #567623;
  color: #567623;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #8fc43b;
  border-color: #8fc43b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8fc43b !important;
  border-color: #8fc43b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2a280c;
  color: #2a280c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #787324;
  border-color: #787324;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #787324 !important;
  border-color: #787324 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2c3234;
  color: #2c3234;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #8fc43b !important;
}
.text-success {
  color: #787324 !important;
}
.text-info {
  color: #149dcc !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #cc2952 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #567623 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #2a280c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0b566f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2c3234 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #771830 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #149dcc;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #cc2952;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cbc351;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f5ccd6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'mulish-v12-latin-regular';
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #149dcc;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.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: #149dcc !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: #8fc43b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none!important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %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;
}
.cid-suFGKvDl2M .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  line-height: 120%;
}
.cid-suFGKvDl2M .collapsed {
  flex-direction: row !important;
}
.cid-suFGKvDl2M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suFGKvDl2M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suFGKvDl2M .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #e3f1f4;
}
.cid-suFGKvDl2M .navbar.opened {
  transition: all 0.3s;
  background: #e3f1f4 !important;
}
.cid-suFGKvDl2M .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-suFGKvDl2M .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suFGKvDl2M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suFGKvDl2M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suFGKvDl2M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suFGKvDl2M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suFGKvDl2M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suFGKvDl2M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suFGKvDl2M .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-suFGKvDl2M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suFGKvDl2M .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suFGKvDl2M .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suFGKvDl2M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suFGKvDl2M .navbar.navbar-short {
  background: #e3f1f4 !important;
  min-height: 60px;
}
.cid-suFGKvDl2M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-suFGKvDl2M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suFGKvDl2M .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #8fc43b;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-suFGKvDl2M .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-suFGKvDl2M .nav-item:focus,
.cid-suFGKvDl2M .nav-link:focus {
  outline: none;
}
.cid-suFGKvDl2M .text-white:hover,
.cid-suFGKvDl2M .text-white:active,
.cid-suFGKvDl2M .text-white:focus {
  color: white !important;
}
.cid-suFGKvDl2M .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-suFGKvDl2M .dropdown-item:hover {
  color: black !important;
}
.cid-suFGKvDl2M .dropdown-menu {
  background-color: white !important;
}
.cid-suFGKvDl2M .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(165, 208, 98, 0.35);
  display: block;
}
.cid-suFGKvDl2M .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #8fc43b;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-suFGKvDl2M .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-suFGKvDl2M .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-suFGKvDl2M .nav-item {
    position: relative;
  }
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suFGKvDl2M .navbar-caption {
  font-weight: 600 !important;
}
.cid-suFGKvDl2M .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suFGKvDl2M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suFGKvDl2M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suFGKvDl2M .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-suFGKvDl2M .dropdown-item.active,
.cid-suFGKvDl2M .dropdown-item:active {
  background-color: transparent;
}
.cid-suFGKvDl2M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suFGKvDl2M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suFGKvDl2M .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suFGKvDl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3f1f4;
}
.cid-suFGKvDl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suFGKvDl2M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFGKvDl2M .navbar-buttons {
  text-align: center;
}
.cid-suFGKvDl2M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suFGKvDl2M .nav-link {
  font-weight: 600 !important;
}
.cid-suFGKvDl2M a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suFGKvDl2M .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suFGKvDl2M .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-suFGKvDl2M .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suFGKvDl2M .navbar {
    height: 77px;
  }
  .cid-suFGKvDl2M .navbar.opened {
    height: auto;
  }
  .cid-suFGKvDl2M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suFD8r2Osf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/motiv-start-6-2000x1122.jpg");
}
.cid-suFD8r2Osf .mbr-section-title,
.cid-suFD8r2Osf .mbr-section-subtitle {
  color: #000000;
}
.cid-suFD8r2Osf .mbr-section-text {
  color: #232323;
  line-height: 140%;
}
.cid-suFD8r2Osf .mbr-text,
.cid-suFD8r2Osf .typed-text,
.cid-suFD8r2Osf .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-suFD8r2Osf .btn {
  margin-left: 4px !important;
}
.cid-suFD8r2Osf .animated-element {
  color: #8fc43b;
}
.cid-suFD8r2Osf .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8fc43b;
}
.cid-suFD8r2Osf .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-suFD8r2Osf .typed-text,
  .cid-suFD8r2Osf .mbr-section-subtitle,
  .cid-suFD8r2Osf .mbr-section-text,
  .cid-suFD8r2Osf .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-suFD8r2Osf .mbr-section-subtitle,
.cid-suFD8r2Osf .typed-text {
  color: #149dcc;
  text-align: left;
}
.cid-suFD8r2Osf .mbr-section-text,
.cid-suFD8r2Osf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sv15dfYZVm {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv15dfYZVm .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sv15dfYZVm .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sv15dfYZVm .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sv15dfYZVm .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sv15dfYZVm .mbr-text,
.cid-sv15dfYZVm .mbr-section-btn {
  color: #999999;
}
.cid-sv15dfYZVm .mbr-text,
.cid-sv15dfYZVm .col {
  color: #073b4c;
  text-align: left;
}
.cid-sv15dfYZVm .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-sv170VnmYH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv170VnmYH .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sv170VnmYH .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sv170VnmYH .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sv170VnmYH .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sv170VnmYH .mbr-text,
.cid-sv170VnmYH .mbr-section-btn {
  color: #999999;
}
.cid-sv170VnmYH .mbr-text,
.cid-sv170VnmYH .col {
  color: #073b4c;
  text-align: left;
}
.cid-sv170VnmYH .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-sv17vZPdrA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv17vZPdrA .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sv17vZPdrA .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sv17vZPdrA .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sv17vZPdrA .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sv17vZPdrA .mbr-text,
.cid-sv17vZPdrA .mbr-section-btn {
  color: #999999;
}
.cid-sv17vZPdrA .mbr-text,
.cid-sv17vZPdrA .col {
  color: #073b4c;
  text-align: left;
}
.cid-sv17vZPdrA .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-sv186UOFNa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv186UOFNa .menu-item {
  padding-bottom: 2rem;
}
.cid-sv186UOFNa .menu-box {
  display: flex;
}
.cid-sv186UOFNa .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sv186UOFNa .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sv186UOFNa .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sv186UOFNa .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sv186UOFNa SPAN {
  color: #fffac8;
}
.cid-sv186UOFNa .mbr-section-title,
.cid-sv186UOFNa .ornament {
  color: #55b4d4;
}
.cid-swsMIcdGvo {
  padding-top: 0px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-swsMIcdGvo .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-swsMIcdGvo .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-swsMIcdGvo .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-swsMIcdGvo .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-swsMIcdGvo .mbr-text,
.cid-swsMIcdGvo .mbr-section-btn {
  color: #999999;
}
.cid-swsMIcdGvo .mbr-text,
.cid-swsMIcdGvo .col {
  color: #073b4c;
  text-align: left;
}
.cid-swsMIcdGvo .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-sv18LMUX1h {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv18LMUX1h img {
  width: 70%;
}
.cid-sv18LMUX1h .mbr-text,
.cid-sv18LMUX1h .mbr-section-btn {
  color: #073b4c;
}
@media (max-width: 992px) {
  .cid-sv18LMUX1h img {
    width: 100%;
  }
  .cid-sv18LMUX1h .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-sv18LMUX1h H1 {
  color: #55b4d4;
  text-align: left;
}
.cid-sv1crB8rLx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .content {
    text-align: center;
  }
  .cid-sv1crB8rLx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sv1crB8rLx .logo-subtitle {
  color: #8d97ad;
}
.cid-sv1crB8rLx .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sv1crB8rLx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sv1crB8rLx .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sv1crB8rLx .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sv1crB8rLx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv1crB8rLx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sv1crB8rLx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sv1crB8rLx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sv1crB8rLx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sv1crB8rLx .list-item {
  display: flex;
}
.cid-sv1crB8rLx .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sv1crB8rLx ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sv1crB8rLx ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sv1crB8rLx ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-suFCmLFZQR {
  background-image: url("../../../assets/images/motiv-hochzeit-2000x1000.jpg");
}
.cid-suFCmLFZQR .mbr-section-title,
.cid-suFCmLFZQR .mbr-section-subtitle {
  color: #000000;
}
.cid-suFCmLFZQR .mbr-section-text {
  color: #232323;
  line-height: 140%;
}
.cid-suFCmLFZQR .mbr-text,
.cid-suFCmLFZQR .typed-text,
.cid-suFCmLFZQR .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-suFCmLFZQR .btn {
  margin-left: 4px !important;
}
.cid-suFCmLFZQR .animated-element {
  color: #8fc43b;
}
.cid-suFCmLFZQR .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8fc43b;
}
.cid-suFCmLFZQR .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-suFCmLFZQR .typed-text,
  .cid-suFCmLFZQR .mbr-section-subtitle,
  .cid-suFCmLFZQR .mbr-section-text,
  .cid-suFCmLFZQR .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-suFCmLFZQR .mbr-section-subtitle,
.cid-suFCmLFZQR .typed-text {
  color: #149dcc;
  text-align: left;
}
.cid-suFCmLFZQR .mbr-section-text,
.cid-suFCmLFZQR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-suFGKvDl2M .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  line-height: 120%;
}
.cid-suFGKvDl2M .collapsed {
  flex-direction: row !important;
}
.cid-suFGKvDl2M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suFGKvDl2M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suFGKvDl2M .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #e3f1f4;
}
.cid-suFGKvDl2M .navbar.opened {
  transition: all 0.3s;
  background: #e3f1f4 !important;
}
.cid-suFGKvDl2M .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-suFGKvDl2M .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suFGKvDl2M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suFGKvDl2M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suFGKvDl2M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suFGKvDl2M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suFGKvDl2M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suFGKvDl2M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suFGKvDl2M .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-suFGKvDl2M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suFGKvDl2M .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suFGKvDl2M .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suFGKvDl2M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suFGKvDl2M .navbar.navbar-short {
  background: #e3f1f4 !important;
  min-height: 60px;
}
.cid-suFGKvDl2M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-suFGKvDl2M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suFGKvDl2M .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #8fc43b;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-suFGKvDl2M .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-suFGKvDl2M .nav-item:focus,
.cid-suFGKvDl2M .nav-link:focus {
  outline: none;
}
.cid-suFGKvDl2M .text-white:hover,
.cid-suFGKvDl2M .text-white:active,
.cid-suFGKvDl2M .text-white:focus {
  color: white !important;
}
.cid-suFGKvDl2M .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-suFGKvDl2M .dropdown-item:hover {
  color: black !important;
}
.cid-suFGKvDl2M .dropdown-menu {
  background-color: white !important;
}
.cid-suFGKvDl2M .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(165, 208, 98, 0.35);
  display: block;
}
.cid-suFGKvDl2M .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #8fc43b;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-suFGKvDl2M .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-suFGKvDl2M .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-suFGKvDl2M .nav-item {
    position: relative;
  }
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suFGKvDl2M .navbar-caption {
  font-weight: 600 !important;
}
.cid-suFGKvDl2M .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suFGKvDl2M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suFGKvDl2M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suFGKvDl2M .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-suFGKvDl2M .dropdown-item.active,
.cid-suFGKvDl2M .dropdown-item:active {
  background-color: transparent;
}
.cid-suFGKvDl2M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suFGKvDl2M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suFGKvDl2M .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suFGKvDl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3f1f4;
}
.cid-suFGKvDl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suFGKvDl2M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFGKvDl2M .navbar-buttons {
  text-align: center;
}
.cid-suFGKvDl2M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suFGKvDl2M .nav-link {
  font-weight: 600 !important;
}
.cid-suFGKvDl2M a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suFGKvDl2M .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suFGKvDl2M .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-suFGKvDl2M .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suFGKvDl2M .navbar {
    height: 77px;
  }
  .cid-suFGKvDl2M .navbar.opened {
    height: auto;
  }
  .cid-suFGKvDl2M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz5S0gbgxT {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sz5S0gbgxT .menu-item {
  padding-bottom: 2rem;
}
.cid-sz5S0gbgxT .menu-box {
  display: flex;
}
.cid-sz5S0gbgxT .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sz5S0gbgxT .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sz5S0gbgxT .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sz5S0gbgxT .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sz5S0gbgxT SPAN {
  color: #fffac8;
}
.cid-sz5S0gbgxT .mbr-section-title,
.cid-sz5S0gbgxT .ornament {
  color: #55b4d4;
}
.cid-sz5S0gbgxT H3 {
  text-align: center;
}
.cid-sz5S0gbgxT P {
  text-align: center;
}
.cid-sz5RzoXv2U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sz5RzoXv2U .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sz5RzoXv2U .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sz5RzoXv2U .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sz5RzoXv2U .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sz5RzoXv2U .mbr-text,
.cid-sz5RzoXv2U .mbr-section-btn {
  color: #999999;
}
.cid-sz5RzoXv2U .mbr-text,
.cid-sz5RzoXv2U .col {
  color: #073b4c;
  text-align: left;
}
.cid-sz5RzoXv2U .mbr-section-title {
  color: #1c1c1c;
  text-align: right;
}
.cid-sv1eq7Bt4Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv1eq7Bt4Q .menu-item {
  padding-bottom: 2rem;
}
.cid-sv1eq7Bt4Q .menu-box {
  display: flex;
}
.cid-sv1eq7Bt4Q .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sv1eq7Bt4Q .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sv1eq7Bt4Q .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sv1eq7Bt4Q .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sv1eq7Bt4Q SPAN {
  color: #fffac8;
}
.cid-sv1eq7Bt4Q .mbr-section-title,
.cid-sv1eq7Bt4Q .ornament {
  color: #55b4d4;
}
.cid-sv1eSiNpyi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv1eSiNpyi .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sv1eSiNpyi .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sv1eSiNpyi .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sv1eSiNpyi .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sv1eSiNpyi .mbr-text,
.cid-sv1eSiNpyi .mbr-section-btn {
  color: #999999;
}
.cid-sv1eSiNpyi .mbr-text,
.cid-sv1eSiNpyi .col {
  color: #073b4c;
  text-align: left;
}
.cid-sv1eSiNpyi .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-sv1eSVJ3Gh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv1eSVJ3Gh .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sv1eSVJ3Gh .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sv1eSVJ3Gh .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sv1eSVJ3Gh .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sv1eSVJ3Gh .mbr-text,
.cid-sv1eSVJ3Gh .mbr-section-btn {
  color: #999999;
}
.cid-sv1eSVJ3Gh .mbr-text,
.cid-sv1eSVJ3Gh .col {
  color: #073b4c;
  text-align: left;
}
.cid-sv1eSVJ3Gh .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-swsOy0oqlQ {
  padding-top: 0px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-swsOy0oqlQ .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-swsOy0oqlQ .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-swsOy0oqlQ .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-swsOy0oqlQ .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-swsOy0oqlQ .mbr-text,
.cid-swsOy0oqlQ .mbr-section-btn {
  color: #999999;
}
.cid-swsOy0oqlQ .mbr-text,
.cid-swsOy0oqlQ .col {
  color: #073b4c;
  text-align: left;
}
.cid-swsOy0oqlQ .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-sv1crB8rLx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .content {
    text-align: center;
  }
  .cid-sv1crB8rLx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sv1crB8rLx .logo-subtitle {
  color: #8d97ad;
}
.cid-sv1crB8rLx .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sv1crB8rLx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sv1crB8rLx .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sv1crB8rLx .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sv1crB8rLx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv1crB8rLx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sv1crB8rLx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sv1crB8rLx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sv1crB8rLx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sv1crB8rLx .list-item {
  display: flex;
}
.cid-sv1crB8rLx .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sv1crB8rLx ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sv1crB8rLx ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sv1crB8rLx ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-suFEdjW1wK {
  background-image: url("../../../assets/images/motiv-trauer-2000x1000.jpg");
}
.cid-suFEdjW1wK .mbr-section-title,
.cid-suFEdjW1wK .mbr-section-subtitle {
  color: #000000;
}
.cid-suFEdjW1wK .mbr-section-text {
  color: #232323;
  line-height: 140%;
}
.cid-suFEdjW1wK .mbr-text,
.cid-suFEdjW1wK .typed-text,
.cid-suFEdjW1wK .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-suFEdjW1wK .btn {
  margin-left: 4px !important;
}
.cid-suFEdjW1wK .animated-element {
  color: #8fc43b;
}
.cid-suFEdjW1wK .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8fc43b;
}
.cid-suFEdjW1wK .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-suFEdjW1wK .typed-text,
  .cid-suFEdjW1wK .mbr-section-subtitle,
  .cid-suFEdjW1wK .mbr-section-text,
  .cid-suFEdjW1wK .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-suFEdjW1wK .mbr-section-subtitle,
.cid-suFEdjW1wK .typed-text {
  color: #149dcc;
  text-align: left;
}
.cid-suFEdjW1wK .mbr-section-text,
.cid-suFEdjW1wK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-suFGKvDl2M .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  line-height: 120%;
}
.cid-suFGKvDl2M .collapsed {
  flex-direction: row !important;
}
.cid-suFGKvDl2M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suFGKvDl2M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suFGKvDl2M .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #e3f1f4;
}
.cid-suFGKvDl2M .navbar.opened {
  transition: all 0.3s;
  background: #e3f1f4 !important;
}
.cid-suFGKvDl2M .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-suFGKvDl2M .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suFGKvDl2M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suFGKvDl2M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suFGKvDl2M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suFGKvDl2M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suFGKvDl2M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suFGKvDl2M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suFGKvDl2M .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-suFGKvDl2M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suFGKvDl2M .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suFGKvDl2M .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suFGKvDl2M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suFGKvDl2M .navbar.navbar-short {
  background: #e3f1f4 !important;
  min-height: 60px;
}
.cid-suFGKvDl2M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-suFGKvDl2M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suFGKvDl2M .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #8fc43b;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-suFGKvDl2M .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-suFGKvDl2M .nav-item:focus,
.cid-suFGKvDl2M .nav-link:focus {
  outline: none;
}
.cid-suFGKvDl2M .text-white:hover,
.cid-suFGKvDl2M .text-white:active,
.cid-suFGKvDl2M .text-white:focus {
  color: white !important;
}
.cid-suFGKvDl2M .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-suFGKvDl2M .dropdown-item:hover {
  color: black !important;
}
.cid-suFGKvDl2M .dropdown-menu {
  background-color: white !important;
}
.cid-suFGKvDl2M .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(165, 208, 98, 0.35);
  display: block;
}
.cid-suFGKvDl2M .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #8fc43b;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-suFGKvDl2M .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-suFGKvDl2M .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-suFGKvDl2M .nav-item {
    position: relative;
  }
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suFGKvDl2M .navbar-caption {
  font-weight: 600 !important;
}
.cid-suFGKvDl2M .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suFGKvDl2M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suFGKvDl2M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suFGKvDl2M .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-suFGKvDl2M .dropdown-item.active,
.cid-suFGKvDl2M .dropdown-item:active {
  background-color: transparent;
}
.cid-suFGKvDl2M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suFGKvDl2M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suFGKvDl2M .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suFGKvDl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3f1f4;
}
.cid-suFGKvDl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suFGKvDl2M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFGKvDl2M .navbar-buttons {
  text-align: center;
}
.cid-suFGKvDl2M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suFGKvDl2M .nav-link {
  font-weight: 600 !important;
}
.cid-suFGKvDl2M a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suFGKvDl2M .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suFGKvDl2M .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-suFGKvDl2M .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suFGKvDl2M .navbar {
    height: 77px;
  }
  .cid-suFGKvDl2M .navbar.opened {
    height: auto;
  }
  .cid-suFGKvDl2M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sv1jkU0GFy {
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/logo-ss-fond-trauer-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv1jkU0GFy .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sv1jkU0GFy .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sv1jkU0GFy .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sv1jkU0GFy .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sv1jkU0GFy .mbr-text,
.cid-sv1jkU0GFy .mbr-section-btn {
  color: #999999;
}
.cid-sv1jkU0GFy .mbr-text,
.cid-sv1jkU0GFy .col {
  color: #ffffff;
  text-align: left;
}
.cid-sv1jkU0GFy .mbr-section-title {
  color: #e3ce89;
  text-align: right;
}
.cid-sv1jBQ3N6h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-trauer-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv1jBQ3N6h .menu-item {
  padding-bottom: 2rem;
}
.cid-sv1jBQ3N6h .menu-box {
  display: flex;
}
.cid-sv1jBQ3N6h .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sv1jBQ3N6h .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sv1jBQ3N6h .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sv1jBQ3N6h .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sv1jBQ3N6h SPAN {
  color: #fffac8;
}
.cid-sv1jBQ3N6h .mbr-section-title,
.cid-sv1jBQ3N6h .ornament {
  color: #e3ce89;
}
.cid-sv1jlPGGJv {
  padding-top: 0px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/logo-ss-fond-trauer-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv1jlPGGJv .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sv1jlPGGJv .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sv1jlPGGJv .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sv1jlPGGJv .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sv1jlPGGJv .mbr-text,
.cid-sv1jlPGGJv .mbr-section-btn {
  color: #999999;
}
.cid-sv1jlPGGJv .mbr-text,
.cid-sv1jlPGGJv .col {
  color: #ffffff;
  text-align: left;
}
.cid-sv1jlPGGJv .mbr-section-title {
  color: #e3ce89;
  text-align: right;
}
.cid-sv1crB8rLx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .content {
    text-align: center;
  }
  .cid-sv1crB8rLx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sv1crB8rLx .logo-subtitle {
  color: #8d97ad;
}
.cid-sv1crB8rLx .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sv1crB8rLx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sv1crB8rLx .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sv1crB8rLx .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sv1crB8rLx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv1crB8rLx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sv1crB8rLx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sv1crB8rLx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sv1crB8rLx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sv1crB8rLx .list-item {
  display: flex;
}
.cid-sv1crB8rLx .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sv1crB8rLx ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sv1crB8rLx ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sv1crB8rLx ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-suFGKvDl2M .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  line-height: 120%;
}
.cid-suFGKvDl2M .collapsed {
  flex-direction: row !important;
}
.cid-suFGKvDl2M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suFGKvDl2M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suFGKvDl2M .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #e3f1f4;
}
.cid-suFGKvDl2M .navbar.opened {
  transition: all 0.3s;
  background: #e3f1f4 !important;
}
.cid-suFGKvDl2M .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-suFGKvDl2M .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suFGKvDl2M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suFGKvDl2M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suFGKvDl2M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suFGKvDl2M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suFGKvDl2M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suFGKvDl2M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suFGKvDl2M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suFGKvDl2M .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-suFGKvDl2M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suFGKvDl2M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suFGKvDl2M .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suFGKvDl2M .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suFGKvDl2M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suFGKvDl2M .navbar.navbar-short {
  background: #e3f1f4 !important;
  min-height: 60px;
}
.cid-suFGKvDl2M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-suFGKvDl2M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suFGKvDl2M .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #8fc43b;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-suFGKvDl2M .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-suFGKvDl2M .nav-item:focus,
.cid-suFGKvDl2M .nav-link:focus {
  outline: none;
}
.cid-suFGKvDl2M .text-white:hover,
.cid-suFGKvDl2M .text-white:active,
.cid-suFGKvDl2M .text-white:focus {
  color: white !important;
}
.cid-suFGKvDl2M .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-suFGKvDl2M .dropdown-item:hover {
  color: black !important;
}
.cid-suFGKvDl2M .dropdown-menu {
  background-color: white !important;
}
.cid-suFGKvDl2M .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(165, 208, 98, 0.35);
  display: block;
}
.cid-suFGKvDl2M .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #8fc43b;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-suFGKvDl2M .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-suFGKvDl2M .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-suFGKvDl2M .nav-item {
    position: relative;
  }
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suFGKvDl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suFGKvDl2M .navbar-caption {
  font-weight: 600 !important;
}
.cid-suFGKvDl2M .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suFGKvDl2M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suFGKvDl2M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suFGKvDl2M .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-suFGKvDl2M .dropdown-item.active,
.cid-suFGKvDl2M .dropdown-item:active {
  background-color: transparent;
}
.cid-suFGKvDl2M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suFGKvDl2M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suFGKvDl2M .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suFGKvDl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3f1f4;
}
.cid-suFGKvDl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suFGKvDl2M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suFGKvDl2M .navbar-buttons {
  text-align: center;
}
.cid-suFGKvDl2M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suFGKvDl2M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suFGKvDl2M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suFGKvDl2M .nav-link {
  font-weight: 600 !important;
}
.cid-suFGKvDl2M a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suFGKvDl2M .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suFGKvDl2M .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-suFGKvDl2M .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suFGKvDl2M .navbar {
    height: 77px;
  }
  .cid-suFGKvDl2M .navbar.opened {
    height: auto;
  }
  .cid-suFGKvDl2M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suFIq6K6DD {
  background-image: url("../../../assets/images/motiv-kontakt-4-2000x1000.jpg");
}
.cid-suFIq6K6DD .mbr-section-title,
.cid-suFIq6K6DD .mbr-section-subtitle {
  color: #000000;
}
.cid-suFIq6K6DD .mbr-section-text {
  color: #232323;
  line-height: 140%;
}
.cid-suFIq6K6DD .mbr-text,
.cid-suFIq6K6DD .typed-text,
.cid-suFIq6K6DD .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-suFIq6K6DD .btn {
  margin-left: 4px !important;
}
.cid-suFIq6K6DD .animated-element {
  color: #8fc43b;
}
.cid-suFIq6K6DD .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8fc43b;
}
.cid-suFIq6K6DD .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-suFIq6K6DD .typed-text,
  .cid-suFIq6K6DD .mbr-section-subtitle,
  .cid-suFIq6K6DD .mbr-section-text,
  .cid-suFIq6K6DD .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-suFIq6K6DD .mbr-section-subtitle,
.cid-suFIq6K6DD .typed-text {
  color: #149dcc;
  text-align: left;
}
.cid-suFIq6K6DD .mbr-section-text,
.cid-suFIq6K6DD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sv1hQkgyqD {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv1hQkgyqD .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sv1hQkgyqD .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sv1hQkgyqD .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sv1hQkgyqD .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sv1hQkgyqD .mbr-text,
.cid-sv1hQkgyqD .mbr-section-btn {
  color: #999999;
}
.cid-sv1hQkgyqD .mbr-text,
.cid-sv1hQkgyqD .col {
  color: #073b4c;
  text-align: left;
}
.cid-sv1hQkgyqD .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-sv1hRr4kqZ {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv1hRr4kqZ .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sv1hRr4kqZ .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sv1hRr4kqZ .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sv1hRr4kqZ .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sv1hRr4kqZ .mbr-text,
.cid-sv1hRr4kqZ .mbr-section-btn {
  color: #999999;
}
.cid-sv1hRr4kqZ .mbr-text,
.cid-sv1hRr4kqZ .col {
  color: #073b4c;
  text-align: left;
}
.cid-sv1hRr4kqZ .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-sv1hSlwwOA {
  padding-top: 150px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv1hSlwwOA .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sv1hSlwwOA .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sv1hSlwwOA .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sv1hSlwwOA .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sv1hSlwwOA .mbr-text,
.cid-sv1hSlwwOA .mbr-section-btn {
  color: #999999;
}
.cid-sv1hSlwwOA .mbr-text,
.cid-sv1hSlwwOA .col {
  color: #073b4c;
  text-align: left;
}
.cid-sv1hSlwwOA .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-sv1crB8rLx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .content {
    text-align: center;
  }
  .cid-sv1crB8rLx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sv1crB8rLx .logo-subtitle {
  color: #8d97ad;
}
.cid-sv1crB8rLx .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sv1crB8rLx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sv1crB8rLx .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sv1crB8rLx .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sv1crB8rLx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv1crB8rLx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sv1crB8rLx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sv1crB8rLx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sv1crB8rLx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sv1crB8rLx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sv1crB8rLx .list-item {
  display: flex;
}
.cid-sv1crB8rLx .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sv1crB8rLx ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sv1crB8rLx ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sv1crB8rLx ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sv1gkbOXVX .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  line-height: 120%;
}
.cid-sv1gkbOXVX .collapsed {
  flex-direction: row !important;
}
.cid-sv1gkbOXVX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sv1gkbOXVX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sv1gkbOXVX .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #e3f1f4;
}
.cid-sv1gkbOXVX .navbar.opened {
  transition: all 0.3s;
  background: #e3f1f4 !important;
}
.cid-sv1gkbOXVX .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sv1gkbOXVX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sv1gkbOXVX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sv1gkbOXVX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sv1gkbOXVX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sv1gkbOXVX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sv1gkbOXVX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sv1gkbOXVX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sv1gkbOXVX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sv1gkbOXVX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sv1gkbOXVX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sv1gkbOXVX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sv1gkbOXVX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sv1gkbOXVX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sv1gkbOXVX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sv1gkbOXVX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sv1gkbOXVX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sv1gkbOXVX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sv1gkbOXVX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sv1gkbOXVX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sv1gkbOXVX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sv1gkbOXVX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sv1gkbOXVX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sv1gkbOXVX .navbar.navbar-short {
  background: #e3f1f4 !important;
  min-height: 60px;
}
.cid-sv1gkbOXVX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sv1gkbOXVX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sv1gkbOXVX .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #8fc43b;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sv1gkbOXVX .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sv1gkbOXVX .nav-item:focus,
.cid-sv1gkbOXVX .nav-link:focus {
  outline: none;
}
.cid-sv1gkbOXVX .text-white:hover,
.cid-sv1gkbOXVX .text-white:active,
.cid-sv1gkbOXVX .text-white:focus {
  color: white !important;
}
.cid-sv1gkbOXVX .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sv1gkbOXVX .dropdown-item:hover {
  color: black !important;
}
.cid-sv1gkbOXVX .dropdown-menu {
  background-color: white !important;
}
.cid-sv1gkbOXVX .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(165, 208, 98, 0.35);
  display: block;
}
.cid-sv1gkbOXVX .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #8fc43b;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sv1gkbOXVX .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sv1gkbOXVX .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sv1gkbOXVX .nav-item {
    position: relative;
  }
}
.cid-sv1gkbOXVX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sv1gkbOXVX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sv1gkbOXVX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sv1gkbOXVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sv1gkbOXVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sv1gkbOXVX .navbar-caption {
  font-weight: 600 !important;
}
.cid-sv1gkbOXVX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sv1gkbOXVX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sv1gkbOXVX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sv1gkbOXVX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sv1gkbOXVX .dropdown-item.active,
.cid-sv1gkbOXVX .dropdown-item:active {
  background-color: transparent;
}
.cid-sv1gkbOXVX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sv1gkbOXVX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sv1gkbOXVX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sv1gkbOXVX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3f1f4;
}
.cid-sv1gkbOXVX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sv1gkbOXVX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sv1gkbOXVX .navbar-buttons {
  text-align: center;
}
.cid-sv1gkbOXVX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sv1gkbOXVX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-sv1gkbOXVX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sv1gkbOXVX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv1gkbOXVX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv1gkbOXVX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sv1gkbOXVX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv1gkbOXVX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sv1gkbOXVX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sv1gkbOXVX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv1gkbOXVX .nav-link {
  font-weight: 600 !important;
}
.cid-sv1gkbOXVX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sv1gkbOXVX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sv1gkbOXVX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sv1gkbOXVX .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sv1gkbOXVX .navbar {
    height: 77px;
  }
  .cid-sv1gkbOXVX .navbar.opened {
    height: auto;
  }
  .cid-sv1gkbOXVX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swsT0quPx0 {
  background-image: url("../../../assets/images/motiv-coachingt-2000x1000.jpg");
}
.cid-swsT0quPx0 .mbr-section-title,
.cid-swsT0quPx0 .mbr-section-subtitle {
  color: #000000;
}
.cid-swsT0quPx0 .mbr-section-text {
  color: #232323;
  line-height: 140%;
}
.cid-swsT0quPx0 .mbr-text,
.cid-swsT0quPx0 .typed-text,
.cid-swsT0quPx0 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-swsT0quPx0 .btn {
  margin-left: 4px !important;
}
.cid-swsT0quPx0 .animated-element {
  color: #8fc43b;
}
.cid-swsT0quPx0 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #8fc43b;
}
.cid-swsT0quPx0 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-swsT0quPx0 .typed-text,
  .cid-swsT0quPx0 .mbr-section-subtitle,
  .cid-swsT0quPx0 .mbr-section-text,
  .cid-swsT0quPx0 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-swsT0quPx0 .mbr-section-subtitle,
.cid-swsT0quPx0 .typed-text {
  color: #149dcc;
  text-align: left;
}
.cid-swsT0quPx0 .mbr-section-text,
.cid-swsT0quPx0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sv1gkcLZRu {
  padding-top: 225px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-sv1gkcLZRu .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sv1gkcLZRu .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sv1gkcLZRu .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sv1gkcLZRu .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sv1gkcLZRu .mbr-text,
.cid-sv1gkcLZRu .mbr-section-btn {
  color: #999999;
}
.cid-sv1gkcLZRu .mbr-text,
.cid-sv1gkcLZRu .col {
  color: #073b4c;
  text-align: left;
}
.cid-sv1gkcLZRu .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-swsPf0X0Qe {
  padding-top: 30px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
.cid-swsPf0X0Qe .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-swsPf0X0Qe .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-swsPf0X0Qe .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-swsPf0X0Qe .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-swsPf0X0Qe .mbr-text,
.cid-swsPf0X0Qe .mbr-section-btn {
  color: #999999;
}
.cid-swsPf0X0Qe .mbr-text,
.cid-swsPf0X0Qe .col {
  color: #073b4c;
  text-align: left;
}
.cid-swsPf0X0Qe .mbr-section-title {
  color: #55b4d4;
  text-align: right;
}
.cid-sv1gkdfw0D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/logo-ss-fond-2000x1195.jpg");
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .cid-sv1gkdfw0D .content {
    text-align: center;
  }
  .cid-sv1gkdfw0D .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sv1gkdfw0D .logo-subtitle {
  color: #8d97ad;
}
.cid-sv1gkdfw0D .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sv1gkdfw0D .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sv1gkdfw0D .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sv1gkdfw0D .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sv1gkdfw0D .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sv1gkdfw0D .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sv1gkdfw0D .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv1gkdfw0D .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sv1gkdfw0D .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sv1gkdfw0D .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sv1gkdfw0D .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sv1gkdfw0D .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sv1gkdfw0D .list-item {
  display: flex;
}
.cid-sv1gkdfw0D .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sv1gkdfw0D ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sv1gkdfw0D ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sv1gkdfw0D ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
