/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

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

figure {
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

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

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

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

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

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

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

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

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

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

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

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

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

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

html,
body {
  height: auto;
  min-height: 100vh;
}
.container
{
    max-width:1400px;
}

.dropup .dropdown-toggle::after {
  display: none;
}
#pjWrapperTaxiBooking .modal-dialog {
    font-family: system-ui;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}

body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Merienda', handwriting;
  font-size: 3.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #d27002 !important;
}
.bg-success {
  background-color: #ff3366 !important;
}
.bg-info {
  background-color: #e78a22 !important;
}
.bg-warning {
  background-color: #cc2952 !important;
}
.bg-danger {
  background-color: #cc2952 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d27002 !important;
  border-color: #d27002 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #864801 !important;
  border-color: #864801 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #864801 !important;
  border-color: #864801 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #178e00 !important;
  border-color: #178e00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0b4200 !important;
  border-color: #0b4200 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0b4200 !important;
  border-color: #0b4200 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e78a22 !important;
  border-color: #e78a22 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #aa6212 !important;
  border-color: #aa6212 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #aa6212 !important;
  border-color: #aa6212 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !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: #333333 !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: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #6d3a01;
  color: #6d3a01;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d27002;
  border-color: #d27002;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d27002 !important;
  border-color: #d27002 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #062800;
  color: #062800;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #178e00;
  border-color: #178e00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #178e00 !important;
  border-color: #178e00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #935510;
  color: #935510;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #e78a22;
  border-color: #e78a22;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e78a22 !important;
  border-color: #e78a22 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !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: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #d27002 !important;
}
.text-secondary {
  color: #178e00 !important;
}
.text-success {
  color: #ff3366 !important;
}
.text-info {
  color: #e78a22 !important;
}
.text-warning {
  color: #cc2952 !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: #6d3a01 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #062800 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cc0033 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #935510 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #771830 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #771830 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e78a22;
}
.alert-warning {
  background-color: #cc2952;
}
.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: #d27002;
  border-color: #d27002;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d27002;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fed3a2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbebda;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f5ccd6;
}
.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: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #d27002;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #d27002;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #d27002;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d27002;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d27002;
  border-bottom-color: #d27002;
}
.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: #d27002 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #178e00 !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: 100px;
  height: 100px;
  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='%23d27002' %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.3;
}
.cid-tyGqhm4MrC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f0e1;
}
.cid-tyGqhm4MrC .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGqhm4MrC .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGqhm4MrC .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGqhm4MrC .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGqhm4MrC .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGqRziVr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f0e1;
}
.cid-tyGqRziVr0 .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGqRziVr0 .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGqRziVr0 .row {
  position: relative;
}
.cid-tyGqRziVr0 .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGqRziVr0 .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGqRziVr0 .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGqRziVr0 .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGqRziVr0 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGqRziVr0 .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGqRziVr0 .image-wrapper img {
    height: 25rem;
  }
}
.cid-tyGqRziVr0 .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-s2RiHYiWll {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eae3db;
}
.cid-s2RiHYiWll .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-s2RiHYiWll .mypic {
  width: 45%!important;
}
.cid-s2RiHYiWll h3 {
  font-family: 'open sans';
  font-weight: 700;
}
.cid-s2RiHYiWll img {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #bbb;
  padding: 5px;
}
.cid-s2RiHYiWll .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-s2RiHYiWll .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-s2RiHYiWll .separline {
  position: relative;
}
.cid-s2RiHYiWll .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-s2RiHYiWll .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-seOgmAL5cM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .content {
    text-align: center;
  }
  .cid-seOgmAL5cM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-seOgmAL5cM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-seOgmAL5cM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seOgmAL5cM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-seOgmAL5cM .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-seOgmAL5cM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seOgmAL5cM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seOgmAL5cM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seOgmAL5cM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
