.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff3100 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #ff3100 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ffa600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff3100 !important;
  border-color: #ff3100 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff5a33 !important;
  border-color: #ff5a33 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5a33 !important;
  border-color: #ff5a33 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff3100 !important;
  border-color: #ff3100 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ff5a33 !important;
  border-color: #ff5a33 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff5a33 !important;
  border-color: #ff5a33 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff3100;
  color: #ff3100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a82000 !important;
  background-color: transparent !important;
  border-color: #a82000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3100 !important;
  border-color: #ff3100 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ff3100;
  color: #ff3100;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a82000 !important;
  background-color: transparent !important;
  border-color: #a82000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3100 !important;
  border-color: #ff3100 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff3100 !important;
}
.text-secondary {
  color: #ffa600 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #ff3100 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ffa600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #991d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #996400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #991d00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #996400 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff3100;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff3100;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ffa600;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff3100;
  border-color: #ff3100;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff3100;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd6cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd6cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffedcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff3100 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff3100;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff3100;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff3100;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff3100;
  border-bottom-color: #ff3100;
}
.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: #ff3100 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa600 !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='%23ff3100' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v4BCNjFC5J {
  z-index: 1000;
  width: 100%;
}
.cid-v4BCNjFC5J nav.navbar {
  position: fixed;
}
.cid-v4BCNjFC5J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BCNjFC5J .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4BCNjFC5J .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-v4BCNjFC5J .dropdown-item:hover,
.cid-v4BCNjFC5J .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-v4BCNjFC5J .dropdown-item:hover span {
  color: white;
}
.cid-v4BCNjFC5J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4BCNjFC5J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 1px;
}
.cid-v4BCNjFC5J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4BCNjFC5J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4BCNjFC5J .nav-link {
  position: relative;
}
.cid-v4BCNjFC5J .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
.cid-v4BCNjFC5J .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-v4BCNjFC5J .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4BCNjFC5J .dropdown-menu,
.cid-v4BCNjFC5J .navbar.opened {
  background: #ffffff !important;
}
.cid-v4BCNjFC5J .nav-item:focus,
.cid-v4BCNjFC5J .nav-link:focus {
  outline: none;
}
.cid-v4BCNjFC5J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4BCNjFC5J .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4BCNjFC5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4BCNjFC5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BCNjFC5J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4BCNjFC5J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4BCNjFC5J .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v4BCNjFC5J .navbar.opened {
  transition: all 0.3s;
}
.cid-v4BCNjFC5J .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4BCNjFC5J .navbar .navbar-logo img {
  width: auto;
}
.cid-v4BCNjFC5J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4BCNjFC5J .navbar.collapsed {
  justify-content: center;
}
.cid-v4BCNjFC5J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4BCNjFC5J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4BCNjFC5J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v4BCNjFC5J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4BCNjFC5J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4BCNjFC5J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4BCNjFC5J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4BCNjFC5J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4BCNjFC5J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4BCNjFC5J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4BCNjFC5J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4BCNjFC5J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4BCNjFC5J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4BCNjFC5J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4BCNjFC5J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4BCNjFC5J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4BCNjFC5J .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v4BCNjFC5J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4BCNjFC5J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4BCNjFC5J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4BCNjFC5J .navbar.navbar-short {
  min-height: 96px;
}
.cid-v4BCNjFC5J .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v4BCNjFC5J .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v4BCNjFC5J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v4BCNjFC5J .navbar-brand .navbar-caption:hover,
.cid-v4BCNjFC5J .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BCNjFC5J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4BCNjFC5J .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4BCNjFC5J .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BCNjFC5J .dropdown-item.active,
.cid-v4BCNjFC5J .dropdown-item:active {
  background-color: transparent;
}
.cid-v4BCNjFC5J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4BCNjFC5J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4BCNjFC5J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4BCNjFC5J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4BCNjFC5J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4BCNjFC5J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4BCNjFC5J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4BCNjFC5J ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4BCNjFC5J ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-v4BCNjFC5J .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4BCNjFC5J .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-v4BCNjFC5J .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4BCNjFC5J button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4BCNjFC5J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3100;
}
.cid-v4BCNjFC5J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4BCNjFC5J button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BCNjFC5J button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BCNjFC5J button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4BCNjFC5J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BCNjFC5J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4BCNjFC5J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4BCNjFC5J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BCNjFC5J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4BCNjFC5J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4BCNjFC5J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4BCNjFC5J .navbar {
    height: 70px;
  }
  .cid-v4BCNjFC5J .navbar.opened {
    height: auto;
  }
  .cid-v4BCNjFC5J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4BCNjFC5J .navbar-nav {
  margin: 0 auto;
}
.cid-v4BCNjFC5J .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4BCNjFC5J .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-v4BCNjFC5J .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4BCNjFC5J .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-v4BCNjFC5J .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v4BCNjFC5J .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4BCNjFC5J .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4BCNjFC5J .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v4BCNjFC5J .navbar {
  justify-content: flex-start !important;
}
.cid-v4BCNjFC5J .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v4BCNjFC5J .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v4BCNjFC5J .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v4BCNjFC5J .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v4BCNjFC5J .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-v4BCNjFC5J .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-v4BCNjFC5J .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4BCNjFC5J .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4BCNjFC5J .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4BCNjFC5J .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4BCNjFC5J .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4BCNjFC5J .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4BCNjFC5J .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4BCNjFC5J .content-wrap {
  min-height: 100px;
}
.cid-v4BCNjFC5J .navbar,
.cid-v4BCNjFC5J .navbar-fixed-top,
.cid-v4BCNjFC5J .cid-menu,
.cid-v4BCNjFC5J .mbr-navbar {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.cid-v4BCNjFC5J .navbar::before,
.cid-v4BCNjFC5J .navbar::after {
  background: transparent !important;
}
.cid-uxN5VajNdj {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ctdigital-1738x932.webp");
}
.cid-uxN5VajNdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxN5VajNdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxN5VajNdj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxN5VajNdj .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uxN5VajNdj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uxN5VajNdj .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uxN5VajNdj .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uxN5VajNdj .header-menu li p {
  margin: 0;
}
.cid-uxN5VajNdj .mbr-section-title {
  color: #000000;
}
.cid-uxN5VajNdj .header-menu-item {
  color: #ffffff;
}
.cid-uxN5VajNdj .mbr-text,
.cid-uxN5VajNdj .mbr-section-btn {
  color: #1a70d2;
  text-align: center;
}
.cid-v8QxQwJKTr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8QxQwJKTr .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v8QxQwJKTr .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v8QxQwJKTr img {
  width: 200px;
  margin: auto;
}
.cid-v8QxQwJKTr .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v8QxQwJKTr .card-wrapper:hover {
  background: transparent;
}
.cid-v8QxQwJKTr .card-title,
.cid-v8QxQwJKTr .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-v8QxQwJKTr .main-title,
.cid-v8QxQwJKTr .title-col {
  text-align: center;
  color: #160830;
}
.cid-v8QxQwJKTr .card-text {
  color: #bbbbbb;
}
.cid-v8QxQwJKTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QxQwJKTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QxR7K51t {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8QxR7K51t .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v8QxR7K51t .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v8QxR7K51t img {
  width: 200px;
  margin: auto;
}
.cid-v8QxR7K51t .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v8QxR7K51t .card-wrapper:hover {
  background: transparent;
}
.cid-v8QxR7K51t .card-title,
.cid-v8QxR7K51t .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-v8QxR7K51t .main-title,
.cid-v8QxR7K51t .title-col {
  text-align: center;
  color: #160830;
}
.cid-v8QxR7K51t .card-text {
  color: #bbbbbb;
}
.cid-v8QxR7K51t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QxR7K51t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgPQOdCiD.popup-builder {
  background-color: #ffffff;
}
.cid-vcgPQOdCiD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vcgPQOdCiD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vcgPQOdCiD .modal-content,
.cid-vcgPQOdCiD .modal-dialog {
  height: auto;
}
.cid-vcgPQOdCiD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vcgPQOdCiD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vcgPQOdCiD .form-wrapper .mbr-form .form-group,
  .cid-vcgPQOdCiD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vcgPQOdCiD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vcgPQOdCiD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcgPQOdCiD .mbr-text {
  text-align: center;
  color: #1f6463;
}
.cid-vcgPQOdCiD .pt-0 {
  padding-top: 0 !important;
}
.cid-vcgPQOdCiD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vcgPQOdCiD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vcgPQOdCiD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vcgPQOdCiD .modal-open {
  overflow: hidden;
}
.cid-vcgPQOdCiD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vcgPQOdCiD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vcgPQOdCiD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vcgPQOdCiD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vcgPQOdCiD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vcgPQOdCiD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vcgPQOdCiD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vcgPQOdCiD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vcgPQOdCiD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vcgPQOdCiD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vcgPQOdCiD .modal-backdrop.fade {
  opacity: 0;
}
.cid-vcgPQOdCiD .modal-backdrop.show {
  opacity: .5;
}
.cid-vcgPQOdCiD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vcgPQOdCiD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcgPQOdCiD .modal-header {
    padding: 1rem;
  }
}
.cid-vcgPQOdCiD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vcgPQOdCiD .modal-header .close svg {
  fill: #353535;
}
.cid-vcgPQOdCiD .modal-header .close:hover {
  opacity: 1;
}
.cid-vcgPQOdCiD .modal-header .close:focus {
  outline: none;
}
.cid-vcgPQOdCiD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff3100;
}
.cid-vcgPQOdCiD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vcgPQOdCiD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcgPQOdCiD .modal-body {
    padding: 1rem;
  }
}
.cid-vcgPQOdCiD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vcgPQOdCiD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcgPQOdCiD .modal-footer {
    padding: 1rem;
  }
}
.cid-vcgPQOdCiD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vcgPQOdCiD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vcgPQOdCiD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vcgPQOdCiD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vcgPQOdCiD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vcgPQOdCiD .modal-lg,
  .cid-vcgPQOdCiD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vcgPQOdCiD .modal-xl {
    max-width: 1140px;
  }
}
.cid-vcgPQOdCiD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vcgPQOdCiD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vcgPQOdCiD .form-group {
  margin-bottom: 1rem;
}
.cid-vcgPQOdCiD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vcgPQOdCiD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vcgPQOdCiD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vcgPQOdCiD .mbr-section-btn {
  margin: 0;
}
.cid-vcgPQOdCiD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTomRWjWIa {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-uTomRWjWIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTomRWjWIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTomRWjWIa .mbr-fallback-image p {
  line-height: 1.5;
}
.cid-uTomRWjWIa .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uTomRWjWIa .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #645600;
}
.cid-uTomRWjWIa .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uTomRWjWIa .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTomRWjWIa .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uTomRWjWIa .mbr-desc,
.cid-uTomRWjWIa .desc-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.cid-uTomRWjWIa .mbr-text,
.cid-uTomRWjWIa .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v5Py6EKWMx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v5Py6EKWMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Py6EKWMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5Py6EKWMx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Py6EKWMx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5Py6EKWMx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Py6EKWMx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5Py6EKWMx .mbr-section-title {
  color: #645600;
}
.cid-v5Py6EKWMx .mbr-text,
.cid-v5Py6EKWMx .mbr-section-btn {
  color: #000000;
}
.cid-v4TZ5u8sfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v4TZ5u8sfG .row {
  justify-content: center;
}
.cid-v4TZ5u8sfG img,
.cid-v4TZ5u8sfG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v4TZ5u8sfG .item:focus,
.cid-v4TZ5u8sfG span:focus {
  outline: none;
}
.cid-v4TZ5u8sfG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4TZ5u8sfG .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  min-height: 370px;
  padding: 35px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-v4TZ5u8sfG .item-wrapper {
    min-height: 463px;
  }
}
.cid-v4TZ5u8sfG .item-wrapper .btn {
  padding: 10px 12px;
}
.cid-v4TZ5u8sfG .item-wrapper .btn span {
  color: #222222;
  margin: 0 8px;
}
.cid-v4TZ5u8sfG .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-v4TZ5u8sfG .item-wrapper .btn-primary:hover span {
  color: #ff3100 !important;
}
@media (min-width: 768px) {
  .cid-v4TZ5u8sfG .item-wrapper:hover img {
    transform: scale(1);
  }
}
.cid-v4TZ5u8sfG .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-v4TZ5u8sfG .item-img img {
  width: 100%;
  transform: scale(1.2);
  transform-style: preserve-3d;
  transition: 2s;
}
.cid-v4TZ5u8sfG .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-v4TZ5u8sfG .item-content {
  position: relative;
  z-index: 3;
  padding: 0;
}
.cid-v4TZ5u8sfG .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-v4TZ5u8sfG .mbr-text {
  color: #ffffff;
}
.cid-v4TZ5u8sfG .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-v4TZ5u8sfG .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v4TZ5u8sfG .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-v4TZ5u8sfG .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-v4TZ5u8sfG .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .cid-v4TZ5u8sfG .mbr-section-head {
    padding-left: 30px;
    padding-right: 6rem;
    margin-bottom: 2rem;
  }
}
.cid-v4TZ5u8sfG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4dO2n4bwB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #edefeb;
}
.cid-v4dO2n4bwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dO2n4bwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4dO2n4bwB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4dO2n4bwB .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v4dO2n4bwB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v4dO2n4bwB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4dO2n4bwB .embla__slide .slide-content {
  width: 100%;
}
.cid-v4dO2n4bwB .embla__slide .slide-content:hover .item-wrapper,
.cid-v4dO2n4bwB .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-v4dO2n4bwB .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v4dO2n4bwB .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v4dO2n4bwB .embla__button--next,
.cid-v4dO2n4bwB .embla__button--prev {
  display: flex;
}
.cid-v4dO2n4bwB .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v4dO2n4bwB .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v4dO2n4bwB .embla__button.embla__button--prev {
  left: 0;
}
.cid-v4dO2n4bwB .embla__button.embla__button--next {
  right: 0;
}
.cid-v4dO2n4bwB .embla {
  position: relative;
  width: 100%;
}
.cid-v4dO2n4bwB .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v4dO2n4bwB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4dO2n4bwB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4dO2n4bwB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4dO2n4bwB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v4dO2n4bwB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4dO2n4bwB .mbr-section-title,
.cid-v4dO2n4bwB .mbr-section-btn {
  color: #ff3100;
}
.cid-v7w0g9bhuu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7w0g9bhuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w0g9bhuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w0g9bhuu .row {
  flex-direction: row-reverse;
}
.cid-v5b3BAEm7C {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5b3BAEm7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5b3BAEm7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5b3BAEm7C .mbr-section-subtitle {
  color: #1f6463;
}
.cid-v5b3BAEm7C .mbr-section-title {
  color: #000000;
}
.cid-vcrtWkc9zH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcrtWkc9zH .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcrtWkc9zH .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcrtWkc9zH img {
  width: 200px;
  margin: auto;
}
.cid-vcrtWkc9zH .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vcrtWkc9zH .card-wrapper:hover {
  background: transparent;
}
.cid-vcrtWkc9zH .card-title,
.cid-vcrtWkc9zH .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcrtWkc9zH .main-title,
.cid-vcrtWkc9zH .title-col {
  text-align: center;
  color: #160830;
}
.cid-vcrtWkc9zH .card-text {
  color: #bbbbbb;
}
.cid-vcrtWkc9zH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcrtWkc9zH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJjxRm0nE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaJjxRm0nE .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vaJjxRm0nE .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vaJjxRm0nE img {
  width: 200px;
  margin: auto;
}
.cid-vaJjxRm0nE .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vaJjxRm0nE .card-wrapper:hover {
  background: transparent;
}
.cid-vaJjxRm0nE .card-title,
.cid-vaJjxRm0nE .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vaJjxRm0nE .main-title,
.cid-vaJjxRm0nE .title-col {
  text-align: center;
  color: #160830;
}
.cid-vaJjxRm0nE .card-text {
  color: #bbbbbb;
}
.cid-vaJjxRm0nE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJjxRm0nE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5gcxFSv8E {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v5gcxFSv8E .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-v5gcxFSv8E .sc__title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-v5gcxFSv8E .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-uTovXUwDBz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTovXUwDBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTovXUwDBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTovXUwDBz .row {
  justify-content: center;
}
.cid-uTovXUwDBz .card {
  justify-content: center;
}
.cid-uTovXUwDBz .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTovXUwDBz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTovXUwDBz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTovXUwDBz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uTovXUwDBz .nav-wrapper .list .item-wrap:hover,
.cid-uTovXUwDBz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uTovXUwDBz .list,
.cid-uTovXUwDBz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4BCNjFC5J {
  z-index: 1000;
  width: 100%;
}
.cid-v4BCNjFC5J nav.navbar {
  position: fixed;
}
.cid-v4BCNjFC5J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BCNjFC5J .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4BCNjFC5J .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-v4BCNjFC5J .dropdown-item:hover,
.cid-v4BCNjFC5J .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-v4BCNjFC5J .dropdown-item:hover span {
  color: white;
}
.cid-v4BCNjFC5J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4BCNjFC5J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 1px;
}
.cid-v4BCNjFC5J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4BCNjFC5J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4BCNjFC5J .nav-link {
  position: relative;
}
.cid-v4BCNjFC5J .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
.cid-v4BCNjFC5J .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-v4BCNjFC5J .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4BCNjFC5J .dropdown-menu,
.cid-v4BCNjFC5J .navbar.opened {
  background: #ffffff !important;
}
.cid-v4BCNjFC5J .nav-item:focus,
.cid-v4BCNjFC5J .nav-link:focus {
  outline: none;
}
.cid-v4BCNjFC5J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4BCNjFC5J .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4BCNjFC5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4BCNjFC5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BCNjFC5J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4BCNjFC5J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4BCNjFC5J .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v4BCNjFC5J .navbar.opened {
  transition: all 0.3s;
}
.cid-v4BCNjFC5J .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4BCNjFC5J .navbar .navbar-logo img {
  width: auto;
}
.cid-v4BCNjFC5J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4BCNjFC5J .navbar.collapsed {
  justify-content: center;
}
.cid-v4BCNjFC5J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4BCNjFC5J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4BCNjFC5J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v4BCNjFC5J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4BCNjFC5J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4BCNjFC5J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4BCNjFC5J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4BCNjFC5J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4BCNjFC5J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4BCNjFC5J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4BCNjFC5J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4BCNjFC5J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4BCNjFC5J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4BCNjFC5J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4BCNjFC5J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4BCNjFC5J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4BCNjFC5J .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v4BCNjFC5J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4BCNjFC5J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4BCNjFC5J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4BCNjFC5J .navbar.navbar-short {
  min-height: 96px;
}
.cid-v4BCNjFC5J .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v4BCNjFC5J .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v4BCNjFC5J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v4BCNjFC5J .navbar-brand .navbar-caption:hover,
.cid-v4BCNjFC5J .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BCNjFC5J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4BCNjFC5J .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4BCNjFC5J .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BCNjFC5J .dropdown-item.active,
.cid-v4BCNjFC5J .dropdown-item:active {
  background-color: transparent;
}
.cid-v4BCNjFC5J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4BCNjFC5J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4BCNjFC5J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4BCNjFC5J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4BCNjFC5J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4BCNjFC5J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4BCNjFC5J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4BCNjFC5J ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4BCNjFC5J ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-v4BCNjFC5J .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4BCNjFC5J .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-v4BCNjFC5J .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4BCNjFC5J button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4BCNjFC5J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3100;
}
.cid-v4BCNjFC5J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4BCNjFC5J button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BCNjFC5J button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BCNjFC5J button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4BCNjFC5J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BCNjFC5J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4BCNjFC5J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4BCNjFC5J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BCNjFC5J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4BCNjFC5J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4BCNjFC5J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4BCNjFC5J .navbar {
    height: 70px;
  }
  .cid-v4BCNjFC5J .navbar.opened {
    height: auto;
  }
  .cid-v4BCNjFC5J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4BCNjFC5J .navbar-nav {
  margin: 0 auto;
}
.cid-v4BCNjFC5J .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4BCNjFC5J .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-v4BCNjFC5J .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4BCNjFC5J .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-v4BCNjFC5J .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v4BCNjFC5J .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4BCNjFC5J .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4BCNjFC5J .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v4BCNjFC5J .navbar {
  justify-content: flex-start !important;
}
.cid-v4BCNjFC5J .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v4BCNjFC5J .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v4BCNjFC5J .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v4BCNjFC5J .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v4BCNjFC5J .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-v4BCNjFC5J .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-v4BCNjFC5J .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4BCNjFC5J .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4BCNjFC5J .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4BCNjFC5J .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4BCNjFC5J .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4BCNjFC5J .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4BCNjFC5J .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4BCNjFC5J .content-wrap {
  min-height: 100px;
}
.cid-v4BCNjFC5J .navbar,
.cid-v4BCNjFC5J .navbar-fixed-top,
.cid-v4BCNjFC5J .cid-menu,
.cid-v4BCNjFC5J .mbr-navbar {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.cid-v4BCNjFC5J .navbar::before,
.cid-v4BCNjFC5J .navbar::after {
  background: transparent !important;
}
.cid-v4f1NCbbuV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/20251202-1245-ambientes20com20ar-condicionado20moderno-simple-compose-01kbfvpj8sfydt8vr6tb50cws7-1536x1024.webp");
}
.cid-v4f1NCbbuV .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v4f1NCbbuV .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-v4f1NCbbuV .mbr-figure img {
    width: 100% !important;
  }
}
.cid-v4f4JyMbgx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v4f4JyMbgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4f4JyMbgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4f4JyMbgx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4f4JyMbgx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4f4JyMbgx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4f4JyMbgx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4f4JyMbgx .mbr-section-title {
  color: #ff3100;
}
.cid-v4f4JyMbgx .mbr-text,
.cid-v4f4JyMbgx .mbr-section-btn {
  color: #000000;
}
.cid-v4fro8HAGR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v4fro8HAGR .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v4fro8HAGR .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v4fro8HAGR img {
  filter: brightness(10);
  width: 160px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-v4fro8HAGR .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #ff3100;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-v4fro8HAGR .card-wrapper:hover {
  background: transparent;
}
.cid-v4fro8HAGR .card-title,
.cid-v4fro8HAGR .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-v4fro8HAGR .main-title,
.cid-v4fro8HAGR .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-v4fro8HAGR .card-text {
  color: #ffffff;
}
.cid-v4fro8HAGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4fro8HAGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4fSnCnt9E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4fSnCnt9E .container {
    padding: 0 20px;
  }
}
.cid-v4fSnCnt9E .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-v4fSnCnt9E .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-v4fSnCnt9E .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4fSnCnt9E .embla__slide .slide-content {
  width: 100%;
}
.cid-v4fSnCnt9E .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4fSnCnt9E .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-v4fSnCnt9E .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-v4fSnCnt9E .embla__button--next,
.cid-v4fSnCnt9E .embla__button--prev {
  display: flex;
}
.cid-v4fSnCnt9E .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffa600 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v4fSnCnt9E .embla__button:hover {
  opacity: .5 !important;
}
.cid-v4fSnCnt9E .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-v4fSnCnt9E .embla__button.embla__button--next {
  right: 0;
}
.cid-v4fSnCnt9E .embla {
  position: relative;
  width: 100%;
}
.cid-v4fSnCnt9E .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v4fSnCnt9E .embla__viewport {
    overflow: hidden ;
  }
}
.cid-v4fSnCnt9E .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4fSnCnt9E .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4fSnCnt9E .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4ffwJVRA4 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #f7f7f7, #ffffff);
}
.cid-v4ffwJVRA4 .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-v4ffwJVRA4 .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-v4ffwJVRA4 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4ffwJVRA4 .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-v4ffwJVRA4 .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-v4ffwJVRA4 .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-v4ffwJVRA4 .row {
  justify-content: center;
}
.cid-v4ffwJVRA4 .item {
  margin-bottom: 2rem;
}
.cid-v4ffwJVRA4 .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v4ffwJVRA4 .card-box {
    padding: 2rem 1rem;
  }
}
.cid-v4ffwJVRA4 .card-text {
  color: #263d5a;
}
.cid-v4ffwJVRA4 .card-title,
.cid-v4ffwJVRA4 .iconfont-wrapper {
  color: #000000;
}
.cid-v4ffwJVRA4 .mbr-section-subtitle {
  color: #ff3100;
}
.cid-v4ffwJVRA4 .mbr-section-title {
  color: #263d5a;
}
.cid-v4ffwJVRA4 .card-price,
.cid-v4ffwJVRA4 .iconfont-wrapper {
  color: #000000;
}
.cid-v4fjnI7pwO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-v4fjnI7pwO .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-v4fjnI7pwO .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-v4fjnI7pwO .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4fjnI7pwO .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-v4fjnI7pwO .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-v4fjnI7pwO .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-v4fjnI7pwO .row {
  justify-content: center;
}
.cid-v4fjnI7pwO .item {
  margin-bottom: 2rem;
}
.cid-v4fjnI7pwO .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v4fjnI7pwO .card-box {
    padding: 2rem 1rem;
  }
}
.cid-v4fjnI7pwO .card-text {
  color: #263d5a;
}
.cid-v4fjnI7pwO .card-title,
.cid-v4fjnI7pwO .iconfont-wrapper {
  color: #000000;
}
.cid-v4fjnI7pwO .mbr-section-subtitle {
  color: #263d5a;
}
.cid-v4fjnI7pwO .mbr-section-title {
  color: #263d5a;
}
.cid-v4fjnI7pwO .card-price,
.cid-v4fjnI7pwO .iconfont-wrapper {
  color: #000000;
}
.cid-v5XqgkwsKz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v5XqgkwsKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5XqgkwsKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5XqgkwsKz .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v5XqgkwsKz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v5XqgkwsKz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5XqgkwsKz .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5XqgkwsKz .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v5XqgkwsKz .mbr-section-title {
  color: #ff6d99;
}
.cid-v5XqgkwsKz .mbr-text,
.cid-v5XqgkwsKz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5XqgkwsKz .mbr-section-title,
.cid-v5XqgkwsKz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6oJXF1hVC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6oJXF1hVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oJXF1hVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oJXF1hVC .row {
  flex-direction: row-reverse;
}
.cid-v6oGRn3hYu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6oGRn3hYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oGRn3hYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oGRn3hYu .mbr-section-subtitle {
  color: #1f6463;
}
.cid-v6oGRn3hYu .mbr-section-title {
  color: #000000;
}
.cid-vcru37LDTa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcru37LDTa .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcru37LDTa .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcru37LDTa img {
  width: 200px;
  margin: auto;
}
.cid-vcru37LDTa .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vcru37LDTa .card-wrapper:hover {
  background: transparent;
}
.cid-vcru37LDTa .card-title,
.cid-vcru37LDTa .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcru37LDTa .main-title,
.cid-vcru37LDTa .title-col {
  text-align: center;
  color: #160830;
}
.cid-vcru37LDTa .card-text {
  color: #bbbbbb;
}
.cid-vcru37LDTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcru37LDTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJjOw3PP4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaJjOw3PP4 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vaJjOw3PP4 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vaJjOw3PP4 img {
  width: 200px;
  margin: auto;
}
.cid-vaJjOw3PP4 .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vaJjOw3PP4 .card-wrapper:hover {
  background: transparent;
}
.cid-vaJjOw3PP4 .card-title,
.cid-vaJjOw3PP4 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vaJjOw3PP4 .main-title,
.cid-vaJjOw3PP4 .title-col {
  text-align: center;
  color: #160830;
}
.cid-vaJjOw3PP4 .card-text {
  color: #bbbbbb;
}
.cid-vaJjOw3PP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJjOw3PP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Mjf2nJSt {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8Mjf2nJSt .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-v8Mjf2nJSt .sc__title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-v8Mjf2nJSt .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-v4eCcYmB6E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v4eCcYmB6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4eCcYmB6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4eCcYmB6E .row {
  justify-content: center;
}
.cid-v4eCcYmB6E .card {
  justify-content: center;
}
.cid-v4eCcYmB6E .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4eCcYmB6E .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4eCcYmB6E .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4eCcYmB6E .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4eCcYmB6E .nav-wrapper .list .item-wrap:hover,
.cid-v4eCcYmB6E .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4eCcYmB6E .list,
.cid-v4eCcYmB6E .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4BIbKxao1 {
  z-index: 1000;
  width: 100%;
}
.cid-v4BIbKxao1 nav.navbar {
  position: fixed;
}
.cid-v4BIbKxao1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BIbKxao1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4BIbKxao1 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-v4BIbKxao1 .dropdown-item:hover,
.cid-v4BIbKxao1 .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-v4BIbKxao1 .dropdown-item:hover span {
  color: white;
}
.cid-v4BIbKxao1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4BIbKxao1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 1px;
}
.cid-v4BIbKxao1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4BIbKxao1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4BIbKxao1 .nav-link {
  position: relative;
}
.cid-v4BIbKxao1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
.cid-v4BIbKxao1 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-v4BIbKxao1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4BIbKxao1 .dropdown-menu,
.cid-v4BIbKxao1 .navbar.opened {
  background: #ffffff !important;
}
.cid-v4BIbKxao1 .nav-item:focus,
.cid-v4BIbKxao1 .nav-link:focus {
  outline: none;
}
.cid-v4BIbKxao1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4BIbKxao1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4BIbKxao1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4BIbKxao1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BIbKxao1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4BIbKxao1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4BIbKxao1 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v4BIbKxao1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4BIbKxao1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4BIbKxao1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4BIbKxao1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4BIbKxao1 .navbar.collapsed {
  justify-content: center;
}
.cid-v4BIbKxao1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4BIbKxao1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4BIbKxao1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v4BIbKxao1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4BIbKxao1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4BIbKxao1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4BIbKxao1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4BIbKxao1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4BIbKxao1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4BIbKxao1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4BIbKxao1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4BIbKxao1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4BIbKxao1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4BIbKxao1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4BIbKxao1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4BIbKxao1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4BIbKxao1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v4BIbKxao1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4BIbKxao1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4BIbKxao1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4BIbKxao1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v4BIbKxao1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v4BIbKxao1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v4BIbKxao1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v4BIbKxao1 .navbar-brand .navbar-caption:hover,
.cid-v4BIbKxao1 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BIbKxao1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4BIbKxao1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4BIbKxao1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BIbKxao1 .dropdown-item.active,
.cid-v4BIbKxao1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4BIbKxao1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4BIbKxao1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4BIbKxao1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4BIbKxao1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4BIbKxao1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4BIbKxao1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4BIbKxao1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4BIbKxao1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4BIbKxao1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-v4BIbKxao1 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4BIbKxao1 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-v4BIbKxao1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4BIbKxao1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4BIbKxao1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3100;
}
.cid-v4BIbKxao1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4BIbKxao1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BIbKxao1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BIbKxao1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4BIbKxao1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BIbKxao1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4BIbKxao1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4BIbKxao1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BIbKxao1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4BIbKxao1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4BIbKxao1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4BIbKxao1 .navbar {
    height: 70px;
  }
  .cid-v4BIbKxao1 .navbar.opened {
    height: auto;
  }
  .cid-v4BIbKxao1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4BIbKxao1 .navbar-nav {
  margin: 0 auto;
}
.cid-v4BIbKxao1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4BIbKxao1 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-v4BIbKxao1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4BIbKxao1 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-v4BIbKxao1 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v4BIbKxao1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4BIbKxao1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4BIbKxao1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v4BIbKxao1 .navbar {
  justify-content: flex-start !important;
}
.cid-v4BIbKxao1 .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v4BIbKxao1 .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v4BIbKxao1 .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v4BIbKxao1 .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v4BIbKxao1 .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-v4BIbKxao1 .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-v4BIbKxao1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4BIbKxao1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4BIbKxao1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4BIbKxao1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4BIbKxao1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4BIbKxao1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4BIbKxao1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4BIbKxao1 .content-wrap {
  min-height: 100px;
}
.cid-v4BIbKxao1 .navbar,
.cid-v4BIbKxao1 .navbar-fixed-top,
.cid-v4BIbKxao1 .cid-menu,
.cid-v4BIbKxao1 .mbr-navbar {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.cid-v4BIbKxao1 .navbar::before,
.cid-v4BIbKxao1 .navbar::after {
  background: transparent !important;
}
.cid-v4BIbKZI5J {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/apa-lacerda-1529x819.webp");
}
.cid-v4BIbKZI5J .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v4BIbKZI5J .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-v4BIbKZI5J .mbr-figure img {
    width: 100% !important;
  }
}
.cid-v4BIbLgLnY {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v4BIbLgLnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BIbLgLnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4BIbLgLnY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4BIbLgLnY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4BIbLgLnY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4BIbLgLnY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4BIbLgLnY .mbr-section-title {
  color: #ff3100;
}
.cid-v4BIbLgLnY .mbr-text,
.cid-v4BIbLgLnY .mbr-section-btn {
  color: #000000;
}
.cid-v4BIbLybI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v4BIbLybI1 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v4BIbLybI1 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v4BIbLybI1 img {
  filter: brightness(10);
  width: 160px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-v4BIbLybI1 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #ff3100;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-v4BIbLybI1 .card-wrapper:hover {
  background: transparent;
}
.cid-v4BIbLybI1 .card-title,
.cid-v4BIbLybI1 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-v4BIbLybI1 .main-title,
.cid-v4BIbLybI1 .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-v4BIbLybI1 .card-text {
  color: #ffffff;
}
.cid-v4BIbLybI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BIbLybI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4BIbLSQ33 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4BIbLSQ33 .container {
    padding: 0 20px;
  }
}
.cid-v4BIbLSQ33 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-v4BIbLSQ33 .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-v4BIbLSQ33 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4BIbLSQ33 .embla__slide .slide-content {
  width: 100%;
}
.cid-v4BIbLSQ33 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4BIbLSQ33 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-v4BIbLSQ33 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-v4BIbLSQ33 .embla__button--next,
.cid-v4BIbLSQ33 .embla__button--prev {
  display: flex;
}
.cid-v4BIbLSQ33 .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffa600 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v4BIbLSQ33 .embla__button:hover {
  opacity: .5 !important;
}
.cid-v4BIbLSQ33 .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-v4BIbLSQ33 .embla__button.embla__button--next {
  right: 0;
}
.cid-v4BIbLSQ33 .embla {
  position: relative;
  width: 100%;
}
.cid-v4BIbLSQ33 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v4BIbLSQ33 .embla__viewport {
    overflow: hidden ;
  }
}
.cid-v4BIbLSQ33 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4BIbLSQ33 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4BIbLSQ33 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4BIbMj8MQ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-v4BIbMj8MQ .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-v4BIbMj8MQ .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-v4BIbMj8MQ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4BIbMj8MQ .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-v4BIbMj8MQ .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-v4BIbMj8MQ .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-v4BIbMj8MQ .row {
  justify-content: center;
}
.cid-v4BIbMj8MQ .item {
  margin-bottom: 2rem;
}
.cid-v4BIbMj8MQ .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v4BIbMj8MQ .card-box {
    padding: 2rem 1rem;
  }
}
.cid-v4BIbMj8MQ .card-text {
  color: #263d5a;
}
.cid-v4BIbMj8MQ .card-title,
.cid-v4BIbMj8MQ .iconfont-wrapper {
  color: #000000;
}
.cid-v4BIbMj8MQ .mbr-section-subtitle {
  color: #ffa600;
}
.cid-v4BIbMj8MQ .mbr-section-title {
  color: #ff3100;
}
.cid-v4BIbMj8MQ .card-price,
.cid-v4BIbMj8MQ .iconfont-wrapper {
  color: #000000;
}
.cid-v5XqXSQzRB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v5XqXSQzRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5XqXSQzRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5XqXSQzRB .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v5XqXSQzRB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v5XqXSQzRB .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5XqXSQzRB .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5XqXSQzRB .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v5XqXSQzRB .mbr-section-title {
  color: #ff6d99;
}
.cid-v5XqXSQzRB .mbr-text,
.cid-v5XqXSQzRB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5XqXSQzRB .mbr-section-title,
.cid-v5XqXSQzRB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6oK8Lg9vr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6oK8Lg9vr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oK8Lg9vr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oK8Lg9vr .row {
  flex-direction: row-reverse;
}
.cid-v6oGJjdig4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6oGJjdig4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oGJjdig4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oGJjdig4 .mbr-section-subtitle {
  color: #1f6463;
}
.cid-v6oGJjdig4 .mbr-section-title {
  color: #000000;
}
.cid-vcrubSw0YV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcrubSw0YV .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcrubSw0YV .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcrubSw0YV img {
  width: 200px;
  margin: auto;
}
.cid-vcrubSw0YV .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vcrubSw0YV .card-wrapper:hover {
  background: transparent;
}
.cid-vcrubSw0YV .card-title,
.cid-vcrubSw0YV .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcrubSw0YV .main-title,
.cid-vcrubSw0YV .title-col {
  text-align: center;
  color: #160830;
}
.cid-vcrubSw0YV .card-text {
  color: #bbbbbb;
}
.cid-vcrubSw0YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcrubSw0YV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJk0XEKOk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaJk0XEKOk .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vaJk0XEKOk .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vaJk0XEKOk img {
  width: 200px;
  margin: auto;
}
.cid-vaJk0XEKOk .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vaJk0XEKOk .card-wrapper:hover {
  background: transparent;
}
.cid-vaJk0XEKOk .card-title,
.cid-vaJk0XEKOk .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vaJk0XEKOk .main-title,
.cid-vaJk0XEKOk .title-col {
  text-align: center;
  color: #160830;
}
.cid-vaJk0XEKOk .card-text {
  color: #bbbbbb;
}
.cid-vaJk0XEKOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJk0XEKOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Mji1wIOE {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8Mji1wIOE .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-v8Mji1wIOE .sc__title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-v8Mji1wIOE .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-v4BIbPLsI1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v4BIbPLsI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BIbPLsI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4BIbPLsI1 .row {
  justify-content: center;
}
.cid-v4BIbPLsI1 .card {
  justify-content: center;
}
.cid-v4BIbPLsI1 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4BIbPLsI1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4BIbPLsI1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4BIbPLsI1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4BIbPLsI1 .nav-wrapper .list .item-wrap:hover,
.cid-v4BIbPLsI1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4BIbPLsI1 .list,
.cid-v4BIbPLsI1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4BImWMxlD {
  z-index: 1000;
  width: 100%;
}
.cid-v4BImWMxlD nav.navbar {
  position: fixed;
}
.cid-v4BImWMxlD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BImWMxlD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4BImWMxlD .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-v4BImWMxlD .dropdown-item:hover,
.cid-v4BImWMxlD .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-v4BImWMxlD .dropdown-item:hover span {
  color: white;
}
.cid-v4BImWMxlD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4BImWMxlD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 1px;
}
.cid-v4BImWMxlD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4BImWMxlD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4BImWMxlD .nav-link {
  position: relative;
}
.cid-v4BImWMxlD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
.cid-v4BImWMxlD .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-v4BImWMxlD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4BImWMxlD .dropdown-menu,
.cid-v4BImWMxlD .navbar.opened {
  background: #ffffff !important;
}
.cid-v4BImWMxlD .nav-item:focus,
.cid-v4BImWMxlD .nav-link:focus {
  outline: none;
}
.cid-v4BImWMxlD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4BImWMxlD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4BImWMxlD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4BImWMxlD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BImWMxlD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4BImWMxlD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4BImWMxlD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v4BImWMxlD .navbar.opened {
  transition: all 0.3s;
}
.cid-v4BImWMxlD .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4BImWMxlD .navbar .navbar-logo img {
  width: auto;
}
.cid-v4BImWMxlD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4BImWMxlD .navbar.collapsed {
  justify-content: center;
}
.cid-v4BImWMxlD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4BImWMxlD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4BImWMxlD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v4BImWMxlD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4BImWMxlD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4BImWMxlD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4BImWMxlD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4BImWMxlD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4BImWMxlD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4BImWMxlD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4BImWMxlD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4BImWMxlD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4BImWMxlD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4BImWMxlD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4BImWMxlD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4BImWMxlD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4BImWMxlD .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v4BImWMxlD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4BImWMxlD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4BImWMxlD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4BImWMxlD .navbar.navbar-short {
  min-height: 96px;
}
.cid-v4BImWMxlD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v4BImWMxlD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v4BImWMxlD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v4BImWMxlD .navbar-brand .navbar-caption:hover,
.cid-v4BImWMxlD .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BImWMxlD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4BImWMxlD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4BImWMxlD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BImWMxlD .dropdown-item.active,
.cid-v4BImWMxlD .dropdown-item:active {
  background-color: transparent;
}
.cid-v4BImWMxlD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4BImWMxlD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4BImWMxlD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4BImWMxlD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4BImWMxlD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4BImWMxlD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4BImWMxlD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4BImWMxlD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4BImWMxlD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-v4BImWMxlD .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4BImWMxlD .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-v4BImWMxlD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4BImWMxlD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4BImWMxlD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3100;
}
.cid-v4BImWMxlD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4BImWMxlD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BImWMxlD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BImWMxlD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4BImWMxlD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BImWMxlD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4BImWMxlD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4BImWMxlD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BImWMxlD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4BImWMxlD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4BImWMxlD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4BImWMxlD .navbar {
    height: 70px;
  }
  .cid-v4BImWMxlD .navbar.opened {
    height: auto;
  }
  .cid-v4BImWMxlD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4BImWMxlD .navbar-nav {
  margin: 0 auto;
}
.cid-v4BImWMxlD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4BImWMxlD .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-v4BImWMxlD .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4BImWMxlD .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-v4BImWMxlD .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v4BImWMxlD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4BImWMxlD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4BImWMxlD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v4BImWMxlD .navbar {
  justify-content: flex-start !important;
}
.cid-v4BImWMxlD .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v4BImWMxlD .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v4BImWMxlD .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v4BImWMxlD .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v4BImWMxlD .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-v4BImWMxlD .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-v4BImWMxlD .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4BImWMxlD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4BImWMxlD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4BImWMxlD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4BImWMxlD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4BImWMxlD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4BImWMxlD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4BImWMxlD .content-wrap {
  min-height: 100px;
}
.cid-v4BImWMxlD .navbar,
.cid-v4BImWMxlD .navbar-fixed-top,
.cid-v4BImWMxlD .cid-menu,
.cid-v4BImWMxlD .mbr-navbar {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.cid-v4BImWMxlD .navbar::before,
.cid-v4BImWMxlD .navbar::after {
  background: transparent !important;
}
.cid-v4BImX9lUX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/capa-lacerda-2-1529x819.webp");
}
.cid-v4BImX9lUX .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v4BImX9lUX .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-v4BImX9lUX .mbr-figure img {
    width: 100% !important;
  }
}
.cid-v4BImXpVnS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v4BImXpVnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BImXpVnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4BImXpVnS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4BImXpVnS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4BImXpVnS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4BImXpVnS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4BImXpVnS .mbr-section-title {
  color: #ff3100;
}
.cid-v4BImXpVnS .mbr-text,
.cid-v4BImXpVnS .mbr-section-btn {
  color: #000000;
}
.cid-v4BImXIVq1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v4BImXIVq1 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v4BImXIVq1 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v4BImXIVq1 img {
  filter: brightness(10);
  width: 160px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-v4BImXIVq1 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #ff3100;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-v4BImXIVq1 .card-wrapper:hover {
  background: transparent;
}
.cid-v4BImXIVq1 .card-title,
.cid-v4BImXIVq1 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-v4BImXIVq1 .main-title,
.cid-v4BImXIVq1 .title-col {
  text-align: center;
  color: #edefeb;
}
.cid-v4BImXIVq1 .card-text {
  color: #ffffff;
}
.cid-v4BImXIVq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BImXIVq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4BImY6icW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4BImY6icW .container {
    padding: 0 20px;
  }
}
.cid-v4BImY6icW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-v4BImY6icW .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-v4BImY6icW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4BImY6icW .embla__slide .slide-content {
  width: 100%;
}
.cid-v4BImY6icW .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4BImY6icW .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-v4BImY6icW .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-v4BImY6icW .embla__button--next,
.cid-v4BImY6icW .embla__button--prev {
  display: flex;
}
.cid-v4BImY6icW .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffa600 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v4BImY6icW .embla__button:hover {
  opacity: .5 !important;
}
.cid-v4BImY6icW .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-v4BImY6icW .embla__button.embla__button--next {
  right: 0;
}
.cid-v4BImY6icW .embla {
  position: relative;
  width: 100%;
}
.cid-v4BImY6icW .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v4BImY6icW .embla__viewport {
    overflow: hidden ;
  }
}
.cid-v4BImY6icW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4BImY6icW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4BImY6icW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4BImYBxqR {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-v4BImYBxqR .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-v4BImYBxqR .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-v4BImYBxqR .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4BImYBxqR .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-v4BImYBxqR .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-v4BImYBxqR .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-v4BImYBxqR .row {
  justify-content: center;
}
.cid-v4BImYBxqR .item {
  margin-bottom: 2rem;
}
.cid-v4BImYBxqR .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v4BImYBxqR .card-box {
    padding: 2rem 1rem;
  }
}
.cid-v4BImYBxqR .card-text {
  color: #263d5a;
}
.cid-v4BImYBxqR .card-title,
.cid-v4BImYBxqR .iconfont-wrapper {
  color: #232323;
}
.cid-v4BImYBxqR .mbr-section-subtitle {
  color: #ff3100;
}
.cid-v4BImYBxqR .mbr-section-title {
  color: #263d5a;
}
.cid-v4BImYBxqR .card-price,
.cid-v4BImYBxqR .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6d8stuD0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v6d8stuD0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6d8stuD0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6d8stuD0z .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v6d8stuD0z .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v6d8stuD0z .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6d8stuD0z .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v6d8stuD0z .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v6d8stuD0z .mbr-section-title {
  color: #ff6d99;
}
.cid-v6d8stuD0z .mbr-text,
.cid-v6d8stuD0z .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6d8stuD0z .mbr-section-title,
.cid-v6d8stuD0z .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6oKdBxF2G {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6oKdBxF2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oKdBxF2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oKdBxF2G .row {
  flex-direction: row-reverse;
}
.cid-v6oGD5XFum {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6oGD5XFum .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oGD5XFum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oGD5XFum .mbr-section-subtitle {
  color: #1f6463;
}
.cid-v6oGD5XFum .mbr-section-title {
  color: #000000;
}
.cid-vcrueMwEGe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcrueMwEGe .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcrueMwEGe .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcrueMwEGe img {
  width: 200px;
  margin: auto;
}
.cid-vcrueMwEGe .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vcrueMwEGe .card-wrapper:hover {
  background: transparent;
}
.cid-vcrueMwEGe .card-title,
.cid-vcrueMwEGe .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcrueMwEGe .main-title,
.cid-vcrueMwEGe .title-col {
  text-align: center;
  color: #160830;
}
.cid-vcrueMwEGe .card-text {
  color: #bbbbbb;
}
.cid-vcrueMwEGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcrueMwEGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJk8swgYJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaJk8swgYJ .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vaJk8swgYJ .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vaJk8swgYJ img {
  width: 200px;
  margin: auto;
}
.cid-vaJk8swgYJ .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vaJk8swgYJ .card-wrapper:hover {
  background: transparent;
}
.cid-vaJk8swgYJ .card-title,
.cid-vaJk8swgYJ .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vaJk8swgYJ .main-title,
.cid-vaJk8swgYJ .title-col {
  text-align: center;
  color: #160830;
}
.cid-vaJk8swgYJ .card-text {
  color: #bbbbbb;
}
.cid-vaJk8swgYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJk8swgYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Mjl1cGQS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8Mjl1cGQS .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-v8Mjl1cGQS .sc__title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-v8Mjl1cGQS .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-v4BIn2GExL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v4BIn2GExL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BIn2GExL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4BIn2GExL .row {
  justify-content: center;
}
.cid-v4BIn2GExL .card {
  justify-content: center;
}
.cid-v4BIn2GExL .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4BIn2GExL .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4BIn2GExL .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4BIn2GExL .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4BIn2GExL .nav-wrapper .list .item-wrap:hover,
.cid-v4BIn2GExL .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4BIn2GExL .list,
.cid-v4BIn2GExL .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4BIugeQQA {
  z-index: 1000;
  width: 100%;
}
.cid-v4BIugeQQA nav.navbar {
  position: fixed;
}
.cid-v4BIugeQQA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BIugeQQA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4BIugeQQA .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-v4BIugeQQA .dropdown-item:hover,
.cid-v4BIugeQQA .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-v4BIugeQQA .dropdown-item:hover span {
  color: white;
}
.cid-v4BIugeQQA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4BIugeQQA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 1px;
}
.cid-v4BIugeQQA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4BIugeQQA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4BIugeQQA .nav-link {
  position: relative;
}
.cid-v4BIugeQQA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
.cid-v4BIugeQQA .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-v4BIugeQQA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4BIugeQQA .dropdown-menu,
.cid-v4BIugeQQA .navbar.opened {
  background: #ffffff !important;
}
.cid-v4BIugeQQA .nav-item:focus,
.cid-v4BIugeQQA .nav-link:focus {
  outline: none;
}
.cid-v4BIugeQQA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4BIugeQQA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4BIugeQQA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4BIugeQQA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BIugeQQA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4BIugeQQA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4BIugeQQA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v4BIugeQQA .navbar.opened {
  transition: all 0.3s;
}
.cid-v4BIugeQQA .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4BIugeQQA .navbar .navbar-logo img {
  width: auto;
}
.cid-v4BIugeQQA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4BIugeQQA .navbar.collapsed {
  justify-content: center;
}
.cid-v4BIugeQQA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4BIugeQQA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4BIugeQQA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v4BIugeQQA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4BIugeQQA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4BIugeQQA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4BIugeQQA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4BIugeQQA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4BIugeQQA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4BIugeQQA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4BIugeQQA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4BIugeQQA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4BIugeQQA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4BIugeQQA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4BIugeQQA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4BIugeQQA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4BIugeQQA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v4BIugeQQA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4BIugeQQA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4BIugeQQA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4BIugeQQA .navbar.navbar-short {
  min-height: 96px;
}
.cid-v4BIugeQQA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v4BIugeQQA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v4BIugeQQA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v4BIugeQQA .navbar-brand .navbar-caption:hover,
.cid-v4BIugeQQA .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BIugeQQA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4BIugeQQA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4BIugeQQA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BIugeQQA .dropdown-item.active,
.cid-v4BIugeQQA .dropdown-item:active {
  background-color: transparent;
}
.cid-v4BIugeQQA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4BIugeQQA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4BIugeQQA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4BIugeQQA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4BIugeQQA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4BIugeQQA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4BIugeQQA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4BIugeQQA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4BIugeQQA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-v4BIugeQQA .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4BIugeQQA .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-v4BIugeQQA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4BIugeQQA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4BIugeQQA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3100;
}
.cid-v4BIugeQQA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4BIugeQQA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BIugeQQA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BIugeQQA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4BIugeQQA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BIugeQQA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4BIugeQQA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4BIugeQQA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BIugeQQA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4BIugeQQA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4BIugeQQA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4BIugeQQA .navbar {
    height: 70px;
  }
  .cid-v4BIugeQQA .navbar.opened {
    height: auto;
  }
  .cid-v4BIugeQQA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4BIugeQQA .navbar-nav {
  margin: 0 auto;
}
.cid-v4BIugeQQA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4BIugeQQA .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-v4BIugeQQA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4BIugeQQA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-v4BIugeQQA .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v4BIugeQQA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4BIugeQQA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4BIugeQQA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v4BIugeQQA .navbar {
  justify-content: flex-start !important;
}
.cid-v4BIugeQQA .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v4BIugeQQA .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v4BIugeQQA .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v4BIugeQQA .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v4BIugeQQA .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-v4BIugeQQA .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-v4BIugeQQA .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4BIugeQQA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4BIugeQQA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4BIugeQQA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4BIugeQQA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4BIugeQQA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4BIugeQQA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4BIugeQQA .content-wrap {
  min-height: 100px;
}
.cid-v4BIugeQQA .navbar,
.cid-v4BIugeQQA .navbar-fixed-top,
.cid-v4BIugeQQA .cid-menu,
.cid-v4BIugeQQA .mbr-navbar {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.cid-v4BIugeQQA .navbar::before,
.cid-v4BIugeQQA .navbar::after {
  background: transparent !important;
}
.cid-v4BIugDI93 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/capa-make-1529x819.webp");
}
.cid-v4BIugDI93 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v4BIugDI93 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-v4BIugDI93 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-v4BIugX12e {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v4BIugX12e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BIugX12e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4BIugX12e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4BIugX12e .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4BIugX12e .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4BIugX12e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4BIugX12e .mbr-section-title {
  color: #ff3100;
}
.cid-v4BIugX12e .mbr-text,
.cid-v4BIugX12e .mbr-section-btn {
  color: #000000;
}
.cid-v4BIuhdD2b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v4BIuhdD2b .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v4BIuhdD2b .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v4BIuhdD2b img {
  filter: brightness(10);
  width: 160px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-v4BIuhdD2b .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #ff3100;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-v4BIuhdD2b .card-wrapper:hover {
  background: transparent;
}
.cid-v4BIuhdD2b .card-title,
.cid-v4BIuhdD2b .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-v4BIuhdD2b .main-title,
.cid-v4BIuhdD2b .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-v4BIuhdD2b .card-text {
  color: #ffffff;
}
.cid-v4BIuhdD2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BIuhdD2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4BIuhyAIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4BIuhyAIk .container {
    padding: 0 20px;
  }
}
.cid-v4BIuhyAIk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-v4BIuhyAIk .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-v4BIuhyAIk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4BIuhyAIk .embla__slide .slide-content {
  width: 100%;
}
.cid-v4BIuhyAIk .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4BIuhyAIk .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-v4BIuhyAIk .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-v4BIuhyAIk .embla__button--next,
.cid-v4BIuhyAIk .embla__button--prev {
  display: flex;
}
.cid-v4BIuhyAIk .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffa600 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v4BIuhyAIk .embla__button:hover {
  opacity: .5 !important;
}
.cid-v4BIuhyAIk .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-v4BIuhyAIk .embla__button.embla__button--next {
  right: 0;
}
.cid-v4BIuhyAIk .embla {
  position: relative;
  width: 100%;
}
.cid-v4BIuhyAIk .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v4BIuhyAIk .embla__viewport {
    overflow: hidden ;
  }
}
.cid-v4BIuhyAIk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4BIuhyAIk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4BIuhyAIk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5xDIA0AbN {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #edefeb);
}
.cid-v5xDIA0AbN .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-v5xDIA0AbN .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-v5xDIA0AbN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5xDIA0AbN .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-v5xDIA0AbN .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-v5xDIA0AbN .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-v5xDIA0AbN .row {
  justify-content: center;
}
.cid-v5xDIA0AbN .item {
  margin-bottom: 2rem;
}
.cid-v5xDIA0AbN .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v5xDIA0AbN .card-box {
    padding: 2rem 1rem;
  }
}
.cid-v5xDIA0AbN .card-text {
  color: #263d5a;
}
.cid-v5xDIA0AbN .card-title,
.cid-v5xDIA0AbN .iconfont-wrapper {
  color: #000000;
}
.cid-v5xDIA0AbN .mbr-section-subtitle {
  color: #ff3100;
}
.cid-v5xDIA0AbN .mbr-section-title {
  color: #263d5a;
}
.cid-v5xDIA0AbN .card-price,
.cid-v5xDIA0AbN .iconfont-wrapper {
  color: #000000;
}
.cid-v6d8poSEPy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v6d8poSEPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6d8poSEPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6d8poSEPy .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v6d8poSEPy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v6d8poSEPy .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6d8poSEPy .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v6d8poSEPy .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v6d8poSEPy .mbr-section-title {
  color: #ff6d99;
}
.cid-v6d8poSEPy .mbr-text,
.cid-v6d8poSEPy .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6d8poSEPy .mbr-section-title,
.cid-v6d8poSEPy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6oKhbpUV2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6oKhbpUV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oKhbpUV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oKhbpUV2 .row {
  flex-direction: row-reverse;
}
.cid-v6oGwyOmZ9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6oGwyOmZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oGwyOmZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oGwyOmZ9 .mbr-section-subtitle {
  color: #1f6463;
}
.cid-v6oGwyOmZ9 .mbr-section-title {
  color: #000000;
}
.cid-vcruhCO7kc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcruhCO7kc .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcruhCO7kc .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcruhCO7kc img {
  width: 200px;
  margin: auto;
}
.cid-vcruhCO7kc .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vcruhCO7kc .card-wrapper:hover {
  background: transparent;
}
.cid-vcruhCO7kc .card-title,
.cid-vcruhCO7kc .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcruhCO7kc .main-title,
.cid-vcruhCO7kc .title-col {
  text-align: center;
  color: #160830;
}
.cid-vcruhCO7kc .card-text {
  color: #bbbbbb;
}
.cid-vcruhCO7kc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcruhCO7kc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJkfQCNAB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaJkfQCNAB .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vaJkfQCNAB .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vaJkfQCNAB img {
  width: 200px;
  margin: auto;
}
.cid-vaJkfQCNAB .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vaJkfQCNAB .card-wrapper:hover {
  background: transparent;
}
.cid-vaJkfQCNAB .card-title,
.cid-vaJkfQCNAB .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vaJkfQCNAB .main-title,
.cid-vaJkfQCNAB .title-col {
  text-align: center;
  color: #160830;
}
.cid-vaJkfQCNAB .card-text {
  color: #bbbbbb;
}
.cid-vaJkfQCNAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJkfQCNAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MjntWX6C {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8MjntWX6C .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-v8MjntWX6C .sc__title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-v8MjntWX6C .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-v4BIum8a8G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v4BIum8a8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BIum8a8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4BIum8a8G .row {
  justify-content: center;
}
.cid-v4BIum8a8G .card {
  justify-content: center;
}
.cid-v4BIum8a8G .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4BIum8a8G .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4BIum8a8G .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4BIum8a8G .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4BIum8a8G .nav-wrapper .list .item-wrap:hover,
.cid-v4BIum8a8G .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4BIum8a8G .list,
.cid-v4BIum8a8G .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4BJnu97Cw {
  z-index: 1000;
  width: 100%;
}
.cid-v4BJnu97Cw nav.navbar {
  position: fixed;
}
.cid-v4BJnu97Cw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BJnu97Cw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4BJnu97Cw .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-v4BJnu97Cw .dropdown-item:hover,
.cid-v4BJnu97Cw .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-v4BJnu97Cw .dropdown-item:hover span {
  color: white;
}
.cid-v4BJnu97Cw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4BJnu97Cw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 1px;
}
.cid-v4BJnu97Cw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4BJnu97Cw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4BJnu97Cw .nav-link {
  position: relative;
}
.cid-v4BJnu97Cw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
.cid-v4BJnu97Cw .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-v4BJnu97Cw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4BJnu97Cw .dropdown-menu,
.cid-v4BJnu97Cw .navbar.opened {
  background: #ffffff !important;
}
.cid-v4BJnu97Cw .nav-item:focus,
.cid-v4BJnu97Cw .nav-link:focus {
  outline: none;
}
.cid-v4BJnu97Cw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4BJnu97Cw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4BJnu97Cw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4BJnu97Cw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4BJnu97Cw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4BJnu97Cw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4BJnu97Cw .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v4BJnu97Cw .navbar.opened {
  transition: all 0.3s;
}
.cid-v4BJnu97Cw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4BJnu97Cw .navbar .navbar-logo img {
  width: auto;
}
.cid-v4BJnu97Cw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4BJnu97Cw .navbar.collapsed {
  justify-content: center;
}
.cid-v4BJnu97Cw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4BJnu97Cw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4BJnu97Cw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v4BJnu97Cw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4BJnu97Cw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4BJnu97Cw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4BJnu97Cw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4BJnu97Cw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4BJnu97Cw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4BJnu97Cw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4BJnu97Cw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4BJnu97Cw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4BJnu97Cw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4BJnu97Cw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4BJnu97Cw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4BJnu97Cw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4BJnu97Cw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v4BJnu97Cw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4BJnu97Cw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4BJnu97Cw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4BJnu97Cw .navbar.navbar-short {
  min-height: 96px;
}
.cid-v4BJnu97Cw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v4BJnu97Cw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v4BJnu97Cw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v4BJnu97Cw .navbar-brand .navbar-caption:hover,
.cid-v4BJnu97Cw .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BJnu97Cw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4BJnu97Cw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4BJnu97Cw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v4BJnu97Cw .dropdown-item.active,
.cid-v4BJnu97Cw .dropdown-item:active {
  background-color: transparent;
}
.cid-v4BJnu97Cw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4BJnu97Cw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4BJnu97Cw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4BJnu97Cw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4BJnu97Cw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4BJnu97Cw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4BJnu97Cw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4BJnu97Cw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4BJnu97Cw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-v4BJnu97Cw .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4BJnu97Cw .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-v4BJnu97Cw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4BJnu97Cw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4BJnu97Cw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3100;
}
.cid-v4BJnu97Cw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4BJnu97Cw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BJnu97Cw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4BJnu97Cw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4BJnu97Cw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BJnu97Cw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4BJnu97Cw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4BJnu97Cw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4BJnu97Cw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4BJnu97Cw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4BJnu97Cw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4BJnu97Cw .navbar {
    height: 70px;
  }
  .cid-v4BJnu97Cw .navbar.opened {
    height: auto;
  }
  .cid-v4BJnu97Cw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4BJnu97Cw .navbar-nav {
  margin: 0 auto;
}
.cid-v4BJnu97Cw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4BJnu97Cw .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-v4BJnu97Cw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4BJnu97Cw .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-v4BJnu97Cw .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v4BJnu97Cw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4BJnu97Cw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4BJnu97Cw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v4BJnu97Cw .navbar {
  justify-content: flex-start !important;
}
.cid-v4BJnu97Cw .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v4BJnu97Cw .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v4BJnu97Cw .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v4BJnu97Cw .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v4BJnu97Cw .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-v4BJnu97Cw .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-v4BJnu97Cw .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4BJnu97Cw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4BJnu97Cw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4BJnu97Cw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4BJnu97Cw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4BJnu97Cw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4BJnu97Cw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4BJnu97Cw .content-wrap {
  min-height: 100px;
}
.cid-v4BJnu97Cw .navbar,
.cid-v4BJnu97Cw .navbar-fixed-top,
.cid-v4BJnu97Cw .cid-menu,
.cid-v4BJnu97Cw .mbr-navbar {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.cid-v4BJnu97Cw .navbar::before,
.cid-v4BJnu97Cw .navbar::after {
  background: transparent !important;
}
.cid-v4BJnuvhPI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/capa-thermo-2-1529x819.webp");
}
.cid-v4BJnuvhPI .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v4BJnuvhPI .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-v4BJnuvhPI .mbr-figure img {
    width: 100% !important;
  }
}
.cid-v4BJnuLg08 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v4BJnuLg08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BJnuLg08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4BJnuLg08 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4BJnuLg08 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4BJnuLg08 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4BJnuLg08 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4BJnuLg08 .mbr-section-title {
  color: #ff3100;
}
.cid-v4BJnuLg08 .mbr-text,
.cid-v4BJnuLg08 .mbr-section-btn {
  color: #000000;
}
.cid-v4BJnv4e56 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v4BJnv4e56 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v4BJnv4e56 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v4BJnv4e56 img {
  filter: brightness(10);
  width: 160px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-v4BJnv4e56 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #ff3100;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-v4BJnv4e56 .card-wrapper:hover {
  background: transparent;
}
.cid-v4BJnv4e56 .card-title,
.cid-v4BJnv4e56 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-v4BJnv4e56 .main-title,
.cid-v4BJnv4e56 .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-v4BJnv4e56 .card-text {
  color: #ffffff;
}
.cid-v4BJnv4e56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BJnv4e56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4BJnvto4f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4BJnvto4f .container {
    padding: 0 20px;
  }
}
.cid-v4BJnvto4f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-v4BJnvto4f .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-v4BJnvto4f .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4BJnvto4f .embla__slide .slide-content {
  width: 100%;
}
.cid-v4BJnvto4f .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4BJnvto4f .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-v4BJnvto4f .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-v4BJnvto4f .embla__button--next,
.cid-v4BJnvto4f .embla__button--prev {
  display: flex;
}
.cid-v4BJnvto4f .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffa600 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v4BJnvto4f .embla__button:hover {
  opacity: .5 !important;
}
.cid-v4BJnvto4f .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-v4BJnvto4f .embla__button.embla__button--next {
  right: 0;
}
.cid-v4BJnvto4f .embla {
  position: relative;
  width: 100%;
}
.cid-v4BJnvto4f .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v4BJnvto4f .embla__viewport {
    overflow: hidden ;
  }
}
.cid-v4BJnvto4f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4BJnvto4f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4BJnvto4f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5xTkRBuAS {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-v5xTkRBuAS .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-v5xTkRBuAS .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-v5xTkRBuAS .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5xTkRBuAS .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-v5xTkRBuAS .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-v5xTkRBuAS .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-v5xTkRBuAS .row {
  justify-content: center;
}
.cid-v5xTkRBuAS .item {
  margin-bottom: 2rem;
}
.cid-v5xTkRBuAS .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v5xTkRBuAS .card-box {
    padding: 2rem 1rem;
  }
}
.cid-v5xTkRBuAS .card-text {
  color: #263d5a;
}
.cid-v5xTkRBuAS .card-title,
.cid-v5xTkRBuAS .iconfont-wrapper {
  color: #232323;
}
.cid-v5xTkRBuAS .mbr-section-subtitle {
  color: #ff3100;
}
.cid-v5xTkRBuAS .mbr-section-title {
  color: #263d5a;
}
.cid-v5xTkRBuAS .card-price,
.cid-v5xTkRBuAS .iconfont-wrapper {
  color: #000000;
}
.cid-v6d8lnoqbh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v6d8lnoqbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6d8lnoqbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6d8lnoqbh .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v6d8lnoqbh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v6d8lnoqbh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6d8lnoqbh .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v6d8lnoqbh .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v6d8lnoqbh .mbr-section-title {
  color: #ff6d99;
}
.cid-v6d8lnoqbh .mbr-text,
.cid-v6d8lnoqbh .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6d8lnoqbh .mbr-section-title,
.cid-v6d8lnoqbh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6oKloqWHc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6oKloqWHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oKloqWHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oKloqWHc .row {
  flex-direction: row-reverse;
}
.cid-v6oGp2M6xh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6oGp2M6xh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oGp2M6xh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oGp2M6xh .mbr-section-subtitle {
  color: #1f6463;
}
.cid-v6oGp2M6xh .mbr-section-title {
  color: #000000;
}
.cid-vcru6ELObv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcru6ELObv .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcru6ELObv .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcru6ELObv img {
  width: 200px;
  margin: auto;
}
.cid-vcru6ELObv .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vcru6ELObv .card-wrapper:hover {
  background: transparent;
}
.cid-vcru6ELObv .card-title,
.cid-vcru6ELObv .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcru6ELObv .main-title,
.cid-vcru6ELObv .title-col {
  text-align: center;
  color: #160830;
}
.cid-vcru6ELObv .card-text {
  color: #bbbbbb;
}
.cid-vcru6ELObv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcru6ELObv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJjEfoVl8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaJjEfoVl8 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vaJjEfoVl8 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vaJjEfoVl8 img {
  width: 200px;
  margin: auto;
}
.cid-vaJjEfoVl8 .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vaJjEfoVl8 .card-wrapper:hover {
  background: transparent;
}
.cid-vaJjEfoVl8 .card-title,
.cid-vaJjEfoVl8 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vaJjEfoVl8 .main-title,
.cid-vaJjEfoVl8 .title-col {
  text-align: center;
  color: #160830;
}
.cid-vaJjEfoVl8 .card-text {
  color: #bbbbbb;
}
.cid-vaJjEfoVl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJjEfoVl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MjpU63Sx {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8MjpU63Sx .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-v8MjpU63Sx .sc__title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-v8MjpU63Sx .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-v4BJnzuvTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v4BJnzuvTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BJnzuvTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4BJnzuvTL .row {
  justify-content: center;
}
.cid-v4BJnzuvTL .card {
  justify-content: center;
}
.cid-v4BJnzuvTL .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4BJnzuvTL .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4BJnzuvTL .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4BJnzuvTL .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4BJnzuvTL .nav-wrapper .list .item-wrap:hover,
.cid-v4BJnzuvTL .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4BJnzuvTL .list,
.cid-v4BJnzuvTL .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5akXAyK75 {
  z-index: 1000;
  width: 100%;
}
.cid-v5akXAyK75 nav.navbar {
  position: fixed;
}
.cid-v5akXAyK75 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5akXAyK75 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5akXAyK75 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-v5akXAyK75 .dropdown-item:hover,
.cid-v5akXAyK75 .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-v5akXAyK75 .dropdown-item:hover span {
  color: white;
}
.cid-v5akXAyK75 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5akXAyK75 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 1px;
}
.cid-v5akXAyK75 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5akXAyK75 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5akXAyK75 .nav-link {
  position: relative;
}
.cid-v5akXAyK75 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
.cid-v5akXAyK75 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-v5akXAyK75 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5akXAyK75 .dropdown-menu,
.cid-v5akXAyK75 .navbar.opened {
  background: #ffffff !important;
}
.cid-v5akXAyK75 .nav-item:focus,
.cid-v5akXAyK75 .nav-link:focus {
  outline: none;
}
.cid-v5akXAyK75 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5akXAyK75 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5akXAyK75 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5akXAyK75 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5akXAyK75 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5akXAyK75 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5akXAyK75 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5akXAyK75 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5akXAyK75 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5akXAyK75 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5akXAyK75 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5akXAyK75 .navbar.collapsed {
  justify-content: center;
}
.cid-v5akXAyK75 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5akXAyK75 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5akXAyK75 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v5akXAyK75 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5akXAyK75 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5akXAyK75 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5akXAyK75 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5akXAyK75 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5akXAyK75 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5akXAyK75 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5akXAyK75 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5akXAyK75 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5akXAyK75 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5akXAyK75 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5akXAyK75 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5akXAyK75 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5akXAyK75 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5akXAyK75 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5akXAyK75 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5akXAyK75 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5akXAyK75 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5akXAyK75 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5akXAyK75 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5akXAyK75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v5akXAyK75 .navbar-brand .navbar-caption:hover,
.cid-v5akXAyK75 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v5akXAyK75 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5akXAyK75 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5akXAyK75 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v5akXAyK75 .dropdown-item.active,
.cid-v5akXAyK75 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5akXAyK75 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5akXAyK75 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5akXAyK75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5akXAyK75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5akXAyK75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5akXAyK75 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5akXAyK75 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5akXAyK75 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5akXAyK75 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-v5akXAyK75 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5akXAyK75 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-v5akXAyK75 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5akXAyK75 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5akXAyK75 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3100;
}
.cid-v5akXAyK75 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5akXAyK75 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5akXAyK75 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5akXAyK75 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5akXAyK75 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5akXAyK75 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5akXAyK75 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5akXAyK75 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5akXAyK75 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5akXAyK75 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5akXAyK75 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5akXAyK75 .navbar {
    height: 70px;
  }
  .cid-v5akXAyK75 .navbar.opened {
    height: auto;
  }
  .cid-v5akXAyK75 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5akXAyK75 .navbar-nav {
  margin: 0 auto;
}
.cid-v5akXAyK75 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5akXAyK75 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-v5akXAyK75 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5akXAyK75 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-v5akXAyK75 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5akXAyK75 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5akXAyK75 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5akXAyK75 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v5akXAyK75 .navbar {
  justify-content: flex-start !important;
}
.cid-v5akXAyK75 .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v5akXAyK75 .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v5akXAyK75 .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v5akXAyK75 .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v5akXAyK75 .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-v5akXAyK75 .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-v5akXAyK75 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5akXAyK75 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5akXAyK75 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5akXAyK75 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5akXAyK75 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5akXAyK75 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5akXAyK75 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5akXAyK75 .content-wrap {
  min-height: 100px;
}
.cid-v5akXAyK75 .navbar,
.cid-v5akXAyK75 .navbar-fixed-top,
.cid-v5akXAyK75 .cid-menu,
.cid-v5akXAyK75 .mbr-navbar {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.cid-v5akXAyK75 .navbar::before,
.cid-v5akXAyK75 .navbar::after {
  background: transparent !important;
}
.cid-v5akXAU2vh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/capa-newin-1529x819.webp");
}
.cid-v5akXAU2vh .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v5akXAU2vh .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-v5akXAU2vh .mbr-figure img {
    width: 100% !important;
  }
}
.cid-v5akXBdJNa {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v5akXBdJNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5akXBdJNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5akXBdJNa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5akXBdJNa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5akXBdJNa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5akXBdJNa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5akXBdJNa .mbr-section-title {
  color: #ff3100;
}
.cid-v5akXBdJNa .mbr-text,
.cid-v5akXBdJNa .mbr-section-btn {
  color: #000000;
}
.cid-v5akXBwaMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v5akXBwaMB .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v5akXBwaMB .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v5akXBwaMB img {
  filter: brightness(10);
  width: 160px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-v5akXBwaMB .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #ff3100;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-v5akXBwaMB .card-wrapper:hover {
  background: transparent;
}
.cid-v5akXBwaMB .card-title,
.cid-v5akXBwaMB .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-v5akXBwaMB .main-title,
.cid-v5akXBwaMB .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-v5akXBwaMB .card-text {
  color: #ffffff;
}
.cid-v5akXBwaMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5akXBwaMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5akXBS3cY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5akXBS3cY .container {
    padding: 0 20px;
  }
}
.cid-v5akXBS3cY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-v5akXBS3cY .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-v5akXBS3cY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v5akXBS3cY .embla__slide .slide-content {
  width: 100%;
}
.cid-v5akXBS3cY .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v5akXBS3cY .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-v5akXBS3cY .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-v5akXBS3cY .embla__button--next,
.cid-v5akXBS3cY .embla__button--prev {
  display: flex;
}
.cid-v5akXBS3cY .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffa600 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v5akXBS3cY .embla__button:hover {
  opacity: .5 !important;
}
.cid-v5akXBS3cY .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-v5akXBS3cY .embla__button.embla__button--next {
  right: 0;
}
.cid-v5akXBS3cY .embla {
  position: relative;
  width: 100%;
}
.cid-v5akXBS3cY .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v5akXBS3cY .embla__viewport {
    overflow: hidden ;
  }
}
.cid-v5akXBS3cY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5akXBS3cY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5akXBS3cY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5akXCkKGs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-v5akXCkKGs .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-v5akXCkKGs .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-v5akXCkKGs .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5akXCkKGs .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-v5akXCkKGs .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-v5akXCkKGs .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-v5akXCkKGs .row {
  justify-content: center;
}
.cid-v5akXCkKGs .item {
  margin-bottom: 2rem;
}
.cid-v5akXCkKGs .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v5akXCkKGs .card-box {
    padding: 2rem 1rem;
  }
}
.cid-v5akXCkKGs .card-text {
  color: #263d5a;
}
.cid-v5akXCkKGs .card-title,
.cid-v5akXCkKGs .iconfont-wrapper {
  color: #000000;
}
.cid-v5akXCkKGs .mbr-section-subtitle {
  color: #ff3100;
}
.cid-v5akXCkKGs .mbr-section-title {
  color: #263d5a;
}
.cid-v5akXCkKGs .card-price,
.cid-v5akXCkKGs .iconfont-wrapper {
  color: #000000;
}
.cid-v8o2R5kXoJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-v8o2R5kXoJ .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-v8o2R5kXoJ .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-v8o2R5kXoJ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8o2R5kXoJ .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-v8o2R5kXoJ .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-v8o2R5kXoJ .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-v8o2R5kXoJ .row {
  justify-content: center;
}
.cid-v8o2R5kXoJ .item {
  margin-bottom: 2rem;
}
.cid-v8o2R5kXoJ .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v8o2R5kXoJ .card-box {
    padding: 2rem 1rem;
  }
}
.cid-v8o2R5kXoJ .card-text {
  color: #263d5a;
}
.cid-v8o2R5kXoJ .card-title,
.cid-v8o2R5kXoJ .iconfont-wrapper {
  color: #000000;
}
.cid-v8o2R5kXoJ .mbr-section-subtitle {
  color: #ff3100;
}
.cid-v8o2R5kXoJ .mbr-section-title {
  color: #263d5a;
}
.cid-v8o2R5kXoJ .card-price,
.cid-v8o2R5kXoJ .iconfont-wrapper {
  color: #000000;
}
.cid-v6d8j0ax5A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v6d8j0ax5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6d8j0ax5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6d8j0ax5A .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v6d8j0ax5A .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v6d8j0ax5A .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6d8j0ax5A .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v6d8j0ax5A .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v6d8j0ax5A .mbr-section-title {
  color: #ff6d99;
}
.cid-v6d8j0ax5A .mbr-text,
.cid-v6d8j0ax5A .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6d8j0ax5A .mbr-section-title,
.cid-v6d8j0ax5A .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6oKqJRWLD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6oKqJRWLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oKqJRWLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oKqJRWLD .row {
  flex-direction: row-reverse;
}
.cid-v6oGeJJhk8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6oGeJJhk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6oGeJJhk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6oGeJJhk8 .mbr-section-subtitle {
  color: #1f6463;
}
.cid-v6oGeJJhk8 .mbr-section-title {
  color: #000000;
}
.cid-vcru9zi4V4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcru9zi4V4 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcru9zi4V4 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcru9zi4V4 img {
  width: 200px;
  margin: auto;
}
.cid-vcru9zi4V4 .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vcru9zi4V4 .card-wrapper:hover {
  background: transparent;
}
.cid-vcru9zi4V4 .card-title,
.cid-vcru9zi4V4 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcru9zi4V4 .main-title,
.cid-vcru9zi4V4 .title-col {
  text-align: center;
  color: #160830;
}
.cid-vcru9zi4V4 .card-text {
  color: #bbbbbb;
}
.cid-vcru9zi4V4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcru9zi4V4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJjWFfAko {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaJjWFfAko .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vaJjWFfAko .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vaJjWFfAko img {
  width: 200px;
  margin: auto;
}
.cid-vaJjWFfAko .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vaJjWFfAko .card-wrapper:hover {
  background: transparent;
}
.cid-vaJjWFfAko .card-title,
.cid-vaJjWFfAko .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vaJjWFfAko .main-title,
.cid-vaJjWFfAko .title-col {
  text-align: center;
  color: #160830;
}
.cid-vaJjWFfAko .card-text {
  color: #bbbbbb;
}
.cid-vaJjWFfAko .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJjWFfAko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MjsnvsbN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8MjsnvsbN .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-v8MjsnvsbN .sc__title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-v8MjsnvsbN .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-v5akXFy0G1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v5akXFy0G1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5akXFy0G1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5akXFy0G1 .row {
  justify-content: center;
}
.cid-v5akXFy0G1 .card {
  justify-content: center;
}
.cid-v5akXFy0G1 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5akXFy0G1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v5akXFy0G1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5akXFy0G1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v5akXFy0G1 .nav-wrapper .list .item-wrap:hover,
.cid-v5akXFy0G1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v5akXFy0G1 .list,
.cid-v5akXFy0G1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8hPTTwJRs {
  z-index: 1000;
  width: 100%;
}
.cid-v8hPTTwJRs nav.navbar {
  position: fixed;
}
.cid-v8hPTTwJRs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8hPTTwJRs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v8hPTTwJRs .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-v8hPTTwJRs .dropdown-item:hover,
.cid-v8hPTTwJRs .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-v8hPTTwJRs .dropdown-item:hover span {
  color: white;
}
.cid-v8hPTTwJRs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8hPTTwJRs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 1px;
}
.cid-v8hPTTwJRs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8hPTTwJRs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8hPTTwJRs .nav-link {
  position: relative;
}
.cid-v8hPTTwJRs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
.cid-v8hPTTwJRs .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-v8hPTTwJRs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8hPTTwJRs .dropdown-menu,
.cid-v8hPTTwJRs .navbar.opened {
  background: #ffffff !important;
}
.cid-v8hPTTwJRs .nav-item:focus,
.cid-v8hPTTwJRs .nav-link:focus {
  outline: none;
}
.cid-v8hPTTwJRs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8hPTTwJRs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v8hPTTwJRs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8hPTTwJRs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8hPTTwJRs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8hPTTwJRs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8hPTTwJRs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v8hPTTwJRs .navbar.opened {
  transition: all 0.3s;
}
.cid-v8hPTTwJRs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v8hPTTwJRs .navbar .navbar-logo img {
  width: auto;
}
.cid-v8hPTTwJRs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8hPTTwJRs .navbar.collapsed {
  justify-content: center;
}
.cid-v8hPTTwJRs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8hPTTwJRs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8hPTTwJRs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v8hPTTwJRs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8hPTTwJRs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8hPTTwJRs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8hPTTwJRs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8hPTTwJRs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8hPTTwJRs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8hPTTwJRs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8hPTTwJRs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8hPTTwJRs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8hPTTwJRs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8hPTTwJRs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8hPTTwJRs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8hPTTwJRs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8hPTTwJRs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v8hPTTwJRs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8hPTTwJRs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8hPTTwJRs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8hPTTwJRs .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8hPTTwJRs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8hPTTwJRs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v8hPTTwJRs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v8hPTTwJRs .navbar-brand .navbar-caption:hover,
.cid-v8hPTTwJRs .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v8hPTTwJRs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8hPTTwJRs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8hPTTwJRs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-v8hPTTwJRs .dropdown-item.active,
.cid-v8hPTTwJRs .dropdown-item:active {
  background-color: transparent;
}
.cid-v8hPTTwJRs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8hPTTwJRs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8hPTTwJRs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8hPTTwJRs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v8hPTTwJRs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v8hPTTwJRs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8hPTTwJRs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8hPTTwJRs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v8hPTTwJRs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-v8hPTTwJRs .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v8hPTTwJRs .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-v8hPTTwJRs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8hPTTwJRs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8hPTTwJRs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3100;
}
.cid-v8hPTTwJRs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8hPTTwJRs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8hPTTwJRs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8hPTTwJRs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8hPTTwJRs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8hPTTwJRs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8hPTTwJRs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8hPTTwJRs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8hPTTwJRs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8hPTTwJRs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8hPTTwJRs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8hPTTwJRs .navbar {
    height: 70px;
  }
  .cid-v8hPTTwJRs .navbar.opened {
    height: auto;
  }
  .cid-v8hPTTwJRs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8hPTTwJRs .navbar-nav {
  margin: 0 auto;
}
.cid-v8hPTTwJRs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8hPTTwJRs .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-v8hPTTwJRs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8hPTTwJRs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-v8hPTTwJRs .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v8hPTTwJRs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8hPTTwJRs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8hPTTwJRs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v8hPTTwJRs .navbar {
  justify-content: flex-start !important;
}
.cid-v8hPTTwJRs .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v8hPTTwJRs .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v8hPTTwJRs .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v8hPTTwJRs .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v8hPTTwJRs .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-v8hPTTwJRs .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-v8hPTTwJRs .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8hPTTwJRs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8hPTTwJRs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8hPTTwJRs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8hPTTwJRs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v8hPTTwJRs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v8hPTTwJRs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v8hPTTwJRs .content-wrap {
  min-height: 100px;
}
.cid-v8hPTTwJRs .navbar,
.cid-v8hPTTwJRs .navbar-fixed-top,
.cid-v8hPTTwJRs .cid-menu,
.cid-v8hPTTwJRs .mbr-navbar {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.cid-v8hPTTwJRs .navbar::before,
.cid-v8hPTTwJRs .navbar::after {
  background: transparent !important;
}
.cid-v8hPTTQzGW {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1800-domel-1-1800x964.webp");
}
.cid-v8hPTTQzGW .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v8hPTTQzGW .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-v8hPTTQzGW .mbr-figure img {
    width: 100% !important;
  }
}
.cid-v8hPTU4A7W {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v8hPTU4A7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hPTU4A7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v8hPTU4A7W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8hPTU4A7W .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8hPTU4A7W .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8hPTU4A7W .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8hPTU4A7W .mbr-section-title {
  color: #ff3100;
}
.cid-v8hPTU4A7W .mbr-text,
.cid-v8hPTU4A7W .mbr-section-btn {
  color: #000000;
}
.cid-v8hPTUjVNt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v8hPTUjVNt .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v8hPTUjVNt .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v8hPTUjVNt img {
  filter: brightness(10);
  width: 160px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-v8hPTUjVNt .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #ff3100;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-v8hPTUjVNt .card-wrapper:hover {
  background: transparent;
}
.cid-v8hPTUjVNt .card-title,
.cid-v8hPTUjVNt .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-v8hPTUjVNt .main-title,
.cid-v8hPTUjVNt .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-v8hPTUjVNt .card-text {
  color: #ffffff;
}
.cid-v8hPTUjVNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hPTUjVNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hPTUCy0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8hPTUCy0H .container {
    padding: 0 20px;
  }
}
.cid-v8hPTUCy0H .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-v8hPTUCy0H .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-v8hPTUCy0H .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8hPTUCy0H .embla__slide .slide-content {
  width: 100%;
}
.cid-v8hPTUCy0H .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v8hPTUCy0H .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-v8hPTUCy0H .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-v8hPTUCy0H .embla__button--next,
.cid-v8hPTUCy0H .embla__button--prev {
  display: flex;
}
.cid-v8hPTUCy0H .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffa600 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8hPTUCy0H .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8hPTUCy0H .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-v8hPTUCy0H .embla__button.embla__button--next {
  right: 0;
}
.cid-v8hPTUCy0H .embla {
  position: relative;
  width: 100%;
}
.cid-v8hPTUCy0H .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v8hPTUCy0H .embla__viewport {
    overflow: hidden ;
  }
}
.cid-v8hPTUCy0H .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8hPTUCy0H .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8hPTUCy0H .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8hPTUYS2b {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-v8hPTUYS2b .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-v8hPTUYS2b .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-v8hPTUYS2b .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8hPTUYS2b .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-v8hPTUYS2b .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-v8hPTUYS2b .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-v8hPTUYS2b .row {
  justify-content: center;
}
.cid-v8hPTUYS2b .item {
  margin-bottom: 2rem;
}
.cid-v8hPTUYS2b .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v8hPTUYS2b .card-box {
    padding: 2rem 1rem;
  }
}
.cid-v8hPTUYS2b .card-text {
  color: #263d5a;
}
.cid-v8hPTUYS2b .card-title,
.cid-v8hPTUYS2b .iconfont-wrapper {
  color: #000000;
}
.cid-v8hPTUYS2b .mbr-section-subtitle {
  color: #ff3100;
}
.cid-v8hPTUYS2b .mbr-section-title {
  color: #263d5a;
}
.cid-v8hPTUYS2b .card-price,
.cid-v8hPTUYS2b .iconfont-wrapper {
  color: #000000;
}
.cid-v8hPTVk3v2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-v8hPTVk3v2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hPTVk3v2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hPTVk3v2 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v8hPTVk3v2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v8hPTVk3v2 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8hPTVk3v2 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v8hPTVk3v2 .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-v8hPTVk3v2 .mbr-section-title {
  color: #ff6d99;
}
.cid-v8hPTVk3v2 .mbr-text,
.cid-v8hPTVk3v2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8hPTVk3v2 .mbr-section-title,
.cid-v8hPTVk3v2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v8hPTVB2CD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8hPTVB2CD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hPTVB2CD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hPTVB2CD .row {
  flex-direction: row-reverse;
}
.cid-v8hPTVTcxo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8hPTVTcxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hPTVTcxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hPTVTcxo .mbr-section-subtitle {
  color: #1f6463;
}
.cid-v8hPTVTcxo .mbr-section-title {
  color: #000000;
}
.cid-vcrukIHuVC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcrukIHuVC .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcrukIHuVC .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcrukIHuVC img {
  width: 200px;
  margin: auto;
}
.cid-vcrukIHuVC .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vcrukIHuVC .card-wrapper:hover {
  background: transparent;
}
.cid-vcrukIHuVC .card-title,
.cid-vcrukIHuVC .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcrukIHuVC .main-title,
.cid-vcrukIHuVC .title-col {
  text-align: center;
  color: #160830;
}
.cid-vcrukIHuVC .card-text {
  color: #bbbbbb;
}
.cid-vcrukIHuVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcrukIHuVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJko1jxuE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaJko1jxuE .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vaJko1jxuE .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vaJko1jxuE img {
  width: 200px;
  margin: auto;
}
.cid-vaJko1jxuE .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vaJko1jxuE .card-wrapper:hover {
  background: transparent;
}
.cid-vaJko1jxuE .card-title,
.cid-vaJko1jxuE .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vaJko1jxuE .main-title,
.cid-vaJko1jxuE .title-col {
  text-align: center;
  color: #160830;
}
.cid-vaJko1jxuE .card-text {
  color: #bbbbbb;
}
.cid-vaJko1jxuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJko1jxuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MjwkphSN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8MjwkphSN .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-v8MjwkphSN .sc__title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-v8MjwkphSN .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-v8hPTWUMv5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8hPTWUMv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hPTWUMv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hPTWUMv5 .row {
  justify-content: center;
}
.cid-v8hPTWUMv5 .card {
  justify-content: center;
}
.cid-v8hPTWUMv5 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8hPTWUMv5 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v8hPTWUMv5 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8hPTWUMv5 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8hPTWUMv5 .nav-wrapper .list .item-wrap:hover,
.cid-v8hPTWUMv5 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v8hPTWUMv5 .list,
.cid-v8hPTWUMv5 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vah2l95yrk {
  z-index: 1000;
  width: 100%;
}
.cid-vah2l95yrk nav.navbar {
  position: fixed;
}
.cid-vah2l95yrk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vah2l95yrk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vah2l95yrk .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-vah2l95yrk .dropdown-item:hover,
.cid-vah2l95yrk .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-vah2l95yrk .dropdown-item:hover span {
  color: white;
}
.cid-vah2l95yrk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vah2l95yrk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 1px;
}
.cid-vah2l95yrk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vah2l95yrk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vah2l95yrk .nav-link {
  position: relative;
}
.cid-vah2l95yrk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
.cid-vah2l95yrk .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vah2l95yrk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vah2l95yrk .dropdown-menu,
.cid-vah2l95yrk .navbar.opened {
  background: #ffffff !important;
}
.cid-vah2l95yrk .nav-item:focus,
.cid-vah2l95yrk .nav-link:focus {
  outline: none;
}
.cid-vah2l95yrk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vah2l95yrk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vah2l95yrk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vah2l95yrk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vah2l95yrk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vah2l95yrk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vah2l95yrk .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vah2l95yrk .navbar.opened {
  transition: all 0.3s;
}
.cid-vah2l95yrk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vah2l95yrk .navbar .navbar-logo img {
  width: auto;
}
.cid-vah2l95yrk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vah2l95yrk .navbar.collapsed {
  justify-content: center;
}
.cid-vah2l95yrk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vah2l95yrk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vah2l95yrk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-vah2l95yrk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vah2l95yrk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vah2l95yrk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vah2l95yrk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vah2l95yrk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vah2l95yrk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vah2l95yrk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vah2l95yrk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vah2l95yrk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vah2l95yrk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vah2l95yrk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vah2l95yrk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vah2l95yrk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vah2l95yrk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vah2l95yrk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vah2l95yrk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vah2l95yrk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vah2l95yrk .navbar.navbar-short {
  min-height: 96px;
}
.cid-vah2l95yrk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vah2l95yrk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vah2l95yrk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vah2l95yrk .navbar-brand .navbar-caption:hover,
.cid-vah2l95yrk .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vah2l95yrk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vah2l95yrk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vah2l95yrk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vah2l95yrk .dropdown-item.active,
.cid-vah2l95yrk .dropdown-item:active {
  background-color: transparent;
}
.cid-vah2l95yrk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vah2l95yrk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vah2l95yrk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vah2l95yrk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vah2l95yrk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vah2l95yrk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vah2l95yrk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vah2l95yrk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vah2l95yrk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-vah2l95yrk .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vah2l95yrk .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vah2l95yrk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vah2l95yrk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vah2l95yrk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3100;
}
.cid-vah2l95yrk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vah2l95yrk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vah2l95yrk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vah2l95yrk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vah2l95yrk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vah2l95yrk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vah2l95yrk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vah2l95yrk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vah2l95yrk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vah2l95yrk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vah2l95yrk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vah2l95yrk .navbar {
    height: 70px;
  }
  .cid-vah2l95yrk .navbar.opened {
    height: auto;
  }
  .cid-vah2l95yrk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vah2l95yrk .navbar-nav {
  margin: 0 auto;
}
.cid-vah2l95yrk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vah2l95yrk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vah2l95yrk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vah2l95yrk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vah2l95yrk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vah2l95yrk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vah2l95yrk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vah2l95yrk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vah2l95yrk .navbar {
  justify-content: flex-start !important;
}
.cid-vah2l95yrk .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vah2l95yrk .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vah2l95yrk .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vah2l95yrk .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vah2l95yrk .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vah2l95yrk .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vah2l95yrk .navbar {
    justify-content: flex-start !important;
  }
  .cid-vah2l95yrk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vah2l95yrk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vah2l95yrk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vah2l95yrk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vah2l95yrk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vah2l95yrk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vah2l95yrk .content-wrap {
  min-height: 100px;
}
.cid-vah2l95yrk .navbar,
.cid-vah2l95yrk .navbar-fixed-top,
.cid-vah2l95yrk .cid-menu,
.cid-vah2l95yrk .mbr-navbar {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.cid-vah2l95yrk .navbar::before,
.cid-vah2l95yrk .navbar::after {
  background: transparent !important;
}
.cid-vah2l9sA7V {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/ctmanutencao-1-1800x964.webp");
}
.cid-vah2l9sA7V .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vah2l9sA7V .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-vah2l9sA7V .mbr-figure img {
    width: 100% !important;
  }
}
.cid-vah2l9L1fQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vah2l9L1fQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vah2l9L1fQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vah2l9L1fQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vah2l9L1fQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vah2l9L1fQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vah2l9L1fQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vah2l9L1fQ .mbr-section-title {
  color: #ff3100;
}
.cid-vah2l9L1fQ .mbr-text,
.cid-vah2l9L1fQ .mbr-section-btn {
  color: #000000;
}
.cid-vah2la5UMS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-vah2la5UMS .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vah2la5UMS .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vah2la5UMS img {
  filter: brightness(10);
  width: 160px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-vah2la5UMS .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #ff3100;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vah2la5UMS .card-wrapper:hover {
  background: transparent;
}
.cid-vah2la5UMS .card-title,
.cid-vah2la5UMS .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vah2la5UMS .main-title,
.cid-vah2la5UMS .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-vah2la5UMS .card-text {
  color: #ffffff;
}
.cid-vah2la5UMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vah2la5UMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vah2lasda6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vah2lasda6 .container {
    padding: 0 20px;
  }
}
.cid-vah2lasda6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-vah2lasda6 .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-vah2lasda6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vah2lasda6 .embla__slide .slide-content {
  width: 100%;
}
.cid-vah2lasda6 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vah2lasda6 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-vah2lasda6 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-vah2lasda6 .embla__button--next,
.cid-vah2lasda6 .embla__button--prev {
  display: flex;
}
.cid-vah2lasda6 .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffa600 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vah2lasda6 .embla__button:hover {
  opacity: .5 !important;
}
.cid-vah2lasda6 .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-vah2lasda6 .embla__button.embla__button--next {
  right: 0;
}
.cid-vah2lasda6 .embla {
  position: relative;
  width: 100%;
}
.cid-vah2lasda6 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vah2lasda6 .embla__viewport {
    overflow: hidden ;
  }
}
.cid-vah2lasda6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vah2lasda6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vah2lasda6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vah2laUBH7 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-vah2laUBH7 .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-vah2laUBH7 .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-vah2laUBH7 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vah2laUBH7 .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-vah2laUBH7 .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vah2laUBH7 .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-vah2laUBH7 .row {
  justify-content: center;
}
.cid-vah2laUBH7 .item {
  margin-bottom: 2rem;
}
.cid-vah2laUBH7 .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vah2laUBH7 .card-box {
    padding: 2rem 1rem;
  }
}
.cid-vah2laUBH7 .card-text {
  color: #263d5a;
}
.cid-vah2laUBH7 .card-title,
.cid-vah2laUBH7 .iconfont-wrapper {
  color: #000000;
}
.cid-vah2laUBH7 .mbr-section-subtitle {
  color: #ff3100;
}
.cid-vah2laUBH7 .mbr-section-title {
  color: #263d5a;
}
.cid-vah2laUBH7 .card-price,
.cid-vah2laUBH7 .iconfont-wrapper {
  color: #000000;
}
.cid-vc5cmEApXG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-vc5cmEApXG .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-vc5cmEApXG .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-vc5cmEApXG .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vc5cmEApXG .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-vc5cmEApXG .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vc5cmEApXG .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-vc5cmEApXG .row {
  justify-content: center;
}
.cid-vc5cmEApXG .item {
  margin-bottom: 2rem;
}
.cid-vc5cmEApXG .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vc5cmEApXG .card-box {
    padding: 2rem 1rem;
  }
}
.cid-vc5cmEApXG .card-text {
  color: #263d5a;
}
.cid-vc5cmEApXG .card-title,
.cid-vc5cmEApXG .iconfont-wrapper {
  color: #000000;
}
.cid-vc5cmEApXG .mbr-section-subtitle {
  color: #ff3100;
}
.cid-vc5cmEApXG .mbr-section-title {
  color: #263d5a;
}
.cid-vc5cmEApXG .card-price,
.cid-vc5cmEApXG .iconfont-wrapper {
  color: #000000;
}
.cid-vah2lbKVSM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-vah2lbKVSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vah2lbKVSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vah2lbKVSM .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vah2lbKVSM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vah2lbKVSM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vah2lbKVSM .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vah2lbKVSM .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vah2lbKVSM .mbr-section-title {
  color: #ff6d99;
}
.cid-vah2lbKVSM .mbr-text,
.cid-vah2lbKVSM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vah2lbKVSM .mbr-section-title,
.cid-vah2lbKVSM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vah2lc9pW1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vah2lc9pW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vah2lc9pW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vah2lc9pW1 .row {
  flex-direction: row-reverse;
}
.cid-vah2lcvhGC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vah2lcvhGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vah2lcvhGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vah2lcvhGC .mbr-section-subtitle {
  color: #1f6463;
}
.cid-vah2lcvhGC .mbr-section-title {
  color: #000000;
}
.cid-vcrunBjx2H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcrunBjx2H .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcrunBjx2H .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcrunBjx2H img {
  width: 200px;
  margin: auto;
}
.cid-vcrunBjx2H .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vcrunBjx2H .card-wrapper:hover {
  background: transparent;
}
.cid-vcrunBjx2H .card-title,
.cid-vcrunBjx2H .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcrunBjx2H .main-title,
.cid-vcrunBjx2H .title-col {
  text-align: center;
  color: #160830;
}
.cid-vcrunBjx2H .card-text {
  color: #bbbbbb;
}
.cid-vcrunBjx2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcrunBjx2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJktJ55TZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaJktJ55TZ .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vaJktJ55TZ .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vaJktJ55TZ img {
  width: 200px;
  margin: auto;
}
.cid-vaJktJ55TZ .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vaJktJ55TZ .card-wrapper:hover {
  background: transparent;
}
.cid-vaJktJ55TZ .card-title,
.cid-vaJktJ55TZ .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vaJktJ55TZ .main-title,
.cid-vaJktJ55TZ .title-col {
  text-align: center;
  color: #160830;
}
.cid-vaJktJ55TZ .card-text {
  color: #bbbbbb;
}
.cid-vaJktJ55TZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJktJ55TZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vah2ldIZ05 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vah2ldIZ05 .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-vah2ldIZ05 .sc__title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-vah2ldIZ05 .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-vah2leaeNx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vah2leaeNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vah2leaeNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vah2leaeNx .row {
  justify-content: center;
}
.cid-vah2leaeNx .card {
  justify-content: center;
}
.cid-vah2leaeNx .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vah2leaeNx .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vah2leaeNx .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vah2leaeNx .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vah2leaeNx .nav-wrapper .list .item-wrap:hover,
.cid-vah2leaeNx .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vah2leaeNx .list,
.cid-vah2leaeNx .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcgTl1RbE7 {
  z-index: 1000;
  width: 100%;
}
.cid-vcgTl1RbE7 nav.navbar {
  position: fixed;
}
.cid-vcgTl1RbE7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcgTl1RbE7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vcgTl1RbE7 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-vcgTl1RbE7 .dropdown-item:hover,
.cid-vcgTl1RbE7 .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-vcgTl1RbE7 .dropdown-item:hover span {
  color: white;
}
.cid-vcgTl1RbE7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcgTl1RbE7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 1px;
}
.cid-vcgTl1RbE7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcgTl1RbE7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcgTl1RbE7 .nav-link {
  position: relative;
}
.cid-vcgTl1RbE7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
.cid-vcgTl1RbE7 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vcgTl1RbE7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcgTl1RbE7 .dropdown-menu,
.cid-vcgTl1RbE7 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcgTl1RbE7 .nav-item:focus,
.cid-vcgTl1RbE7 .nav-link:focus {
  outline: none;
}
.cid-vcgTl1RbE7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcgTl1RbE7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vcgTl1RbE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcgTl1RbE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcgTl1RbE7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcgTl1RbE7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcgTl1RbE7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vcgTl1RbE7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcgTl1RbE7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vcgTl1RbE7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcgTl1RbE7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcgTl1RbE7 .navbar.collapsed {
  justify-content: center;
}
.cid-vcgTl1RbE7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcgTl1RbE7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcgTl1RbE7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-vcgTl1RbE7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcgTl1RbE7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcgTl1RbE7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcgTl1RbE7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcgTl1RbE7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcgTl1RbE7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcgTl1RbE7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcgTl1RbE7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcgTl1RbE7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcgTl1RbE7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcgTl1RbE7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcgTl1RbE7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcgTl1RbE7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcgTl1RbE7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vcgTl1RbE7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vcgTl1RbE7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcgTl1RbE7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcgTl1RbE7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcgTl1RbE7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcgTl1RbE7 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcgTl1RbE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vcgTl1RbE7 .navbar-brand .navbar-caption:hover,
.cid-vcgTl1RbE7 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vcgTl1RbE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcgTl1RbE7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vcgTl1RbE7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vcgTl1RbE7 .dropdown-item.active,
.cid-vcgTl1RbE7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcgTl1RbE7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcgTl1RbE7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcgTl1RbE7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcgTl1RbE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vcgTl1RbE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcgTl1RbE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vcgTl1RbE7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcgTl1RbE7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcgTl1RbE7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-vcgTl1RbE7 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vcgTl1RbE7 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vcgTl1RbE7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcgTl1RbE7 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcgTl1RbE7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3100;
}
.cid-vcgTl1RbE7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcgTl1RbE7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcgTl1RbE7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcgTl1RbE7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcgTl1RbE7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgTl1RbE7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcgTl1RbE7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcgTl1RbE7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcgTl1RbE7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcgTl1RbE7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcgTl1RbE7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcgTl1RbE7 .navbar {
    height: 70px;
  }
  .cid-vcgTl1RbE7 .navbar.opened {
    height: auto;
  }
  .cid-vcgTl1RbE7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcgTl1RbE7 .navbar-nav {
  margin: 0 auto;
}
.cid-vcgTl1RbE7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vcgTl1RbE7 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vcgTl1RbE7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcgTl1RbE7 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vcgTl1RbE7 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vcgTl1RbE7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcgTl1RbE7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vcgTl1RbE7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vcgTl1RbE7 .navbar {
  justify-content: flex-start !important;
}
.cid-vcgTl1RbE7 .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-vcgTl1RbE7 .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-vcgTl1RbE7 .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-vcgTl1RbE7 .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-vcgTl1RbE7 .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-vcgTl1RbE7 .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-vcgTl1RbE7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcgTl1RbE7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcgTl1RbE7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcgTl1RbE7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcgTl1RbE7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcgTl1RbE7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vcgTl1RbE7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vcgTl1RbE7 .content-wrap {
  min-height: 100px;
}
.cid-vcgTl1RbE7 .navbar,
.cid-vcgTl1RbE7 .navbar-fixed-top,
.cid-vcgTl1RbE7 .cid-menu,
.cid-vcgTl1RbE7 .mbr-navbar {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.cid-vcgTl1RbE7 .navbar::before,
.cid-vcgTl1RbE7 .navbar::after {
  background: transparent !important;
}
.cid-vcgTl2kFWb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background-dennenge-1800x964.webp");
}
.cid-vcgTl2kFWb .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vcgTl2kFWb .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-vcgTl2kFWb .mbr-figure img {
    width: 100% !important;
  }
}
.cid-vcgTl2B746 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vcgTl2B746 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgTl2B746 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcgTl2B746 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcgTl2B746 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcgTl2B746 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgTl2B746 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcgTl2B746 .mbr-section-title {
  color: #ff3100;
}
.cid-vcgTl2B746 .mbr-text,
.cid-vcgTl2B746 .mbr-section-btn {
  color: #000000;
}
.cid-vcgTl2TuPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-vcgTl2TuPk .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcgTl2TuPk .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcgTl2TuPk img {
  filter: brightness(10);
  width: 160px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-vcgTl2TuPk .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #ff3100;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vcgTl2TuPk .card-wrapper:hover {
  background: transparent;
}
.cid-vcgTl2TuPk .card-title,
.cid-vcgTl2TuPk .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcgTl2TuPk .main-title,
.cid-vcgTl2TuPk .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-vcgTl2TuPk .card-text {
  color: #ffffff;
}
.cid-vcgTl2TuPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgTl2TuPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgTl3rVPT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcgTl3rVPT .container {
    padding: 0 20px;
  }
}
.cid-vcgTl3rVPT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-vcgTl3rVPT .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-vcgTl3rVPT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcgTl3rVPT .embla__slide .slide-content {
  width: 100%;
}
.cid-vcgTl3rVPT .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcgTl3rVPT .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-vcgTl3rVPT .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-vcgTl3rVPT .embla__button--next,
.cid-vcgTl3rVPT .embla__button--prev {
  display: flex;
}
.cid-vcgTl3rVPT .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffa600 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vcgTl3rVPT .embla__button:hover {
  opacity: .5 !important;
}
.cid-vcgTl3rVPT .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-vcgTl3rVPT .embla__button.embla__button--next {
  right: 0;
}
.cid-vcgTl3rVPT .embla {
  position: relative;
  width: 100%;
}
.cid-vcgTl3rVPT .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vcgTl3rVPT .embla__viewport {
    overflow: hidden ;
  }
}
.cid-vcgTl3rVPT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcgTl3rVPT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcgTl3rVPT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcgTl3RvPF {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #f7f7f7, #ffffff);
}
.cid-vcgTl3RvPF .item-img {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}
.cid-vcgTl3RvPF .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.cid-vcgTl3RvPF .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcgTl3RvPF .item-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-vcgTl3RvPF .item-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vcgTl3RvPF .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-vcgTl3RvPF .row {
  justify-content: center;
}
.cid-vcgTl3RvPF .item {
  margin-bottom: 2rem;
}
.cid-vcgTl3RvPF .card-box {
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vcgTl3RvPF .card-box {
    padding: 2rem 1rem;
  }
}
.cid-vcgTl3RvPF .card-text {
  color: #263d5a;
}
.cid-vcgTl3RvPF .card-title,
.cid-vcgTl3RvPF .iconfont-wrapper {
  color: #000000;
}
.cid-vcgTl3RvPF .mbr-section-subtitle {
  color: #ff3100;
}
.cid-vcgTl3RvPF .mbr-section-title {
  color: #263d5a;
}
.cid-vcgTl3RvPF .card-price,
.cid-vcgTl3RvPF .iconfont-wrapper {
  color: #000000;
}
.cid-vcgTl4CIl1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-ctdigital-2000x1134.webp");
}
.cid-vcgTl4CIl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgTl4CIl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgTl4CIl1 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vcgTl4CIl1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcgTl4CIl1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcgTl4CIl1 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vcgTl4CIl1 .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vcgTl4CIl1 .mbr-section-title {
  color: #ff6d99;
}
.cid-vcgTl4CIl1 .mbr-text,
.cid-vcgTl4CIl1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcgTl4CIl1 .mbr-section-title,
.cid-vcgTl4CIl1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcgTl4W6IP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcgTl4W6IP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgTl4W6IP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgTl4W6IP .row {
  flex-direction: row-reverse;
}
.cid-vcgTl5httS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcgTl5httS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgTl5httS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgTl5httS .mbr-section-subtitle {
  color: #1f6463;
}
.cid-vcgTl5httS .mbr-section-title {
  color: #000000;
}
.cid-vcrtZsKXcp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcrtZsKXcp .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcrtZsKXcp .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcrtZsKXcp img {
  width: 200px;
  margin: auto;
}
.cid-vcrtZsKXcp .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vcrtZsKXcp .card-wrapper:hover {
  background: transparent;
}
.cid-vcrtZsKXcp .card-title,
.cid-vcrtZsKXcp .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcrtZsKXcp .main-title,
.cid-vcrtZsKXcp .title-col {
  text-align: center;
  color: #160830;
}
.cid-vcrtZsKXcp .card-text {
  color: #bbbbbb;
}
.cid-vcrtZsKXcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcrtZsKXcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgTl60uJX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcgTl60uJX .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-vcgTl60uJX .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-vcgTl60uJX img {
  width: 200px;
  margin: auto;
}
.cid-vcgTl60uJX .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vcgTl60uJX .card-wrapper:hover {
  background: transparent;
}
.cid-vcgTl60uJX .card-title,
.cid-vcgTl60uJX .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-vcgTl60uJX .main-title,
.cid-vcgTl60uJX .title-col {
  text-align: center;
  color: #160830;
}
.cid-vcgTl60uJX .card-text {
  color: #bbbbbb;
}
.cid-vcgTl60uJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgTl60uJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgTl6nxzr {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vcgTl6nxzr .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-vcgTl6nxzr .sc__title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-vcgTl6nxzr .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-vcgTl6KrBS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vcgTl6KrBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgTl6KrBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgTl6KrBS .row {
  justify-content: center;
}
.cid-vcgTl6KrBS .card {
  justify-content: center;
}
.cid-vcgTl6KrBS .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcgTl6KrBS .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcgTl6KrBS .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vcgTl6KrBS .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vcgTl6KrBS .nav-wrapper .list .item-wrap:hover,
.cid-vcgTl6KrBS .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vcgTl6KrBS .list,
.cid-vcgTl6KrBS .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
