body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #76172f !important;
}
.bg-success {
  background-color: #cccccc !important;
}
.bg-info {
  background-color: #faf398 !important;
}
.bg-warning {
  background-color: #073b4c !important;
}
.bg-danger {
  background-color: #55b4d4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #76172f !important;
  border-color: #76172f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #360b16 !important;
  border-color: #360b16 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #360b16 !important;
  border-color: #360b16 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #faf398 !important;
  border-color: #faf398 !important;
  color: #8c8307 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #8c8307 !important;
  background-color: #f6eb4f !important;
  border-color: #f6eb4f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #8c8307 !important;
  background-color: #f6eb4f !important;
  border-color: #f6eb4f !important;
}
.btn-success,
.btn-success:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #073b4c !important;
  border-color: #073b4c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #21060d;
  color: #21060d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #76172f;
  border-color: #76172f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #76172f !important;
  border-color: #76172f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #f5e837;
  color: #f5e837;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8c8307;
  background-color: #faf398;
  border-color: #faf398;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #8c8307 !important;
  background-color: #faf398 !important;
  border-color: #faf398 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #073b4c;
  border-color: #073b4c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #76172f !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #cccccc !important;
}
.text-info {
  color: #faf398 !important;
}
.text-warning {
  color: #073b4c !important;
}
.text-danger {
  color: #55b4d4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #21060d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #999999 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f5e837 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #277e9c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #faf398;
}
.alert-warning {
  background-color: #073b4c;
}
.alert-danger {
  background-color: #55b4d4;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #76172f;
  border-color: #76172f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #76172f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d8355e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4ac6ee;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8fcfd;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #76172f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #76172f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #76172f;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #76172f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #76172f;
  border-bottom-color: #76172f;
}
.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: #76172f !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2376172f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-s647kDGXO4 #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #073b4c;
}
.cid-s647kDGXO4 #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
}
.cid-s647kDGXO4 .spinner {
  position: relative;
  margin: 0px 0px 0px -25px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.cid-s647kDGXO4 .spinner > div {
  background-color: #e4d295;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: dentaura-stretchdelay 1.2s infinite ease-in-out;
  animation: dentaura-stretchdelay 1.2s infinite ease-in-out;
}
.cid-s647kDGXO4 .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.cid-s647kDGXO4 .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.cid-s647kDGXO4 .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.cid-s647kDGXO4 .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes dentaura-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes dentaura-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.cid-rop4DByETN {
  background-image: url("../../../assets/images/ddp-2-rsz-min-746x901.jpg");
}
.cid-sp8iGlj6xw .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sp8iGlj6xw .display-2 {
  font-size: 2rem;
}
.cid-sp8iGlj6xw .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sp8iGlj6xw .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-sp8iGlj6xw .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sp8iGlj6xw .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-sp8iGlj6xw .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-sp8iGlj6xw.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-sp8iGlj6xw.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp8iGlj6xw.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp8iGlj6xw.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp8iGlj6xw.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sp8iGlj6xw.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp8iGlj6xw.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sp8iGlj6xw.collapsed .icons-menu {
    margin: auto;
  }
  .cid-sp8iGlj6xw .navbar .topLineDivSettings {
    display: none;
  }
  .cid-sp8iGlj6xw .navbar.navbar-short {
    background: rgba(118, 118, 118, 0.8) !important;
    min-height: 10px !important;
  }
  .cid-sp8iGlj6xw .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sp8iGlj6xw .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-sp8iGlj6xw .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sp8iGlj6xw .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-sp8iGlj6xw .nav-item .nav-link::before {
    display: none;
  }
  .cid-sp8iGlj6xw.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp8iGlj6xw .dropdown-menu {
    top: 0;
  }
  .cid-sp8iGlj6xw .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp8iGlj6xw .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp8iGlj6xw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-sp8iGlj6xw .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sp8iGlj6xw ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp8iGlj6xw .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(178, 204, 210, 0.95);
    text-align: center;
  }
  .cid-sp8iGlj6xw .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sp8iGlj6xw .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sp8iGlj6xw .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-sp8iGlj6xw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .cid-sp8iGlj6xw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-sp8iGlj6xw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-sp8iGlj6xw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 355px) {
  .cid-sp8iGlj6xw .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-sp8iGlj6xw .container {
  width: 100%;
  max-width: 1240px !important;
  display: flex;
  margin: auto;
}
.cid-sp8iGlj6xw .navbar {
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(118, 118, 118, 0.8);
}
@media (min-width: 992px) {
  .cid-sp8iGlj6xw .navbar.navbar-short {
    background: rgba(118, 118, 118, 0.8) !important;
    min-height: 10px;
  }
  .cid-sp8iGlj6xw .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sp8iGlj6xw .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-sp8iGlj6xw .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sp8iGlj6xw .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #8d7357;
    background: rgba(206, 191, 175, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sp8iGlj6xw .navbar .dropdown-item:hover {
    color: #635a51 !important;
    background: #bda893 !important;
  }
}
.cid-sp8iGlj6xw .navbar.opened {
  transition: all .3s;
}
.cid-sp8iGlj6xw .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-sp8iGlj6xw .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sp8iGlj6xw .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-sp8iGlj6xw .nav-link:hover:before {
  color: #e4d295 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-sp8iGlj6xw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sp8iGlj6xw .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-sp8iGlj6xw .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
  }
}
.cid-sp8iGlj6xw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sp8iGlj6xw .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sp8iGlj6xw .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sp8iGlj6xw .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 100;
  }
}
@media (max-width: 991px) {
  .cid-sp8iGlj6xw .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sp8iGlj6xw .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-sp8iGlj6xw .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-sp8iGlj6xw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sp8iGlj6xw .navbar-caption {
  padding-right: 1rem;
}
.cid-sp8iGlj6xw .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sp8iGlj6xw .dropdown-menu,
  .cid-sp8iGlj6xw .navbar.opened {
    background: rgba(91, 104, 107, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-sp8iGlj6xw .dropdown-menu,
  .cid-sp8iGlj6xw .navbar.opened {
    background: rgba(118, 118, 118, 0.8) !important;
  }
}
.cid-sp8iGlj6xw .nav-item:focus,
.cid-sp8iGlj6xw .nav-link:focus {
  outline: none;
}
.cid-sp8iGlj6xw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 100;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sp8iGlj6xw .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-sp8iGlj6xw .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-sp8iGlj6xw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sp8iGlj6xw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-sp8iGlj6xw .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-sp8iGlj6xw .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-sp8iGlj6xw .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-sp8iGlj6xw .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sp8iGlj6xw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sp8iGlj6xw .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-sp8iGlj6xw .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-sp8iGlj6xw .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(178, 204, 210, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-sp8iGlj6xw .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-sp8iGlj6xw .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-sp8iGlj6xw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sp8iGlj6xw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sp8iGlj6xw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sp8iGlj6xw .dropdown-item.active,
.cid-sp8iGlj6xw .dropdown-item:active {
  background-color: transparent;
}
.cid-sp8iGlj6xw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 100;
}
.cid-sp8iGlj6xw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sp8iGlj6xw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sp8iGlj6xw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-sp8iGlj6xw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sp8iGlj6xw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sp8iGlj6xw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sp8iGlj6xw .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sp8iGlj6xw .navbar-buttons {
    text-align: right;
    min-width: 175px;
    width: 175px;
  }
}
.cid-sp8iGlj6xw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sp8iGlj6xw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sp8iGlj6xw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sp8iGlj6xw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sp8iGlj6xw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sp8iGlj6xw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sp8iGlj6xw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp8iGlj6xw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sp8iGlj6xw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sp8iGlj6xw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp8iGlj6xw .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-sp8iGlj6xw a.nav-link {
  display: flex;
  font-weight: 100;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sp8iGlj6xw .navbar-brand span {
  display: inline-block;
}
.cid-sp8iGlj6xw .navbar-brand a {
  font-weight: 100;
}
.cid-sp8iGlj6xw .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #e4d295;
}
.cid-sp8iGlj6xw .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 100;
}
.cid-sp8iGlj6xw .btn .mbr-iconfont,
.cid-sp8iGlj6xw .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-sp8iGlj6xw .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 1.5px;
  padding-bottom: 2px;
  color: #232323;
}
.cid-sp8iGlj6xw .topLineDivSettings span {
  font-weight: 100 !important;
}
.cid-sp8iGlj6xw .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-sp8iGlj6xw .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-sp8iGlj6xw img {
  width: auto;
}
.cid-sp8iGlj6xw .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-sp8iGlj6xw .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sp8iGlj6xw .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sp8iGlj6xw a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-sp8iGlj6xw .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-sp8iGlj6xw .socicon {
  line-height: inherit;
}
.cid-sp8iGlj6xw .btn:hover {
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px);
}
.cid-r5gxMdCRsq {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/7-marineritos-de-vacaciones-ii-1371x1656.jpg");
}
.cid-r5gxMdCRsq .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r5gxMdCRsq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r5gxMdCRsq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r5gxMdCRsq .mbr-text {
    text-align: center;
  }
}
.cid-r5gxMdCRsq .mbr-text,
.cid-r5gxMdCRsq .mbr-section-btn {
  color: #073b4c;
  text-align: center;
}
.cid-r5gxMdCRsq H1 {
  color: #073b4c;
  text-align: left;
}
.cid-r5gxMdCRsq H3 {
  color: #073b4c;
  text-align: center;
}
.cid-r5gxMdCRsq B {
  color: #073b4c;
}
.cid-roMXGOJd0F {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-roMXGOJd0F .mbr-text,
.cid-roMXGOJd0F blockquote {
  color: #767676;
}
.cid-roMXGOJd0F .mbr-text P {
  color: #efefef;
  text-align: center;
}
.cid-roMXGOJd0F .mbr-text {
  color: #55b4d4;
  text-align: left;
}
.cid-roMWttQW6Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-roMWttQW6Q h4 {
  text-align: left;
  font-weight: 500;
}
.cid-roMWttQW6Q p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-roMWttQW6Q .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-roMWttQW6Q .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-roMWttQW6Q .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-roMWttQW6Q .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-roMWttQW6Q .card-box {
    padding-left: 0;
  }
}
.cid-roMWttQW6Q .card-title,
.cid-roMWttQW6Q .card-img {
  color: #efefef;
}
.cid-roMWttQW6Q P {
  color: #e4d295;
}
.cid-tBB3UOqwGq {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tBB3UOqwGq .showAlerts {
  display: block !important;
}
.cid-tBB3UOqwGq .rowflexrev {
  display: -webkit-flex;
}
.cid-tBB3UOqwGq .title {
  margin-bottom: 2rem;
}
.cid-tBB3UOqwGq .mbr-section-subtitle {
  color: #55b4d4;
}
.cid-tBB3UOqwGq textarea.form-control {
  min-height: 188px;
}
.cid-tBB3UOqwGq LABEL {
  color: #232323;
  display: initial;
}
.cid-tBB3UOqwGq .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tBB3UOqwGq .mbr-section-labels {
  color: #55b4d4;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tBB3UOqwGq .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tBB3UOqwGq .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tBB3UOqwGq .alert {
  margin-bottom: 0;
}
.cid-tBB3UOqwGq .alert-success {
  background-color: #70c770;
}
.cid-tBB3UOqwGq .alert-danger {
  background-color: #ff4a52;
}
.cid-tBB3UOqwGq .btn {
  display: inline-flex;
}
.cid-tBB3UOqwGq .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tBB3UOqwGq .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tBB3UOqwGq .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tBB3UOqwGq input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tBB3UOqwGq input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tBB3UOqwGq input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tBB3UOqwGq H2 {
  color: #55b4d4;
}
.cid-sp8mEThcaF .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sp8mEThcaF .display-2 {
  font-size: 2rem;
}
.cid-sp8mEThcaF .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sp8mEThcaF .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-sp8mEThcaF .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sp8mEThcaF .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-sp8mEThcaF .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-sp8mEThcaF.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-sp8mEThcaF.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp8mEThcaF.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp8mEThcaF.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp8mEThcaF.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sp8mEThcaF.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp8mEThcaF.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sp8mEThcaF.collapsed .icons-menu {
    margin: auto;
  }
  .cid-sp8mEThcaF .navbar .topLineDivSettings {
    display: none;
  }
  .cid-sp8mEThcaF .navbar.navbar-short {
    background: rgba(118, 118, 118, 0.8) !important;
    min-height: 10px !important;
  }
  .cid-sp8mEThcaF .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sp8mEThcaF .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-sp8mEThcaF .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sp8mEThcaF .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-sp8mEThcaF .nav-item .nav-link::before {
    display: none;
  }
  .cid-sp8mEThcaF.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp8mEThcaF .dropdown-menu {
    top: 0;
  }
  .cid-sp8mEThcaF .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp8mEThcaF .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp8mEThcaF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-sp8mEThcaF .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sp8mEThcaF ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp8mEThcaF .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(178, 204, 210, 0.95);
    text-align: center;
  }
  .cid-sp8mEThcaF .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sp8mEThcaF .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sp8mEThcaF .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-sp8mEThcaF .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .cid-sp8mEThcaF .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-sp8mEThcaF .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-sp8mEThcaF .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 355px) {
  .cid-sp8mEThcaF .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-sp8mEThcaF .container {
  width: 100%;
  max-width: 1240px !important;
  display: flex;
  margin: auto;
}
.cid-sp8mEThcaF .navbar {
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(118, 118, 118, 0.8);
}
@media (min-width: 992px) {
  .cid-sp8mEThcaF .navbar.navbar-short {
    background: rgba(118, 118, 118, 0.8) !important;
    min-height: 10px;
  }
  .cid-sp8mEThcaF .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sp8mEThcaF .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-sp8mEThcaF .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sp8mEThcaF .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #8d7357;
    background: rgba(206, 191, 175, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sp8mEThcaF .navbar .dropdown-item:hover {
    color: #635a51 !important;
    background: #bda893 !important;
  }
}
.cid-sp8mEThcaF .navbar.opened {
  transition: all .3s;
}
.cid-sp8mEThcaF .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-sp8mEThcaF .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sp8mEThcaF .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-sp8mEThcaF .nav-link:hover:before {
  color: #e4d295 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-sp8mEThcaF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sp8mEThcaF .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-sp8mEThcaF .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
  }
}
.cid-sp8mEThcaF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sp8mEThcaF .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sp8mEThcaF .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sp8mEThcaF .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 100;
  }
}
@media (max-width: 991px) {
  .cid-sp8mEThcaF .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sp8mEThcaF .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-sp8mEThcaF .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-sp8mEThcaF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sp8mEThcaF .navbar-caption {
  padding-right: 1rem;
}
.cid-sp8mEThcaF .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sp8mEThcaF .dropdown-menu,
  .cid-sp8mEThcaF .navbar.opened {
    background: rgba(91, 104, 107, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-sp8mEThcaF .dropdown-menu,
  .cid-sp8mEThcaF .navbar.opened {
    background: rgba(118, 118, 118, 0.8) !important;
  }
}
.cid-sp8mEThcaF .nav-item:focus,
.cid-sp8mEThcaF .nav-link:focus {
  outline: none;
}
.cid-sp8mEThcaF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 100;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sp8mEThcaF .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-sp8mEThcaF .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-sp8mEThcaF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sp8mEThcaF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-sp8mEThcaF .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-sp8mEThcaF .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-sp8mEThcaF .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-sp8mEThcaF .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sp8mEThcaF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sp8mEThcaF .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-sp8mEThcaF .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-sp8mEThcaF .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(178, 204, 210, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-sp8mEThcaF .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-sp8mEThcaF .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-sp8mEThcaF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sp8mEThcaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sp8mEThcaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sp8mEThcaF .dropdown-item.active,
.cid-sp8mEThcaF .dropdown-item:active {
  background-color: transparent;
}
.cid-sp8mEThcaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 100;
}
.cid-sp8mEThcaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sp8mEThcaF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sp8mEThcaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-sp8mEThcaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sp8mEThcaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sp8mEThcaF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sp8mEThcaF .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sp8mEThcaF .navbar-buttons {
    text-align: right;
    min-width: 175px;
    width: 175px;
  }
}
.cid-sp8mEThcaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sp8mEThcaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sp8mEThcaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sp8mEThcaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sp8mEThcaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sp8mEThcaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sp8mEThcaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp8mEThcaF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sp8mEThcaF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sp8mEThcaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp8mEThcaF .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-sp8mEThcaF a.nav-link {
  display: flex;
  font-weight: 100;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sp8mEThcaF .navbar-brand span {
  display: inline-block;
}
.cid-sp8mEThcaF .navbar-brand a {
  font-weight: 100;
}
.cid-sp8mEThcaF .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #e4d295;
}
.cid-sp8mEThcaF .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 100;
}
.cid-sp8mEThcaF .btn .mbr-iconfont,
.cid-sp8mEThcaF .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-sp8mEThcaF .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 1.5px;
  padding-bottom: 2px;
  color: #232323;
}
.cid-sp8mEThcaF .topLineDivSettings span {
  font-weight: 100 !important;
}
.cid-sp8mEThcaF .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-sp8mEThcaF .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-sp8mEThcaF img {
  width: auto;
}
.cid-sp8mEThcaF .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-sp8mEThcaF .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sp8mEThcaF .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sp8mEThcaF a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-sp8mEThcaF .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-sp8mEThcaF .socicon {
  line-height: inherit;
}
.cid-sp8mEThcaF .btn:hover {
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px);
}
.cid-rot0Fx1t7E {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rot0Fx1t7E .mbr-text,
.cid-rot0Fx1t7E blockquote {
  color: #767676;
}
.cid-rot0Fx1t7E .mbr-text P {
  color: #efefef;
}
.cid-rot0Fx1t7E .mbr-text B {
  color: #55b4d4;
}
.cid-rot0Fx1t7E .mbr-text {
  text-align: center;
  color: #55b4d4;
}
.cid-ro7VDlKznT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
@media (min-width: 992px) {
  .cid-ro7VDlKznT .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ro7VDlKznT .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-ro7VDlKznT .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-ro7VFMT8lF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-ro7VFMT8lF .mbr-text,
.cid-ro7VFMT8lF blockquote {
  color: #767676;
}
.cid-ro7VFMT8lF .mbr-text P {
  color: #efefef;
}
.cid-robMga8Orv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-robMga8Orv .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-robMga8Orv .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-robMga8Orv .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-robMga8Orv .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-robMga8Orv .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-robMga8Orv .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-robMga8Orv .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-robMga8Orv .btn-social {
  border: none !important;
}
.cid-robMga8Orv [class^="socicon-"]:before,
.cid-robMga8Orv [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-robMga8Orv .btn {
    font-size: 20px !important;
  }
}
.cid-robMga8Orv .mbr-section-title {
  color: #55b4d4;
}
.cid-roo0VBxleN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-roo0VBxleN .mbr-text,
.cid-roo0VBxleN blockquote {
  color: #767676;
}
.cid-roo0VBxleN .mbr-text P {
  color: #efefef;
}
.cid-tB9AEZtcOK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tB9AEZtcOK .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tB9AEZtcOK .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tB9AEZtcOK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tB9AEZtcOK .inner-container {
    width: 100% !important;
  }
}
.cid-tB9AEZBq6y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/lc-3-rsz-min-844x1054.jpg");
}
.cid-tB9AEZBq6y .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tB9AEZBq6y .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tB9AEZBq6y .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tB9AEZBq6y .mbr-text {
    text-align: center;
  }
}
.cid-tB9AEZBq6y H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-tB9AEZBq6y H3 {
  color: #55b4d4;
}
.cid-tB9AEZMvVA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tB9AEZMvVA .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.05px;
  margin: 0 auto;
}
.cid-tB9AEZMvVA .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tB9AEZMvVA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tB9AEZMvVA .inner-container {
    width: 100% !important;
  }
}
.cid-tB9AEZUEjU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tB9AEZUEjU .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tB9AEZUEjU .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tB9AEZUEjU .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tB9AEZUEjU .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tB9AEZUEjU .btn.active.focus,
.cid-tB9AEZUEjU .btn.active:focus,
.cid-tB9AEZUEjU .btn.focus,
.cid-tB9AEZUEjU .btn:active.focus,
.cid-tB9AEZUEjU .btn:active:focus,
.cid-tB9AEZUEjU .btn:focus,
.cid-tB9AEZUEjU .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tB9AEZUEjU .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tB9AEZUEjU .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tB9AEZUEjU .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tB9AEZUEjU H1 {
  color: #232323;
}
.cid-tB9AEZUEjU P {
  text-align: left;
  color: #efefef;
}
.cid-tB9AEZUEjU .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tB9AEZUEjU .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tB9AEZUEjU .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tB9AEZUEjU .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tB9AEZUEjU .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tB9AEZUEjU .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tB9AEZUEjU .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tB9AEZUEjU .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tB9AEZUEjU .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tB9AEZUEjU .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tB9AEZUEjU H3 {
  text-align: left;
  color: #efefef;
}
.cid-tB9AEZUEjU .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBjlCLijRP {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #073b4c;
}
.cid-tBjlCLijRP .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjlCLijRP .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjlCLijRP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjlCLijRP .inner-container {
    width: 100% !important;
  }
}
.cid-tBjoJMFEzC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBjoJMFEzC .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjoJMFEzC .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjoJMFEzC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjoJMFEzC .inner-container {
    width: 100% !important;
  }
}
.cid-tB47ckVAcd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/rc-6-rsz-754x938.jpg");
}
.cid-tB47ckVAcd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tB47ckVAcd .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tB47ckVAcd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tB47ckVAcd .mbr-text {
    text-align: center;
  }
}
.cid-tB47ckVAcd H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-tB47ckVAcd H3 {
  color: #55b4d4;
}
.cid-tB47D0lvQW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tB47D0lvQW .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.05px;
  margin: 0 auto;
}
.cid-tB47D0lvQW .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tB47D0lvQW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tB47D0lvQW .inner-container {
    width: 100% !important;
  }
}
.cid-tB9rT83TEh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tB9rT83TEh .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tB9rT83TEh .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tB9rT83TEh .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tB9rT83TEh .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tB9rT83TEh .btn.active.focus,
.cid-tB9rT83TEh .btn.active:focus,
.cid-tB9rT83TEh .btn.focus,
.cid-tB9rT83TEh .btn:active.focus,
.cid-tB9rT83TEh .btn:active:focus,
.cid-tB9rT83TEh .btn:focus,
.cid-tB9rT83TEh .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tB9rT83TEh .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tB9rT83TEh .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tB9rT83TEh .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tB9rT83TEh H1 {
  color: #232323;
}
.cid-tB9rT83TEh P {
  text-align: left;
  color: #efefef;
}
.cid-tB9rT83TEh .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tB9rT83TEh .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tB9rT83TEh .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tB9rT83TEh .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tB9rT83TEh .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tB9rT83TEh .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tB9rT83TEh .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tB9rT83TEh .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tB9rT83TEh .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tB9rT83TEh .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tB9rT83TEh H3 {
  text-align: left;
  color: #efefef;
}
.cid-tB9rT83TEh .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBjp5xgSMR {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #073b4c;
}
.cid-tBjp5xgSMR .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjp5xgSMR .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjp5xgSMR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjp5xgSMR .inner-container {
    width: 100% !important;
  }
}
.cid-tBjoRjbkr7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBjoRjbkr7 .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjoRjbkr7 .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjoRjbkr7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjoRjbkr7 .inner-container {
    width: 100% !important;
  }
}
.cid-tB9N0Di2Xk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ddp-3-rsz-min-672x808.jpg");
}
.cid-tB9N0Di2Xk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tB9N0Di2Xk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tB9N0Di2Xk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tB9N0Di2Xk .mbr-text {
    text-align: center;
  }
}
.cid-tB9N0Di2Xk H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-tB9N0Di2Xk H3 {
  color: #55b4d4;
}
.cid-tB9N0Dv3gC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tB9N0Dv3gC .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.05px;
  margin: 0 auto;
}
.cid-tB9N0Dv3gC .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tB9N0Dv3gC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tB9N0Dv3gC .inner-container {
    width: 100% !important;
  }
}
.cid-tB9N0DEod8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tB9N0DEod8 .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tB9N0DEod8 .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tB9N0DEod8 .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tB9N0DEod8 .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tB9N0DEod8 .btn.active.focus,
.cid-tB9N0DEod8 .btn.active:focus,
.cid-tB9N0DEod8 .btn.focus,
.cid-tB9N0DEod8 .btn:active.focus,
.cid-tB9N0DEod8 .btn:active:focus,
.cid-tB9N0DEod8 .btn:focus,
.cid-tB9N0DEod8 .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tB9N0DEod8 .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tB9N0DEod8 .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tB9N0DEod8 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tB9N0DEod8 H1 {
  color: #232323;
}
.cid-tB9N0DEod8 P {
  text-align: left;
  color: #efefef;
}
.cid-tB9N0DEod8 .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tB9N0DEod8 .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tB9N0DEod8 .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tB9N0DEod8 .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tB9N0DEod8 .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tB9N0DEod8 .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tB9N0DEod8 .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tB9N0DEod8 .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tB9N0DEod8 .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tB9N0DEod8 .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tB9N0DEod8 H3 {
  text-align: left;
  color: #efefef;
}
.cid-tB9N0DEod8 .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBjoX3oL0l {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #073b4c;
}
.cid-tBjoX3oL0l .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjoX3oL0l .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjoX3oL0l .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjoX3oL0l .inner-container {
    width: 100% !important;
  }
}
.cid-tBjpmHY9t3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBjpmHY9t3 .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjpmHY9t3 .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjpmHY9t3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjpmHY9t3 .inner-container {
    width: 100% !important;
  }
}
.cid-tBa3IxSeTj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fc-3-rsz-min-1054x1505.jpg");
}
.cid-tBa3IxSeTj .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tBa3IxSeTj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tBa3IxSeTj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tBa3IxSeTj .mbr-text {
    text-align: center;
  }
}
.cid-tBa3IxSeTj H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-tBa3IxSeTj H3 {
  color: #55b4d4;
}
.cid-tBa3Iy3NE4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBa3Iy3NE4 .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.05px;
  margin: 0 auto;
}
.cid-tBa3Iy3NE4 .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBa3Iy3NE4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBa3Iy3NE4 .inner-container {
    width: 100% !important;
  }
}
.cid-tBa3IyckAk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tBa3IyckAk .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tBa3IyckAk .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tBa3IyckAk .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tBa3IyckAk .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tBa3IyckAk .btn.active.focus,
.cid-tBa3IyckAk .btn.active:focus,
.cid-tBa3IyckAk .btn.focus,
.cid-tBa3IyckAk .btn:active.focus,
.cid-tBa3IyckAk .btn:active:focus,
.cid-tBa3IyckAk .btn:focus,
.cid-tBa3IyckAk .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tBa3IyckAk .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tBa3IyckAk .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tBa3IyckAk .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tBa3IyckAk H1 {
  color: #232323;
}
.cid-tBa3IyckAk P {
  text-align: left;
  color: #efefef;
}
.cid-tBa3IyckAk .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tBa3IyckAk .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tBa3IyckAk .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tBa3IyckAk .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tBa3IyckAk .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tBa3IyckAk .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tBa3IyckAk .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBa3IyckAk .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBa3IyckAk .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tBa3IyckAk .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tBa3IyckAk H3 {
  text-align: left;
  color: #efefef;
}
.cid-tBa3IyckAk .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBjppwEjcy {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #073b4c;
}
.cid-tBjppwEjcy .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjppwEjcy .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjppwEjcy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjppwEjcy .inner-container {
    width: 100% !important;
  }
}
.cid-tBjpvHiAJg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBjpvHiAJg .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjpvHiAJg .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjpvHiAJg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjpvHiAJg .inner-container {
    width: 100% !important;
  }
}
.cid-tBa9Muwj8p {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/rm-1-rsz-min-1017x1498.jpg");
}
.cid-tBa9Muwj8p .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tBa9Muwj8p .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tBa9Muwj8p .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tBa9Muwj8p .mbr-text {
    text-align: center;
  }
}
.cid-tBa9Muwj8p H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-tBa9Muwj8p H3 {
  color: #55b4d4;
}
.cid-tBa9MuKABi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBa9MuKABi .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.05px;
  margin: 0 auto;
}
.cid-tBa9MuKABi .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBa9MuKABi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBa9MuKABi .inner-container {
    width: 100% !important;
  }
}
.cid-tBa9MuTUWC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tBa9MuTUWC .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tBa9MuTUWC .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tBa9MuTUWC .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tBa9MuTUWC .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tBa9MuTUWC .btn.active.focus,
.cid-tBa9MuTUWC .btn.active:focus,
.cid-tBa9MuTUWC .btn.focus,
.cid-tBa9MuTUWC .btn:active.focus,
.cid-tBa9MuTUWC .btn:active:focus,
.cid-tBa9MuTUWC .btn:focus,
.cid-tBa9MuTUWC .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tBa9MuTUWC .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tBa9MuTUWC .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tBa9MuTUWC .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tBa9MuTUWC H1 {
  color: #232323;
}
.cid-tBa9MuTUWC P {
  text-align: left;
  color: #efefef;
}
.cid-tBa9MuTUWC .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tBa9MuTUWC .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tBa9MuTUWC .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tBa9MuTUWC .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tBa9MuTUWC .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tBa9MuTUWC .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tBa9MuTUWC .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBa9MuTUWC .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBa9MuTUWC .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tBa9MuTUWC .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tBa9MuTUWC H3 {
  text-align: left;
  color: #efefef;
}
.cid-tBa9MuTUWC .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBjpyoWEQf {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #073b4c;
}
.cid-tBjpyoWEQf .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjpyoWEQf .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjpyoWEQf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjpyoWEQf .inner-container {
    width: 100% !important;
  }
}
.cid-tBjpFfx3HM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBjpFfx3HM .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjpFfx3HM .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjpFfx3HM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjpFfx3HM .inner-container {
    width: 100% !important;
  }
}
.cid-tBagvXPWbN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/myr1-rsz-min-854x1088.jpg");
}
.cid-tBagvXPWbN .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tBagvXPWbN .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tBagvXPWbN .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tBagvXPWbN .mbr-text {
    text-align: center;
  }
}
.cid-tBagvXPWbN H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-tBagvXPWbN H3 {
  color: #55b4d4;
}
.cid-tBagvY2aqE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBagvY2aqE .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.05px;
  margin: 0 auto;
}
.cid-tBagvY2aqE .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBagvY2aqE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBagvY2aqE .inner-container {
    width: 100% !important;
  }
}
.cid-tBfR7QgXpa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tBfR7QgXpa .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tBfR7QgXpa .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tBfR7QgXpa .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tBfR7QgXpa .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tBfR7QgXpa .btn.active.focus,
.cid-tBfR7QgXpa .btn.active:focus,
.cid-tBfR7QgXpa .btn.focus,
.cid-tBfR7QgXpa .btn:active.focus,
.cid-tBfR7QgXpa .btn:active:focus,
.cid-tBfR7QgXpa .btn:focus,
.cid-tBfR7QgXpa .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tBfR7QgXpa .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tBfR7QgXpa .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tBfR7QgXpa .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tBfR7QgXpa H1 {
  color: #232323;
}
.cid-tBfR7QgXpa P {
  text-align: left;
  color: #efefef;
}
.cid-tBfR7QgXpa .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tBfR7QgXpa .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tBfR7QgXpa .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tBfR7QgXpa .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tBfR7QgXpa .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tBfR7QgXpa .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tBfR7QgXpa .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBfR7QgXpa .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBfR7QgXpa .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tBfR7QgXpa .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tBfR7QgXpa H3 {
  text-align: left;
  color: #efefef;
}
.cid-tBfR7QgXpa .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBjpI5hdTi {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #073b4c;
}
.cid-tBjpI5hdTi .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjpI5hdTi .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjpI5hdTi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjpI5hdTi .inner-container {
    width: 100% !important;
  }
}
.cid-tBjpPpL0af {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBjpPpL0af .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjpPpL0af .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjpPpL0af .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjpPpL0af .inner-container {
    width: 100% !important;
  }
}
.cid-tBaq24r2ud {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dym-3-rsz-1510x1937.jpg");
}
.cid-tBaq24r2ud .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tBaq24r2ud .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tBaq24r2ud .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tBaq24r2ud .mbr-text {
    text-align: center;
  }
}
.cid-tBaq24r2ud H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-tBaq24r2ud H3 {
  color: #55b4d4;
}
.cid-tBaq24DApO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBaq24DApO .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.05px;
  margin: 0 auto;
}
.cid-tBaq24DApO .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBaq24DApO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBaq24DApO .inner-container {
    width: 100% !important;
  }
}
.cid-tBaq24Njj7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-tBaq24Njj7 .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tBaq24Njj7 .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tBaq24Njj7 .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tBaq24Njj7 .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tBaq24Njj7 .btn.active.focus,
.cid-tBaq24Njj7 .btn.active:focus,
.cid-tBaq24Njj7 .btn.focus,
.cid-tBaq24Njj7 .btn:active.focus,
.cid-tBaq24Njj7 .btn:active:focus,
.cid-tBaq24Njj7 .btn:focus,
.cid-tBaq24Njj7 .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tBaq24Njj7 .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tBaq24Njj7 .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tBaq24Njj7 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tBaq24Njj7 H1 {
  color: #232323;
}
.cid-tBaq24Njj7 P {
  text-align: left;
  color: #efefef;
}
.cid-tBaq24Njj7 .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tBaq24Njj7 .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tBaq24Njj7 .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tBaq24Njj7 .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tBaq24Njj7 .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tBaq24Njj7 .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tBaq24Njj7 .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBaq24Njj7 .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBaq24Njj7 .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tBaq24Njj7 .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tBaq24Njj7 H3 {
  text-align: left;
  color: #efefef;
}
.cid-tBaq24Njj7 .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBaq24Njj7 H2 {
  color: #55b4d4;
}
.cid-tBasMREQmD {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tBasMREQmD .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tBasMREQmD .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tBasMREQmD .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tBasMREQmD .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tBasMREQmD .btn.active.focus,
.cid-tBasMREQmD .btn.active:focus,
.cid-tBasMREQmD .btn.focus,
.cid-tBasMREQmD .btn:active.focus,
.cid-tBasMREQmD .btn:active:focus,
.cid-tBasMREQmD .btn:focus,
.cid-tBasMREQmD .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tBasMREQmD .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tBasMREQmD .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tBasMREQmD .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tBasMREQmD H1 {
  color: #232323;
}
.cid-tBasMREQmD P {
  text-align: left;
  color: #efefef;
}
.cid-tBasMREQmD .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tBasMREQmD .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tBasMREQmD .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tBasMREQmD .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tBasMREQmD .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tBasMREQmD .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tBasMREQmD .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBasMREQmD .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBasMREQmD .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tBasMREQmD .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tBasMREQmD H3 {
  text-align: left;
  color: #efefef;
}
.cid-tBasMREQmD .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBasMREQmD H2 {
  color: #55b4d4;
}
.cid-tBjpSbhMJG {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #073b4c;
}
.cid-tBjpSbhMJG .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjpSbhMJG .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjpSbhMJG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjpSbhMJG .inner-container {
    width: 100% !important;
  }
}
.cid-tBjPDYql2H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBjPDYql2H .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjPDYql2H .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjPDYql2H .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjPDYql2H .inner-container {
    width: 100% !important;
  }
}
.cid-tBjPDYA0rD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ot-1-rsz-min-1049x933.jpg");
}
.cid-tBjPDYA0rD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tBjPDYA0rD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tBjPDYA0rD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tBjPDYA0rD .mbr-text {
    text-align: center;
  }
}
.cid-tBjPDYA0rD H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-tBjPDYA0rD H3 {
  color: #55b4d4;
}
.cid-tBjPDYM2M3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBjPDYM2M3 .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.05px;
  margin: 0 auto;
}
.cid-tBjPDYM2M3 .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjPDYM2M3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjPDYM2M3 .inner-container {
    width: 100% !important;
  }
}
.cid-tBAG7Rg6Nt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tBAG7Rg6Nt .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tBAG7Rg6Nt .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tBAG7Rg6Nt .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tBAG7Rg6Nt .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tBAG7Rg6Nt .btn.active.focus,
.cid-tBAG7Rg6Nt .btn.active:focus,
.cid-tBAG7Rg6Nt .btn.focus,
.cid-tBAG7Rg6Nt .btn:active.focus,
.cid-tBAG7Rg6Nt .btn:active:focus,
.cid-tBAG7Rg6Nt .btn:focus,
.cid-tBAG7Rg6Nt .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tBAG7Rg6Nt .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tBAG7Rg6Nt .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tBAG7Rg6Nt .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tBAG7Rg6Nt H1 {
  color: #232323;
}
.cid-tBAG7Rg6Nt P {
  text-align: left;
  color: #efefef;
}
.cid-tBAG7Rg6Nt .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tBAG7Rg6Nt .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tBAG7Rg6Nt .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tBAG7Rg6Nt .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tBAG7Rg6Nt .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tBAG7Rg6Nt .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tBAG7Rg6Nt .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBAG7Rg6Nt .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBAG7Rg6Nt .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tBAG7Rg6Nt .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tBAG7Rg6Nt H3 {
  text-align: left;
  color: #efefef;
}
.cid-tBAG7Rg6Nt .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBAG7Rg6Nt H2 {
  color: #55b4d4;
}
.cid-tBAKA81fgV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tBAKA81fgV .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tBAKA81fgV .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tBAKA81fgV .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tBAKA81fgV .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tBAKA81fgV .btn.active.focus,
.cid-tBAKA81fgV .btn.active:focus,
.cid-tBAKA81fgV .btn.focus,
.cid-tBAKA81fgV .btn:active.focus,
.cid-tBAKA81fgV .btn:active:focus,
.cid-tBAKA81fgV .btn:focus,
.cid-tBAKA81fgV .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tBAKA81fgV .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tBAKA81fgV .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tBAKA81fgV .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tBAKA81fgV H1 {
  color: #232323;
}
.cid-tBAKA81fgV P {
  text-align: left;
  color: #efefef;
}
.cid-tBAKA81fgV .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tBAKA81fgV .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tBAKA81fgV .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tBAKA81fgV .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tBAKA81fgV .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tBAKA81fgV .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tBAKA81fgV .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBAKA81fgV .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBAKA81fgV .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tBAKA81fgV .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tBAKA81fgV H3 {
  text-align: left;
  color: #efefef;
}
.cid-tBAKA81fgV .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBAKA81fgV H2 {
  color: #55b4d4;
}
.cid-tBAMmpECPW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tBAMmpECPW .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tBAMmpECPW .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tBAMmpECPW .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tBAMmpECPW .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tBAMmpECPW .btn.active.focus,
.cid-tBAMmpECPW .btn.active:focus,
.cid-tBAMmpECPW .btn.focus,
.cid-tBAMmpECPW .btn:active.focus,
.cid-tBAMmpECPW .btn:active:focus,
.cid-tBAMmpECPW .btn:focus,
.cid-tBAMmpECPW .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tBAMmpECPW .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tBAMmpECPW .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tBAMmpECPW .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tBAMmpECPW H1 {
  color: #232323;
}
.cid-tBAMmpECPW P {
  text-align: left;
  color: #efefef;
}
.cid-tBAMmpECPW .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tBAMmpECPW .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tBAMmpECPW .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tBAMmpECPW .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tBAMmpECPW .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tBAMmpECPW .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tBAMmpECPW .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBAMmpECPW .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBAMmpECPW .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tBAMmpECPW .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tBAMmpECPW H3 {
  text-align: left;
  color: #efefef;
}
.cid-tBAMmpECPW .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBAMmpECPW H2 {
  color: #55b4d4;
}
.cid-tBjXRITihz {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tBjXRITihz .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tBjXRITihz .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tBjXRITihz .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tBjXRITihz .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tBjXRITihz .btn.active.focus,
.cid-tBjXRITihz .btn.active:focus,
.cid-tBjXRITihz .btn.focus,
.cid-tBjXRITihz .btn:active.focus,
.cid-tBjXRITihz .btn:active:focus,
.cid-tBjXRITihz .btn:focus,
.cid-tBjXRITihz .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tBjXRITihz .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tBjXRITihz .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tBjXRITihz .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tBjXRITihz H1 {
  color: #232323;
}
.cid-tBjXRITihz P {
  text-align: left;
  color: #efefef;
}
.cid-tBjXRITihz .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tBjXRITihz .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tBjXRITihz .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tBjXRITihz .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tBjXRITihz .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tBjXRITihz .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tBjXRITihz .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBjXRITihz .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBjXRITihz .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tBjXRITihz .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tBjXRITihz H3 {
  text-align: left;
  color: #efefef;
}
.cid-tBjXRITihz .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tBjXRITihz H2 {
  color: #55b4d4;
}
.cid-tBjPE3K9sr {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #073b4c;
}
.cid-tBjPE3K9sr .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-tBjPE3K9sr .section-text {
  padding: 0.5rem 0;
  text-align: right;
  color: #ffffff;
}
.cid-tBjPE3K9sr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tBjPE3K9sr .inner-container {
    width: 100% !important;
  }
}
.cid-sp8mYsNjD4 .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sp8mYsNjD4 .display-2 {
  font-size: 2rem;
}
.cid-sp8mYsNjD4 .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sp8mYsNjD4 .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-sp8mYsNjD4 .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sp8mYsNjD4 .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-sp8mYsNjD4 .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-sp8mYsNjD4.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-sp8mYsNjD4.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp8mYsNjD4.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp8mYsNjD4.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp8mYsNjD4.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sp8mYsNjD4.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp8mYsNjD4.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sp8mYsNjD4.collapsed .icons-menu {
    margin: auto;
  }
  .cid-sp8mYsNjD4 .navbar .topLineDivSettings {
    display: none;
  }
  .cid-sp8mYsNjD4 .navbar.navbar-short {
    background: rgba(118, 118, 118, 0.8) !important;
    min-height: 10px !important;
  }
  .cid-sp8mYsNjD4 .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sp8mYsNjD4 .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-sp8mYsNjD4 .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sp8mYsNjD4 .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-sp8mYsNjD4 .nav-item .nav-link::before {
    display: none;
  }
  .cid-sp8mYsNjD4.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp8mYsNjD4 .dropdown-menu {
    top: 0;
  }
  .cid-sp8mYsNjD4 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp8mYsNjD4 .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp8mYsNjD4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-sp8mYsNjD4 .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sp8mYsNjD4 ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp8mYsNjD4 .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(178, 204, 210, 0.95);
    text-align: center;
  }
  .cid-sp8mYsNjD4 .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sp8mYsNjD4 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sp8mYsNjD4 .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-sp8mYsNjD4 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .cid-sp8mYsNjD4 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-sp8mYsNjD4 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-sp8mYsNjD4 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 355px) {
  .cid-sp8mYsNjD4 .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-sp8mYsNjD4 .container {
  width: 100%;
  max-width: 1240px !important;
  display: flex;
  margin: auto;
}
.cid-sp8mYsNjD4 .navbar {
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(118, 118, 118, 0.8);
}
@media (min-width: 992px) {
  .cid-sp8mYsNjD4 .navbar.navbar-short {
    background: rgba(118, 118, 118, 0.8) !important;
    min-height: 10px;
  }
  .cid-sp8mYsNjD4 .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sp8mYsNjD4 .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-sp8mYsNjD4 .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sp8mYsNjD4 .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #8d7357;
    background: rgba(206, 191, 175, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sp8mYsNjD4 .navbar .dropdown-item:hover {
    color: #635a51 !important;
    background: #bda893 !important;
  }
}
.cid-sp8mYsNjD4 .navbar.opened {
  transition: all .3s;
}
.cid-sp8mYsNjD4 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-sp8mYsNjD4 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sp8mYsNjD4 .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-sp8mYsNjD4 .nav-link:hover:before {
  color: #e4d295 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-sp8mYsNjD4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sp8mYsNjD4 .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-sp8mYsNjD4 .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
  }
}
.cid-sp8mYsNjD4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sp8mYsNjD4 .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sp8mYsNjD4 .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sp8mYsNjD4 .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 100;
  }
}
@media (max-width: 991px) {
  .cid-sp8mYsNjD4 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sp8mYsNjD4 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-sp8mYsNjD4 .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-sp8mYsNjD4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sp8mYsNjD4 .navbar-caption {
  padding-right: 1rem;
}
.cid-sp8mYsNjD4 .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sp8mYsNjD4 .dropdown-menu,
  .cid-sp8mYsNjD4 .navbar.opened {
    background: rgba(91, 104, 107, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-sp8mYsNjD4 .dropdown-menu,
  .cid-sp8mYsNjD4 .navbar.opened {
    background: rgba(118, 118, 118, 0.8) !important;
  }
}
.cid-sp8mYsNjD4 .nav-item:focus,
.cid-sp8mYsNjD4 .nav-link:focus {
  outline: none;
}
.cid-sp8mYsNjD4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 100;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sp8mYsNjD4 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-sp8mYsNjD4 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-sp8mYsNjD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sp8mYsNjD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-sp8mYsNjD4 .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-sp8mYsNjD4 .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-sp8mYsNjD4 .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-sp8mYsNjD4 .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sp8mYsNjD4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sp8mYsNjD4 .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-sp8mYsNjD4 .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-sp8mYsNjD4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(178, 204, 210, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-sp8mYsNjD4 .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-sp8mYsNjD4 .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-sp8mYsNjD4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sp8mYsNjD4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sp8mYsNjD4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sp8mYsNjD4 .dropdown-item.active,
.cid-sp8mYsNjD4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sp8mYsNjD4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 100;
}
.cid-sp8mYsNjD4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sp8mYsNjD4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sp8mYsNjD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-sp8mYsNjD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sp8mYsNjD4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sp8mYsNjD4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sp8mYsNjD4 .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sp8mYsNjD4 .navbar-buttons {
    text-align: right;
    min-width: 175px;
    width: 175px;
  }
}
.cid-sp8mYsNjD4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sp8mYsNjD4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sp8mYsNjD4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sp8mYsNjD4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sp8mYsNjD4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sp8mYsNjD4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sp8mYsNjD4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp8mYsNjD4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sp8mYsNjD4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sp8mYsNjD4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp8mYsNjD4 .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-sp8mYsNjD4 a.nav-link {
  display: flex;
  font-weight: 100;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sp8mYsNjD4 .navbar-brand span {
  display: inline-block;
}
.cid-sp8mYsNjD4 .navbar-brand a {
  font-weight: 100;
}
.cid-sp8mYsNjD4 .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #e4d295;
}
.cid-sp8mYsNjD4 .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 100;
}
.cid-sp8mYsNjD4 .btn .mbr-iconfont,
.cid-sp8mYsNjD4 .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-sp8mYsNjD4 .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 1.5px;
  padding-bottom: 2px;
  color: #232323;
}
.cid-sp8mYsNjD4 .topLineDivSettings span {
  font-weight: 100 !important;
}
.cid-sp8mYsNjD4 .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-sp8mYsNjD4 .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-sp8mYsNjD4 img {
  width: auto;
}
.cid-sp8mYsNjD4 .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-sp8mYsNjD4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sp8mYsNjD4 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sp8mYsNjD4 a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-sp8mYsNjD4 .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-sp8mYsNjD4 .socicon {
  line-height: inherit;
}
.cid-sp8mYsNjD4 .btn:hover {
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px);
}
.cid-soDZAl82RB {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-soDZAl82RB .mbr-section-subtitle {
  color: #767676;
}
.cid-soDZAl82RB H2 {
  color: #55b4d4;
}
.cid-soDZgaByvy {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #073b4c;
}
.cid-soDZgaByvy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-soDZgaByvy p {
  color: #767676;
  text-align: left;
}
.cid-soDZgaByvy .card-box {
  padding-top: 2rem;
}
.cid-soDZgaByvy .card-wrapper {
  height: 100%;
}
.cid-soDZgaByvy .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tBk5NL8iyf .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tBk5NL8iyf .display-2 {
  font-size: 2rem;
}
.cid-tBk5NL8iyf .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBk5NL8iyf .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tBk5NL8iyf .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tBk5NL8iyf .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-tBk5NL8iyf .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tBk5NL8iyf.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBk5NL8iyf.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBk5NL8iyf.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBk5NL8iyf.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBk5NL8iyf.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tBk5NL8iyf.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBk5NL8iyf.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tBk5NL8iyf.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tBk5NL8iyf .navbar .topLineDivSettings {
    display: none;
  }
  .cid-tBk5NL8iyf .navbar.navbar-short {
    background: rgba(118, 118, 118, 0.8) !important;
    min-height: 10px !important;
  }
  .cid-tBk5NL8iyf .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tBk5NL8iyf .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tBk5NL8iyf .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tBk5NL8iyf .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tBk5NL8iyf .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBk5NL8iyf.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBk5NL8iyf .dropdown-menu {
    top: 0;
  }
  .cid-tBk5NL8iyf .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBk5NL8iyf .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBk5NL8iyf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tBk5NL8iyf .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBk5NL8iyf ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBk5NL8iyf .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(178, 204, 210, 0.95);
    text-align: center;
  }
  .cid-tBk5NL8iyf .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBk5NL8iyf .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBk5NL8iyf .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tBk5NL8iyf .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .cid-tBk5NL8iyf .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tBk5NL8iyf .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tBk5NL8iyf .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 355px) {
  .cid-tBk5NL8iyf .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tBk5NL8iyf .container {
  width: 100%;
  max-width: 1240px !important;
  display: flex;
  margin: auto;
}
.cid-tBk5NL8iyf .navbar {
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(118, 118, 118, 0.8);
}
@media (min-width: 992px) {
  .cid-tBk5NL8iyf .navbar.navbar-short {
    background: rgba(118, 118, 118, 0.8) !important;
    min-height: 10px;
  }
  .cid-tBk5NL8iyf .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tBk5NL8iyf .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tBk5NL8iyf .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tBk5NL8iyf .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #8d7357;
    background: rgba(206, 191, 175, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tBk5NL8iyf .navbar .dropdown-item:hover {
    color: #635a51 !important;
    background: #bda893 !important;
  }
}
.cid-tBk5NL8iyf .navbar.opened {
  transition: all .3s;
}
.cid-tBk5NL8iyf .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tBk5NL8iyf .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tBk5NL8iyf .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-tBk5NL8iyf .nav-link:hover:before {
  color: #e4d295 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-tBk5NL8iyf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tBk5NL8iyf .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tBk5NL8iyf .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
  }
}
.cid-tBk5NL8iyf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tBk5NL8iyf .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tBk5NL8iyf .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tBk5NL8iyf .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 100;
  }
}
@media (max-width: 991px) {
  .cid-tBk5NL8iyf .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tBk5NL8iyf .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tBk5NL8iyf .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tBk5NL8iyf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tBk5NL8iyf .navbar-caption {
  padding-right: 1rem;
}
.cid-tBk5NL8iyf .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tBk5NL8iyf .dropdown-menu,
  .cid-tBk5NL8iyf .navbar.opened {
    background: rgba(91, 104, 107, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tBk5NL8iyf .dropdown-menu,
  .cid-tBk5NL8iyf .navbar.opened {
    background: rgba(118, 118, 118, 0.8) !important;
  }
}
.cid-tBk5NL8iyf .nav-item:focus,
.cid-tBk5NL8iyf .nav-link:focus {
  outline: none;
}
.cid-tBk5NL8iyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 100;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tBk5NL8iyf .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tBk5NL8iyf .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tBk5NL8iyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBk5NL8iyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tBk5NL8iyf .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tBk5NL8iyf .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tBk5NL8iyf .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tBk5NL8iyf .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tBk5NL8iyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBk5NL8iyf .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tBk5NL8iyf .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tBk5NL8iyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(178, 204, 210, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tBk5NL8iyf .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-tBk5NL8iyf .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tBk5NL8iyf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tBk5NL8iyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBk5NL8iyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBk5NL8iyf .dropdown-item.active,
.cid-tBk5NL8iyf .dropdown-item:active {
  background-color: transparent;
}
.cid-tBk5NL8iyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 100;
}
.cid-tBk5NL8iyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBk5NL8iyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBk5NL8iyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tBk5NL8iyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBk5NL8iyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBk5NL8iyf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBk5NL8iyf .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tBk5NL8iyf .navbar-buttons {
    text-align: right;
    min-width: 175px;
    width: 175px;
  }
}
.cid-tBk5NL8iyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBk5NL8iyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tBk5NL8iyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBk5NL8iyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBk5NL8iyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBk5NL8iyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBk5NL8iyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBk5NL8iyf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBk5NL8iyf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBk5NL8iyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBk5NL8iyf .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tBk5NL8iyf a.nav-link {
  display: flex;
  font-weight: 100;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBk5NL8iyf .navbar-brand span {
  display: inline-block;
}
.cid-tBk5NL8iyf .navbar-brand a {
  font-weight: 100;
}
.cid-tBk5NL8iyf .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #e4d295;
}
.cid-tBk5NL8iyf .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 100;
}
.cid-tBk5NL8iyf .btn .mbr-iconfont,
.cid-tBk5NL8iyf .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tBk5NL8iyf .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 1.5px;
  padding-bottom: 2px;
  color: #232323;
}
.cid-tBk5NL8iyf .topLineDivSettings span {
  font-weight: 100 !important;
}
.cid-tBk5NL8iyf .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tBk5NL8iyf .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tBk5NL8iyf img {
  width: auto;
}
.cid-tBk5NL8iyf .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tBk5NL8iyf .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tBk5NL8iyf .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tBk5NL8iyf a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tBk5NL8iyf .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tBk5NL8iyf .socicon {
  line-height: inherit;
}
.cid-tBk5NL8iyf .btn:hover {
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px);
}
.cid-tBk5NLDgSo {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tBk5NLDgSo .mbr-section-subtitle {
  color: #767676;
}
.cid-tBk5NLDgSo H2 {
  color: #55b4d4;
}
.cid-tBk61atd6l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tBk61atd6l .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-tBk61atd6l .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'Julius Sans One', sans-serif;
}
.cid-tBk61atd6l .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-tBk61atd6l .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-tBk61atd6l .btn.active.focus,
.cid-tBk61atd6l .btn.active:focus,
.cid-tBk61atd6l .btn.focus,
.cid-tBk61atd6l .btn:active.focus,
.cid-tBk61atd6l .btn:active:focus,
.cid-tBk61atd6l .btn:focus,
.cid-tBk61atd6l .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-tBk61atd6l .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tBk61atd6l .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tBk61atd6l .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tBk61atd6l H1 {
  color: #232323;
}
.cid-tBk61atd6l P {
  text-align: left;
  color: #efefef;
}
.cid-tBk61atd6l .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #7f1933;
  padding-bottom: 7px;
  border-radius: 6px;
}
.cid-tBk61atd6l .content:hover .dentaura-photogal-thumb {
  filter: blur(0px);
}
.cid-tBk61atd6l .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tBk61atd6l .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.6rem;
}
.cid-tBk61atd6l .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 6px;
  border-color: #7f1933;
  border-radius: 6px;
  background-color: #7f1933;
}
.cid-tBk61atd6l .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-tBk61atd6l .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBk61atd6l .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tBk61atd6l .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tBk61atd6l .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tBk61atd6l H3 {
  text-align: left;
  color: #efefef;
}
.cid-tBk61atd6l .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