#custom-html-x p {
  color: black;
  font-family: 'Arial';
}
#custom-html-x .mytextlink {
  font-family: 'Arial';
  color: black;
  font-size: 120%;
  font-weight: 600;
}
#custom-html-x .mytextlink:hover {
  color: orange;
}
#custom-html-x .mytextlink-klein {
  font-family: 'Arial';
  color: black;
  font-size: 100%;
  font-weight: 600;
}
#custom-html-x .mytextlink-klein:hover {
  color: orange;
}
#custom-html-x .ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}
#custom-html-x p {
  display: inline;
  margin: 0px;
  color: black;
}
#custom-html-x img {
  border-radius: 0 0px 0px 0;
}
#custom-html-x hr {
  border: solid #fff 1px;
}
#custom-html-x #slideout {
  position: fixed;
  overflow: auto;
  overflow-x: hidden;
  top: 300px;
  left: 0;
  width: 51px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  background: transparent;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0 0px 0px 0;
  border-width: 0 1px 0 0;
  border-color: red;
  z-index: 99999!important;
}
#custom-html-x hr.style-one {
  border: 0;
  height: 1px;
  background: white;
}
#custom-html-x #idTexte {
  position: absolute;
  top: 50px;
  padding: 20px;
}
#custom-html-x #idBild {
  position: absolute;
  top: 450px;
  left: 15px;
  padding: 22px;
}
#custom-html-x #slideout_inner {
  position: fixed;
  top: 00px;
  left: -350px;
  background: white;
  width: 350px;
  height: 100vh;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left;
  border-top: 2px solid #8d97ad;
  border-right: 2px solid #8d97ad;
  border-bottom: 2px solid #8d97ad;
}
#custom-html-x #slideout_inner textarea {
  width: 290px;
  height: 100px;
  margin-bottom: 6px;
}
#custom-html-x #slideout:hover {
  left: 350px;
}
#custom-html-x #slideout:hover #slideout_inner {
  left: 0;
}
#custom-html-x #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
@keyframes animationName {
  from {
    background-color: transparent;
    display: block;
  }
  to {
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    z-index: 9999;
  }
}
@keyframes animation2Name {
  from {
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
  }
  to {
    background-color: transparent;
    display: none;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  #custom-html-x #slideout {
    visibility: hidden;
  }
}
.cid-tyELrMcSEG {
  background-image: url("../../../assets/images/hundfrei-2.jpg");
  background-position: 85% 50%;
  z-index: 0;
}
@media (max-width: 991px) {
  .cid-tyELrMcSEG {
    background-image: url("../../../assets/images/adobestock-141011226.jpeg");
    background-position: top;
  }
}
.cid-tyELrMcSEG .mbr-section-title {
  color: #232323;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyELrMcSEG #id-beratung {
    display: none;
  }
}
.cid-tyELrMcSEG #idSchneider {
  width: fit-content;
  margin-left: 10.1rem;
}
@media (max-width: 991px) {
  .cid-tyELrMcSEG #idSchneider {
    margin-left: 4.5rem;
  }
}
.cid-tyELrMcSEG h1 {
  padding: 1rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .cid-tyELrMcSEG h1 {
    width: 100%;
  }
}
.cid-tyELrMcSEG .navbar {
  padding-top: 0rem!important;
  padding-bottom: 0rem!important;
}
.cid-tyELrMcSEG .row {
  padding-top: 20rem;
}
@media (max-width: 767px) {
  .cid-tyELrMcSEG .row {
    padding-top: 25rem;
  }
}
.cid-tyELrMcSEG .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tyELrMcSEG .d-flex {
    justify-content: center;
  }
}
.cid-tyELrMcSEG .link-wrapper {
  display: flex;
  backdrop-filter: blur(5px);
  padding: 0 1rem 0.5rem 1rem;
  border-radius: 6px;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
  position: relative;
  top: -5rem;
}
.cid-tyELrMcSEG .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 991px) {
  .cid-tyELrMcSEG .link-wrapper {
    top: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-tyELrMcSEG .link-wrapper {
    justify-content: center;
    transform: rotate(0deg);
    top: -1rem;
  }
}
.cid-tyELrMcSEG .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tyELrMcSEG .drehen {
  transform: rotate(-90deg);
  transition: all 1.5s!important;
  transform-origin: left;
}
.cid-tyELrMcSEG .mbr-section-subtitle {
  text-align: center;
  background: rgba(7, 151, 152, 0.3);
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #079798;
  cursor: pointer;
  display: block;
  padding: 2rem 2rem;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tyELrMcSEG .mbr-section-subtitle:hover {
  background: #d27002;
  border-color: #d27002;
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-tyELrMcSEG .mbr-section-subtitle {
    width: auto;
    transform: rotate(0deg);
    margin: auto;
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
.cid-tyELrMcSEG .link,
.cid-tyELrMcSEG .link-icon {
  color: #ffffff;
}
.cid-tyELrMcSEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyELrMcSEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyELrMcSEG .image-wrapper {
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cid-tyELrMcSEG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyELrMcSEG .image-wrapper {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .cid-tyELrMcSEG .image-wrapper {
    width: 140px;
  }
}
.cid-tyELrMcSEG .btn {
  background-color: rgba(255, 255, 255, 0.5) !important;
  padding: 0.5rem 1rem!important;
}
.cid-tyELrMcSEG .btn:hover {
  color: black!important;
  background-color: rgba(200, 200, 255, 0.5) !important;
}
.cid-snofYeRdb4 .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-snofYeRdb4 .icon-bar a:hover {
  background-color: #d27002;
  margin-left: -50px;
  width: 100px;
}
.cid-snofYeRdb4 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-snofYeRdb4 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-snofYeRdb4 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-snofYeRdb4 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-snofYeRdb4 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-snofYeRdb4 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-snofYeRdb4 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-snofYeRdb4 .custom1 {
  background: #43aeef;
  color: white;
  width: 50px;
}
.cid-snofYeRdb4 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-snofYeRdb4 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-snofYeRdb4 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-snofYeRdb4 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-snofYeRdb4 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-snofYeRdb4 P {
  color: #232323;
}
.cid-snofYeRdb4 DIV {
  color: #ffffff;
}
.cid-snofYeRdb4 H10 {
  color: #767676;
}
.cid-snofYeRdb4 .hidden {
  display: none;
}
.cid-tyH9oKXjs3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tyH9oKXjs3 .row {
  flex-direction: row-reverse;
}
.cid-tyH9oKXjs3 .myicon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: orange;
  padding: 0.9rem 1.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  transition: all 1s;
}
.cid-tyH9oKXjs3 .myicon:hover {
  background: brown;
  transition: all 1s;
}
.cid-tyH9oKXjs3 .spezi-container {
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: orange;
  padding: 3rem;
  background: white;
  max-width: 90%;
}
.cid-tyH9oKXjs3 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyH9oKXjs3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tyH9oKXjs3 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tyH9oKXjs3 .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tyH9oKXjs3 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tyH9oKXjs3 .mbr-section-tag {
  margin-bottom: 1rem;
  color: #9e9e9e;
}
.cid-tyH9oKXjs3 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tyH9oKXjs3 .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-tyH9oKXjs3 .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-tyH9oKXjs3 .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-tyH9oKXjs3 .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-tyH9oKXjs3 .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-tyH9oKXjs3 .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-tyH9oKXjs3 .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-tyH9oKXjs3 .mbr-section-title span:last-child,
.cid-tyH9oKXjs3 .mbr-section-title strong:last-child {
  color: #fa9e28;
}
.cid-tyH9oKXjs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyH9oKXjs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyH6jnDlx4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyH6jnDlx4 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tyH6jnDlx4 .mbr-section-title {
  color: #010d4c;
}
.cid-tyH6jnDlx4 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-tyH6jnDlx4 .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-tyH6jnDlx4 .card-title {
    margin-bottom: 18px;
  }
}
.cid-tyH6jnDlx4 .card-title a {
  font-weight: 700;
}
.cid-tyH6jnDlx4 .card-title a:hover {
  color: #d27002 !important;
}
.cid-tyH6jnDlx4 .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tyH6jnDlx4 .icon-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tyH6jnDlx4 .icon-box {
    justify-content: center;
  }
}
.cid-tyH6jnDlx4 .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #232323;
}
.cid-tyH6jnDlx4 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tyH6jnDlx4 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-tyH6jnDlx4 .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-tyH6jnDlx4 .icon-link-box .mbr-iconfont:hover {
  color: #ff3366 !important;
  cursor: pointer !important;
}
@media (max-width: 768px) {
  .cid-tyH6jnDlx4 .icon-link-box {
    justify-content: center;
  }
}
.cid-tyH6jnDlx4 .col-card {
  margin-top: 30px;
}
.cid-tyH6jnDlx4 .card-wrapper {
  padding: 50px 5px 22px 35px;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  border-color: orange;
  background-color: transparent;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #fff1cb;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .cid-tyH6jnDlx4 .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-tyH6jnDlx4 .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-tyH6jnDlx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyH6jnDlx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyH6jnDlx4 .mbr-text,
.cid-tyH6jnDlx4 .link {
  color: #232323;
}
.cid-sbLNNU1cGw {
  background-color: #ffffff;
}
.cid-sbLNNU1cGw .trans-wave {
  opacity: 0.35;
  fill: #ffffff;
  pointer-events: none;
}
.cid-sbLNNU1cGw .wave {
  fill: #ffffff;
  pointer-events: none;
}
.cid-sbLNNU1cGw .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-sbLNNU1cGw .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-sbLNNU1cGw .dentaura-cover {
  background: transparent;
  height: 424px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-sbLNNU1cGw .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-rZzdqvoLVf {
  padding-top: 280px;
  padding-bottom: 245px;
  background-image: url("../../../assets/images/cat-3765805-1920-1920x1280.jpg");
}
.cid-rZzdqvoLVf H2 {
  color: #232323;
  text-shadow: 2px 2px 4px #ffffff;
}
.cid-rZzdqvoLVf H3 {
  color: #232323;
  font-size: 190%!important;
}
.cid-sbLO8GC8Zc {
  background-color: #ffffff;
}
.cid-sbLO8GC8Zc .trans-wave {
  opacity: 0.35;
  fill: #ffffff;
  pointer-events: none;
}
.cid-sbLO8GC8Zc .wave {
  fill: #ffffff;
  pointer-events: none;
}
.cid-sbLO8GC8Zc .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-sbLO8GC8Zc .dentaura-y-up {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-sbLO8GC8Zc .dentaura-cover {
  background: transparent;
  height: 424px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.cid-sbLO8GC8Zc .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-rZzgOn9xuB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rZzgOn9xuB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rZzgOn9xuB p {
  color: #767676;
  text-align: left;
}
.cid-rZzgOn9xuB .card-box {
  padding-top: 2rem;
}
.cid-rZzgOn9xuB .card-wrapper {
  height: 100%;
}
.cid-rZzgOn9xuB .container {
  max-width: 1400px;
}
.cid-rZzgOn9xuB .card-img:hover {
  transform: scale(1.03);
}
.cid-rZzgOn9xuB .card-img {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #bbb;
  padding: 5px;
}
.cid-rZzgOn9xuB .spezi-container-pos {
  position: relative;
  top: 80px;
  z-index: 9;
}
@media (max-width: 991px) {
  .cid-rZzgOn9xuB .spezi-container-pos {
    top: 0px;
  }
}
.cid-rZzgOn9xuB .spezi-container {
  border-style: solid;
  border-width: 1px;
  max-width: 90%;
  padding: 3rem;
  background: white;
  border-radius: 5px;
  border-color: orange;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
@media (max-width: 991px) {
  .cid-rZzgOn9xuB .spezi-container {
    padding: 1rem;
    border-width: 0px;
    box-shadow: none;
  }
}
.cid-rZzgOn9xuB P {
  color: #232323;
}
.cid-rZHgR1fJSG {
  padding-top: 315px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/monikaportrait-2000x977.jpg");
}
.cid-rZHgR1fJSG H2 {
  color: #232323;
  text-shadow: 2px 2px 4px #ffffff;
}
.cid-rZI5dIZHaP {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZI5dIZHaP h2 {
  text-align: left;
}
.cid-rZI5dIZHaP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rZI5dIZHaP p {
  color: #767676;
  text-align: left;
}
.cid-rZI5dIZHaP img {
  border-radius: 5px;
}
.cid-rZI5dIZHaP .card-img:hover {
  transform: scale(1.03);
}
.cid-rZI5dIZHaP .card-img {
  transition: all 0.2s ease-in-out;
}
.cid-rZI5dIZHaP .mypic {
  width: 100%;
  padding: 1rem;
}
.cid-rZI5dIZHaP .spezi-container-pos {
  position: relative;
  top: -60px;
}
.cid-rZI5dIZHaP .spezi-container {
  border-style: solid;
  border-width: 1px;
  max-width: 90%;
  padding: 3rem;
  background: white;
  border-radius: 5px;
  border-color: orange;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
.cid-rZI5dIZHaP .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rZI5dIZHaP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZI5dIZHaP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZI5dIZHaP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZI5dIZHaP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZI5dIZHaP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZI5dIZHaP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-rZI5dIZHaP .spezi-container {
    padding: 1rem;
    border-width: 0px;
    box-shadow: none;
  }
}
@media (max-width: 300px) {
  .cid-rZI5dIZHaP .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZI5dIZHaP H2 {
  color: #d27002;
}
.cid-rZI5dIZHaP P {
  text-align: left;
  color: #232323;
}
.cid-rZI5dIZHaP H4 {
  color: #d27002;
}
.cid-ttbvCMYoye {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ttbvCMYoye .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttbvCMYoye .carousel-item.active,
.cid-ttbvCMYoye .carousel-item-next,
.cid-ttbvCMYoye .carousel-item-prev {
  display: flex;
}
.cid-ttbvCMYoye .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-ttbvCMYoye .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-ttbvCMYoye .carousel-controls a:hover span {
  opacity: 1;
}
.cid-ttbvCMYoye .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-ttbvCMYoye .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-ttbvCMYoye .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ttbvCMYoye H2 {
  color: #d27002;
}
.cid-seOeJGkj8h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-seOeJGkj8h .content {
    text-align: center;
  }
  .cid-seOeJGkj8h .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seOeJGkj8h .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-seOeJGkj8h .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-seOeJGkj8h .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-seOeJGkj8h .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seOeJGkj8h .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-seOeJGkj8h .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-seOeJGkj8h .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seOeJGkj8h .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seOeJGkj8h .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seOeJGkj8h .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seOeJGkj8h .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGubjSg1R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f3f1;
}
.cid-tyGubjSg1R .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGubjSg1R .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGubjSg1R .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGubjSg1R .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGubjSg1R .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGt0WkEK9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f3f1;
}
.cid-tyGt0WkEK9 .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGt0WkEK9 .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGt0WkEK9 .row {
  position: relative;
}
.cid-tyGt0WkEK9 .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGt0WkEK9 .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGt0WkEK9 .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGt0WkEK9 .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGt0WkEK9 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGt0WkEK9 .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGt0WkEK9 .image-wrapper img {
    height: 25rem;
  }
}
.cid-tyGt0WkEK9 .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-s2TUoxV098 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
.cid-s2TUoxV098 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-s2TUoxV098 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s2TUoxV098 img {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #bbb;
  padding: 5px;
}
.cid-to60niXHeK {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9ecdd;
}
.cid-to60niXHeK .mbr-text,
.cid-to60niXHeK blockquote {
  color: #767676;
}
.cid-to60niXHeK .mbr-text {
  color: #232323;
}
.cid-to5ZIDmCxn {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f9ecdd;
}
@media (max-width: 991px) {
  .cid-to5ZIDmCxn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-to5ZIDmCxn .row {
  flex-direction: row-reverse;
}
.cid-to5ZIDmCxn img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #bbb;
  padding: 5px;
}
.cid-to5ZIDmCxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-to5ZIDmCxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-swrYmvQzzh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ecdd;
}
.cid-swrYmvQzzh .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-swrYmvQzzh img {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #bbb;
  padding: 5px;
}
.cid-swrYmvQzzh p {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-swrYmvQzzh .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swrYmvQzzh .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-swrYmvQzzh .mbr-text {
    text-align: center;
  }
}
.cid-swrYmvQzzh H1 {
  color: #232323;
}
.cid-swrYmvQzzh .mbr-text,
.cid-swrYmvQzzh .mbr-section-btn {
  color: #232323;
}
.cid-s2W796sle6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ecdd;
}
.cid-s2W796sle6 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-s2W796sle6 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-s2W796sle6 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-s2W796sle6 .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-s2UtmT5KZ3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
.cid-s2UtmT5KZ3 .mbr-section-subtitle {
  color: #232323;
}
.cid-s2UtxlegR6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
@media (min-width: 992px) {
  .cid-s2UtxlegR6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2UtxlegR6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s2UtxlegR6 img {
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  padding: 1rem;
  border-color: orange;
}
.cid-s2UtxlegR6 .mbr-text {
  color: #232323;
}
.cid-seOgmAL5cM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .content {
    text-align: center;
  }
  .cid-seOgmAL5cM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-seOgmAL5cM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-seOgmAL5cM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seOgmAL5cM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-seOgmAL5cM .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-seOgmAL5cM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seOgmAL5cM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seOgmAL5cM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seOgmAL5cM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGv3sXjuU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f0e1;
}
.cid-tyGv3sXjuU .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGv3sXjuU .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGv3sXjuU .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGv3sXjuU .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGv3sXjuU .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGv1MDcQo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f0e1;
}
.cid-tyGv1MDcQo .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGv1MDcQo .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGv1MDcQo .row {
  position: relative;
}
.cid-tyGv1MDcQo .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGv1MDcQo .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGv1MDcQo .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGv1MDcQo .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGv1MDcQo .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGv1MDcQo .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGv1MDcQo .image-wrapper img {
    height: 30rem;
  }
}
.cid-tyGv1MDcQo .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-s2Wwr5eEko {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
.cid-s2Wwr5eEko .mbr-section-subtitle {
  color: #000000;
}
.cid-toFZOdl2QW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9ecdd;
}
.cid-toFZOdl2QW .video-wrapper iframe {
  width: 100%;
}
.cid-toFZOdl2QW .mbr-section-title,
.cid-toFZOdl2QW .mbr-section-subtitle,
.cid-toFZOdl2QW .mbr-text {
  text-align: center;
}
.cid-toFZyjlKiQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9ecdd;
}
.cid-toFZyjlKiQ .video-wrapper iframe {
  width: 100%;
}
.cid-toFZyjlKiQ .mbr-section-title,
.cid-toFZyjlKiQ .mbr-section-subtitle,
.cid-toFZyjlKiQ .mbr-text {
  text-align: center;
}
.cid-toFZj2WxHS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9ecdd;
}
.cid-toFZj2WxHS .video-wrapper iframe {
  width: 100%;
}
.cid-toFZj2WxHS .mbr-section-title,
.cid-toFZj2WxHS .mbr-section-subtitle,
.cid-toFZj2WxHS .mbr-text {
  text-align: center;
}
.cid-sXp3jYSaB8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9ecdd;
}
.cid-sXp3jYSaB8 .video-wrapper iframe {
  width: 100%;
}
.cid-sXp3jYSaB8 .mbr-section-title,
.cid-sXp3jYSaB8 .mbr-section-subtitle,
.cid-sXp3jYSaB8 .mbr-text {
  text-align: center;
}
.cid-sq4odIc5cV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9ecdd;
}
.cid-sq4odIc5cV .video-wrapper iframe {
  width: 100%;
}
.cid-sq4odIc5cV .mbr-section-title,
.cid-sq4odIc5cV .mbr-section-subtitle,
.cid-sq4odIc5cV .mbr-text {
  text-align: center;
}
.cid-sq4oxGIZpy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9ecdd;
}
.cid-sq4oxGIZpy .video-wrapper iframe {
  width: 100%;
}
.cid-sq4oxGIZpy .mbr-section-title,
.cid-sq4oxGIZpy .mbr-section-subtitle,
.cid-sq4oxGIZpy .mbr-text {
  text-align: center;
}
.cid-sq4q8SN6bT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9ecdd;
}
.cid-sq4q8SN6bT .video-wrapper iframe {
  width: 100%;
}
.cid-sq4q8SN6bT .mbr-section-title,
.cid-sq4q8SN6bT .mbr-section-subtitle,
.cid-sq4q8SN6bT .mbr-text {
  text-align: center;
}
.cid-sq4q9ruFgq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9ecdd;
}
.cid-sq4q9ruFgq .video-wrapper iframe {
  width: 100%;
}
.cid-sq4q9ruFgq .mbr-section-title,
.cid-sq4q9ruFgq .mbr-section-subtitle,
.cid-sq4q9ruFgq .mbr-text {
  text-align: center;
}
.cid-sq4qa4tiKa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9ecdd;
}
.cid-sq4qa4tiKa .video-wrapper iframe {
  width: 100%;
}
.cid-sq4qa4tiKa .mbr-section-title,
.cid-sq4qa4tiKa .mbr-section-subtitle,
.cid-sq4qa4tiKa .mbr-text {
  text-align: center;
}
.cid-sq4qazAVqX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9ecdd;
}
.cid-sq4qazAVqX .video-wrapper iframe {
  width: 100%;
}
.cid-sq4qazAVqX .mbr-section-title,
.cid-sq4qazAVqX .mbr-section-subtitle,
.cid-sq4qazAVqX .mbr-text {
  text-align: center;
}
.cid-seOgmAL5cM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .content {
    text-align: center;
  }
  .cid-seOgmAL5cM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-seOgmAL5cM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-seOgmAL5cM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seOgmAL5cM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-seOgmAL5cM .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-seOgmAL5cM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seOgmAL5cM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seOgmAL5cM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seOgmAL5cM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGmugK7HW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cddbdb;
}
.cid-tyGmugK7HW .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGmugK7HW .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGmugK7HW .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGmugK7HW .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGmugK7HW .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGlSkj23l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cddbdb;
}
.cid-tyGlSkj23l .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGlSkj23l .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGlSkj23l .row {
  position: relative;
}
.cid-tyGlSkj23l .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGlSkj23l .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGlSkj23l .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGlSkj23l .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGlSkj23l .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGlSkj23l .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGlSkj23l .image-wrapper img {
    height: 25rem;
  }
}
.cid-tyGlSkj23l .mbr-section-title {
  margin: 0;
  color: #000000;
}
.cid-s2WliLq7Ui {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9ecdd;
}
.cid-s2WliLq7Ui .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-s2WliLq7Ui .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s2WliLq7Ui img {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #bbb;
  padding: 5px;
}
.cid-s2XfLWlqYK {
  background: #f9ecdd;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s2XfLWlqYK .image-block {
  margin: auto;
}
.cid-s2XfLWlqYK figcaption {
  position: relative;
}
.cid-s2XfLWlqYK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XfLWlqYK .image-block {
    width: 100% !important;
  }
}
.cid-snhouY9twV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9ecdd;
}
.cid-snhouY9twV P {
  color: #767676;
}
.cid-snhnpPtZy7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9ecdd;
}
.cid-snhnpPtZy7 .mbr-text,
.cid-snhnpPtZy7 blockquote {
  color: #767676;
}
.cid-snhnpPtZy7 .mycontainer {
  border-style: solid;
  border-width: 1px;
  border-color: orange;
  border-radius: 5px;
  padding: 2rem 2rem;
  background: rgba(255, 255, 255, 0.5);
}
.cid-snhnpPtZy7 .container {
  padding: 2rem 2rem;
}
.cid-s2WpYxV3DM {
  background: #f9ecdd;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s2WpYxV3DM .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-s2WpYxV3DM .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s2WpYxV3DM .image-block:hover:before {
  opacity: 0;
}
.cid-s2WpYxV3DM .image-block:hover .wrap {
  opacity: 1;
}
.cid-s2WpYxV3DM .image-block:hover img {
  transform: scale(1.05);
}
.cid-s2WpYxV3DM h4 {
  letter-spacing: 2px;
}
.cid-s2WpYxV3DM figcaption {
  position: relative;
}
.cid-s2WpYxV3DM figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s2WpYxV3DM img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s2WpYxV3DM .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s2WpYxV3DM .wrap {
    opacity: 1!important;
  }
  .cid-s2WpYxV3DM .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-seOgmAL5cM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .content {
    text-align: center;
  }
  .cid-seOgmAL5cM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-seOgmAL5cM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-seOgmAL5cM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seOgmAL5cM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-seOgmAL5cM .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-seOgmAL5cM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seOgmAL5cM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seOgmAL5cM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seOgmAL5cM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGzrkj4fQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tyGzrkj4fQ .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGzrkj4fQ .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGzrkj4fQ .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGzrkj4fQ .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGzrkj4fQ .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGzoGg3t7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyGzoGg3t7 .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGzoGg3t7 .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGzoGg3t7 .row {
  position: relative;
}
.cid-tyGzoGg3t7 .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGzoGg3t7 .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGzoGg3t7 .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGzoGg3t7 .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGzoGg3t7 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGzoGg3t7 .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGzoGg3t7 .image-wrapper img {
    height: 25rem;
  }
}
.cid-tyGzoGg3t7 .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-tsOYK0XCc4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsOYK0XCc4 .showAlerts {
  display: block !important;
}
.cid-tsOYK0XCc4 .rowflexrev {
  display: -webkit-flex;
}
.cid-tsOYK0XCc4 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tsOYK0XCc4 .title {
  margin-bottom: 2rem;
}
.cid-tsOYK0XCc4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tsOYK0XCc4 textarea.form-control {
  min-height: 188px;
}
.cid-tsOYK0XCc4 LABEL {
  color: #232323;
  display: initial;
}
.cid-tsOYK0XCc4 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsOYK0XCc4 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tsOYK0XCc4 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsOYK0XCc4 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsOYK0XCc4 .alert {
  margin-bottom: 0;
}
.cid-tsOYK0XCc4 .alert-success {
  background-color: #70c770;
}
.cid-tsOYK0XCc4 .alert-danger {
  background-color: #ff4a52;
}
.cid-tsOYK0XCc4 .btn {
  display: inline-flex;
}
.cid-tsOYK0XCc4 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tsOYK0XCc4 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tsOYK0XCc4 .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tsOYK0XCc4 input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tsOYK0XCc4 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tsOYK0XCc4 input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-seOgxgK0ZH .google-map {
  height: 25rem;
  position: relative;
}
.cid-seOgxgK0ZH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-seOgxgK0ZH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-seOgxgK0ZH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-seOgxgK0ZH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-seOgmAL5cM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .content {
    text-align: center;
  }
  .cid-seOgmAL5cM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-seOgmAL5cM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-seOgmAL5cM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seOgmAL5cM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-seOgmAL5cM .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-seOgmAL5cM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seOgmAL5cM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seOgmAL5cM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seOgmAL5cM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-s2WXbG44Us {
  padding-top: 175px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/footprint-1084887.jpeg");
  background-position: right bottom;
  background-attachment: fixed;
}
.cid-s2WXbG44Us .mybtn {
  background: rgba(255, 255, 255, 0.5) !important;
  border-width: 1px;
}
.cid-s2WXbG44Us .myPos {
  position: relative;
  top: 0px;
}
.cid-s2WXbG44Us .schwung {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.cid-s2WXbG44Us h1 {
  color: #616161;
}
@media (max-width: 767px) {
  .cid-s2WXbG44Us h1 {
    font-size: 2rem;
  }
}
.cid-s2WXbG44Us h2,
.cid-s2WXbG44Us h3,
.cid-s2WXbG44Us p {
  color: #767676;
}
.cid-s2WXbG44Us .container {
  padding-top: 4rem;
}
.cid-s2WXbG44Us .mbr-section-subtitle {
  font-style: italic;
}
.cid-s2WXbG44Us H1 {
  color: #232323;
  text-align: left;
}
.cid-s2WXbG44Us P {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-s2WXbG44Us {
    background-image: url("../../../assets/images/footprint-1084885.jpg");
    background-position: right bottom;
    background-attachment: inherit;
  }
  .cid-s2WXbG44Us h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .cid-s2WXbG44Us .handyback {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
  }
  .cid-s2WXbG44Us .myPos {
    position: relative;
    top: -90px;
  }
}
.cid-s2WXbG44Us H3 {
  color: #232323;
  font-style: normal;
}
.cid-smQJkPHpkL {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9ecdd;
}
.cid-smQJkPHpkL P {
  color: #767676;
}
.cid-smOQf4mkwa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f9ecdd;
}
.cid-smOQf4mkwa .mycontainer {
  border-style: solid;
  border-width: 1px;
  border-color: orange;
  border-radius: 5px;
  padding: 2rem 2rem;
  background: rgba(255, 255, 255, 0.5);
}
.cid-smOQf4mkwa .container {
  padding: 2rem 2rem;
}
.cid-smOQf4mkwa .such-container {
  padding: 0rem 0rem 2rem  0rem;
}
.cid-smOQf4mkwa .icon-default {
  position: relative;
  top: 7px;
  left: 7px;
}
.cid-smOQf4mkwa .warenkorbanzeige {
  position: fixed;
  z-index: 999;
  bottom: 10rem;
  right: 0rem;
  width: 5rem;
  height: 5rem;
  margin: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border: solid;
  padding: 0.5rem;
  border-width: 2px;
  border-color: orange;
  border-radius: 20%;
}
@media screen and (max-width: 768px) {
  .cid-smOQf4mkwa .icon-default {
    position: relative;
    top: 7px;
    left: 7px;
  }
}
.cid-sbIpVgEv77 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9ecdd;
}
.cid-sbIpVgEv77 .card {
  align-self: stretch;
}
.cid-sbIpVgEv77 .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sbIpVgEv77 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sbIpVgEv77 p {
  color: #767676;
  text-align: left;
}
.cid-sbIpVgEv77 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sbIpVgEv77 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}
.cid-sbIpVgEv77 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sbIpVgEv77 P {
  color: #232323;
}
.cid-sbIkuSepn5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9ecdd;
}
.cid-sbIkuSepn5 .mbr-section-subtitle {
  color: #000000;
}
.cid-sbIkuSepn5 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tlczfnXpvN .google-map {
  height: 25rem;
  position: relative;
}
.cid-tlczfnXpvN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tlczfnXpvN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tlczfnXpvN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tlczfnXpvN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-seOgmAL5cM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .content {
    text-align: center;
  }
  .cid-seOgmAL5cM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-seOgmAL5cM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-seOgmAL5cM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seOgmAL5cM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-seOgmAL5cM .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-seOgmAL5cM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seOgmAL5cM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seOgmAL5cM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seOgmAL5cM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGC11rtME {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tyGC11rtME .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGC11rtME .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGC11rtME .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGC11rtME .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGC11rtME .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGBLBN9OE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyGBLBN9OE .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGBLBN9OE .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGBLBN9OE .row {
  position: relative;
}
.cid-tyGBLBN9OE .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGBLBN9OE .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGBLBN9OE .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGBLBN9OE .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGBLBN9OE .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGBLBN9OE .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGBLBN9OE .image-wrapper img {
    height: 25rem;
  }
}
.cid-tyGBLBN9OE .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-tuHpVYGErj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
@media (min-width: 992px) {
  .cid-tuHpVYGErj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tuHpVYGErj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tuHpVYGErj .mbr-text {
  color: #232323;
}
.cid-tbs9CcRA6Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
@media (min-width: 992px) {
  .cid-tbs9CcRA6Y .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tbs9CcRA6Y .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tbs9CcRA6Y .mbr-text {
  color: #232323;
}
.cid-sq277NHXyJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
@media (min-width: 992px) {
  .cid-sq277NHXyJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sq277NHXyJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sq277NHXyJ .mbr-text {
  color: #232323;
}
.cid-s2Xa7VJM43 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
@media (min-width: 992px) {
  .cid-s2Xa7VJM43 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2Xa7VJM43 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s2Xa7VJM43 .mbr-text {
  color: #232323;
}
.cid-sbYgGYMJrs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
@media (min-width: 992px) {
  .cid-sbYgGYMJrs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbYgGYMJrs .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sbYgGYMJrs .mbr-text {
  color: #232323;
}
.cid-seOgmAL5cM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .content {
    text-align: center;
  }
  .cid-seOgmAL5cM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-seOgmAL5cM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-seOgmAL5cM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seOgmAL5cM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-seOgmAL5cM .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-seOgmAL5cM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seOgmAL5cM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seOgmAL5cM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seOgmAL5cM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGHRcq2Sn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tyGHRcq2Sn .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGHRcq2Sn .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGHRcq2Sn .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGHRcq2Sn .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGHRcq2Sn .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGHZmx0SN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyGHZmx0SN .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGHZmx0SN .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGHZmx0SN .row {
  position: relative;
}
.cid-tyGHZmx0SN .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGHZmx0SN .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGHZmx0SN .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGHZmx0SN .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGHZmx0SN .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGHZmx0SN .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGHZmx0SN .image-wrapper img {
    height: 25rem;
  }
}
.cid-tyGHZmx0SN .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-s35D81gDCY {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f9ecdd;
}
.cid-s35D81gDCY .line {
  background-color: #e78a22;
  color: #e78a22;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s35D81gDCY .section-text {
  padding: 2rem 0;
}
.cid-s35D81gDCY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s35D81gDCY .inner-container {
    width: 100% !important;
  }
}
.cid-s35DfJ2Er8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
.cid-s35DfJ2Er8 .mbr-text,
.cid-s35DfJ2Er8 blockquote {
  color: #767676;
}
.cid-s35DfJ2Er8 .mbr-text {
  color: #232323;
}
.cid-s35GFR37DZ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f9ecdd;
}
.cid-s35GFR37DZ .line {
  background-color: #e78a22;
  color: #e78a22;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s35GFR37DZ .section-text {
  padding: 2rem 0;
}
.cid-s35GFR37DZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s35GFR37DZ .inner-container {
    width: 100% !important;
  }
}
.cid-s35GP5QDeY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
.cid-s35GP5QDeY .mbr-text,
.cid-s35GP5QDeY blockquote {
  color: #767676;
}
.cid-s35GP5QDeY .mbr-text {
  color: #000000;
}
.cid-tsOVwNw4RD {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f9ecdd;
}
.cid-tsOVwNw4RD .line {
  background-color: #e78a22;
  color: #e78a22;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsOVwNw4RD .section-text {
  padding: 2rem 0;
}
.cid-tsOVwNw4RD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tsOVwNw4RD .inner-container {
    width: 100% !important;
  }
}
.cid-tsOVC1eLEB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
.cid-tsOVC1eLEB .mbr-text,
.cid-tsOVC1eLEB blockquote {
  color: #767676;
}
.cid-tsOVC1eLEB .mbr-text {
  color: #232323;
}
.cid-seK6EtWveg {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f9ecdd;
}
.cid-seK6EtWveg .line {
  background-color: #e78a22;
  color: #e78a22;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seK6EtWveg .section-text {
  padding: 2rem 0;
}
.cid-seK6EtWveg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seK6EtWveg .inner-container {
    width: 100% !important;
  }
}
.cid-seOgmAL5cM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .content {
    text-align: center;
  }
  .cid-seOgmAL5cM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-seOgmAL5cM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-seOgmAL5cM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seOgmAL5cM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-seOgmAL5cM .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-seOgmAL5cM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seOgmAL5cM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seOgmAL5cM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seOgmAL5cM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGvWnAxX5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1e8e1;
}
.cid-tyGvWnAxX5 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGvWnAxX5 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGvWnAxX5 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGvWnAxX5 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGvWnAxX5 .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGvXLpa0c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e8e1;
}
.cid-tyGvXLpa0c .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGvXLpa0c .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGvXLpa0c .row {
  position: relative;
}
.cid-tyGvXLpa0c .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGvXLpa0c .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGvXLpa0c .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGvXLpa0c .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGvXLpa0c .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGvXLpa0c .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGvXLpa0c .image-wrapper img {
    height: 25rem;
  }
}
.cid-tyGvXLpa0c .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-s7kx3kMWQa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9ecdd;
}
.cid-s7kx3kMWQa .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-s7kx3kMWQa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s7kx3kMWQa img {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #bbb;
  padding: 5px;
}
.cid-seguknOdEZ {
  background: #f9ecdd;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-seguknOdEZ .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-seguknOdEZ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-seguknOdEZ .image-block:hover:before {
  opacity: 0;
}
.cid-seguknOdEZ .image-block:hover .wrap {
  opacity: 1;
}
.cid-seguknOdEZ .image-block:hover img {
  transform: scale(1.05);
}
.cid-seguknOdEZ h4 {
  letter-spacing: 2px;
}
.cid-seguknOdEZ figcaption {
  position: relative;
}
.cid-seguknOdEZ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-seguknOdEZ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seguknOdEZ .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-seguknOdEZ .wrap {
    opacity: 1!important;
  }
  .cid-seguknOdEZ .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-seOgmAL5cM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .content {
    text-align: center;
  }
  .cid-seOgmAL5cM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-seOgmAL5cM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-seOgmAL5cM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seOgmAL5cM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-seOgmAL5cM .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-seOgmAL5cM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seOgmAL5cM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seOgmAL5cM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seOgmAL5cM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGuRxMUt1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f0e1;
}
.cid-tyGuRxMUt1 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGuRxMUt1 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGuRxMUt1 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGuRxMUt1 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGuRxMUt1 .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGuxo50ot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f0e1;
}
.cid-tyGuxo50ot .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGuxo50ot .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGuxo50ot .row {
  position: relative;
}
.cid-tyGuxo50ot .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGuxo50ot .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGuxo50ot .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGuxo50ot .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGuxo50ot .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGuxo50ot .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGuxo50ot .image-wrapper img {
    height: 30rem;
  }
}
.cid-tyGuxo50ot .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-s2UpLZFhxt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
.cid-s2UpLZFhxt .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-s2UpLZFhxt .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s2UpLZFhxt img {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #bbb;
  padding: 5px;
}
.cid-s2UpLZFhxt H2 {
  text-align: left;
}
.cid-sbICYI5nFz {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9ecdd;
}
.cid-sbICYI5nFz .images-container.container-fluid {
  padding: 0;
}
.cid-sbICYI5nFz .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sbICYI5nFz .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sbICYI5nFz .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sbICYI5nFz .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sbICYI5nFz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sbICYI5nFz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sbICYI5nFz .img-item {
    width: 100% !important;
  }
  .cid-sbICYI5nFz .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-seOgmAL5cM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .content {
    text-align: center;
  }
  .cid-seOgmAL5cM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-seOgmAL5cM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-seOgmAL5cM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seOgmAL5cM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-seOgmAL5cM .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-seOgmAL5cM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-seOgmAL5cM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seOgmAL5cM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seOgmAL5cM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seOgmAL5cM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGvw2IBgu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fbfbfb;
}
.cid-tyGvw2IBgu .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGvw2IBgu .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGvw2IBgu .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGvw2IBgu .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGvw2IBgu .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGvvbFo0x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f0e1;
}
.cid-tyGvvbFo0x .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGvvbFo0x .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGvvbFo0x .row {
  position: relative;
}
.cid-tyGvvbFo0x .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGvvbFo0x .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGvvbFo0x .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGvvbFo0x .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGvvbFo0x .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGvvbFo0x .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGvvbFo0x .image-wrapper img {
    height: 25rem;
  }
}
.cid-tyGvvbFo0x .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-shDkp3GsbU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ecdd;
}
.cid-shDkp3GsbU .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shDkp3GsbU .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shDkp3GsbU .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shDkp3GsbU .mbr-text {
    text-align: center;
  }
}
.cid-shDkp3GsbU H1 {
  color: #232323;
}
.cid-shDkp3GsbU .mbr-text,
.cid-shDkp3GsbU .mbr-section-btn {
  color: #232323;
}
.cid-shCXiXpY2r {
  background: #f9ecdd;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-shCXiXpY2r .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-shCXiXpY2r .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-shCXiXpY2r .image-block:hover:before {
  opacity: 0;
}
.cid-shCXiXpY2r .image-block:hover .wrap {
  opacity: 1;
}
.cid-shCXiXpY2r .image-block:hover img {
  transform: scale(1.05);
}
.cid-shCXiXpY2r h4 {
  letter-spacing: 2px;
}
.cid-shCXiXpY2r figcaption {
  position: relative;
}
.cid-shCXiXpY2r figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-shCXiXpY2r img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-shCXiXpY2r .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-shCXiXpY2r .wrap {
    opacity: 1!important;
  }
  .cid-shCXiXpY2r .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-shCXiXPbba {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-shCXiXPbba .content {
    text-align: center;
  }
  .cid-shCXiXPbba .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shCXiXPbba .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shCXiXPbba .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shCXiXPbba .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shCXiXPbba .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shCXiXPbba .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-shCXiXPbba .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-shCXiXPbba .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-shCXiXPbba .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shCXiXPbba .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shCXiXPbba .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shCXiXPbba .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGJq8lQAc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tyGJq8lQAc .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGJq8lQAc .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGJq8lQAc .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGJq8lQAc .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGJq8lQAc .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGJpns3Mu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyGJpns3Mu .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGJpns3Mu .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGJpns3Mu .row {
  position: relative;
}
.cid-tyGJpns3Mu .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGJpns3Mu .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGJpns3Mu .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGJpns3Mu .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGJpns3Mu .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGJpns3Mu .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGJpns3Mu .image-wrapper img {
    height: 25rem;
  }
}
.cid-tyGJpns3Mu .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-sDMruC03hV {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sDMruC03hV .line {
  background-color: #e78a22;
  color: #e78a22;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sDMruC03hV .section-text {
  padding: 2rem 0;
}
.cid-sDMruC03hV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sDMruC03hV .inner-container {
    width: 100% !important;
  }
}
.cid-sDMruCdmEW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sDMruCdmEW .mbr-text,
.cid-sDMruCdmEW blockquote {
  color: #767676;
}
.cid-sDMruCdmEW .mbr-text {
  color: #232323;
}
.cid-sDMruCp1ZJ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f9ecdd;
}
.cid-sDMruCp1ZJ .line {
  background-color: #e78a22;
  color: #e78a22;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sDMruCp1ZJ .section-text {
  padding: 2rem 0;
}
.cid-sDMruCp1ZJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sDMruCp1ZJ .inner-container {
    width: 100% !important;
  }
}
.cid-sDMruCDz3y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
.cid-sDMruCDz3y .mbr-text,
.cid-sDMruCDz3y blockquote {
  color: #767676;
}
.cid-sDMruCDz3y .mbr-text {
  color: #000000;
}
.cid-sDMruDqXTD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sDMruDqXTD .content {
    text-align: center;
  }
  .cid-sDMruDqXTD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sDMruDqXTD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sDMruDqXTD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sDMruDqXTD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sDMruDqXTD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sDMruDqXTD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sDMruDqXTD .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-sDMruDqXTD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sDMruDqXTD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDMruDqXTD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDMruDqXTD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDMruDqXTD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGImmmvgo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tyGImmmvgo .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGImmmvgo .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGImmmvgo .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGImmmvgo .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGImmmvgo .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGIcR2avE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyGIcR2avE .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGIcR2avE .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGIcR2avE .row {
  position: relative;
}
.cid-tyGIcR2avE .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGIcR2avE .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGIcR2avE .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGIcR2avE .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGIcR2avE .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGIcR2avE .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGIcR2avE .image-wrapper img {
    height: 25rem;
  }
}
.cid-tyGIcR2avE .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-sSq5w4bhAI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9ecdd;
}
.cid-sSq5w4bhAI .line {
  background-color: #e78a22;
  color: #e78a22;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sSq5w4bhAI .section-text {
  padding: 2rem 0;
}
.cid-sSq5w4bhAI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sSq5w4bhAI .inner-container {
    width: 100% !important;
  }
}
.cid-sSBEu0N4B0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ecdd;
}
.cid-sSBEu0N4B0 .mbr-text,
.cid-sSBEu0N4B0 blockquote {
  color: #767676;
}
.cid-sSBEu0N4B0 .mbr-text {
  color: #000000;
}
.cid-sSBEu0N4B0 .mbr-text P {
  text-align: center;
}
.cid-sSq5w5nSDc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sSq5w5nSDc .content {
    text-align: center;
  }
  .cid-sSq5w5nSDc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sSq5w5nSDc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sSq5w5nSDc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sSq5w5nSDc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sSq5w5nSDc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSq5w5nSDc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSq5w5nSDc .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-sSq5w5nSDc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sSq5w5nSDc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSq5w5nSDc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSq5w5nSDc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sSq5w5nSDc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-tyGIxgn4e4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tyGIxgn4e4 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tyGIxgn4e4 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tyGIxgn4e4 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tyGIxgn4e4 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tyGIxgn4e4 .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tyGIy4omlh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyGIy4omlh .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tyGIy4omlh .textbehaelter p {
    display: none!important;
  }
}
.cid-tyGIy4omlh .row {
  position: relative;
}
.cid-tyGIy4omlh .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGIy4omlh .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tyGIy4omlh .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tyGIy4omlh .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tyGIy4omlh .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tyGIy4omlh .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyGIy4omlh .image-wrapper img {
    height: 25rem;
  }
}
.cid-tyGIy4omlh .mbr-section-title {
  margin: 0;
  color: #232323;
}
.cid-tyGIIMFJmb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tyGIIMFJmb .mbr-text,
.cid-tyGIIMFJmb blockquote {
  color: #000000;
}
.cid-sSqSrjoGe8 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f9ecdd;
}
.cid-sSqSrjoGe8 .mbr-text,
.cid-sSqSrjoGe8 blockquote {
  color: #767676;
}
.cid-sSqSrjoGe8 .mbr-text {
  padding: 2rem!important;
  border-radius: 5px;
  background: white!important;
}
@media (max-width: 768px) {
  .cid-sSqSrjoGe8 .mbr-text {
    padding: 0.5rem;
  }
}
.cid-t5mbe3aYyO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ecdd;
}
.cid-t5mbe3aYyO .mbr-text {
  color: #767676;
}
.cid-t5mbe3aYyO h4 {
  text-align: center;
}
.cid-t5mbe3aYyO p {
  text-align: center;
}
.cid-t5mbe3aYyO .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sSq6uaivme {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sSq6uaivme .content {
    text-align: center;
  }
  .cid-sSq6uaivme .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sSq6uaivme .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sSq6uaivme .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sSq6uaivme .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sSq6uaivme .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSq6uaivme .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSq6uaivme .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-sSq6uaivme .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sSq6uaivme .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSq6uaivme .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSq6uaivme .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sSq6uaivme .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to644oXp7B .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-to644oXp7B .my-float {
  margin-top: 16px;
}
.cid-to644oXp7B P {
  color: #232323;
}
.cid-to644oXp7B DIV {
  color: #ffffff;
}
.cid-to644oXp7B H10 {
  color: #767676;
}
.cid-to644oXp7B .hidden {
  display: none;
}
.cid-sSBfh39t8Z .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSBfh39t8Z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSBfh39t8Z .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-sSBfh39t8Z a {
  font-weight: 500!important;
}
.cid-sSBfh39t8Z .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-sSBfh39t8Z .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSBfh39t8Z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sSBfh39t8Z .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-sSBfh39t8Z .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sSBfh39t8Z .mbr-iconfont {
  cursor: pointer;
}
.cid-sSBfh39t8Z .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sSBfh39t8Z .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSBfh39t8Z .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sSBfh39t8Z .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-sSBfh39t8Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSBfh39t8Z .location-title {
  margin: 0;
  color: #333333;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sSBfh39t8Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-sSBfh39t8Z .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sSBfh39t8Z .dropdown-item,
.cid-sSBfh39t8Z .nav-link,
.cid-sSBfh39t8Z .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-sSBfh39t8Z .dropdown-item:hover,
.cid-sSBfh39t8Z .nav-link:hover,
.cid-sSBfh39t8Z .brand-name:hover {
  color: #d27002 !important;
}
.cid-sSBfh39t8Z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSBfh39t8Z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sSBfh39t8Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sSBfh39t8Z .content-text {
  margin-bottom: 0;
}
.cid-sSBfh39t8Z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSBfh39t8Z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSBfh39t8Z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSBfh39t8Z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sSBfh39t8Z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSBfh39t8Z .nav-dropdown .link {
  font-weight: 400;
}
.cid-sSBfh39t8Z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSBfh39t8Z .content-right-side {
  text-align: center;
}
.cid-sSBfh39t8Z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSBfh39t8Z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSBfh39t8Z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-sSBfh39t8Z .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sSBfh39t8Z .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sSBfh39t8Z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sSBfh39t8Z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSBfh39t8Z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSBfh39t8Z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sSBfh39t8Z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sSBfh39t8Z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sSBfh39t8Z .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSBfh39t8Z .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSBfh39t8Z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSBfh39t8Z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSBfh39t8Z .navbar-toggler {
    display: none;
  }
}
.cid-sSBfh39t8Z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSBfh39t8Z .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-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSBfh39t8Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sSBfh39t8Z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSBfh39t8Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSBfh39t8Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sSBfh39t8Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSBfh39t8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSBfh39t8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSBfh39t8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .btn {
  display: flex;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBfh39t8Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSBfh39t8Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSBfh39t8Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSBfh39t8Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSBfh39t8Z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSBfh39t8Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSBfh39t8Z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSBfh39t8Z .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sSBfh39t8Z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing,
  .cid-sSBfh39t8Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSBfh39t8Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSBfh39t8Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSBfh39t8Z img {
    height: 3.8rem !important;
  }
  .cid-sSBfh39t8Z .btn {
    display: flex;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    display: block;
  }
  .cid-sSBfh39t8Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSBfh39t8Z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSBfh39t8Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSBfh39t8Z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSBfh39t8Z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSBfh39t8Z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sSBfh39t8Z .nav-link:focus {
  outline: none;
}
.cid-sSBfh39t8Z .navbar-toggler {
  position: relative;
}
.cid-sSBfh39t8Z .dropdown-item.active,
.cid-sSBfh39t8Z .dropdown-item:active {
  color: initial;
}
.cid-sSBfh39t8Z .widget-title,
.cid-sSBfh39t8Z .widget-icon {
  color: #ffffff;
}
.cid-sSBfh39t8Z .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sSBfh39t8Z .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-sSBfh39t8Z .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sSBfh39t8Z .nav-item:before {
    content: none;
  }
  .cid-sSBfh39t8Z .navbar {
    padding: 0;
  }
  .cid-sSBfh39t8Z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sSBfh39t8Z button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-ttKR5cTcfC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ecdd;
}
.cid-ttKR5cTcfC .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-ttKR5cTcfC .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-ttKR5cTcfC .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 769px) {
  .cid-ttKR5cTcfC .dentaura-top-spacer {
    height: 85px;
  }
}
@media (min-width: 992px) {
  .cid-ttKR5cTcfC .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-ttKPnhziir {
  padding-top: 225px;
  padding-bottom: 125px;
  background-image: url("../../../assets/images/adobestock-66072736-hundereihe.jpg");
}
.cid-ttKPnhziir H1 {
  color: #232323;
}
.cid-ttKRmYzRdm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ttKRmYzRdm .mbr-text,
.cid-ttKRmYzRdm blockquote {
  color: #767676;
}
.cid-ttKP6hA6iy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-ttKP6hA6iy .content {
    text-align: center;
  }
  .cid-ttKP6hA6iy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttKP6hA6iy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ttKP6hA6iy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ttKP6hA6iy .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ttKP6hA6iy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ttKP6hA6iy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ttKP6hA6iy .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-ttKP6hA6iy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ttKP6hA6iy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ttKP6hA6iy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ttKP6hA6iy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttKP6hA6iy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ttKP6hVre3 .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ttKP6hVre3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ttKP6hVre3 .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-ttKP6hVre3 .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-ttKP6hVre3 a {
  font-weight: 500!important;
}
.cid-ttKP6hVre3 .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-ttKP6hVre3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-ttKP6hVre3 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ttKP6hVre3 .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-ttKP6hVre3 .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-ttKP6hVre3 .mbr-iconfont {
  cursor: pointer;
}
.cid-ttKP6hVre3 .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ttKP6hVre3 .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ttKP6hVre3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-ttKP6hVre3 .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-ttKP6hVre3 .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-ttKP6hVre3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ttKP6hVre3 .location-title {
  margin: 0;
  color: #333333;
}
.cid-ttKP6hVre3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ttKP6hVre3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ttKP6hVre3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ttKP6hVre3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ttKP6hVre3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ttKP6hVre3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ttKP6hVre3 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-ttKP6hVre3 .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-ttKP6hVre3 .dropdown-item,
.cid-ttKP6hVre3 .nav-link,
.cid-ttKP6hVre3 .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-ttKP6hVre3 .dropdown-item:hover,
.cid-ttKP6hVre3 .nav-link:hover,
.cid-ttKP6hVre3 .brand-name:hover {
  color: #d27002 !important;
}
.cid-ttKP6hVre3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-ttKP6hVre3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ttKP6hVre3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-ttKP6hVre3 .content-text {
  margin-bottom: 0;
}
.cid-ttKP6hVre3 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ttKP6hVre3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ttKP6hVre3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ttKP6hVre3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ttKP6hVre3 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ttKP6hVre3 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ttKP6hVre3 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ttKP6hVre3 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttKP6hVre3 .nav-dropdown .link {
  font-weight: 400;
}
.cid-ttKP6hVre3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ttKP6hVre3 .content-right-side {
  text-align: center;
}
.cid-ttKP6hVre3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ttKP6hVre3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ttKP6hVre3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-ttKP6hVre3 .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-ttKP6hVre3 .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-ttKP6hVre3 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ttKP6hVre3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ttKP6hVre3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ttKP6hVre3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ttKP6hVre3 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-ttKP6hVre3 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ttKP6hVre3 .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-ttKP6hVre3 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ttKP6hVre3 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-ttKP6hVre3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-ttKP6hVre3 .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ttKP6hVre3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ttKP6hVre3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-ttKP6hVre3 .navbar-toggler {
    display: none;
  }
}
.cid-ttKP6hVre3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ttKP6hVre3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ttKP6hVre3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ttKP6hVre3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttKP6hVre3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ttKP6hVre3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ttKP6hVre3 .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-ttKP6hVre3 .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-ttKP6hVre3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKP6hVre3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ttKP6hVre3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttKP6hVre3 .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-ttKP6hVre3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ttKP6hVre3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKP6hVre3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ttKP6hVre3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-ttKP6hVre3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ttKP6hVre3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ttKP6hVre3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ttKP6hVre3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ttKP6hVre3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-ttKP6hVre3 button.navbar-toggler:focus {
  outline: none;
}
.cid-ttKP6hVre3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-ttKP6hVre3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKP6hVre3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKP6hVre3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKP6hVre3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKP6hVre3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKP6hVre3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKP6hVre3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKP6hVre3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKP6hVre3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKP6hVre3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKP6hVre3 .collapsed .btn {
  display: flex;
}
.cid-ttKP6hVre3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ttKP6hVre3 .collapsed .navbar-collapse.collapsing,
.cid-ttKP6hVre3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ttKP6hVre3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ttKP6hVre3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ttKP6hVre3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ttKP6hVre3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ttKP6hVre3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ttKP6hVre3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ttKP6hVre3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ttKP6hVre3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKP6hVre3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ttKP6hVre3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ttKP6hVre3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ttKP6hVre3 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ttKP6hVre3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ttKP6hVre3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ttKP6hVre3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ttKP6hVre3 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ttKP6hVre3 .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-ttKP6hVre3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-ttKP6hVre3 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-ttKP6hVre3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ttKP6hVre3 .navbar-collapse.collapsing,
  .cid-ttKP6hVre3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-ttKP6hVre3 .navbar-collapse.collapsing .navbar-nav,
  .cid-ttKP6hVre3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ttKP6hVre3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ttKP6hVre3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ttKP6hVre3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ttKP6hVre3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-ttKP6hVre3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ttKP6hVre3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ttKP6hVre3 img {
    height: 3.8rem !important;
  }
  .cid-ttKP6hVre3 .btn {
    display: flex;
  }
  .cid-ttKP6hVre3 button.navbar-toggler {
    display: block;
  }
  .cid-ttKP6hVre3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ttKP6hVre3 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ttKP6hVre3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ttKP6hVre3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ttKP6hVre3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ttKP6hVre3 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ttKP6hVre3 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ttKP6hVre3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ttKP6hVre3 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ttKP6hVre3 .nav-link:focus {
  outline: none;
}
.cid-ttKP6hVre3 .navbar-toggler {
  position: relative;
}
.cid-ttKP6hVre3 .dropdown-item.active,
.cid-ttKP6hVre3 .dropdown-item:active {
  color: initial;
}
.cid-ttKP6hVre3 .widget-title,
.cid-ttKP6hVre3 .widget-icon {
  color: #ffffff;
}
.cid-ttKP6hVre3 .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-ttKP6hVre3 .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-ttKP6hVre3 .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-ttKP6hVre3 .nav-item:before {
    content: none;
  }
  .cid-ttKP6hVre3 .navbar {
    padding: 0;
  }
  .cid-ttKP6hVre3 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ttKP6hVre3 button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-ttKP6iF45F .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-ttKP6iF45F .my-float {
  margin-top: 16px;
}
.cid-ttKP6iF45F P {
  color: #232323;
}
.cid-ttKP6iF45F DIV {
  color: #ffffff;
}
.cid-ttKP6iF45F H10 {
  color: #767676;
}
.cid-ttKP6iF45F .hidden {
  display: none;
}
.cid-tB6XQFWHOJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cddbdb;
}
.cid-tB6XQFWHOJ .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-tB6XQFWHOJ .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-tB6XQFWHOJ .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-tB6XQFWHOJ .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tB6XQFWHOJ .dentaura-top-spacer {
    height: 130px;
  }
}
.cid-tB6XQGmnID {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cddbdb;
}
.cid-tB6XQGmnID .textbehaelter {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .cid-tB6XQGmnID .textbehaelter p {
    display: none!important;
  }
}
.cid-tB6XQGmnID .row {
  position: relative;
}
.cid-tB6XQGmnID .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tB6XQGmnID .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-tB6XQGmnID .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tB6XQGmnID .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-tB6XQGmnID .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tB6XQGmnID .image-wrapper img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tB6XQGmnID .image-wrapper img {
    height: 25rem;
  }
}
.cid-tB6XQGmnID .mbr-section-title {
  margin: 0;
  color: #000000;
}
.cid-tB6YvJXqvr {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #e7f1f1;
}
.cid-tB6YvJXqvr .wrapper {
  background: #ffffff;
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
  border-color: #ddd      ;
}
.cid-tB6YvJXqvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6YvJXqvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6YvJXqvr .mbr-section-title {
  color: #000000;
}
.cid-tB6YvJXqvr .mbr-text {
  color: #000000;
}
.cid-tB71cyeFZB {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #e7f1f1;
}
.cid-tB71cyeFZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB71cyeFZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB71cyeFZB .image-wrapper {
  border-radius: 40px;
  margin-right: 9.57vw;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .cid-tB71cyeFZB .image-wrapper {
    margin: 0;
  }
}
.cid-tB71cyeFZB .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-tB71cyeFZB .image-wrapper:hover {
  transform: scale(1.03);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}
