body {
  font-family: Muli;
  font-style: normal;
  line-height: 1.5;
}
.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;
}
.display-1 {
  font-family: 'Lobster', display;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Patrick Hand', handwriting;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Patrick Hand', handwriting;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Patrick Hand', handwriting;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffba40 !important;
}
.bg-success {
  background-color: #0f7699 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #b2ccd2 !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffba40 !important;
  border-color: #ffba40 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #f39b00 !important;
  border-color: #f39b00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f39b00 !important;
  border-color: #f39b00 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffba40 !important;
  border-color: #ffba40 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f39b00 !important;
  border-color: #f39b00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f39b00 !important;
  border-color: #f39b00 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #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,
.btn-primary-outline.active {
  background: none;
  border-color: #d98b00;
  color: #d98b00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ffba40;
  border-color: #ffba40;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffba40 !important;
  border-color: #ffba40 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #d98b00;
  color: #d98b00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ffba40;
  border-color: #ffba40;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffba40 !important;
  border-color: #ffba40 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  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: #ffba40 !important;
}
.text-secondary {
  color: #ffba40 !important;
}
.text-success {
  color: #0f7699 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #b2ccd2 !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d98b00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d98b00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #062e3c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #72a1ac !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #434343 !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: #82786e;
}
.alert-warning {
  background-color: #b2ccd2;
}
.alert-danger {
  background-color: #767676;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffba40;
  border-color: #ffba40;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffba40;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b6b6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Patrick Hand', handwriting;
  font-size: 1.2rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ffba40;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ffba40;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ffba40;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffba40;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffba40;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-t1UanIhuRL .nav-item:focus,
.cid-t1UanIhuRL .nav-link:focus {
  outline: none;
}
.cid-t1UanIhuRL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-t1UanIhuRL .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-t1UanIhuRL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t1UanIhuRL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t1UanIhuRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1UanIhuRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1UanIhuRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t1UanIhuRL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1UanIhuRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t1UanIhuRL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-t1UanIhuRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1UanIhuRL .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1UanIhuRL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1UanIhuRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1UanIhuRL .dropdown-item.active,
.cid-t1UanIhuRL .dropdown-item:active {
  background-color: transparent;
}
.cid-t1UanIhuRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1UanIhuRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1UanIhuRL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1UanIhuRL .navbar-buttons {
  text-align: center;
}
.cid-t1UanIhuRL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1UanIhuRL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1UanIhuRL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1UanIhuRL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t1UanIhuRL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-t1UanIhuRL .nav-link:hover,
.cid-t1UanIhuRL .dropdown-item:hover,
.cid-t1UanIhuRL .icons-menu .mbr-iconfont:hover {
  color: #ffa200 !important;
}
.cid-t1U6Shb3jC {
  background-image: url("../../../assets/images/flowers-2103322-1280-1280x810.jpg");
}
.cid-t1U6Shb3jC .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-t1U6Shb3jC .mbr-section-title {
  letter-spacing: .1em;
}
.cid-t1U6Shb3jC .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-t1U6Shb3jC .mbr-media {
  height: 70px;
}
.cid-t1U6Shb3jC .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-t1U6Shb3jC .mbr-media span:hover {
  opacity: 0.7;
}
.cid-t1U6Shb3jC .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t1U6Shb3jC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t1U6Shb3jC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t1U6Shb3jC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t1U6Shb3jC a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t1U6Shb3jC a.close:hover {
  color: #ffffff;
}
.cid-t1Uc1S8KAN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-t1Uc1S8KAN .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t1Uc1S8KAN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1Uc1S8KAN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t1Uc1S8KAN .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t1Uc1S8KAN .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t1Uc1S8KAN .icon-transition span:hover {
  background-color: #ffba40;
}
.cid-t1Uc1S8KAN .mbr-text {
  color: #cccccc;
}
@media (max-width: 991px) {
  .cid-t1Uc1S8KAN .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-t1Uc1S8KAN .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-t1Uc1S8KAN .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-t1UanIhuRL .nav-item:focus,
.cid-t1UanIhuRL .nav-link:focus {
  outline: none;
}
.cid-t1UanIhuRL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-t1UanIhuRL .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-t1UanIhuRL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t1UanIhuRL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t1UanIhuRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1UanIhuRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1UanIhuRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t1UanIhuRL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1UanIhuRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t1UanIhuRL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-t1UanIhuRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1UanIhuRL .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1UanIhuRL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1UanIhuRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1UanIhuRL .dropdown-item.active,
.cid-t1UanIhuRL .dropdown-item:active {
  background-color: transparent;
}
.cid-t1UanIhuRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1UanIhuRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1UanIhuRL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1UanIhuRL .navbar-buttons {
  text-align: center;
}
.cid-t1UanIhuRL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1UanIhuRL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1UanIhuRL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1UanIhuRL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t1UanIhuRL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-t1UanIhuRL .nav-link:hover,
.cid-t1UanIhuRL .dropdown-item:hover,
.cid-t1UanIhuRL .icons-menu .mbr-iconfont:hover {
  color: #ffa200 !important;
}
.cid-t1UIdMEhIn {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/orchid-1944240-1920-1465x1920.png");
}
.cid-t1UIdMEhIn .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-t1UIdMEhIn .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-t1UIdMEhIn .card-img {
  margin-bottom: 1rem;
}
.cid-t1UIdMEhIn .card-img span {
  font-size: 60px;
}
.cid-t1UIdMEhIn .mbr-text,
.cid-t1UIdMEhIn .mbr-section-btn {
  text-align: left;
}
.cid-t1Uc1S8KAN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-t1Uc1S8KAN .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t1Uc1S8KAN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1Uc1S8KAN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t1Uc1S8KAN .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t1Uc1S8KAN .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t1Uc1S8KAN .icon-transition span:hover {
  background-color: #ffba40;
}
.cid-t1Uc1S8KAN .mbr-text {
  color: #cccccc;
}
@media (max-width: 991px) {
  .cid-t1Uc1S8KAN .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-t1Uc1S8KAN .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-t1Uc1S8KAN .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-t1UanIhuRL .nav-item:focus,
.cid-t1UanIhuRL .nav-link:focus {
  outline: none;
}
.cid-t1UanIhuRL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-t1UanIhuRL .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-t1UanIhuRL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t1UanIhuRL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t1UanIhuRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1UanIhuRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1UanIhuRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t1UanIhuRL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1UanIhuRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t1UanIhuRL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-t1UanIhuRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1UanIhuRL .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1UanIhuRL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1UanIhuRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1UanIhuRL .dropdown-item.active,
.cid-t1UanIhuRL .dropdown-item:active {
  background-color: transparent;
}
.cid-t1UanIhuRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1UanIhuRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1UanIhuRL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1UanIhuRL .navbar-buttons {
  text-align: center;
}
.cid-t1UanIhuRL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1UanIhuRL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1UanIhuRL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1UanIhuRL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t1UanIhuRL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-t1UanIhuRL .nav-link:hover,
.cid-t1UanIhuRL .dropdown-item:hover,
.cid-t1UanIhuRL .icons-menu .mbr-iconfont:hover {
  color: #ffa200 !important;
}
.cid-t1V06mtp2Y {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-20230414-175327-1389x1042.jpeg");
}
.cid-t1V06mtp2Y h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-t1V06mtp2Y .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-t1V06mtp2Y .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-t1V06mtp2Y .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.cid-t1V06mtp2Y .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t1V06mtp2Y .panel-group {
  width: 100%;
}
.cid-t1V06mtp2Y .card {
  border-bottom: 1px solid #879a9f;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-t1V06mtp2Y .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t1V06mtp2Y .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #cccccc;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t1V06mtp2Y .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-t1V06mtp2Y .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t1V06mtp2Y .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-t1V06mtp2Y .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-t1V06mtp2Y .card .panel-body {
  background: #879a9f;
}
.cid-t1V06mtp2Y .sign {
  color: #000000;
}
.cid-t1V06mtp2Y .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t1V06mtp2Y .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t1V06mtp2Y .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-t1V06mtp2Y .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u1ugYvrgbC {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/water-2595853-1920-1920x1279.jpg");
}
.cid-u1ugYvrgbC .title {
  margin-bottom: 2rem;
}
.cid-u1ugYvrgbC a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-u1ugYvrgbC a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-u1ugYvrgbC .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1ugYvrgbC .input-group-btn {
  display: block;
}
.cid-u1ugYvrgbC h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-u1ugYvrgbC h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-u1ugYvrgbC .mbr-section-subtitle P {
  text-align: left;
}
.cid-u1ugYvrgbC .mbr-form input,
.cid-u1ugYvrgbC textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-u1ugYvrgbC h2 {
    text-align: center;
  }
  .cid-u1ugYvrgbC h3 {
    text-align: center;
  }
  .cid-u1ugYvrgbC .input-group-btn {
    text-align: center;
  }
  .cid-u1ugYvrgbC .social-list {
    text-align: center;
  }
}
.cid-u1ugYvrgbC H2 {
  color: #ffffff;
}
.cid-t1UU5qGYPC .google-map {
  height: 25rem;
  position: relative;
}
.cid-t1UU5qGYPC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t1UU5qGYPC .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-t1UU5qGYPC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t1UU5qGYPC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t1UanIhuRL .nav-item:focus,
.cid-t1UanIhuRL .nav-link:focus {
  outline: none;
}
.cid-t1UanIhuRL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-t1UanIhuRL .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-t1UanIhuRL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t1UanIhuRL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t1UanIhuRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1UanIhuRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1UanIhuRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t1UanIhuRL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1UanIhuRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t1UanIhuRL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-t1UanIhuRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1UanIhuRL .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1UanIhuRL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1UanIhuRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1UanIhuRL .dropdown-item.active,
.cid-t1UanIhuRL .dropdown-item:active {
  background-color: transparent;
}
.cid-t1UanIhuRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1UanIhuRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1UanIhuRL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1UanIhuRL .navbar-buttons {
  text-align: center;
}
.cid-t1UanIhuRL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1UanIhuRL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1UanIhuRL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1UanIhuRL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t1UanIhuRL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-t1UanIhuRL .nav-link:hover,
.cid-t1UanIhuRL .dropdown-item:hover,
.cid-t1UanIhuRL .icons-menu .mbr-iconfont:hover {
  color: #ffa200 !important;
}
.cid-t1V5sEmc3F {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/nl-2-1266x1398.png");
}
.cid-t1V5sEmc3F .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffba40;
}
.cid-t1V5sEmc3F .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-t1V5sEmc3F .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-t1V5sEmc3F .container-table {
  margin: 0 auto;
}
.cid-t1V5sEmc3F .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t1V5sEmc3F .dataTables_wrapper {
  display: block;
}
.cid-t1V5sEmc3F .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t1V5sEmc3F .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t1V5sEmc3F table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-t1V5sEmc3F table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-t1V5sEmc3F table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-t1V5sEmc3F table td {
  border-top: 1px solid #cccccc;
}
.cid-t1V5sEmc3F .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t1V5sEmc3F .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t1V5sEmc3F .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t1V5sEmc3F .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-t1V5sEmc3F .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t1V5sEmc3F .dataTables_filter {
    text-align: center;
  }
  .cid-t1V5sEmc3F .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t1V5sEmc3F .head-item {
  color: #fafafa;
}
.cid-t1V5sEmc3F .body-item {
  color: #fafafa;
}
.cid-t1UanIhuRL .nav-item:focus,
.cid-t1UanIhuRL .nav-link:focus {
  outline: none;
}
.cid-t1UanIhuRL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-t1UanIhuRL .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-t1UanIhuRL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t1UanIhuRL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t1UanIhuRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1UanIhuRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1UanIhuRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t1UanIhuRL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1UanIhuRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t1UanIhuRL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-t1UanIhuRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1UanIhuRL .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1UanIhuRL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1UanIhuRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1UanIhuRL .dropdown-item.active,
.cid-t1UanIhuRL .dropdown-item:active {
  background-color: transparent;
}
.cid-t1UanIhuRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1UanIhuRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1UanIhuRL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1UanIhuRL .navbar-buttons {
  text-align: center;
}
.cid-t1UanIhuRL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1UanIhuRL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1UanIhuRL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1UanIhuRL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t1UanIhuRL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-t1UanIhuRL .nav-link:hover,
.cid-t1UanIhuRL .dropdown-item:hover,
.cid-t1UanIhuRL .icons-menu .mbr-iconfont:hover {
  color: #ffa200 !important;
}
.cid-t20bY8awki {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/beetle-208640-1280-1280x853.jpeg");
}
.cid-t20bY8awki .mbr-section-title {
  letter-spacing: .1em;
}
.cid-t20bY8awki .mbr-text {
  letter-spacing: 0.03rem;
  color: #fafafa;
}
.cid-t20bY8awki .card-img span {
  font-size: 100px;
}
.cid-t1Uc1S8KAN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-t1Uc1S8KAN .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t1Uc1S8KAN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1Uc1S8KAN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t1Uc1S8KAN .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t1Uc1S8KAN .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t1Uc1S8KAN .icon-transition span:hover {
  background-color: #ffba40;
}
.cid-t1Uc1S8KAN .mbr-text {
  color: #cccccc;
}
@media (max-width: 991px) {
  .cid-t1Uc1S8KAN .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-t1Uc1S8KAN .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-t1Uc1S8KAN .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-t1UanIhuRL .nav-item:focus,
.cid-t1UanIhuRL .nav-link:focus {
  outline: none;
}
.cid-t1UanIhuRL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-t1UanIhuRL .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-t1UanIhuRL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t1UanIhuRL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t1UanIhuRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1UanIhuRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1UanIhuRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t1UanIhuRL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1UanIhuRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t1UanIhuRL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-t1UanIhuRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1UanIhuRL .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1UanIhuRL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1UanIhuRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1UanIhuRL .dropdown-item.active,
.cid-t1UanIhuRL .dropdown-item:active {
  background-color: transparent;
}
.cid-t1UanIhuRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1UanIhuRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1UanIhuRL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1UanIhuRL .navbar-buttons {
  text-align: center;
}
.cid-t1UanIhuRL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1UanIhuRL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1UanIhuRL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1UanIhuRL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t1UanIhuRL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-t1UanIhuRL .nav-link:hover,
.cid-t1UanIhuRL .dropdown-item:hover,
.cid-t1UanIhuRL .icons-menu .mbr-iconfont:hover {
  color: #ffa200 !important;
}
.cid-tSWrp6GwbC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #879a9f;
}
.cid-tSWrp6GwbC h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
}
.cid-tSWrp6GwbC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tSWrp6GwbC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSWrp6GwbC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tSWrp6GwbC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tSWrp6GwbC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tSWrp6GwbC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tSWrp6GwbC .mbr-gallery-item > div:hover:before {
  opacity: 0.1 !important;
}
.cid-tSWrp6GwbC .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #888888;
}
.cid-tSWrp6GwbC .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-tSWrp6GwbC .mbr-section-title p {
  margin: 0;
}
.cid-tSWrp6GwbC .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tSWrp6GwbC .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tSWrp6GwbC .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-tSWrp6GwbC .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #000000;
}
.cid-tSWrp6GwbC .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tSWrp6GwbC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t1Uc1S8KAN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-t1Uc1S8KAN .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t1Uc1S8KAN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1Uc1S8KAN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t1Uc1S8KAN .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t1Uc1S8KAN .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t1Uc1S8KAN .icon-transition span:hover {
  background-color: #ffba40;
}
.cid-t1Uc1S8KAN .mbr-text {
  color: #cccccc;
}
@media (max-width: 991px) {
  .cid-t1Uc1S8KAN .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-t1Uc1S8KAN .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-t1Uc1S8KAN .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-t1UanIhuRL .nav-item:focus,
.cid-t1UanIhuRL .nav-link:focus {
  outline: none;
}
.cid-t1UanIhuRL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-t1UanIhuRL .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-t1UanIhuRL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t1UanIhuRL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t1UanIhuRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1UanIhuRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1UanIhuRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1UanIhuRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t1UanIhuRL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1UanIhuRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1UanIhuRL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t1UanIhuRL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-t1UanIhuRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1UanIhuRL .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1UanIhuRL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1UanIhuRL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1UanIhuRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1UanIhuRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1UanIhuRL .dropdown-item.active,
.cid-t1UanIhuRL .dropdown-item:active {
  background-color: transparent;
}
.cid-t1UanIhuRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1UanIhuRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-t1UanIhuRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1UanIhuRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1UanIhuRL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1UanIhuRL .navbar-buttons {
  text-align: center;
}
.cid-t1UanIhuRL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1UanIhuRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1UanIhuRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1UanIhuRL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1UanIhuRL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1UanIhuRL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1UanIhuRL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t1UanIhuRL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-t1UanIhuRL .nav-link:hover,
.cid-t1UanIhuRL .dropdown-item:hover,
.cid-t1UanIhuRL .icons-menu .mbr-iconfont:hover {
  color: #ffa200 !important;
}
.cid-t2062D3aaL {
  background-image: url("../../../assets/images/flowers-860742-1920-1920x1439.jpg");
}
.cid-t2062D3aaL .mbr-section-title {
  letter-spacing: .1em;
  color: #ffba40;
}
.cid-t2062D3aaL .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-t2062D3aaL .card-img span {
  font-size: 100px;
}
.cid-t1Uc1S8KAN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-t1Uc1S8KAN .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t1Uc1S8KAN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1Uc1S8KAN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t1Uc1S8KAN .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t1Uc1S8KAN .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t1Uc1S8KAN .icon-transition span:hover {
  background-color: #ffba40;
}
.cid-t1Uc1S8KAN .mbr-text {
  color: #cccccc;
}
@media (max-width: 991px) {
  .cid-t1Uc1S8KAN .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-t1Uc1S8KAN .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-t1Uc1S8KAN .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u1pFXoHYsI .nav-item:focus,
.cid-u1pFXoHYsI .nav-link:focus {
  outline: none;
}
.cid-u1pFXoHYsI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-u1pFXoHYsI .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-u1pFXoHYsI .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u1pFXoHYsI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1pFXoHYsI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1pFXoHYsI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1pFXoHYsI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1pFXoHYsI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1pFXoHYsI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1pFXoHYsI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1pFXoHYsI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1pFXoHYsI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1pFXoHYsI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1pFXoHYsI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1pFXoHYsI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1pFXoHYsI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1pFXoHYsI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1pFXoHYsI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1pFXoHYsI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1pFXoHYsI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u1pFXoHYsI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u1pFXoHYsI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1pFXoHYsI .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-u1pFXoHYsI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1pFXoHYsI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1pFXoHYsI .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1pFXoHYsI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1pFXoHYsI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1pFXoHYsI .dropdown-item.active,
.cid-u1pFXoHYsI .dropdown-item:active {
  background-color: transparent;
}
.cid-u1pFXoHYsI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1pFXoHYsI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1pFXoHYsI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1pFXoHYsI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-u1pFXoHYsI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1pFXoHYsI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1pFXoHYsI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1pFXoHYsI .navbar-buttons {
  text-align: center;
}
.cid-u1pFXoHYsI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1pFXoHYsI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u1pFXoHYsI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1pFXoHYsI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1pFXoHYsI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1pFXoHYsI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1pFXoHYsI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1pFXoHYsI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1pFXoHYsI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1pFXoHYsI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1pFXoHYsI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u1pFXoHYsI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1pFXoHYsI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u1pFXoHYsI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1pFXoHYsI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u1pFXoHYsI .nav-link:hover,
.cid-u1pFXoHYsI .dropdown-item:hover,
.cid-u1pFXoHYsI .icons-menu .mbr-iconfont:hover {
  color: #ffa200 !important;
}
.cid-u1pFXnVOO0 {
  background-image: url("../../../assets/images/main-display-1211x908.jpeg");
}
.cid-u1pFXnVOO0 .mbr-section-title {
  letter-spacing: .1em;
  text-align: left;
}
.cid-u1pFXnVOO0 .mbr-text {
  letter-spacing: 0.03rem;
  text-align: left;
}
.cid-u1pFXnVOO0 .card-img span {
  font-size: 100px;
}
.cid-uxxSQtHplN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-uxxSQtHplN .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-uxxSQtHplN .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-uxxSQtHplN .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-uxxSQtHplN .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-uxxSQtHplN .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-uxxSQtHplN .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-uxxSQtHplN .inner-container {
    width: 100% !important;
  }
  .cid-uxxSQtHplN .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-uxxMZ3mHEt {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/schwarten-resized-2000x1414.jpeg");
}
.cid-uxxMZ3mHEt .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-uxxMZ3mHEt .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uxxMZ3mHEt .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-u1pFXrE47x .google-map {
  height: 25rem;
  position: relative;
}
.cid-u1pFXrE47x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u1pFXrE47x .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-u1pFXrE47x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u1pFXrE47x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u1pFXrQUkr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-u1pFXrQUkr .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u1pFXrQUkr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u1pFXrQUkr .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u1pFXrQUkr .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u1pFXrQUkr .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u1pFXrQUkr .icon-transition span:hover {
  background-color: #ffba40;
}
.cid-u1pFXrQUkr .mbr-text {
  color: #cccccc;
}
@media (max-width: 991px) {
  .cid-u1pFXrQUkr .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u1pFXrQUkr .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u1pFXrQUkr .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-vfZCnoUOgl .nav-item:focus,
.cid-vfZCnoUOgl .nav-link:focus {
  outline: none;
}
.cid-vfZCnoUOgl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-vfZCnoUOgl .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-vfZCnoUOgl .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vfZCnoUOgl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfZCnoUOgl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vfZCnoUOgl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vfZCnoUOgl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfZCnoUOgl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfZCnoUOgl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vfZCnoUOgl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfZCnoUOgl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vfZCnoUOgl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vfZCnoUOgl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfZCnoUOgl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfZCnoUOgl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfZCnoUOgl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfZCnoUOgl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfZCnoUOgl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfZCnoUOgl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfZCnoUOgl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vfZCnoUOgl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vfZCnoUOgl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfZCnoUOgl .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-vfZCnoUOgl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfZCnoUOgl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfZCnoUOgl .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfZCnoUOgl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfZCnoUOgl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfZCnoUOgl .dropdown-item.active,
.cid-vfZCnoUOgl .dropdown-item:active {
  background-color: transparent;
}
.cid-vfZCnoUOgl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfZCnoUOgl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfZCnoUOgl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfZCnoUOgl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-vfZCnoUOgl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfZCnoUOgl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfZCnoUOgl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfZCnoUOgl .navbar-buttons {
  text-align: center;
}
.cid-vfZCnoUOgl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfZCnoUOgl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfZCnoUOgl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfZCnoUOgl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfZCnoUOgl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfZCnoUOgl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfZCnoUOgl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfZCnoUOgl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfZCnoUOgl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfZCnoUOgl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfZCnoUOgl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfZCnoUOgl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vfZCnoUOgl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vfZCnoUOgl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vfZCnoUOgl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-vfZCnoUOgl .nav-link:hover,
.cid-vfZCnoUOgl .dropdown-item:hover,
.cid-vfZCnoUOgl .icons-menu .mbr-iconfont:hover {
  color: #ffa200 !important;
}
.cid-vfZCnprtYC {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-vfZCnprtYC h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
  color: #ffba40;
}
.cid-vfZCnprtYC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vfZCnprtYC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfZCnprtYC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfZCnprtYC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vfZCnprtYC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-vfZCnprtYC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vfZCnprtYC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vfZCnprtYC .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #888888;
}
.cid-vfZCnprtYC .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-vfZCnprtYC .mbr-section-title p {
  margin: 0;
}
.cid-vfZCnprtYC .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-vfZCnprtYC .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-vfZCnprtYC .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-vfZCnprtYC .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #000000;
}
.cid-vfZCnprtYC .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vfZCnprtYC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-vfZCnpdOmN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-vfZCnpdOmN .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-vfZCnpdOmN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vfZCnpdOmN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vfZCnpdOmN .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-vfZCnpdOmN .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-vfZCnpdOmN .icon-transition span:hover {
  background-color: #ffba40;
}
.cid-vfZCnpdOmN .mbr-text {
  color: #cccccc;
}
@media (max-width: 991px) {
  .cid-vfZCnpdOmN .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-vfZCnpdOmN .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-vfZCnpdOmN .mbr-text {
    margin-bottom: 1.5rem;
  }
}
