@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #011171 !important;
  border-color: #011171 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000625 !important;
  border-color: #000625 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000625 !important;
  border-color: #000625 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #00020c;
  color: #00020c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #011171;
  border-color: #011171;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #011171 !important;
  border-color: #011171 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #e1201d !important;
}
.text-secondary {
  color: #011171 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #00020c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !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: #011171 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e1201d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-spCNfjAwdK {
  background-color: #ffffff;
}
.cid-spCNfjAwdK .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spCNfjAwdK .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spCNfjAwdK .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spCNfjAwdK .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spCNfjAwdK .dentaura-container {
  height: 39px;
  position: relative;
  width: 100%;
}
.cid-spCNfjAwdK .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 500;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-spCNfjAwdK .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-spCNfjAwdK .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-spCNfjAwdK .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-spCNfjAwdK .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-spCNfjAwdK .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-spCNfjAwdK .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-spCNfjAwdK .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-spCNfjAwdK .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-H6qjFItCoJ {
  background-color: #c1c1c1;
}
@media (max-width: 768px) {
  .cid-H6qjFItCoJ video {
    width: 100% !important;
  }
}
.cid-H6qjFItCoJ video {
  margin: auto;
  display: block;
  width: 100% !important;
}
.cid-spCOGgAMfT .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-spCOGgAMfT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spCOGgAMfT a {
  font-style: normal;
}
.cid-spCOGgAMfT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spCOGgAMfT .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spCOGgAMfT .nav-item:focus,
.cid-spCOGgAMfT .nav-link:focus {
  outline: none;
}
.cid-spCOGgAMfT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spCOGgAMfT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spCOGgAMfT .menu-logo {
  margin-right: auto;
}
.cid-spCOGgAMfT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spCOGgAMfT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spCOGgAMfT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spCOGgAMfT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spCOGgAMfT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spCOGgAMfT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spCOGgAMfT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spCOGgAMfT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spCOGgAMfT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spCOGgAMfT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spCOGgAMfT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spCOGgAMfT .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spCOGgAMfT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spCOGgAMfT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spCOGgAMfT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spCOGgAMfT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-spCOGgAMfT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-spCOGgAMfT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spCOGgAMfT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spCOGgAMfT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spCOGgAMfT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spCOGgAMfT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spCOGgAMfT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spCOGgAMfT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spCOGgAMfT button.navbar-toggler:focus {
  outline: none;
}
.cid-spCOGgAMfT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2299;
}
.cid-spCOGgAMfT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spCOGgAMfT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spCOGgAMfT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spCOGgAMfT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spCOGgAMfT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spCOGgAMfT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spCOGgAMfT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spCOGgAMfT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spCOGgAMfT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spCOGgAMfT .collapsed .btn {
  display: -webkit-flex;
}
.cid-spCOGgAMfT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spCOGgAMfT .collapsed .navbar-collapse.collapsing,
.cid-spCOGgAMfT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spCOGgAMfT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spCOGgAMfT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spCOGgAMfT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spCOGgAMfT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spCOGgAMfT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spCOGgAMfT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spCOGgAMfT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spCOGgAMfT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spCOGgAMfT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-spCOGgAMfT .collapsed button.navbar-toggler {
  display: block;
}
.cid-spCOGgAMfT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spCOGgAMfT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spCOGgAMfT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spCOGgAMfT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spCOGgAMfT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spCOGgAMfT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spCOGgAMfT .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spCOGgAMfT img {
    height: 3.8rem !important;
  }
  .cid-spCOGgAMfT .btn {
    display: -webkit-flex;
  }
  .cid-spCOGgAMfT button.navbar-toggler {
    display: block;
  }
  .cid-spCOGgAMfT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spCOGgAMfT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spCOGgAMfT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spCOGgAMfT .navbar-collapse.collapsing,
  .cid-spCOGgAMfT .navbar-collapse.show {
    display: block !important;
  }
  .cid-spCOGgAMfT .navbar-collapse.collapsing .navbar-nav,
  .cid-spCOGgAMfT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spCOGgAMfT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spCOGgAMfT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spCOGgAMfT .navbar-collapse.collapsing .navbar-buttons,
  .cid-spCOGgAMfT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spCOGgAMfT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spCOGgAMfT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spCOGgAMfT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spCOGgAMfT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spCOGgAMfT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spCOGgAMfT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-spCOGgAMfT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spCOGgAMfT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spCOGgAMfT .nav-link:hover,