.cid-tB71cyeFZB .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-tB71cyeFZB .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-tB71cyeFZB .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-tB71cyeFZB .card-title {
  color: #232323;
  margin-bottom: 0;
}
.cid-tB71cyeFZB .card-subtitle {
  color: #232323;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tB71cyeFZB .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-tB71cyeFZB .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-tB71cyeFZB .mbr-section-btn {
  margin-top: 24px;
}
.cid-tB71cyeFZB .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-tB71cyeFZB .social-row {
  width: 100%;
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
}
.cid-tB71cyeFZB .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-tB71cyeFZB .soc-item:not(:first-child) {
  border-top: 1px solid #232323;
}
.cid-tB71cyeFZB .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #232323;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #232323;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tB71cyeFZB .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-tB71cyeFZB .soc-text {
  margin-bottom: 0;
  color: #232323;
}
.cid-tB71cyeFZB .mbr-text,
.cid-tB71cyeFZB .mbr-section-btn {
  color: #232323;
}
.cid-tB6XQHPMXs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tB6XQHPMXs .content {
    text-align: center;
  }
  .cid-tB6XQHPMXs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6XQHPMXs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tB6XQHPMXs .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tB6XQHPMXs .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tB6XQHPMXs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tB6XQHPMXs .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tB6XQHPMXs .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-tB6XQHPMXs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tB6XQHPMXs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tB6XQHPMXs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tB6XQHPMXs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB6XQHPMXs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tB6XQIeQZN .btn {
  min-width: 100px!important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tB6XQIeQZN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tB6XQIeQZN .navbar {
  padding: 0.5rem 0;
  my-background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 50px;
  letter-spacing: normal!important;
}
@media (max-width: 991px) {
  .cid-tB6XQIeQZN .navbar {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cid-tB6XQIeQZN a {
  font-weight: 500!important;
}
.cid-tB6XQIeQZN .my-nav-pos {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.cid-tB6XQIeQZN .navbar-fixed-top {
  padding-top: 0;
}
.cid-tB6XQIeQZN .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tB6XQIeQZN .collapse {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.cid-tB6XQIeQZN .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-tB6XQIeQZN .mbr-iconfont {
  cursor: pointer;
}
.cid-tB6XQIeQZN .dropdown-menu {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #a91d53;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-tB6XQIeQZN .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-tB6XQIeQZN .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tB6XQIeQZN .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-tB6XQIeQZN .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #d27002;
  border-radius: 50%;
}
.cid-tB6XQIeQZN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tB6XQIeQZN .location-title {
  margin: 0;
  color: #333333;
}
.cid-tB6XQIeQZN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tB6XQIeQZN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tB6XQIeQZN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tB6XQIeQZN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tB6XQIeQZN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tB6XQIeQZN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tB6XQIeQZN .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-tB6XQIeQZN .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-tB6XQIeQZN .dropdown-item,
.cid-tB6XQIeQZN .nav-link,
.cid-tB6XQIeQZN .brand-name {
  font-style: normal;
  color: #444 !important;
}
.cid-tB6XQIeQZN .dropdown-item:hover,
.cid-tB6XQIeQZN .nav-link:hover,
.cid-tB6XQIeQZN .brand-name:hover {
  color: #d27002 !important;
}
.cid-tB6XQIeQZN .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tB6XQIeQZN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tB6XQIeQZN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-tB6XQIeQZN .content-text {
  margin-bottom: 0;
}
.cid-tB6XQIeQZN .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tB6XQIeQZN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d27002;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tB6XQIeQZN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tB6XQIeQZN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tB6XQIeQZN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tB6XQIeQZN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tB6XQIeQZN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tB6XQIeQZN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tB6XQIeQZN .nav-dropdown .link {
  font-weight: 400;
}
.cid-tB6XQIeQZN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tB6XQIeQZN .content-right-side {
  text-align: center;
}
.cid-tB6XQIeQZN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tB6XQIeQZN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tB6XQIeQZN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #bc9570 !important;
}
.cid-tB6XQIeQZN .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-tB6XQIeQZN .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-tB6XQIeQZN .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tB6XQIeQZN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tB6XQIeQZN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tB6XQIeQZN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tB6XQIeQZN .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tB6XQIeQZN .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tB6XQIeQZN .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-tB6XQIeQZN .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tB6XQIeQZN .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tB6XQIeQZN .navbar {
    display: block;
    padding: 0;
  }
  .cid-tB6XQIeQZN .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tB6XQIeQZN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tB6XQIeQZN .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tB6XQIeQZN .navbar-toggler {
    display: none;
  }
}
.cid-tB6XQIeQZN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tB6XQIeQZN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tB6XQIeQZN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tB6XQIeQZN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tB6XQIeQZN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tB6XQIeQZN .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tB6XQIeQZN .dropdown .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
  }
}
.cid-tB6XQIeQZN .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-tB6XQIeQZN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB6XQIeQZN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tB6XQIeQZN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tB6XQIeQZN .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-tB6XQIeQZN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tB6XQIeQZN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB6XQIeQZN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tB6XQIeQZN .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: white !important;
}
.cid-tB6XQIeQZN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tB6XQIeQZN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tB6XQIeQZN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tB6XQIeQZN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tB6XQIeQZN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-tB6XQIeQZN button.navbar-toggler:focus {
  outline: none;
}
.cid-tB6XQIeQZN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-tB6XQIeQZN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB6XQIeQZN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB6XQIeQZN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB6XQIeQZN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB6XQIeQZN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB6XQIeQZN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB6XQIeQZN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB6XQIeQZN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB6XQIeQZN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB6XQIeQZN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB6XQIeQZN .collapsed .btn {
  display: flex;
}
.cid-tB6XQIeQZN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tB6XQIeQZN .collapsed .navbar-collapse.collapsing,
.cid-tB6XQIeQZN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tB6XQIeQZN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tB6XQIeQZN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tB6XQIeQZN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tB6XQIeQZN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tB6XQIeQZN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tB6XQIeQZN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tB6XQIeQZN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tB6XQIeQZN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tB6XQIeQZN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tB6XQIeQZN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tB6XQIeQZN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tB6XQIeQZN .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tB6XQIeQZN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tB6XQIeQZN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tB6XQIeQZN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tB6XQIeQZN .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tB6XQIeQZN .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tB6XQIeQZN .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tB6XQIeQZN .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tB6XQIeQZN .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tB6XQIeQZN .navbar-collapse.collapsing,
  .cid-tB6XQIeQZN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tB6XQIeQZN .navbar-collapse.collapsing .navbar-nav,
  .cid-tB6XQIeQZN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tB6XQIeQZN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tB6XQIeQZN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tB6XQIeQZN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tB6XQIeQZN .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tB6XQIeQZN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tB6XQIeQZN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tB6XQIeQZN img {
    height: 3.8rem !important;
  }
  .cid-tB6XQIeQZN .btn {
    display: flex;
  }
  .cid-tB6XQIeQZN button.navbar-toggler {
    display: block;
  }
  .cid-tB6XQIeQZN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tB6XQIeQZN .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tB6XQIeQZN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tB6XQIeQZN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tB6XQIeQZN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tB6XQIeQZN .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tB6XQIeQZN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tB6XQIeQZN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tB6XQIeQZN .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tB6XQIeQZN .nav-link:focus {
  outline: none;
}
.cid-tB6XQIeQZN .navbar-toggler {
  position: relative;
}
.cid-tB6XQIeQZN .dropdown-item.active,
.cid-tB6XQIeQZN .dropdown-item:active {
  color: initial;
}
.cid-tB6XQIeQZN .widget-title,
.cid-tB6XQIeQZN .widget-icon {
  color: #ffffff;
}
.cid-tB6XQIeQZN .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-tB6XQIeQZN .menu-logo {
    display: block;
    margin-right: auto;
  }
  .cid-tB6XQIeQZN .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-tB6XQIeQZN .nav-item:before {
    content: none;
  }
  .cid-tB6XQIeQZN .navbar {
    padding: 0;
  }
  .cid-tB6XQIeQZN .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tB6XQIeQZN button.navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.cid-tB6XQINmGl .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 21px;
  right: 0px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.cid-tB6XQINmGl .my-float {
  margin-top: 16px;
}
.cid-tB6XQINmGl P {
  color: #232323;
}
.cid-tB6XQINmGl DIV {
  color: #ffffff;
}
.cid-tB6XQINmGl H10 {
  color: #767676;
}
.cid-tB6XQINmGl .hidden {
  display: none;
}
