body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #637b5b !important;
}
.bg-success {
  background-color: #83994c !important;
}
.bg-info {
  background-color: #7e2cb8 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #26451b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #637b5b !important;
  border-color: #637b5b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3b4936 !important;
  border-color: #3b4936 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3b4936 !important;
  border-color: #3b4936 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7e2cb8 !important;
  border-color: #7e2cb8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4e1b72 !important;
  border-color: #4e1b72 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4e1b72 !important;
  border-color: #4e1b72 !important;
}
.btn-success,
.btn-success:active {
  background-color: #83994c !important;
  border-color: #83994c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #515f2f !important;
  border-color: #515f2f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #515f2f !important;
  border-color: #515f2f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #26451b !important;
  border-color: #26451b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #040703 !important;
  border-color: #040703 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #040703 !important;
  border-color: #040703 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #637b5b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3b4936 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #637b5b !important;
  border-color: #637b5b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e2cb8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4e1b72 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e2cb8 !important;
  border-color: #7e2cb8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #83994c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #515f2f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #83994c !important;
  border-color: #83994c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #26451b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #040703 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #26451b !important;
  border-color: #26451b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #637b5b !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #83994c !important;
}
.text-info {
  color: #7e2cb8 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #26451b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #344030 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #49552a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #461866 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #637b5b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7e2cb8;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #26451b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #637b5b;
  border-color: #637b5b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #637b5b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a4b79e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bdcc98;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ba82e1;
}
.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: #90cb7a;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #637b5b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #637b5b;
}
/* Forms */
.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;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #637b5b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #637b5b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #637b5b;
  border-bottom-color: #637b5b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #637b5b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23637b5b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #637b5b !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #26451b !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(38, 69, 27, 0.9);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #26451b;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 11rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/lachende-menschengruppe-1000x667.jpeg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNwAFyHi3k {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #26451b;
}
.cid-uNwAFyHi3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNwAFyHi3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNwAFyHi3k .video-wrapper iframe {
  width: 100%;
}
.cid-uNwAFyHi3k .mbr-section-title,
.cid-uNwAFyHi3k .mbr-section-subtitle,
.cid-uNwAFyHi3k .mbr-text {
  text-align: center;
}
.cid-uNwAFyHi3k .mbr-section-title {
  color: #ffffff;
}
.cid-uNwAFyHi3k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNwAFyHi3k .mbr-text {
  color: #bbbbbb;
}
.cid-uNAC2wF6qs {
  background-color: #26451b;
}
.cid-uNAC2wF6qs .trans-wave {
  opacity: 1;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAC2wF6qs .trans-wave1 {
  opacity: 0.7;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAC2wF6qs .trans-wave2 {
  opacity: 0.5;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAC2wF6qs .trans-wave3 {
  opacity: 0.3;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAC2wF6qs .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAC2wF6qs .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAC2wF6qs .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAC2wF6qs .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAC2wF6qs .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: 42;
}
.cid-uNAC2wF6qs .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAC2wF6qs .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAC2wF6qs .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAC2wF6qs .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAC2wF6qs .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-sFGNHRkFsi {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #637b5b;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
  padding-right: 1.5rem;
}
.cid-sFGNHRkFsi .card-title {
  color: #ffffff;
}
.cid-sFGNHRkFsi .card-text {
  color: #ffffff;
}
.cid-uMPRRvfcVP {
  background-color: #637b5b;
}
.cid-uMPRRvfcVP .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPRRvfcVP .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPRRvfcVP .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPRRvfcVP .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPRRvfcVP .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uMPRRvfcVP .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uMPRRvfcVP .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uMPRRvfcVP .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uMPRRvfcVP .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: 17;
}
.cid-uMPRRvfcVP .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uMPRRvfcVP .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uMPRRvfcVP .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uMPRRvfcVP .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uMPRRvfcVP .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uMaD1rBRYD {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #26451b;
}
.cid-uMaD1rBRYD img,
.cid-uMaD1rBRYD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uMaD1rBRYD .item:focus,
.cid-uMaD1rBRYD span:focus {
  outline: none;
}
.cid-uMaD1rBRYD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMaD1rBRYD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMaD1rBRYD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMaD1rBRYD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMaD1rBRYD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMaD1rBRYD .mbr-section-title {
  color: #ffffff;
}
.cid-uMaD1rBRYD .mbr-text,
.cid-uMaD1rBRYD .mbr-section-btn {
  text-align: left;
}
.cid-uMaD1rBRYD .item-title {
  text-align: left;
}
.cid-uMaD1rBRYD .item-subtitle {
  text-align: center;
}
.cid-uMaD1rBRYD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMPIJWW601 {
  background-color: #26451b;
}
.cid-uMPIJWW601 .trans-wave {
  opacity: 1;
  fill: #26451b;
  pointer-events: none;
}
.cid-uMPIJWW601 .trans-wave1 {
  opacity: 0.7;
  fill: #26451b;
  pointer-events: none;
}
.cid-uMPIJWW601 .trans-wave2 {
  opacity: 0.5;
  fill: #26451b;
  pointer-events: none;
}
.cid-uMPIJWW601 .trans-wave3 {
  opacity: 0.3;
  fill: #26451b;
  pointer-events: none;
}
.cid-uMPIJWW601 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uMPIJWW601 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uMPIJWW601 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uMPIJWW601 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uMPIJWW601 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uMPIJWW601 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uMPIJWW601 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uMPIJWW601 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uMPIJWW601 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uMPIJWW601 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uGB7Yjuj1K {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #637b5b;
}
.cid-uGB7Yjuj1K img,
.cid-uGB7Yjuj1K .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGB7Yjuj1K .item:focus,
.cid-uGB7Yjuj1K span:focus {
  outline: none;
}
.cid-uGB7Yjuj1K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uGB7Yjuj1K .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGB7Yjuj1K .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uGB7Yjuj1K .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGB7Yjuj1K .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uGB7Yjuj1K .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uGB7Yjuj1K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGB7Yjuj1K .mbr-section-title {
  color: #ffffff;
}
.cid-uGB7Yjuj1K .mbr-text,
.cid-uGB7Yjuj1K .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-uGB7Yjuj1K .item-title {
  text-align: left;
}
.cid-uGB7Yjuj1K .item-subtitle {
  text-align: left;
}
.cid-uGBvhJhJkC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #637b5b;
}
.cid-uGzEkgSrzz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #26451b;
}
.cid-uGzEkgSrzz .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGzEkgSrzz .mbr-text {
  color: #ffffff;
}
.cid-sFGNGNNW5A {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #637b5b;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #ffffff;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: left;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-uGBviPzRGg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #637b5b;
}
.cid-uGzMogIYWi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #26451b;
}
.cid-uGzMogIYWi .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGzMogIYWi .mbr-text {
  color: #ffffff;
}
.cid-uGzMpPJEuf {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #637b5b;
}
.cid-uGzMpPJEuf img,
.cid-uGzMpPJEuf .item-img {
  width: 100%;
}
.cid-uGzMpPJEuf .item:focus,
.cid-uGzMpPJEuf span:focus {
  outline: none;
}
.cid-uGzMpPJEuf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uGzMpPJEuf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGzMpPJEuf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uGzMpPJEuf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGzMpPJEuf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uGzMpPJEuf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uGzMpPJEuf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGzMpPJEuf .mbr-section-title {
  color: #ffffff;
}
.cid-uGzMpPJEuf .mbr-text,
.cid-uGzMpPJEuf .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-uGzMpPJEuf .item-title {
  text-align: left;
}
.cid-uGzMpPJEuf .item-subtitle {
  text-align: left;
}
.cid-uMaFW1X5Ra {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #637b5b;
}
.cid-uMavQ3tUMh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #26451b;
}
.cid-uMavQ3tUMh .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMavQ3tUMh .mbr-text {
  color: #ffffff;
}
.cid-uMavOEpJyw {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #637b5b;
}
.cid-uMavOEpJyw img,
.cid-uMavOEpJyw .item-img {
  width: 100%;
}
.cid-uMavOEpJyw .item:focus,
.cid-uMavOEpJyw span:focus {
  outline: none;
}
.cid-uMavOEpJyw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMavOEpJyw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMavOEpJyw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uMavOEpJyw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMavOEpJyw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uMavOEpJyw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uMavOEpJyw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMavOEpJyw .mbr-section-title {
  color: #ffffff;
}
.cid-uMavOEpJyw .mbr-text,
.cid-uMavOEpJyw .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-uMavOEpJyw .item-title {
  text-align: left;
}
.cid-uMavOEpJyw .item-subtitle {
  text-align: left;
}
.cid-uGBseX9B2j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #637b5b;
}
.cid-uGzMqFfIp0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #26451b;
}
.cid-uGzMqFfIp0 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGzMqFfIp0 .mbr-text {
  color: #ffffff;
}
.cid-uMPQGEQtaT {
  background-color: #26451b;
}
.cid-uMPQGEQtaT .trans-wave {
  opacity: 0.35;
  fill: #26451b;
  pointer-events: none;
}
.cid-uMPQGEQtaT .wave {
  fill: #26451b;
  pointer-events: none;
}
.cid-uMPQGEQtaT .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uMPQGEQtaT .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uMPQGEQtaT .dentaura-cover {
  background: transparent;
  height: 390px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-uMPQGEQtaT .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uGBcYBw9AC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #637b5b;
}
.cid-uGBcYBw9AC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGBcYBw9AC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGBcYBw9AC .video-wrapper iframe {
  width: 100%;
}
.cid-uGBcYBw9AC .mbr-section-title,
.cid-uGBcYBw9AC .mbr-section-subtitle,
.cid-uGBcYBw9AC .mbr-text {
  text-align: center;
}
.cid-uGBcYBw9AC .mbr-text {
  color: #ffffff;
}
.cid-uGBcYBw9AC .mbr-section-title {
  color: #ffffff;
}
.cid-uGBcYBw9AC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMPA5cqh6t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #637b5b;
}
.cid-uMPQHysN93 {
  background-color: #637b5b;
}
.cid-uMPQHysN93 .trans-wave {
  opacity: 0.35;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPQHysN93 .wave {
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPQHysN93 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uMPQHysN93 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uMPQHysN93 .dentaura-cover {
  background: transparent;
  height: 390px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-uMPQHysN93 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uGBeH8xKwk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #26451b;
}
.cid-uGBeH8xKwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGBeH8xKwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGBeH8xKwk .video-wrapper iframe {
  width: 100%;
}
.cid-uGBeH8xKwk .mbr-section-title,
.cid-uGBeH8xKwk .mbr-section-subtitle,
.cid-uGBeH8xKwk .mbr-text {
  text-align: center;
}
.cid-uGBeH8xKwk .mbr-text {
  color: #ffffff;
}
.cid-uGBeH8xKwk .mbr-section-title {
  color: #ffffff;
}
.cid-uGBeH8xKwk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMPAk3wYM2 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #26451b;
}
.cid-uMPOSYd9r2 {
  background-color: #26451b;
}
.cid-uMPOSYd9r2 .trans-wave {
  opacity: 0.35;
  fill: #26451b;
  pointer-events: none;
}
.cid-uMPOSYd9r2 .wave {
  fill: #26451b;
  pointer-events: none;
}
.cid-uMPOSYd9r2 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uMPOSYd9r2 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uMPOSYd9r2 .dentaura-cover {
  background: transparent;
  height: 390px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-uMPOSYd9r2 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uMPAi2ZOto {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #637b5b;
}
.cid-uMPAi2ZOto .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPAi2ZOto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMPAi2ZOto .video-wrapper iframe {
  width: 100%;
}
.cid-uMPAi2ZOto .mbr-section-title,
.cid-uMPAi2ZOto .mbr-section-subtitle,
.cid-uMPAi2ZOto .mbr-text {
  text-align: center;
}
.cid-uMPAi2ZOto .mbr-text {
  color: #ffffff;
}
.cid-uMPAi2ZOto .mbr-section-title {
  color: #ffffff;
}
.cid-uMPAi2ZOto .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNvJ1FWuUU {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #637b5b;
}
.cid-uNvJfMtv2U {
  background-color: #637b5b;
}
.cid-uNvJfMtv2U .trans-wave {
  opacity: 0.35;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNvJfMtv2U .wave {
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNvJfMtv2U .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNvJfMtv2U .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNvJfMtv2U .dentaura-cover {
  background: transparent;
  height: 390px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-uNvJfMtv2U .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNvJ01nEtC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #26451b;
}
.cid-uNvJ01nEtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNvJ01nEtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNvJ01nEtC .video-wrapper iframe {
  width: 100%;
}
.cid-uNvJ01nEtC .mbr-section-title,
.cid-uNvJ01nEtC .mbr-section-subtitle,
.cid-uNvJ01nEtC .mbr-text {
  text-align: center;
}
.cid-uNvJ01nEtC .mbr-text {
  color: #ffffff;
}
.cid-uNvJ01nEtC .mbr-section-title {
  color: #ffffff;
}
.cid-uNvJ01nEtC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMb8V5PkiR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #26451b;
}
.cid-uNACYfNc12 {
  background-color: #26451b;
}
.cid-uNACYfNc12 .trans-wave {
  opacity: 1;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNACYfNc12 .trans-wave1 {
  opacity: 0.7;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNACYfNc12 .trans-wave2 {
  opacity: 0.5;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNACYfNc12 .trans-wave3 {
  opacity: 0.3;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNACYfNc12 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNACYfNc12 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNACYfNc12 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNACYfNc12 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNACYfNc12 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNACYfNc12 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNACYfNc12 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNACYfNc12 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNACYfNc12 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNACYfNc12 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-sFGSUpvomC {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background: #637b5b;
}
.cid-sFGSUpvomC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGSUpvomC .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGSUpvomC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGSUpvomC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGSUpvomC .social-row {
  text-align: center;
}
.cid-sFGSUpvomC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFGSUpvomC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFGSUpvomC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFGSUpvomC .mbr-section-title {
  color: #ffffff;
}
.cid-sFGSUpvomC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sFGSUpvomC .card-title,
.cid-sFGSUpvomC .social-row {
  color: #000000;
}
.cid-uNzsXi0mRC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #637b5b;
}
.cid-uNzsXi0mRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNzsXi0mRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNzsXi0mRC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uNzsXi0mRC .team-card:hover {
  transform: translateY(-10px);
}
.cid-uNzsXi0mRC .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uNzsXi0mRC .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uNzsXi0mRC .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uNzsXi0mRC .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNzsXi0mRC .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uNzsXi0mRC .social-row {
  text-align: center;
}
.cid-uNzsXi0mRC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uNzsXi0mRC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uNzsXi0mRC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uNzsXi0mRC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uNzsXi0mRC .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uNzsXi0mRC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uNzsXi0mRC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uNzsXi0mRC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNzsXi0mRC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uNzsXi0mRC .mbr-section-title {
  color: #ffffff;
}
.cid-uNzsXi0mRC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNzsXi0mRC .card-title,
.cid-uNzsXi0mRC .social-row {
  color: #000000;
}
.cid-uNACuUVHWk {
  background-color: #637b5b;
}
.cid-uNACuUVHWk .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNACuUVHWk .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNACuUVHWk .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNACuUVHWk .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNACuUVHWk .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNACuUVHWk .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNACuUVHWk .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNACuUVHWk .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNACuUVHWk .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNACuUVHWk .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNACuUVHWk .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNACuUVHWk .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNACuUVHWk .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNACuUVHWk .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-sFGTcFRqw0 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #26451b;
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-sFGTcFRqw0 .mbr-section-title {
  color: #ffffff;
}
.cid-sFGTcFRqw0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNANscFfIK {
  background-color: #26451b;
}
.cid-uNANscFfIK .trans-wave {
  opacity: 1;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNANscFfIK .trans-wave1 {
  opacity: 0.7;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNANscFfIK .trans-wave2 {
  opacity: 0.5;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNANscFfIK .trans-wave3 {
  opacity: 0.3;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNANscFfIK .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNANscFfIK .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNANscFfIK .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNANscFfIK .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNANscFfIK .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNANscFfIK .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNANscFfIK .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNANscFfIK .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNANscFfIK .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNANscFfIK .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-sFGVxOqzIN {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #637b5b;
}
.cid-sFGVxOqzIN .media-container-row {
  justify-content: space-between;
}
.cid-sFGVxOqzIN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .text-content {
    max-width: none;
  }
}
.cid-sFGVxOqzIN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .icons {
    justify-content: center !important;
  }
  .cid-sFGVxOqzIN .text-content * {
    text-align: center;
  }
}
.cid-sFGVxOqzIN .mbr-section-title {
  color: #ffffff;
}
.cid-sFGVxOqzIN P {
  color: #ffffff;
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26451b;
  overflow: hidden;
}
.cid-uMPPjstcb4 {
  background-color: #637b5b;
}
.cid-uMPPjstcb4 .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPPjstcb4 .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPPjstcb4 .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPPjstcb4 .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPPjstcb4 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uMPPjstcb4 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uMPPjstcb4 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uMPPjstcb4 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uMPPjstcb4 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uMPPjstcb4 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uMPPjstcb4 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uMPPjstcb4 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uMPPjstcb4 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uMPPjstcb4 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNwadLXHD5.popup-builder {
  background-color: #ffffff;
}
.cid-uNwadLXHD5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uNwadLXHD5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uNwadLXHD5 .modal-content,
.cid-uNwadLXHD5 .modal-dialog {
  height: auto;
}
.cid-uNwadLXHD5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uNwadLXHD5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uNwadLXHD5 .form-wrapper .mbr-form .form-group,
  .cid-uNwadLXHD5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uNwadLXHD5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uNwadLXHD5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNwadLXHD5 .mbr-text {
  text-align: center;
}
.cid-uNwadLXHD5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uNwadLXHD5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uNwadLXHD5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uNwadLXHD5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uNwadLXHD5 .modal-open {
  overflow: hidden;
}
.cid-uNwadLXHD5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uNwadLXHD5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uNwadLXHD5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uNwadLXHD5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uNwadLXHD5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uNwadLXHD5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uNwadLXHD5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uNwadLXHD5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uNwadLXHD5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uNwadLXHD5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uNwadLXHD5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uNwadLXHD5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uNwadLXHD5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uNwadLXHD5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uNwadLXHD5 .modal-header {
    padding: 1rem;
  }
}
.cid-uNwadLXHD5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uNwadLXHD5 .modal-header .close svg {
  fill: #353535;
}
.cid-uNwadLXHD5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uNwadLXHD5 .modal-header .close:focus {
  outline: none;
}
.cid-uNwadLXHD5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uNwadLXHD5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uNwadLXHD5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNwadLXHD5 .modal-body {
    padding: 1rem;
  }
}
.cid-uNwadLXHD5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uNwadLXHD5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNwadLXHD5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uNwadLXHD5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uNwadLXHD5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uNwadLXHD5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uNwadLXHD5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uNwadLXHD5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uNwadLXHD5 .modal-lg,
  .cid-uNwadLXHD5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uNwadLXHD5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uNwadLXHD5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uNwadLXHD5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uNwadLXHD5 .form-group {
  margin-bottom: 1rem;
}
.cid-uNwadLXHD5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uNwadLXHD5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uNwadLXHD5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uNwadLXHD5 .mbr-section-btn {
  margin: 0;
}
.cid-uNwadLXHD5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uM8LWNKyfM {
  z-index: 1000;
  width: 100%;
}
.cid-uM8LWNKyfM nav.navbar {
  position: fixed;
}
.cid-uM8LWNKyfM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM8LWNKyfM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uM8LWNKyfM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uM8LWNKyfM .dropdown-item:hover,
.cid-uM8LWNKyfM .dropdown-item:focus {
  background: #637b5b !important;
  color: white !important;
}
.cid-uM8LWNKyfM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uM8LWNKyfM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uM8LWNKyfM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uM8LWNKyfM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uM8LWNKyfM .nav-link {
  position: relative;
}
.cid-uM8LWNKyfM .container {
  display: flex;
  margin: auto;
}
.cid-uM8LWNKyfM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uM8LWNKyfM .dropdown-menu,
.cid-uM8LWNKyfM .navbar.opened {
  background: #26451b !important;
}
.cid-uM8LWNKyfM .nav-item:focus,
.cid-uM8LWNKyfM .nav-link:focus {
  outline: none;
}
.cid-uM8LWNKyfM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM8LWNKyfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM8LWNKyfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM8LWNKyfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM8LWNKyfM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM8LWNKyfM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM8LWNKyfM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(38, 69, 27, 0.9);
}
.cid-uM8LWNKyfM .navbar.opened {
  transition: all 0.3s;
}
.cid-uM8LWNKyfM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uM8LWNKyfM .navbar .navbar-logo img {
  width: auto;
}
.cid-uM8LWNKyfM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uM8LWNKyfM .navbar.collapsed {
  justify-content: center;
}
.cid-uM8LWNKyfM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM8LWNKyfM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uM8LWNKyfM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uM8LWNKyfM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM8LWNKyfM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM8LWNKyfM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uM8LWNKyfM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM8LWNKyfM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uM8LWNKyfM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uM8LWNKyfM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM8LWNKyfM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM8LWNKyfM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM8LWNKyfM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uM8LWNKyfM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uM8LWNKyfM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uM8LWNKyfM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uM8LWNKyfM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uM8LWNKyfM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uM8LWNKyfM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM8LWNKyfM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uM8LWNKyfM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uM8LWNKyfM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uM8LWNKyfM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uM8LWNKyfM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uM8LWNKyfM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uM8LWNKyfM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM8LWNKyfM .dropdown-item.active,
.cid-uM8LWNKyfM .dropdown-item:active {
  background-color: transparent;
}
.cid-uM8LWNKyfM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM8LWNKyfM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM8LWNKyfM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM8LWNKyfM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #26451b;
}
.cid-uM8LWNKyfM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uM8LWNKyfM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uM8LWNKyfM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uM8LWNKyfM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uM8LWNKyfM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uM8LWNKyfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uM8LWNKyfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM8LWNKyfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM8LWNKyfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM8LWNKyfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM8LWNKyfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM8LWNKyfM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM8LWNKyfM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM8LWNKyfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM8LWNKyfM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uM8LWNKyfM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM8LWNKyfM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uM8LWNKyfM .navbar {
    height: 70px;
  }
  .cid-uM8LWNKyfM .navbar.opened {
    height: auto;
  }
  .cid-uM8LWNKyfM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM8LWO8C5e {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #637b5b;
}
.cid-uM8LWO8C5e .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uM8LWO8C5e .mbr-text,
.cid-uM8LWO8C5e .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMPU1EVl3O {
  background-color: #637b5b;
}
.cid-uMPU1EVl3O .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPU1EVl3O .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPU1EVl3O .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPU1EVl3O .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMPU1EVl3O .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uMPU1EVl3O .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uMPU1EVl3O .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uMPU1EVl3O .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uMPU1EVl3O .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uMPU1EVl3O .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uMPU1EVl3O .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uMPU1EVl3O .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uMPU1EVl3O .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uMPU1EVl3O .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uOdgwveR1E {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background: #26451b;
}
.cid-uOdgwveR1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOdgwveR1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOdgwveR1E .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uOdgwveR1E .team-card:hover {
  transform: translateY(-10px);
}
.cid-uOdgwveR1E .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uOdgwveR1E .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOdgwveR1E .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uOdgwveR1E .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOdgwveR1E .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uOdgwveR1E .social-row {
  text-align: center;
}
.cid-uOdgwveR1E .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uOdgwveR1E .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uOdgwveR1E .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uOdgwveR1E .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uOdgwveR1E .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uOdgwveR1E .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uOdgwveR1E .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uOdgwveR1E .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOdgwveR1E .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uOdgwveR1E .mbr-section-title {
  color: #ffffff;
}
.cid-uOdgwveR1E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOdgwveR1E .card-title,
.cid-uOdgwveR1E .social-row {
  color: #000000;
}
.cid-uNAJMzigX8 {
  background-color: #26451b;
}
.cid-uNAJMzigX8 .trans-wave {
  opacity: 1;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAJMzigX8 .trans-wave1 {
  opacity: 0.7;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAJMzigX8 .trans-wave2 {
  opacity: 0.5;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAJMzigX8 .trans-wave3 {
  opacity: 0.3;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAJMzigX8 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAJMzigX8 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAJMzigX8 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAJMzigX8 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAJMzigX8 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAJMzigX8 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAJMzigX8 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAJMzigX8 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAJMzigX8 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAJMzigX8 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uM8LWOQKiG {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #637b5b;
}
.cid-uM8LWOQKiG .media-container-row {
  justify-content: space-between;
}
.cid-uM8LWOQKiG .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uM8LWOQKiG .text-content {
    max-width: none;
  }
}
.cid-uM8LWOQKiG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uM8LWOQKiG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uM8LWOQKiG .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uM8LWOQKiG .icons {
    justify-content: center !important;
  }
  .cid-uM8LWOQKiG .text-content * {
    text-align: center;
  }
}
.cid-uM8LWOQKiG .mbr-section-title {
  color: #ffffff;
}
.cid-uM8LWOQKiG P {
  color: #ffffff;
}
.cid-uM8LWPdew1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26451b;
  overflow: hidden;
}
.cid-uMQ4kO0pMs {
  z-index: 1000;
  width: 100%;
}
.cid-uMQ4kO0pMs nav.navbar {
  position: fixed;
}
.cid-uMQ4kO0pMs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMQ4kO0pMs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMQ4kO0pMs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMQ4kO0pMs .dropdown-item:hover,
.cid-uMQ4kO0pMs .dropdown-item:focus {
  background: #637b5b !important;
  color: white !important;
}
.cid-uMQ4kO0pMs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMQ4kO0pMs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMQ4kO0pMs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMQ4kO0pMs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMQ4kO0pMs .nav-link {
  position: relative;
}
.cid-uMQ4kO0pMs .container {
  display: flex;
  margin: auto;
}
.cid-uMQ4kO0pMs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMQ4kO0pMs .dropdown-menu,
.cid-uMQ4kO0pMs .navbar.opened {
  background: #26451b !important;
}
.cid-uMQ4kO0pMs .nav-item:focus,
.cid-uMQ4kO0pMs .nav-link:focus {
  outline: none;
}
.cid-uMQ4kO0pMs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMQ4kO0pMs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMQ4kO0pMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMQ4kO0pMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMQ4kO0pMs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMQ4kO0pMs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMQ4kO0pMs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(38, 69, 27, 0.9);
}
.cid-uMQ4kO0pMs .navbar.opened {
  transition: all 0.3s;
}
.cid-uMQ4kO0pMs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMQ4kO0pMs .navbar .navbar-logo img {
  width: auto;
}
.cid-uMQ4kO0pMs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMQ4kO0pMs .navbar.collapsed {
  justify-content: center;
}
.cid-uMQ4kO0pMs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMQ4kO0pMs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMQ4kO0pMs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMQ4kO0pMs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMQ4kO0pMs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMQ4kO0pMs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMQ4kO0pMs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMQ4kO0pMs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMQ4kO0pMs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMQ4kO0pMs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMQ4kO0pMs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMQ4kO0pMs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMQ4kO0pMs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMQ4kO0pMs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMQ4kO0pMs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMQ4kO0pMs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMQ4kO0pMs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMQ4kO0pMs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMQ4kO0pMs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMQ4kO0pMs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMQ4kO0pMs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMQ4kO0pMs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMQ4kO0pMs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMQ4kO0pMs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMQ4kO0pMs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMQ4kO0pMs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMQ4kO0pMs .dropdown-item.active,
.cid-uMQ4kO0pMs .dropdown-item:active {
  background-color: transparent;
}
.cid-uMQ4kO0pMs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMQ4kO0pMs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMQ4kO0pMs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMQ4kO0pMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #26451b;
}
.cid-uMQ4kO0pMs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMQ4kO0pMs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMQ4kO0pMs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMQ4kO0pMs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMQ4kO0pMs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMQ4kO0pMs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMQ4kO0pMs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMQ4kO0pMs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMQ4kO0pMs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMQ4kO0pMs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMQ4kO0pMs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMQ4kO0pMs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMQ4kO0pMs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMQ4kO0pMs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMQ4kO0pMs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMQ4kO0pMs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMQ4kO0pMs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMQ4kO0pMs .navbar {
    height: 70px;
  }
  .cid-uMQ4kO0pMs .navbar.opened {
    height: auto;
  }
  .cid-uMQ4kO0pMs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMQ4kOfBtg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #637b5b;
}
.cid-uMQ4kOfBtg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMQ4kOfBtg .mbr-text,
.cid-uMQ4kOfBtg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNwxUQpety {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #26451b;
}
.cid-uNwxUQpety .header-text {
  display: -webkit-flex;
  align-items: center;
  color: #232323;
  -webkit-align-items: center;
}
.cid-uNwxUQpety .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uNwxUQpety .mbr-section-subtitle {
  color: #767676;
}
.cid-uNwxUQpety .panel-group {
  width: 100%;
}
.cid-uNwxUQpety .panel-text {
  color: #767676;
}
.cid-uNwxUQpety .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uNwxUQpety .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uNwxUQpety .card .card-header a.panel-title {
  justify-content: space-between;
  transition: all .3s;
  background-color: #efefef;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: -webkit-flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.cid-uNwxUQpety .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uNwxUQpety .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uNwxUQpety .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uNwxUQpety .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uNwxUQpety .card .panel-body {
  background: #ffffff;
}
.cid-uNwxUQpety .sign {
  color: #232323;
}
.cid-uMQ4kOr6S7 {
  background-color: #26451b;
}
.cid-uMQ4kOr6S7 .trans-wave {
  opacity: 1;
  fill: #26451b;
  pointer-events: none;
}
.cid-uMQ4kOr6S7 .trans-wave1 {
  opacity: 0.7;
  fill: #26451b;
  pointer-events: none;
}
.cid-uMQ4kOr6S7 .trans-wave2 {
  opacity: 0.5;
  fill: #26451b;
  pointer-events: none;
}
.cid-uMQ4kOr6S7 .trans-wave3 {
  opacity: 0.3;
  fill: #26451b;
  pointer-events: none;
}
.cid-uMQ4kOr6S7 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uMQ4kOr6S7 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uMQ4kOr6S7 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uMQ4kOr6S7 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uMQ4kOr6S7 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uMQ4kOr6S7 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uMQ4kOr6S7 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uMQ4kOr6S7 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uMQ4kOr6S7 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uMQ4kOr6S7 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uMQ4kOLBVp {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #637b5b;
}
.cid-uMQ4kOLBVp .media-container-row {
  justify-content: space-between;
}
.cid-uMQ4kOLBVp .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uMQ4kOLBVp .text-content {
    max-width: none;
  }
}
.cid-uMQ4kOLBVp .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uMQ4kOLBVp .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uMQ4kOLBVp .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uMQ4kOLBVp .icons {
    justify-content: center !important;
  }
  .cid-uMQ4kOLBVp .text-content * {
    text-align: center;
  }
}
.cid-uMQ4kOLBVp .mbr-section-title {
  color: #ffffff;
}
.cid-uMQ4kOLBVp P {
  color: #ffffff;
}
.cid-uMQ4kOXVuU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #637b5b;
  overflow: hidden;
}
.cid-uMQsc5S8CZ {
  z-index: 1000;
  width: 100%;
}
.cid-uMQsc5S8CZ nav.navbar {
  position: fixed;
}
.cid-uMQsc5S8CZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMQsc5S8CZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMQsc5S8CZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMQsc5S8CZ .dropdown-item:hover,
.cid-uMQsc5S8CZ .dropdown-item:focus {
  background: #637b5b !important;
  color: white !important;
}
.cid-uMQsc5S8CZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMQsc5S8CZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMQsc5S8CZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMQsc5S8CZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMQsc5S8CZ .nav-link {
  position: relative;
}
.cid-uMQsc5S8CZ .container {
  display: flex;
  margin: auto;
}
.cid-uMQsc5S8CZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMQsc5S8CZ .dropdown-menu,
.cid-uMQsc5S8CZ .navbar.opened {
  background: #26451b !important;
}
.cid-uMQsc5S8CZ .nav-item:focus,
.cid-uMQsc5S8CZ .nav-link:focus {
  outline: none;
}
.cid-uMQsc5S8CZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMQsc5S8CZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMQsc5S8CZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMQsc5S8CZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMQsc5S8CZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMQsc5S8CZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMQsc5S8CZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(38, 69, 27, 0.9);
}
.cid-uMQsc5S8CZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uMQsc5S8CZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMQsc5S8CZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uMQsc5S8CZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMQsc5S8CZ .navbar.collapsed {
  justify-content: center;
}
.cid-uMQsc5S8CZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMQsc5S8CZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMQsc5S8CZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uMQsc5S8CZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMQsc5S8CZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMQsc5S8CZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMQsc5S8CZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMQsc5S8CZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMQsc5S8CZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMQsc5S8CZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMQsc5S8CZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMQsc5S8CZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMQsc5S8CZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMQsc5S8CZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMQsc5S8CZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMQsc5S8CZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMQsc5S8CZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMQsc5S8CZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMQsc5S8CZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMQsc5S8CZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMQsc5S8CZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMQsc5S8CZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMQsc5S8CZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMQsc5S8CZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMQsc5S8CZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMQsc5S8CZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMQsc5S8CZ .dropdown-item.active,
.cid-uMQsc5S8CZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uMQsc5S8CZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMQsc5S8CZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMQsc5S8CZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMQsc5S8CZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #26451b;
}
.cid-uMQsc5S8CZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMQsc5S8CZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMQsc5S8CZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMQsc5S8CZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMQsc5S8CZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMQsc5S8CZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMQsc5S8CZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMQsc5S8CZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMQsc5S8CZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMQsc5S8CZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMQsc5S8CZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMQsc5S8CZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMQsc5S8CZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMQsc5S8CZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMQsc5S8CZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMQsc5S8CZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMQsc5S8CZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMQsc5S8CZ .navbar {
    height: 70px;
  }
  .cid-uMQsc5S8CZ .navbar.opened {
    height: auto;
  }
  .cid-uMQsc5S8CZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMQsc69grI {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #637b5b;
}
.cid-uMQsc69grI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMQsc69grI .mbr-text,
.cid-uMQsc69grI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMQyJsLnQc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #637b5b;
}
.cid-uMQyJsLnQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQyJsLnQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMQyJsLnQc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMQyJsLnQc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uMQyJsLnQc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uMQyJsLnQc .mbr-text {
  color: #ffffff;
}
.cid-uMQyJsLnQc .name {
  color: #ffffff;
}
.cid-uMQx2zSy81 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #26451b;
}
.cid-uMQx2zSy81 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMQx2zSy81 .mbr-text {
  color: #ffffff;
}
.cid-uNA4Tor0pm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #637b5b;
}
.cid-uNA4Tor0pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNA4Tor0pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNA4Tor0pm ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNA4Tor0pm li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNA4Tor0pm ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNA4Tor0pm H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uNA4Tor0pm .list {
  color: #000000;
}
.cid-uMQx3fIuEn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #26451b;
}
.cid-uMQx3fIuEn .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMQx3fIuEn .mbr-text {
  color: #ffffff;
}
.cid-uNAcfHAvsH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #637b5b;
}
.cid-uNAcfHAvsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAcfHAvsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAcfHAvsH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNAcfHAvsH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNAcfHAvsH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNAcfHAvsH H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uNAcfHAvsH .list {
  color: #000000;
}
.cid-uMQxprhC2J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #26451b;
}
.cid-uMQxprhC2J .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMQxprhC2J .mbr-text {
  color: #ffffff;
}
.cid-uNAcgxBH14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #637b5b;
}
.cid-uNAcgxBH14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAcgxBH14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAcgxBH14 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNAcgxBH14 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNAcgxBH14 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNAcgxBH14 H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uNAcgxBH14 .list {
  color: #000000;
}
.cid-uMQymbuiq0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #26451b;
}
.cid-uMQymbuiq0 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMQymbuiq0 .mbr-text {
  color: #ffffff;
}
.cid-uNAchfuKuC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #637b5b;
}
.cid-uNAchfuKuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAchfuKuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAchfuKuC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNAchfuKuC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNAchfuKuC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNAchfuKuC H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uNAchfuKuC .list {
  color: #000000;
}
.cid-uMQyo6JvEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #26451b;
}
.cid-uMQyo6JvEB .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMQyo6JvEB .mbr-text {
  color: #ffffff;
}
.cid-uNAcig7OBq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #637b5b;
}
.cid-uNAcig7OBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAcig7OBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAcig7OBq ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNAcig7OBq li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNAcig7OBq ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNAcig7OBq H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uNAcig7OBq .list {
  color: #000000;
}
.cid-uMQsc6ljhR {
  background-color: #637b5b;
}
.cid-uMQsc6ljhR .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMQsc6ljhR .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMQsc6ljhR .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMQsc6ljhR .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uMQsc6ljhR .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uMQsc6ljhR .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uMQsc6ljhR .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uMQsc6ljhR .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uMQsc6ljhR .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uMQsc6ljhR .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uMQsc6ljhR .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uMQsc6ljhR .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uMQsc6ljhR .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uMQsc6ljhR .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uMQsc76f5e {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #26451b;
}
.cid-uMQsc76f5e .media-container-row {
  justify-content: space-between;
}
.cid-uMQsc76f5e .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uMQsc76f5e .text-content {
    max-width: none;
  }
}
.cid-uMQsc76f5e .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uMQsc76f5e .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uMQsc76f5e .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uMQsc76f5e .icons {
    justify-content: center !important;
  }
  .cid-uMQsc76f5e .text-content * {
    text-align: center;
  }
}
.cid-uMQsc76f5e .mbr-section-title {
  color: #ffffff;
}
.cid-uMQsc76f5e P {
  color: #ffffff;
}
.cid-uMQsc7lRld {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26451b;
  overflow: hidden;
}
.cid-uNvHLRN81g {
  z-index: 1000;
  width: 100%;
}
.cid-uNvHLRN81g nav.navbar {
  position: fixed;
}
.cid-uNvHLRN81g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNvHLRN81g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNvHLRN81g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNvHLRN81g .dropdown-item:hover,
.cid-uNvHLRN81g .dropdown-item:focus {
  background: #637b5b !important;
  color: white !important;
}
.cid-uNvHLRN81g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNvHLRN81g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNvHLRN81g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNvHLRN81g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNvHLRN81g .nav-link {
  position: relative;
}
.cid-uNvHLRN81g .container {
  display: flex;
  margin: auto;
}
.cid-uNvHLRN81g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNvHLRN81g .dropdown-menu,
.cid-uNvHLRN81g .navbar.opened {
  background: #26451b !important;
}
.cid-uNvHLRN81g .nav-item:focus,
.cid-uNvHLRN81g .nav-link:focus {
  outline: none;
}
.cid-uNvHLRN81g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNvHLRN81g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNvHLRN81g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNvHLRN81g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNvHLRN81g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNvHLRN81g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNvHLRN81g .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(38, 69, 27, 0.9);
}
.cid-uNvHLRN81g .navbar.opened {
  transition: all 0.3s;
}
.cid-uNvHLRN81g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNvHLRN81g .navbar .navbar-logo img {
  width: auto;
}
.cid-uNvHLRN81g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNvHLRN81g .navbar.collapsed {
  justify-content: center;
}
.cid-uNvHLRN81g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNvHLRN81g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNvHLRN81g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uNvHLRN81g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNvHLRN81g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNvHLRN81g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNvHLRN81g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNvHLRN81g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNvHLRN81g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNvHLRN81g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNvHLRN81g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNvHLRN81g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNvHLRN81g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNvHLRN81g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNvHLRN81g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNvHLRN81g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNvHLRN81g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNvHLRN81g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNvHLRN81g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNvHLRN81g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNvHLRN81g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNvHLRN81g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNvHLRN81g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNvHLRN81g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNvHLRN81g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNvHLRN81g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNvHLRN81g .dropdown-item.active,
.cid-uNvHLRN81g .dropdown-item:active {
  background-color: transparent;
}
.cid-uNvHLRN81g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNvHLRN81g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNvHLRN81g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNvHLRN81g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #26451b;
}
.cid-uNvHLRN81g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNvHLRN81g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNvHLRN81g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNvHLRN81g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNvHLRN81g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNvHLRN81g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNvHLRN81g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNvHLRN81g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNvHLRN81g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNvHLRN81g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNvHLRN81g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNvHLRN81g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNvHLRN81g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNvHLRN81g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNvHLRN81g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNvHLRN81g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNvHLRN81g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNvHLRN81g .navbar {
    height: 70px;
  }
  .cid-uNvHLRN81g .navbar.opened {
    height: auto;
  }
  .cid-uNvHLRN81g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNvHLSR1IS {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #637b5b;
}
.cid-uNvHLSR1IS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNvHLSR1IS .mbr-text,
.cid-uNvHLSR1IS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNvHLTCgpp {
  background-color: #637b5b;
}
.cid-uNvHLTCgpp .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNvHLTCgpp .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNvHLTCgpp .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNvHLTCgpp .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNvHLTCgpp .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNvHLTCgpp .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNvHLTCgpp .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNvHLTCgpp .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNvHLTCgpp .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNvHLTCgpp .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNvHLTCgpp .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNvHLTCgpp .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNvHLTCgpp .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNvHLTCgpp .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNvHLTX5Ln {
  padding-top: 14rem;
  padding-bottom: 0rem;
  background-color: #26451b;
}
.cid-uNvHLTX5Ln .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNvHLTX5Ln .mbr-text,
.cid-uNvHLTX5Ln .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNvHLUjOuH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #26451b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uNvHLUjOuH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uNvHLUjOuH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNvHLUjOuH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNvHLUjOuH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uNvHLUjOuH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #bbbbbb, #45505b) !important;
}
.cid-uNvHLUjOuH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uNvHLUjOuH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uNvHLUjOuH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uNvHLUjOuH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #bbbbbb, #45505b) !important;
}
.cid-uNvHLUjOuH ul {
  font-size: 0;
}
.cid-uNvHLUjOuH .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-uNvHLUjOuH .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #ffffff solid;
  border-radius: 0 !important;
}
.cid-uNvHLUjOuH .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uNAvoBlAUd {
  background-color: #26451b;
}
.cid-uNAvoBlAUd .trans-wave {
  opacity: 1;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAvoBlAUd .trans-wave1 {
  opacity: 0.7;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAvoBlAUd .trans-wave2 {
  opacity: 0.5;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAvoBlAUd .trans-wave3 {
  opacity: 0.3;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAvoBlAUd .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAvoBlAUd .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAvoBlAUd .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAvoBlAUd .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAvoBlAUd .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAvoBlAUd .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAvoBlAUd .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAvoBlAUd .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAvoBlAUd .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAvoBlAUd .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNAtAX7VsZ {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #637b5b;
}
.cid-uNAtAX7VsZ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNAtAX7VsZ .mbr-text {
  color: #ffffff;
}
.cid-uNAtAflqiG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #637b5b;
}
.cid-uNAtAflqiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAtAflqiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAtAflqiG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNAtAflqiG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNAtAflqiG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNAtAflqiG H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uNAtAflqiG .list {
  color: #000000;
}
.cid-uNAvM0pDpV {
  background-color: #637b5b;
}
.cid-uNAvM0pDpV .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAvM0pDpV .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAvM0pDpV .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAvM0pDpV .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAvM0pDpV .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAvM0pDpV .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAvM0pDpV .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAvM0pDpV .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAvM0pDpV .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAvM0pDpV .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAvM0pDpV .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAvM0pDpV .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAvM0pDpV .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAvM0pDpV .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNvHLYLwve {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #26451b;
}
.cid-uNvHLYLwve .media-container-row {
  justify-content: space-between;
}
.cid-uNvHLYLwve .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uNvHLYLwve .text-content {
    max-width: none;
  }
}
.cid-uNvHLYLwve .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uNvHLYLwve .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uNvHLYLwve .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uNvHLYLwve .icons {
    justify-content: center !important;
  }
  .cid-uNvHLYLwve .text-content * {
    text-align: center;
  }
}
.cid-uNvHLYLwve .mbr-section-title {
  color: #ffffff;
}
.cid-uNvHLYLwve P {
  color: #ffffff;
}
.cid-uNvHLZl6WC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26451b;
  overflow: hidden;
}
.cid-uNAwhKZx9r {
  z-index: 1000;
  width: 100%;
}
.cid-uNAwhKZx9r nav.navbar {
  position: fixed;
}
.cid-uNAwhKZx9r .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNAwhKZx9r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNAwhKZx9r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNAwhKZx9r .dropdown-item:hover,
.cid-uNAwhKZx9r .dropdown-item:focus {
  background: #637b5b !important;
  color: white !important;
}
.cid-uNAwhKZx9r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNAwhKZx9r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNAwhKZx9r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNAwhKZx9r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNAwhKZx9r .nav-link {
  position: relative;
}
.cid-uNAwhKZx9r .container {
  display: flex;
  margin: auto;
}
.cid-uNAwhKZx9r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNAwhKZx9r .dropdown-menu,
.cid-uNAwhKZx9r .navbar.opened {
  background: #26451b !important;
}
.cid-uNAwhKZx9r .nav-item:focus,
.cid-uNAwhKZx9r .nav-link:focus {
  outline: none;
}
.cid-uNAwhKZx9r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNAwhKZx9r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNAwhKZx9r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNAwhKZx9r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNAwhKZx9r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNAwhKZx9r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNAwhKZx9r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(38, 69, 27, 0.9);
}
.cid-uNAwhKZx9r .navbar.opened {
  transition: all 0.3s;
}
.cid-uNAwhKZx9r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNAwhKZx9r .navbar .navbar-logo img {
  width: auto;
}
.cid-uNAwhKZx9r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNAwhKZx9r .navbar.collapsed {
  justify-content: center;
}
.cid-uNAwhKZx9r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNAwhKZx9r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNAwhKZx9r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uNAwhKZx9r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNAwhKZx9r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNAwhKZx9r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNAwhKZx9r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNAwhKZx9r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNAwhKZx9r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNAwhKZx9r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNAwhKZx9r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNAwhKZx9r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNAwhKZx9r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNAwhKZx9r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNAwhKZx9r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNAwhKZx9r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNAwhKZx9r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNAwhKZx9r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNAwhKZx9r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNAwhKZx9r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNAwhKZx9r .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNAwhKZx9r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNAwhKZx9r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNAwhKZx9r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNAwhKZx9r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNAwhKZx9r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNAwhKZx9r .dropdown-item.active,
.cid-uNAwhKZx9r .dropdown-item:active {
  background-color: transparent;
}
.cid-uNAwhKZx9r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNAwhKZx9r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNAwhKZx9r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNAwhKZx9r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #26451b;
}
.cid-uNAwhKZx9r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNAwhKZx9r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNAwhKZx9r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNAwhKZx9r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNAwhKZx9r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNAwhKZx9r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNAwhKZx9r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNAwhKZx9r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNAwhKZx9r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNAwhKZx9r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNAwhKZx9r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNAwhKZx9r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNAwhKZx9r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNAwhKZx9r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNAwhKZx9r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNAwhKZx9r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNAwhKZx9r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNAwhKZx9r .navbar {
    height: 70px;
  }
  .cid-uNAwhKZx9r .navbar.opened {
    height: auto;
  }
  .cid-uNAwhKZx9r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNAwhLlluJ {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #637b5b;
}
.cid-uNAwhLlluJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwhLlluJ .mbr-text,
.cid-uNAwhLlluJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwhLC5gN {
  background-color: #637b5b;
}
.cid-uNAwhLC5gN .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwhLC5gN .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwhLC5gN .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwhLC5gN .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwhLC5gN .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAwhLC5gN .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAwhLC5gN .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAwhLC5gN .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAwhLC5gN .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAwhLC5gN .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAwhLC5gN .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAwhLC5gN .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAwhLC5gN .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAwhLC5gN .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNAwhLOlxw {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #26451b;
}
.cid-uNAwhLOlxw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwhLOlxw .mbr-text,
.cid-uNAwhLOlxw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwhM1lYW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #26451b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uNAwhM1lYW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uNAwhM1lYW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNAwhM1lYW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNAwhM1lYW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uNAwhM1lYW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #bbbbbb, #45505b) !important;
}
.cid-uNAwhM1lYW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uNAwhM1lYW .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uNAwhM1lYW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uNAwhM1lYW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #bbbbbb, #45505b) !important;
}
.cid-uNAwhM1lYW ul {
  font-size: 0;
}
.cid-uNAwhM1lYW .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-uNAwhM1lYW .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #ffffff solid;
  border-radius: 0 !important;
}
.cid-uNAwhM1lYW .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uNAwhMkrNM {
  background-color: #26451b;
}
.cid-uNAwhMkrNM .trans-wave {
  opacity: 1;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwhMkrNM .trans-wave1 {
  opacity: 0.7;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwhMkrNM .trans-wave2 {
  opacity: 0.5;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwhMkrNM .trans-wave3 {
  opacity: 0.3;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwhMkrNM .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAwhMkrNM .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAwhMkrNM .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAwhMkrNM .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAwhMkrNM .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAwhMkrNM .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAwhMkrNM .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAwhMkrNM .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAwhMkrNM .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAwhMkrNM .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNAwhMyxA9 {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #637b5b;
}
.cid-uNAwhMyxA9 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNAwhMyxA9 .mbr-text {
  color: #ffffff;
}
.cid-uNAwhMM0XF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #637b5b;
}
.cid-uNAwhMM0XF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAwhMM0XF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAwhMM0XF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNAwhMM0XF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNAwhMM0XF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNAwhMM0XF H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uNAwhMM0XF .list {
  color: #ffffff;
}
.cid-uNAwhN3v4g {
  background-color: #637b5b;
}
.cid-uNAwhN3v4g .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwhN3v4g .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwhN3v4g .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwhN3v4g .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwhN3v4g .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAwhN3v4g .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAwhN3v4g .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAwhN3v4g .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAwhN3v4g .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAwhN3v4g .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAwhN3v4g .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAwhN3v4g .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAwhN3v4g .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAwhN3v4g .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNAwhNjwhW {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #26451b;
}
.cid-uNAwhNjwhW .media-container-row {
  justify-content: space-between;
}
.cid-uNAwhNjwhW .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uNAwhNjwhW .text-content {
    max-width: none;
  }
}
.cid-uNAwhNjwhW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uNAwhNjwhW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uNAwhNjwhW .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uNAwhNjwhW .icons {
    justify-content: center !important;
  }
  .cid-uNAwhNjwhW .text-content * {
    text-align: center;
  }
}
.cid-uNAwhNjwhW .mbr-section-title {
  color: #ffffff;
}
.cid-uNAwhNjwhW P {
  color: #ffffff;
}
.cid-uNAwhNJo9n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26451b;
  overflow: hidden;
}
.cid-uNAwkfa7RP {
  z-index: 1000;
  width: 100%;
}
.cid-uNAwkfa7RP nav.navbar {
  position: fixed;
}
.cid-uNAwkfa7RP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNAwkfa7RP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNAwkfa7RP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNAwkfa7RP .dropdown-item:hover,
.cid-uNAwkfa7RP .dropdown-item:focus {
  background: #637b5b !important;
  color: white !important;
}
.cid-uNAwkfa7RP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNAwkfa7RP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNAwkfa7RP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNAwkfa7RP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNAwkfa7RP .nav-link {
  position: relative;
}
.cid-uNAwkfa7RP .container {
  display: flex;
  margin: auto;
}
.cid-uNAwkfa7RP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNAwkfa7RP .dropdown-menu,
.cid-uNAwkfa7RP .navbar.opened {
  background: #26451b !important;
}
.cid-uNAwkfa7RP .nav-item:focus,
.cid-uNAwkfa7RP .nav-link:focus {
  outline: none;
}
.cid-uNAwkfa7RP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNAwkfa7RP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNAwkfa7RP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNAwkfa7RP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNAwkfa7RP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNAwkfa7RP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNAwkfa7RP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(38, 69, 27, 0.9);
}
.cid-uNAwkfa7RP .navbar.opened {
  transition: all 0.3s;
}
.cid-uNAwkfa7RP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNAwkfa7RP .navbar .navbar-logo img {
  width: auto;
}
.cid-uNAwkfa7RP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNAwkfa7RP .navbar.collapsed {
  justify-content: center;
}
.cid-uNAwkfa7RP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNAwkfa7RP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNAwkfa7RP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uNAwkfa7RP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNAwkfa7RP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNAwkfa7RP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNAwkfa7RP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNAwkfa7RP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNAwkfa7RP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNAwkfa7RP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNAwkfa7RP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNAwkfa7RP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNAwkfa7RP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNAwkfa7RP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNAwkfa7RP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNAwkfa7RP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNAwkfa7RP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNAwkfa7RP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNAwkfa7RP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNAwkfa7RP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNAwkfa7RP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNAwkfa7RP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNAwkfa7RP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNAwkfa7RP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNAwkfa7RP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNAwkfa7RP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNAwkfa7RP .dropdown-item.active,
.cid-uNAwkfa7RP .dropdown-item:active {
  background-color: transparent;
}
.cid-uNAwkfa7RP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNAwkfa7RP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNAwkfa7RP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNAwkfa7RP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #26451b;
}
.cid-uNAwkfa7RP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNAwkfa7RP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNAwkfa7RP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNAwkfa7RP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNAwkfa7RP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNAwkfa7RP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNAwkfa7RP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNAwkfa7RP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNAwkfa7RP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNAwkfa7RP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNAwkfa7RP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNAwkfa7RP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNAwkfa7RP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNAwkfa7RP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNAwkfa7RP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNAwkfa7RP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNAwkfa7RP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNAwkfa7RP .navbar {
    height: 70px;
  }
  .cid-uNAwkfa7RP .navbar.opened {
    height: auto;
  }
  .cid-uNAwkfa7RP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNAwkfBlJ6 {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #637b5b;
}
.cid-uNAwkfBlJ6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwkfBlJ6 .mbr-text,
.cid-uNAwkfBlJ6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwkfOprV {
  background-color: #637b5b;
}
.cid-uNAwkfOprV .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwkfOprV .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwkfOprV .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwkfOprV .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwkfOprV .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAwkfOprV .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAwkfOprV .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAwkfOprV .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAwkfOprV .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAwkfOprV .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAwkfOprV .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAwkfOprV .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAwkfOprV .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAwkfOprV .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNAwkgfW7z {
  padding-top: 14rem;
  padding-bottom: 0rem;
  background-color: #26451b;
}
.cid-uNAwkgfW7z .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwkgfW7z .mbr-text,
.cid-uNAwkgfW7z .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwkgt9kw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #26451b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uNAwkgt9kw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uNAwkgt9kw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNAwkgt9kw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNAwkgt9kw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uNAwkgt9kw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #bbbbbb, #45505b) !important;
}
.cid-uNAwkgt9kw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uNAwkgt9kw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uNAwkgt9kw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uNAwkgt9kw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #bbbbbb, #45505b) !important;
}
.cid-uNAwkgt9kw ul {
  font-size: 0;
}
.cid-uNAwkgt9kw .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-uNAwkgt9kw .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #ffffff solid;
  border-radius: 0 !important;
}
.cid-uNAwkgt9kw .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uNAwkgLBt1 {
  background-color: #26451b;
}
.cid-uNAwkgLBt1 .trans-wave {
  opacity: 1;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwkgLBt1 .trans-wave1 {
  opacity: 0.7;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwkgLBt1 .trans-wave2 {
  opacity: 0.5;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwkgLBt1 .trans-wave3 {
  opacity: 0.3;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwkgLBt1 .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAwkgLBt1 .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAwkgLBt1 .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAwkgLBt1 .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAwkgLBt1 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAwkgLBt1 .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAwkgLBt1 .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAwkgLBt1 .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAwkgLBt1 .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAwkgLBt1 .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNAwkgYDbb {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #637b5b;
}
.cid-uNAwkgYDbb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNAwkgYDbb .mbr-text {
  color: #ffffff;
}
.cid-uNAwkhc7sd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #637b5b;
}
.cid-uNAwkhc7sd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAwkhc7sd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAwkhc7sd ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNAwkhc7sd li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNAwkhc7sd ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNAwkhc7sd H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uNAwkhc7sd .list {
  color: #000000;
}
.cid-uNAwkhzEwk {
  background-color: #637b5b;
}
.cid-uNAwkhzEwk .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwkhzEwk .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwkhzEwk .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwkhzEwk .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwkhzEwk .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAwkhzEwk .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAwkhzEwk .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAwkhzEwk .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAwkhzEwk .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAwkhzEwk .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAwkhzEwk .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAwkhzEwk .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAwkhzEwk .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAwkhzEwk .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNAwkhM2sm {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #26451b;
}
.cid-uNAwkhM2sm .media-container-row {
  justify-content: space-between;
}
.cid-uNAwkhM2sm .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uNAwkhM2sm .text-content {
    max-width: none;
  }
}
.cid-uNAwkhM2sm .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uNAwkhM2sm .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uNAwkhM2sm .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uNAwkhM2sm .icons {
    justify-content: center !important;
  }
  .cid-uNAwkhM2sm .text-content * {
    text-align: center;
  }
}
.cid-uNAwkhM2sm .mbr-section-title {
  color: #ffffff;
}
.cid-uNAwkhM2sm P {
  color: #ffffff;
}
.cid-uNAwki6F1l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26451b;
  overflow: hidden;
}
.cid-uNAwmUT3Ti {
  z-index: 1000;
  width: 100%;
}
.cid-uNAwmUT3Ti nav.navbar {
  position: fixed;
}
.cid-uNAwmUT3Ti .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNAwmUT3Ti .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNAwmUT3Ti .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNAwmUT3Ti .dropdown-item:hover,
.cid-uNAwmUT3Ti .dropdown-item:focus {
  background: #637b5b !important;
  color: white !important;
}
.cid-uNAwmUT3Ti .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNAwmUT3Ti .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNAwmUT3Ti .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNAwmUT3Ti .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNAwmUT3Ti .nav-link {
  position: relative;
}
.cid-uNAwmUT3Ti .container {
  display: flex;
  margin: auto;
}
.cid-uNAwmUT3Ti .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNAwmUT3Ti .dropdown-menu,
.cid-uNAwmUT3Ti .navbar.opened {
  background: #26451b !important;
}
.cid-uNAwmUT3Ti .nav-item:focus,
.cid-uNAwmUT3Ti .nav-link:focus {
  outline: none;
}
.cid-uNAwmUT3Ti .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNAwmUT3Ti .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNAwmUT3Ti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNAwmUT3Ti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNAwmUT3Ti .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNAwmUT3Ti .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNAwmUT3Ti .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(38, 69, 27, 0.9);
}
.cid-uNAwmUT3Ti .navbar.opened {
  transition: all 0.3s;
}
.cid-uNAwmUT3Ti .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNAwmUT3Ti .navbar .navbar-logo img {
  width: auto;
}
.cid-uNAwmUT3Ti .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNAwmUT3Ti .navbar.collapsed {
  justify-content: center;
}
.cid-uNAwmUT3Ti .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNAwmUT3Ti .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNAwmUT3Ti .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uNAwmUT3Ti .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNAwmUT3Ti .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNAwmUT3Ti .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNAwmUT3Ti .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNAwmUT3Ti .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNAwmUT3Ti .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNAwmUT3Ti .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNAwmUT3Ti .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNAwmUT3Ti .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNAwmUT3Ti .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNAwmUT3Ti .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNAwmUT3Ti .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNAwmUT3Ti .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNAwmUT3Ti .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNAwmUT3Ti .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNAwmUT3Ti .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNAwmUT3Ti .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNAwmUT3Ti .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNAwmUT3Ti .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNAwmUT3Ti .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNAwmUT3Ti .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNAwmUT3Ti .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNAwmUT3Ti .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNAwmUT3Ti .dropdown-item.active,
.cid-uNAwmUT3Ti .dropdown-item:active {
  background-color: transparent;
}
.cid-uNAwmUT3Ti .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNAwmUT3Ti .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNAwmUT3Ti .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNAwmUT3Ti .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #26451b;
}
.cid-uNAwmUT3Ti .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNAwmUT3Ti .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNAwmUT3Ti ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNAwmUT3Ti .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNAwmUT3Ti button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNAwmUT3Ti button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNAwmUT3Ti button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNAwmUT3Ti button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNAwmUT3Ti button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNAwmUT3Ti button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNAwmUT3Ti nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNAwmUT3Ti nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNAwmUT3Ti nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNAwmUT3Ti nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNAwmUT3Ti .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNAwmUT3Ti a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNAwmUT3Ti .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNAwmUT3Ti .navbar {
    height: 70px;
  }
  .cid-uNAwmUT3Ti .navbar.opened {
    height: auto;
  }
  .cid-uNAwmUT3Ti .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNAwmVeLTm {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #637b5b;
}
.cid-uNAwmVeLTm .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwmVeLTm .mbr-text,
.cid-uNAwmVeLTm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwmVrOpL {
  background-color: #637b5b;
}
.cid-uNAwmVrOpL .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwmVrOpL .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwmVrOpL .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwmVrOpL .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwmVrOpL .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAwmVrOpL .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAwmVrOpL .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAwmVrOpL .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAwmVrOpL .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAwmVrOpL .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAwmVrOpL .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAwmVrOpL .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAwmVrOpL .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAwmVrOpL .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNAwmVCJA2 {
  padding-top: 14rem;
  padding-bottom: 0rem;
  background-color: #26451b;
}
.cid-uNAwmVCJA2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwmVCJA2 .mbr-text,
.cid-uNAwmVCJA2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNAwmVQP2U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #26451b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uNAwmVQP2U .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uNAwmVQP2U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNAwmVQP2U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNAwmVQP2U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uNAwmVQP2U .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #bbbbbb, #45505b) !important;
}
.cid-uNAwmVQP2U .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uNAwmVQP2U .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uNAwmVQP2U .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uNAwmVQP2U .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #bbbbbb, #45505b) !important;
}
.cid-uNAwmVQP2U ul {
  font-size: 0;
}
.cid-uNAwmVQP2U .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-uNAwmVQP2U .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #ffffff solid;
  border-radius: 0 !important;
}
.cid-uNAwmVQP2U .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uNAwmW8dvH {
  background-color: #26451b;
}
.cid-uNAwmW8dvH .trans-wave {
  opacity: 1;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwmW8dvH .trans-wave1 {
  opacity: 0.7;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwmW8dvH .trans-wave2 {
  opacity: 0.5;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwmW8dvH .trans-wave3 {
  opacity: 0.3;
  fill: #26451b;
  pointer-events: none;
}
.cid-uNAwmW8dvH .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAwmW8dvH .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAwmW8dvH .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAwmW8dvH .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAwmW8dvH .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAwmW8dvH .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAwmW8dvH .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAwmW8dvH .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAwmW8dvH .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAwmW8dvH .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNAwmWpKQT {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #637b5b;
}
.cid-uNAwmWpKQT .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNAwmWpKQT .mbr-text {
  color: #ffffff;
}
.cid-uNAwmWCIGb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #637b5b;
}
.cid-uNAwmWCIGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAwmWCIGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAwmWCIGb ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNAwmWCIGb li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNAwmWCIGb ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNAwmWCIGb H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uNAwmWCIGb .list {
  color: #000000;
}
.cid-uNAwmWT0ZZ {
  background-color: #637b5b;
}
.cid-uNAwmWT0ZZ .trans-wave {
  opacity: 1;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwmWT0ZZ .trans-wave1 {
  opacity: 0.7;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwmWT0ZZ .trans-wave2 {
  opacity: 0.5;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwmWT0ZZ .trans-wave3 {
  opacity: 0.3;
  fill: #637b5b;
  pointer-events: none;
}
.cid-uNAwmWT0ZZ .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uNAwmWT0ZZ .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uNAwmWT0ZZ .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uNAwmWT0ZZ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-uNAwmWT0ZZ .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-uNAwmWT0ZZ .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-uNAwmWT0ZZ .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-uNAwmWT0ZZ .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-uNAwmWT0ZZ .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-uNAwmWT0ZZ .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-uNAwmX7jmc {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #26451b;
}
.cid-uNAwmX7jmc .media-container-row {
  justify-content: space-between;
}
.cid-uNAwmX7jmc .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uNAwmX7jmc .text-content {
    max-width: none;
  }
}
.cid-uNAwmX7jmc .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uNAwmX7jmc .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uNAwmX7jmc .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uNAwmX7jmc .icons {
    justify-content: center !important;
  }
  .cid-uNAwmX7jmc .text-content * {
    text-align: center;
  }
}
.cid-uNAwmX7jmc .mbr-section-title {
  color: #ffffff;
}
.cid-uNAwmX7jmc P {
  color: #ffffff;
}
.cid-uNAwmXrCsk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26451b;
  overflow: hidden;
}