.cid-spCOGgAMfT .dropdown-item:hover {
  color: #266167 !important;
}
.cid-spCOESDzMR {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/donbosco-482x471.png");
}
.cid-spCOESDzMR h2 {
  text-align: center;
}
.cid-spCOESDzMR h3 {
  text-align: center;
  font-weight: 300;
}
.cid-spCOESDzMR p {
  color: #767676;
}
.cid-spCOESDzMR img {
  object-fit: cover;
}
.cid-spCOESDzMR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-spCOESDzMR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-spCOESDzMR .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-spCOESDzMR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spCOESDzMR .card-title {
  font-weight: 500;
}
.cid-spCOESDzMR .card-img {
  text-align: inherit;
}
.cid-spCOESDzMR .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-spCOESDzMR .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-spCOESDzMR .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-spCOESDzMR .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-spCOESDzMR .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-spCOESDzMR .mbr-crt-title {
  color: #ffffff;
  text-align: center;
}
.cid-spCOESDzMR .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
.cid-spCOESDzMR .mbr-section-title {
  color: #0c0061;
}
.cid-spCOESDzMR .mbr-section-subtitle DIV {
  text-align: left;
  color: #ffffff;
}
.cid-spCOESDzMR .mbr-section-title B {
  color: #ffffff;
}
.cid-spCQeUm1Sk .modal-body .close {
  background: #1b1b1b;
}
.cid-spCQeUm1Sk .modal-body .close span {
  font-style: normal;
}
.cid-spCQeUm1Sk .carousel-inner > .active,
.cid-spCQeUm1Sk .carousel-inner > .next,
.cid-spCQeUm1Sk .carousel-inner > .prev {
  display: table;
}
.cid-spCQeUm1Sk .carousel-control .icon-next,
.cid-spCQeUm1Sk .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spCQeUm1Sk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spCQeUm1Sk .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spCQeUm1Sk .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spCQeUm1Sk .boxed-slider > div {
  position: relative;
}
.cid-spCQeUm1Sk .container img {
  width: 100%;
}
.cid-spCQeUm1Sk .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spCQeUm1Sk .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spCQeUm1Sk .mbr-table-cell {
  padding: 0;
}
.cid-spCQeUm1Sk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spCQeUm1Sk .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-spCQeUm1Sk .mbr-overlay {
  z-index: 1;
}
.cid-spCQeUm1Sk .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spCQeUm1Sk .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-spCQeUm1Sk .carousel-item .container {
    width: 100%;
  }
}
.cid-spCQeUm1Sk .carousel-item-next.carousel-item-left,
.cid-spCQeUm1Sk .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-spCQeUm1Sk .active.carousel-item-right,
.cid-spCQeUm1Sk .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-spCQeUm1Sk .active.carousel-item-left,
.cid-spCQeUm1Sk .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-spCQeUm1Sk .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-spCQeUm1Sk .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spCQeUm1Sk .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spCQeUm1Sk .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-spCQeUm1Sk .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spCQeUm1Sk .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spCQeUm1Sk .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spCQeUm1Sk .mbr-slider .carousel-indicators li.active,
.cid-spCQeUm1Sk .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spCQeUm1Sk .mbr-slider .carousel-indicators li::after,
.cid-spCQeUm1Sk .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spCQeUm1Sk .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spCQeUm1Sk .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spCQeUm1Sk .mbr-slider > .container img {
  width: 100%;
}
.cid-spCQeUm1Sk .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spCQeUm1Sk .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spCQeUm1Sk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spCQeUm1Sk .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spCQeUm1Sk .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spCQeUm1Sk .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-spCQeUm1Sk .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spCQeUm1Sk .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-spCQeUm1Sk .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spCQeUm1Sk .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spCQeUm1Sk .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spCQeUm1Sk .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spCQeUm1Sk .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-spCQeUm1Sk P {
  color: #ffffff;
  text-align: center;
}
.cid-spCQeUm1Sk H2 {
  color: #ffffff;
  text-align: center;
}
.cid-spMZtYFLKL {
  background-color: #0c0061;
}
.cid-spMZtYFLKL .trans-wave {
  opacity: 1;
  fill: #0c0061;
  pointer-events: none;
}
.cid-spMZtYFLKL .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-spMZtYFLKL .dentaura-y-up {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-spMZtYFLKL .dentaura-cover {
  background: transparent;
  height: 305px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-spMZtYFLKL .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-spLhNHyNjm {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-spLhNHyNjm .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 50px;
}
.cid-spLhNHyNjm .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  background-color: #cccccc;
  margin: 0px;
  padding: 0px;
  height: 154px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.cid-spLhNHyNjm .dentaura-cover .dentaura-skew:before {
  content: '';
  position: absolute;
  left: 0;
  top: -80px;
  overflow: visible;
  width: 100%;
  height: 156px;
  background-color: #0c0061;
  z-index: -1;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  -webkit-box-shadow: 0 0px 7px 10px #4c453d;
  -moz-box-shadow: 0 0px 7px 10px #4c453d;
  box-shadow: 0 0px 7px 10px #4c453d;
}
.cid-spLhNHyNjm .down-triangle {
  width: 0;
  height: 0;
  border-top: 200px solid #0c0061;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  position: absolute;
  top: 34px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  overflow: hidden;
}
.cid-spHnrkWtGk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-spHnrkWtGk .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-spHnrkWtGk .icon-block {
  margin-bottom: 10px;
}
.cid-spHnrkWtGk .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-spHnrkWtGk .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-spHnrkWtGk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-spHnrkWtGk textarea.form-control {
  min-height: 100px;
}
.cid-spHnrkWtGk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-spHnrkWtGk .google-map {
  height: 32rem;
  position: relative;
}
.cid-spHnrkWtGk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-spHnrkWtGk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-spHnrkWtGk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spHnrkWtGk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-spHnrkWtGk h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-spHnrkWtGk .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-spHnrkWtGk .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-spHnrkWtGk H2 {
  color: #0c0061;
}
.cid-spHnrkWtGk .icon-block,
.cid-spHnrkWtGk .icon-block .icon-block__title {
  color: #ffffff;
}
.cid-spHnrkWtGk H5 {
  color: #465052;
}
.cid-spHnrkWtGk .icon-block,
.cid-spHnrkWtGk .icon-block .icon-block__title SPAN {
  color: #465052;
}
.cid-spHZTtwa3h {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-spHZTtwa3h .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 50px;
}
.cid-spHZTtwa3h .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  height: 68px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.cid-spHZTtwa3h .dentaura-cover .dentaura-skew:before {
  content: '';
  position: absolute;
  left: 0;
  top: -80px;
  overflow: visible;
  width: 100%;
  height: 109px;
  background-color: #cccccc;
  z-index: -1;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  -webkit-box-shadow: 0 -8px 5px 10px #777777;
  -moz-box-shadow: 0 -8px 5px 10px #777777;
  box-shadow: 0 -8px 5px 10px #777777;
}
.cid-spHpjH2evy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #efefef);
}
.cid-spHpjH2evy .carousel-control {
  background: #000;
}
.cid-spHpjH2evy .mbr-section-subtitle {
  color: #000000;
}
.cid-spHpjH2evy .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spHpjH2evy .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-spHpjH2evy .carousel-item .wrap-img {
  text-align: center;
}
.cid-spHpjH2evy .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-spHpjH2evy .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spHpjH2evy .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-spHpjH2evy .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-spHpjH2evy .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-spHpjH2evy .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-spHpjH2evy .cloneditem-1,
.cid-spHpjH2evy .cloneditem-2,
.cid-spHpjH2evy .cloneditem-3,
.cid-spHpjH2evy .cloneditem-4,
.cid-spHpjH2evy .cloneditem-5 {
  display: none;
}
.cid-spHpjH2evy .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spHpjH2evy .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-spHpjH2evy .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-spHpjH2evy .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-spHpjH2evy .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-spHpjH2evy .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spHpjH2evy .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides2 .cloneditem-1,
  .cid-spHpjH2evy .carousel-inner.slides2 .cloneditem-2,
  .cid-spHpjH2evy .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-spHpjH2evy .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-spHpjH2evy .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-spHpjH2evy .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-spHpjH2evy .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spHpjH2evy .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides3 .cloneditem-1,
  .cid-spHpjH2evy .carousel-inner.slides3 .cloneditem-2,
  .cid-spHpjH2evy .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-spHpjH2evy .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-spHpjH2evy .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-spHpjH2evy .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-spHpjH2evy .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spHpjH2evy .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides4 .cloneditem-1,
  .cid-spHpjH2evy .carousel-inner.slides4 .cloneditem-2,
  .cid-spHpjH2evy .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-spHpjH2evy .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-spHpjH2evy .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-spHpjH2evy .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-spHpjH2evy .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spHpjH2evy .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides5 .cloneditem-1,
  .cid-spHpjH2evy .carousel-inner.slides5 .cloneditem-2,
  .cid-spHpjH2evy .carousel-inner.slides5 .cloneditem-3,
  .cid-spHpjH2evy .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-spHpjH2evy .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-spHpjH2evy .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-spHpjH2evy .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-spHpjH2evy .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spHpjH2evy .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spHpjH2evy .carousel-inner.slides6 .cloneditem-1,
  .cid-spHpjH2evy .carousel-inner.slides6 .cloneditem-2,
  .cid-spHpjH2evy .carousel-inner.slides6 .cloneditem-3,
  .cid-spHpjH2evy .carousel-inner.slides6 .cloneditem-4,
  .cid-spHpjH2evy .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-spHpjH2evy H2 {
  color: #0c0061;
}
.cid-spHZJ2hEjZ {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-spHZJ2hEjZ .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 50px;
}
.cid-spHZJ2hEjZ .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  background-color: #0c0061;
  margin: 0px;
  padding: 0px;
  height: 68px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.cid-spHZJ2hEjZ .dentaura-cover .dentaura-skew:before {
  content: '';
  position: absolute;
  left: 0;
  top: -80px;
  overflow: visible;
  width: 100%;
  height: 109px;
  background-color: #efefef;
  z-index: -1;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  -webkit-box-shadow: 0 -4px 5px 10px #ffffff;
  -moz-box-shadow: 0 -4px 5px 10px #ffffff;
  box-shadow: 0 -4px 5px 10px #ffffff;
}
.cid-spHpmPKAza {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #0c0061;
}
@media (max-width: 767px) {
  .cid-spHpmPKAza .content {
    text-align: center;
  }
  .cid-spHpmPKAza .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spHpmPKAza .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-spHpmPKAza .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-spHpmPKAza .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-spHpmPKAza .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spHpmPKAza .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-spHpmPKAza .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spHpmPKAza .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-spHpmPKAza .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spHpmPKAza .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spHpmPKAza .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spHpmPKAza .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spHpmPKAza P {
  color: #ffffff;
  text-align: right;
}
.cid-spHpmPKAza H5 {
  text-align: right;
  color: #ffffff;
}
.cid-spI3uKLzYy .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spI3uKLzYy .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-spI3uKLzYy .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-spI3uKLzYy .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-spI3uKLzYy .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-spI3uKLzYy .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-spI3uKLzYy .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-spI3uKLzYy .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-spI3uKLzYy .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-spI3uKLzYy .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-spI3uKLzYy .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-spI3uKLzYy .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-spI3uKLzYy .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-spI3uKLzYy .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-spI3uKLzYy .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-spI3uKLzYy P {
  color: #000000;
}
.cid-spI3uKLzYy DIV {
  color: #ffffff;
}
.cid-spI3uKLzYy H10 {
  color: #767676;
}
.cid-spI3uKLzYy .hidden {
  display: none;
}
.cid-spI3uKLzYy p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-spI3uKLzYy .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 400px;
  width: 200px;
}
.cid-spI3uKLzYy .sticky li {
  list-style-type: none;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-spI3uKLzYy .sticky li:hover {
  margin-left: -100px;
}
.cid-spI3uKLzYy .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-spI3uKLzYy .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-spI3uKLzYy B {
  color: #000000;
}
.cid-spL89Gmgxr #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}
.cid-spL89Gmgxr #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
}
.cid-spL89Gmgxr .spinner {
  position: relative;
  margin: 0px 0px 0px -25px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.cid-spL89Gmgxr .spinner > div {
  background-color: #011171;
  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-spL89Gmgxr .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.cid-spL89Gmgxr .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.cid-spL89Gmgxr .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.cid-spL89Gmgxr .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-spI1KH4MhM {
  background-color: #e1201d;
}
.cid-spI1KH4MhM .trans-wave {
  opacity: 1;
  fill: #e1201d;
  pointer-events: none;
}
.cid-spI1KH4MhM .trans-wave1 {
  opacity: 0.7;
  fill: #e1201d;
  pointer-events: none;
}
.cid-spI1KH4MhM .trans-wave2 {
  opacity: 0.5;
  fill: #e1201d;
  pointer-events: none;
}
.cid-spI1KH4MhM .trans-wave3 {
  opacity: 0.3;
  fill: #e1201d;
  pointer-events: none;
}
.cid-spI1KH4MhM .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-spI1KH4MhM .dentaura-y-up {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-spI1KH4MhM .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-spI1KH4MhM .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-spI1KH4MhM .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-spI1KH4MhM .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-spI1KH4MhM .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-spI1KH4MhM .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-spI1KH4MhM .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-spI1KH4MhM .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-spN6YuTldk {
  background-color: #ffffff;
}
.cid-spN6YuTldk .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spN6YuTldk .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spN6YuTldk .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spN6YuTldk .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spN6YuTldk .dentaura-container {
  height: 39px;
  position: relative;
  width: 100%;
}
.cid-spN6YuTldk .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 500;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-spN6YuTldk .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-spN6YuTldk .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-spN6YuTldk .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-spN6YuTldk .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-spN6YuTldk .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-spN6YuTldk .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-spN6YuTldk .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-spN6YuTldk .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-fZpjJXgjUN {
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-fZpjJXgjUN .v-center {
  margin: auto;
}
.cid-fZpjJXgjUN h2 {
  text-align: left;
}
.cid-fZpjJXgjUN h4 {
  text-align: left;
  font-weight: 500;
}
.cid-fZpjJXgjUN p {
  color: #767676;
  text-align: left;
}
.cid-fZpjJXgjUN .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-fZpjJXgjUN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
  padding: 1rem;
}
.cid-fZpjJXgjUN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-fZpjJXgjUN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: auto 20px;
}
.cid-fZpjJXgjUN .card {
  padding: 0 1rem;
}
.cid-fZpjJXgjUN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-fZpjJXgjUN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-fZpjJXgjUN .mbr-figure {
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-fZpjJXgjUN .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-fZpjJXgjUN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-fZpjJXgjUN .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-fZpjJXgjUN .card-img span {
    font-size: 40px !important;
  }
}
.cid-fZpjJXgjUN H2 {
  text-align: center;
  color: #551983;
}
.cid-fZpjJXgjUN .mbr-text {
  text-align: center;
  color: #635a51;
}
.cid-fZpjJXgjUN H4 {
  color: #ffffff;
  text-align: left;
}
.cid-fZpjJXgjUN B {
  color: #ffffff;
}
.cid-fZpjJXgjUN P {
  color: #ffffff;
}
.cid-spN6YvWF3f .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-spN6YvWF3f .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spN6YvWF3f a {
  font-style: normal;
}
.cid-spN6YvWF3f .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spN6YvWF3f .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spN6YvWF3f .nav-item:focus,
.cid-spN6YvWF3f .nav-link:focus {
  outline: none;
}
.cid-spN6YvWF3f .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spN6YvWF3f .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spN6YvWF3f .menu-logo {
  margin-right: auto;
}
.cid-spN6YvWF3f .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spN6YvWF3f .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spN6YvWF3f .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spN6YvWF3f .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spN6YvWF3f .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spN6YvWF3f .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spN6YvWF3f .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spN6YvWF3f .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spN6YvWF3f .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spN6YvWF3f .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spN6YvWF3f .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spN6YvWF3f .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spN6YvWF3f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spN6YvWF3f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spN6YvWF3f .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spN6YvWF3f .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-spN6YvWF3f .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-spN6YvWF3f .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spN6YvWF3f .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spN6YvWF3f .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spN6YvWF3f .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spN6YvWF3f .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spN6YvWF3f .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spN6YvWF3f button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spN6YvWF3f button.navbar-toggler:focus {
  outline: none;
}
.cid-spN6YvWF3f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2299;
}
.cid-spN6YvWF3f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spN6YvWF3f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spN6YvWF3f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spN6YvWF3f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spN6YvWF3f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spN6YvWF3f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spN6YvWF3f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spN6YvWF3f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spN6YvWF3f .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spN6YvWF3f .collapsed .btn {
  display: -webkit-flex;
}
.cid-spN6YvWF3f .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spN6YvWF3f .collapsed .navbar-collapse.collapsing,
.cid-spN6YvWF3f .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spN6YvWF3f .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spN6YvWF3f .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spN6YvWF3f .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spN6YvWF3f .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spN6YvWF3f .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spN6YvWF3f .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spN6YvWF3f .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spN6YvWF3f .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spN6YvWF3f .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-spN6YvWF3f .collapsed button.navbar-toggler {
  display: block;
}
.cid-spN6YvWF3f .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spN6YvWF3f .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spN6YvWF3f .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spN6YvWF3f .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spN6YvWF3f .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spN6YvWF3f .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spN6YvWF3f .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spN6YvWF3f img {
    height: 3.8rem !important;
  }
  .cid-spN6YvWF3f .btn {
    display: -webkit-flex;
  }
  .cid-spN6YvWF3f button.navbar-toggler {
    display: block;
  }
  .cid-spN6YvWF3f .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spN6YvWF3f .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spN6YvWF3f .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spN6YvWF3f .navbar-collapse.collapsing,
  .cid-spN6YvWF3f .navbar-collapse.show {
    display: block !important;
  }
  .cid-spN6YvWF3f .navbar-collapse.collapsing .navbar-nav,
  .cid-spN6YvWF3f .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spN6YvWF3f .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spN6YvWF3f .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spN6YvWF3f .navbar-collapse.collapsing .navbar-buttons,
  .cid-spN6YvWF3f .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spN6YvWF3f .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spN6YvWF3f .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spN6YvWF3f .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spN6YvWF3f .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spN6YvWF3f .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spN6YvWF3f .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-spN6YvWF3f .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spN6YvWF3f .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spN6YvWF3f .nav-link:hover,
.cid-spN6YvWF3f .dropdown-item:hover {
  color: #266167 !important;
}
.cid-spN6YA0F2X {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-spN6YA0F2X .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 50px;
}
.cid-spN6YA0F2X .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  height: 68px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.cid-spN6YA0F2X .dentaura-cover .dentaura-skew:before {
  content: '';
  position: absolute;
  left: 0;
  top: -80px;
  overflow: visible;
  width: 100%;
  height: 109px;
  background-color: #494949;
  z-index: -1;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  -webkit-box-shadow: 0 -6px 8px 10px #000000;
  -moz-box-shadow: 0 -6px 8px 10px #000000;
  box-shadow: 0 -6px 8px 10px #000000;
}
.cid-spNC2KmZ0o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spNC2KmZ0o .card-img {
  background-color: #fff;
}
.cid-spNC2KmZ0o .card-box {
  padding: 2rem;
}
.cid-spNC2KmZ0o h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spNC2KmZ0o p {
  text-align: left;
}
.cid-spNC2KmZ0o .mbr-text {
  color: #767676;
}
.cid-spNC2KmZ0o .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spNC2KmZ0o .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-spNC2KmZ0o .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-spO58ZKvTt {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-spO58ZKvTt .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 50px;
}
.cid-spO58ZKvTt .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  background-color: #0c0061;
  margin: 0px;
  padding: 0px;
  height: 68px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.cid-spO58ZKvTt .dentaura-cover .dentaura-skew:before {
  content: '';
  position: absolute;
  left: 0;
  top: -80px;
  overflow: visible;
  width: 100%;
  height: 109px;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  -webkit-box-shadow: 0 -5px 8px 10px #ffffff;
  -moz-box-shadow: 0 -5px 8px 10px #ffffff;
  box-shadow: 0 -5px 8px 10px #ffffff;
}
.cid-spO3VH1yWB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c0061;
}
.cid-spO3VH1yWB .card-img {
  background-color: #fff;
}
.cid-spO3VH1yWB .card-box {
  padding: 2rem;
}
.cid-spO3VH1yWB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spO3VH1yWB p {
  text-align: left;
}
.cid-spO3VH1yWB .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-spO3VH1yWB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spO3VH1yWB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-spO3VH1yWB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-spO3VH1yWB .card-title {
  color: #ffffff;
}
.cid-spO4Pg1Vqy {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-spO4Pg1Vqy .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 50px;
}
.cid-spO4Pg1Vqy .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  height: 68px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.cid-spO4Pg1Vqy .dentaura-cover .dentaura-skew:before {
  content: '';
  position: absolute;
  left: 0;
  top: -80px;
  overflow: visible;
  width: 100%;
  height: 111px;
  background-color: #0c0061;
  z-index: -1;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  -webkit-box-shadow: 0 -2px 7px 10px #161616;
  -moz-box-shadow: 0 -2px 7px 10px #161616;
  box-shadow: 0 -2px 7px 10px #161616;
}
.cid-spObP9qOpU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spObP9qOpU .card-img {
  background-color: #fff;
}
.cid-spObP9qOpU .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-spObP9qOpU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spObP9qOpU p {
  text-align: left;
}
.cid-spObP9qOpU .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-spObP9qOpU .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spObP9qOpU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-spObP9qOpU .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-spObP9qOpU .card-title {
  color: #465052;
}
.cid-spN6YBdfvg {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-spN6YBdfvg .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 50px;
}
.cid-spN6YBdfvg .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  background-color: #0c0061;
  margin: 0px;
  padding: 0px;
  height: 68px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.cid-spN6YBdfvg .dentaura-cover .dentaura-skew:before {
  content: '';
  position: absolute;
  left: 0;
  top: -80px;
  overflow: visible;
  width: 100%;
  height: 109px;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  -webkit-box-shadow: 0 -4px 6px 10px #ffffff;
  -moz-box-shadow: 0 -4px 6px 10px #ffffff;
  box-shadow: 0 -4px 6px 10px #ffffff;
}
.cid-spN6YBxuPk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0c0061;
}
@media (max-width: 767px) {
  .cid-spN6YBxuPk .content {
    text-align: center;
  }
  .cid-spN6YBxuPk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spN6YBxuPk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-spN6YBxuPk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-spN6YBxuPk .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-spN6YBxuPk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spN6YBxuPk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-spN6YBxuPk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spN6YBxuPk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-spN6YBxuPk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spN6YBxuPk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spN6YBxuPk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spN6YBxuPk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spN6YBxuPk P {
  color: #ffffff;
  text-align: right;
}
.cid-spN6YBxuPk H5 {
  text-align: right;
  color: #ffffff;
}
.cid-spN6YCjwHv .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spN6YCjwHv .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-spN6YCjwHv .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-spN6YCjwHv .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-spN6YCjwHv .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-spN6YCjwHv .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-spN6YCjwHv .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-spN6YCjwHv .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-spN6YCjwHv .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-spN6YCjwHv .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-spN6YCjwHv .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-spN6YCjwHv .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-spN6YCjwHv .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-spN6YCjwHv .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-spN6YCjwHv .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-spN6YCjwHv P {
  color: #000000;
}
.cid-spN6YCjwHv DIV {
  color: #ffffff;
}
.cid-spN6YCjwHv H10 {
  color: #767676;
}
.cid-spN6YCjwHv .hidden {
  display: none;
}
.cid-spN6YCjwHv p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-spN6YCjwHv .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 400px;
  width: 200px;
}
.cid-spN6YCjwHv .sticky li {
  list-style-type: none;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-spN6YCjwHv .sticky li:hover {
  margin-left: -100px;
}
.cid-spN6YCjwHv .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-spN6YCjwHv .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-spN6YCjwHv B {
  color: #000000;
}
.cid-spN6YDpdIQ #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}
.cid-spN6YDpdIQ #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
}
.cid-spN6YDpdIQ .spinner {
  position: relative;
  margin: 0px 0px 0px -25px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.cid-spN6YDpdIQ .spinner > div {
  background-color: #0c0061;
  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-spN6YDpdIQ .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.cid-spN6YDpdIQ .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.cid-spN6YDpdIQ .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.cid-spN6YDpdIQ .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-spN71aiwBL {
  background-color: #ffffff;
}
.cid-spN71aiwBL .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spN71aiwBL .trans-wave1 {
  opacity: 0.7;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spN71aiwBL .trans-wave2 {
  opacity: 0.5;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spN71aiwBL .trans-wave3 {
  opacity: 0.3;
  fill: #ffffff;
  pointer-events: none;
}
.cid-spN71aiwBL .dentaura-container {
  height: 39px;
  position: relative;
  width: 100%;
}
.cid-spN71aiwBL .dentaura-y-up {
  position: absolute;
  top: 39px;
  z-index: 500;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-spN71aiwBL .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-spN71aiwBL .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-spN71aiwBL .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-spN71aiwBL .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-spN71aiwBL .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-spN71aiwBL .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-spN71aiwBL .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-spN71aiwBL .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
.cid-spN8pAy0s5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c0061;
}
.cid-spN8pAy0s5 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-spN8pAy0s5 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #0c0061;
}
@media (max-width: 768px) {
  .cid-spN8pAy0s5 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-spN8pAy0s5 .dentaura-top-spacer {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .cid-spN8pAy0s5 .dentaura-top-spacer {
    height: 80px;
  }
}
.cid-spN71br0em .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-spN71br0em .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spN71br0em a {
  font-style: normal;
}
.cid-spN71br0em .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spN71br0em .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spN71br0em .nav-item:focus,
.cid-spN71br0em .nav-link:focus {
  outline: none;
}
.cid-spN71br0em .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spN71br0em .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spN71br0em .menu-logo {
  margin-right: auto;
}
.cid-spN71br0em .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spN71br0em .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spN71br0em .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spN71br0em .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spN71br0em .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spN71br0em .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spN71br0em .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spN71br0em .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spN71br0em .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spN71br0em .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spN71br0em .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spN71br0em .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spN71br0em .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spN71br0em .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spN71br0em .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spN71br0em .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-spN71br0em .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-spN71br0em .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spN71br0em .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spN71br0em .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spN71br0em .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spN71br0em .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spN71br0em .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spN71br0em button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spN71br0em button.navbar-toggler:focus {
  outline: none;
}
.cid-spN71br0em button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2299;
}
.cid-spN71br0em button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spN71br0em button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spN71br0em button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spN71br0em button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spN71br0em nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spN71br0em nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spN71br0em nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spN71br0em nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spN71br0em .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spN71br0em .collapsed .btn {
  display: -webkit-flex;
}
.cid-spN71br0em .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spN71br0em .collapsed .navbar-collapse.collapsing,
.cid-spN71br0em .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spN71br0em .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spN71br0em .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spN71br0em .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spN71br0em .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spN71br0em .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spN71br0em .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spN71br0em .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spN71br0em .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spN71br0em .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-spN71br0em .collapsed button.navbar-toggler {
  display: block;
}
.cid-spN71br0em .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spN71br0em .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spN71br0em .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spN71br0em .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spN71br0em .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spN71br0em .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-spN71br0em .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spN71br0em img {
    height: 3.8rem !important;
  }
  .cid-spN71br0em .btn {
    display: -webkit-flex;
  }
  .cid-spN71br0em button.navbar-toggler {
    display: block;
  }
  .cid-spN71br0em .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spN71br0em .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spN71br0em .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spN71br0em .navbar-collapse.collapsing,
  .cid-spN71br0em .navbar-collapse.show {
    display: block !important;
  }
  .cid-spN71br0em .navbar-collapse.collapsing .navbar-nav,
  .cid-spN71br0em .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spN71br0em .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spN71br0em .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spN71br0em .navbar-collapse.collapsing .navbar-buttons,
  .cid-spN71br0em .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spN71br0em .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spN71br0em .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spN71br0em .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spN71br0em .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spN71br0em .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spN71br0em .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-spN71br0em .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spN71br0em .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spN71br0em .nav-link:hover,
.cid-spN71br0em .dropdown-item:hover {
  color: #266167 !important;
}
.cid-spN9eCtH2k {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0c0061;
}
.cid-spN9eCtH2k .card-img {
  background-color: #fff;
}
.cid-spN9eCtH2k .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-spN9eCtH2k h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spN9eCtH2k p {
  text-align: left;
}
.cid-spN9eCtH2k .mbr-text {
  color: #073b4c;
}
.cid-spN9eCtH2k .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spN9eCtH2k .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-spN9eCtH2k .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-spN9eCtH2k .card-title {
  color: #266167;
}
.cid-spNa6KTRSk {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-spNa6KTRSk .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 50px;
}
.cid-spNa6KTRSk .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  background-color: #efefef;
  margin: 0px;
  padding: 0px;
  height: 92px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.cid-spNa6KTRSk .dentaura-cover .dentaura-skew:before {
  content: '';
  position: absolute;
  left: 0;
  top: -80px;
  overflow: visible;
  width: 100%;
  height: 142px;
  background-color: #0c0061;
  z-index: -1;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  -webkit-box-shadow: 0 -8px 5px 10px #777777;
  -moz-box-shadow: 0 -8px 5px 10px #777777;
  box-shadow: 0 -8px 5px 10px #777777;
}
.cid-spN9IrTVvV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-spN9IrTVvV .card-img {
  background-color: #fff;
}
.cid-spN9IrTVvV .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-spN9IrTVvV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spN9IrTVvV p {
  text-align: left;
}
.cid-spN9IrTVvV .mbr-text {
  color: #073b4c;
}
.cid-spN9IrTVvV .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spN9IrTVvV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-spN9IrTVvV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-spN9IrTVvV .card-title {
  color: #266167;
}
.cid-spNeTXTekq {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-spNeTXTekq .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 50px;
}
.cid-spNeTXTekq .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  background-color: #0c0061;
  margin: 0px;
  padding: 0px;
  height: 62px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.cid-spNeTXTekq .dentaura-cover .dentaura-skew:before {
  content: '';
  position: absolute;
  left: 0;
  top: -80px;
  overflow: visible;
  width: 100%;
  height: 109px;
  background-color: #efefef;
  z-index: -1;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  -webkit-box-shadow: 0 -8px 5px 10px #777777;
  -moz-box-shadow: 0 -8px 5px 10px #777777;
  box-shadow: 0 -8px 5px 10px #777777;
}
.cid-spN71d9hrx .modal-body .close {
  background: #1b1b1b;
}
.cid-spN71d9hrx .modal-body .close span {
  font-style: normal;
}
.cid-spN71d9hrx .carousel-inner > .active,
.cid-spN71d9hrx .carousel-inner > .next,
.cid-spN71d9hrx .carousel-inner > .prev {
  display: table;
}
.cid-spN71d9hrx .carousel-control .icon-next,
.cid-spN71d9hrx .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spN71d9hrx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spN71d9hrx .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spN71d9hrx .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spN71d9hrx .boxed-slider > div {
  position: relative;
}
.cid-spN71d9hrx .container img {
  width: 100%;
}
.cid-spN71d9hrx .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spN71d9hrx .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spN71d9hrx .mbr-table-cell {
  padding: 0;
}
.cid-spN71d9hrx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spN71d9hrx .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-spN71d9hrx .mbr-overlay {
  z-index: 1;
}
.cid-spN71d9hrx .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spN71d9hrx .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-spN71d9hrx .carousel-item .container {
    width: 100%;
  }
}
.cid-spN71d9hrx .carousel-item-next.carousel-item-left,
.cid-spN71d9hrx .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-spN71d9hrx .active.carousel-item-right,
.cid-spN71d9hrx .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-spN71d9hrx .active.carousel-item-left,
.cid-spN71d9hrx .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-spN71d9hrx .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-spN71d9hrx .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spN71d9hrx .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spN71d9hrx .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-spN71d9hrx .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spN71d9hrx .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spN71d9hrx .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spN71d9hrx .mbr-slider .carousel-indicators li.active,
.cid-spN71d9hrx .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spN71d9hrx .mbr-slider .carousel-indicators li::after,
.cid-spN71d9hrx .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spN71d9hrx .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spN71d9hrx .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spN71d9hrx .mbr-slider > .container img {
  width: 100%;
}
.cid-spN71d9hrx .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spN71d9hrx .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spN71d9hrx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spN71d9hrx .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spN71d9hrx .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spN71d9hrx .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-spN71d9hrx .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spN71d9hrx .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-spN71d9hrx .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spN71d9hrx .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spN71d9hrx .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spN71d9hrx .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spN71d9hrx .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-spN71d9hrx P {
  color: #ffffff;
  text-align: center;
}
.cid-spN71d9hrx H2 {
  color: #ffffff;
  text-align: center;
}
.cid-spN71dWmWg {
  background-color: #0c0061;
}
.cid-spN71dWmWg .trans-wave {
  opacity: 1;
  fill: #0c0061;
  pointer-events: none;
}
.cid-spN71dWmWg .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-spN71dWmWg .dentaura-y-up {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-spN71dWmWg .dentaura-cover {
  background: transparent;
  height: 305px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-spN71dWmWg .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-spN71h2ZY3 {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #0c0061;
}
@media (max-width: 767px) {
  .cid-spN71h2ZY3 .content {
    text-align: center;
  }
  .cid-spN71h2ZY3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spN71h2ZY3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-spN71h2ZY3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-spN71h2ZY3 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-spN71h2ZY3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spN71h2ZY3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-spN71h2ZY3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spN71h2ZY3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-spN71h2ZY3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spN71h2ZY3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spN71h2ZY3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spN71h2ZY3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spN71h2ZY3 P {
  color: #ffffff;
  text-align: right;
}
.cid-spN71h2ZY3 H5 {
  text-align: right;
  color: #ffffff;
}
.cid-spN71hP2vG .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spN71hP2vG .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-spN71hP2vG .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-spN71hP2vG .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-spN71hP2vG .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-spN71hP2vG .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-spN71hP2vG .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-spN71hP2vG .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-spN71hP2vG .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-spN71hP2vG .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-spN71hP2vG .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-spN71hP2vG .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-spN71hP2vG .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-spN71hP2vG .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-spN71hP2vG .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-spN71hP2vG P {
  color: #000000;
}
.cid-spN71hP2vG DIV {
  color: #ffffff;
}
.cid-spN71hP2vG H10 {
  color: #767676;
}
.cid-spN71hP2vG .hidden {
  display: none;
}
.cid-spN71hP2vG p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-spN71hP2vG .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 400px;
  width: 200px;
}
.cid-spN71hP2vG .sticky li {
  list-style-type: none;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-spN71hP2vG .sticky li:hover {
  margin-left: -100px;
}
.cid-spN71hP2vG .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-spN71hP2vG .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-spN71hP2vG B {
  color: #000000;
}
.cid-spN71iNhiA #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}
.cid-spN71iNhiA #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
}
.cid-spN71iNhiA .spinner {
  position: relative;
  margin: 0px 0px 0px -25px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.cid-spN71iNhiA .spinner > div {
  background-color: #0c0061;
  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-spN71iNhiA .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.cid-spN71iNhiA .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.cid-spN71iNhiA .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.cid-spN71iNhiA .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-spN71j8weU {
  background-color: #e1201d;
}
.cid-spN71j8weU .trans-wave {
  opacity: 1;
  fill: #e1201d;
  pointer-events: none;
}
.cid-spN71j8weU .trans-wave1 {
  opacity: 0.7;
  fill: #e1201d;
  pointer-events: none;
}
.cid-spN71j8weU .trans-wave2 {
  opacity: 0.5;
  fill: #e1201d;
  pointer-events: none;
}
.cid-spN71j8weU .trans-wave3 {
  opacity: 0.3;
  fill: #e1201d;
  pointer-events: none;
}
.cid-spN71j8weU .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-spN71j8weU .dentaura-y-up {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-spN71j8weU .dentaura-cover {
  background: transparent;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-spN71j8weU .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.cid-spN71j8weU .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5);
  animation-iteration-count: infinite;
}
.cid-spN71j8weU .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.cid-spN71j8weU .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.cid-spN71j8weU .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.cid-spN71j8weU .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .cid-spN71j8weU .dentaura-y-down {
    height: 40px;
    min-height: 40px;
  }
}
