.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 9.3rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.625rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 125%;
  letter-spacing: -0.02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 7.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.51rem;
    font-size: calc( 3.9050000000000002rem + (9.3 - 3.9050000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9050000000000002rem + (9.3 - 3.9050000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ade988 !important;
}
.bg-info {
  background-color: #fdfcfc !important;
}
.bg-warning {
  background-color: #b08ce1 !important;
}
.bg-danger {
  background-color: #f06246 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f9a600 !important;
  border-color: #f9a600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb92d !important;
  border-color: #ffb92d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb92d !important;
  border-color: #ffb92d !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdfcfc !important;
  border-color: #fdfcfc !important;
  color: #966464 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #966464 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ade988 !important;
  border-color: #ade988 !important;
  color: #306012 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cbf1b3 !important;
  border-color: #cbf1b3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #306012 !important;
  background-color: #cbf1b3 !important;
  border-color: #cbf1b3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b08ce1 !important;
  border-color: #b08ce1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ccb4ec !important;
  border-color: #ccb4ec !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ccb4ec !important;
  border-color: #ccb4ec !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f06246 !important;
  border-color: #f06246 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f48a75 !important;
  border-color: #f48a75 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f48a75 !important;
  border-color: #f48a75 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f9a600;
  color: #f9a600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a26c00 !important;
  background-color: transparent !important;
  border-color: #a26c00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9a600 !important;
  border-color: #f9a600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fdfcfc;
  color: #fdfcfc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #dac8c8 !important;
  background-color: transparent !important;
  border-color: #dac8c8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #966464 !important;
  background-color: #fdfcfc !important;
  border-color: #fdfcfc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ade988;
  color: #ade988;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7bdb3f !important;
  background-color: transparent !important;
  border-color: #7bdb3f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #306012 !important;
  background-color: #ade988 !important;
  border-color: #ade988 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #b08ce1;
  color: #b08ce1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8147cf !important;
  background-color: transparent !important;
  border-color: #8147cf !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b08ce1 !important;
  border-color: #b08ce1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f06246;
  color: #f06246;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cf3011 !important;
  background-color: transparent !important;
  border-color: #cf3011 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f06246 !important;
  border-color: #f06246 !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: #000000 !important;
}
.text-secondary {
  color: #f9a600 !important;
}
.text-success {
  color: #ade988 !important;
}
.text-info {
  color: #fdfcfc !important;
}
.text-warning {
  color: #b08ce1 !important;
}
.text-danger {
  color: #f06246 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #936200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #72d932 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #d4bfbf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #783bcc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c02d10 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fdfcfc;
}
.alert-warning {
  background-color: #b08ce1;
}
.alert-danger {
  background-color: #f06246;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #f9a600 !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='%23000000' %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;
}
img {
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn,
  .mbr-section-btn-main {
    padding: 0 10px;
  }
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 40px 70px;
  border-radius: 20px !important;
  margin: 10px;
  box-shadow: none;
  border: none;
  min-width: 450px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px;
    min-width: auto;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 10px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  justify-content: flex-end;
  width: 120px;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn-main .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont,
  .mbr-section-btn-main .btn:focus .mbr-iconfont {
    width: 70px;
  }
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #f9a600 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont {
  color: #f9a600 !important;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont {
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont {
  color: #b08ce1 !important;
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont {
  color: #f06246 !important;
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-black .mbr-iconfont,
.mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white .mbr-iconfont,
.mbr-section-btn-main .btn-white .mbr-iconfont {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.cid-uLRIcfuJlo {
  z-index: 1000;
  width: 100%;
}
.cid-uLRIcfuJlo .navbar-dropdown {
  background: rgba(25, 34, 39, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uLRIcfuJlo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(25, 34, 39, 0.4) !important;
  background: #192227;
}
.cid-uLRIcfuJlo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRIcfuJlo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRIcfuJlo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLRIcfuJlo .menu_box .navbar.opened,
  .cid-uLRIcfuJlo .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLRIcfuJlo nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLRIcfuJlo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLRIcfuJlo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLRIcfuJlo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLRIcfuJlo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLRIcfuJlo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLRIcfuJlo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLRIcfuJlo .offcanvas-body .mbr-text,
  .cid-uLRIcfuJlo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLRIcfuJlo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLRIcfuJlo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLRIcfuJlo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLRIcfuJlo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLRIcfuJlo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLRIcfuJlo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLRIcfuJlo .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLRIcfuJlo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLRIcfuJlo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLRIcfuJlo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLRIcfuJlo .nav-item {
    margin: 0 !important;
  }
}
.cid-uLRIcfuJlo .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRIcfuJlo .nav-item .nav-link:hover,
.cid-uLRIcfuJlo .nav-item .nav-link:focus {
  color: #f9a600 !important;
  transition: all 0.3s ease-out;
}
.cid-uLRIcfuJlo .nav-item .nav-link:hover .mbr-iconfont,
.cid-uLRIcfuJlo .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #f9a600 !important;
  color: #000000 !important;
  transform: rotate(-45deg);
}
.cid-uLRIcfuJlo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLRIcfuJlo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLRIcfuJlo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRIcfuJlo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLRIcfuJlo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLRIcfuJlo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLRIcfuJlo .offcanvas_box {
    display: none;
  }
}
.cid-uLRIcfuJlo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLRIcfuJlo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLRIcfuJlo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLRIcfuJlo .container {
  display: flex;
  margin: auto;
}
.cid-uLRIcfuJlo .iconfont-wrapper {
  color: #fdfcfc;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLRIcfuJlo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLRIcfuJlo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLRIcfuJlo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLRIcfuJlo .navbar-nav {
    margin: 0;
  }
}
.cid-uLRIcfuJlo .dropdown-menu,
.cid-uLRIcfuJlo .navbar.opened {
  background-color: true !important;
}
.cid-uLRIcfuJlo .nav-item:focus,
.cid-uLRIcfuJlo .nav-link:focus {
  outline: none;
}
.cid-uLRIcfuJlo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRIcfuJlo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRIcfuJlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRIcfuJlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRIcfuJlo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRIcfuJlo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRIcfuJlo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLRIcfuJlo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLRIcfuJlo .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRIcfuJlo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLRIcfuJlo .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLRIcfuJlo .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uLRIcfuJlo .navbar.collapsed {
  justify-content: center;
}
.cid-uLRIcfuJlo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRIcfuJlo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLRIcfuJlo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRIcfuJlo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRIcfuJlo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRIcfuJlo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLRIcfuJlo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLRIcfuJlo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLRIcfuJlo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLRIcfuJlo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRIcfuJlo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRIcfuJlo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLRIcfuJlo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRIcfuJlo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLRIcfuJlo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRIcfuJlo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLRIcfuJlo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLRIcfuJlo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLRIcfuJlo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLRIcfuJlo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRIcfuJlo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLRIcfuJlo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLRIcfuJlo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLRIcfuJlo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLRIcfuJlo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLRIcfuJlo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLRIcfuJlo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRIcfuJlo .dropdown-item.active,
.cid-uLRIcfuJlo .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRIcfuJlo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRIcfuJlo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRIcfuJlo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRIcfuJlo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRIcfuJlo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLRIcfuJlo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLRIcfuJlo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uLRIcfuJlo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uLRIcfuJlo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRIcfuJlo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRIcfuJlo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRIcfuJlo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRIcfuJlo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRIcfuJlo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRIcfuJlo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRIcfuJlo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRIcfuJlo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLRIcfuJlo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRIcfuJlo .navbar {
    height: 70px;
  }
  .cid-uLRIcfuJlo .navbar.opened {
    height: auto;
  }
  .cid-uLRIcfuJlo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRIcfuJlo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLRIcfuJlo .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uLRIcfuJlo .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uLRIcfuJlo .mbr-section-btn-main .btn:hover,
.cid-uLRIcfuJlo .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uLRIcfuJlo .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uLRIcfuJlo .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uLRIcfuJlo .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #000000 !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uLRIcfuJlo .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uLRIcfuJlo .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uLRIcfuJlo .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uLRIcfuJlo .navbar-caption:hover {
  color: #f9a600;
}
@media (min-width: 992px) {
  .cid-uLRIcfuJlo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLRIcfuJlo .text_widget {
  margin-bottom: 32px;
}
.cid-uLRIcfuJlo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLRIcfuJlo .text_widget a:hover,
.cid-uLRIcfuJlo .text_widget a:focus {
  color: #f9a600 !important;
}
.cid-uLRIcfuJlo .icons-menu-main {
  display: flex;
}
.cid-uLRIcfuJlo .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uLRIcfuJlo .navbar-caption {
  color: #fdfcfc;
}
.cid-uLRIcfuJlo .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uLRIcfuJlo .mbr-section-subtitle,
.cid-uLRIcfuJlo .text_widget,
.cid-uLRIcfuJlo .mbr-section-btn {
  text-align: center;
}
.cid-uLRIcfuJlo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWdHmhACKk {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uWdHmhACKk .carousel {
  height: 800px;
}
.cid-uWdHmhACKk .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWdHmhACKk .carousel-item,
.cid-uWdHmhACKk .carousel-inner {
  height: 100%;
}
.cid-uWdHmhACKk .carousel-caption {
  bottom: 100px;
}
.cid-uWdHmhACKk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uWdHmhACKk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uWdHmhACKk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uWdHmhACKk .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uWdHmhACKk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uWdHmhACKk .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uWdHmhACKk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uWdHmhACKk .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uWdHmhACKk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWdHmhACKk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWdHmhACKk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWdHmhACKk .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  margin-bottom: 3rem !important;
  justify-content: flex-start;
  bottom: 0;
}
.cid-uWdHmhACKk .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-uWdHmhACKk .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #000000;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-uWdHmhACKk .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uWdHmhACKk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWdHmhACKk .carousel-indicators {
    display: none !important;
  }
}
.cid-uWdHmhACKk ol {
  margin: 50px;
}
.cid-uWdHmhACKk .middle {
  position: absolute;
  bottom: 400%;
  width: 100%;
  z-index: 10;
}
.cid-uWdHmhACKk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWdHmhACKk .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
.cid-uWdHmhACKk .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWdHmhACKk .carousel-fade .active.carousel-item-left,
.cid-uWdHmhACKk .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-uWdHmhACKk .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uWdHmhACKk .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-uWSkg1jJbb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roberto1-1920x1080.jpg");
}
.cid-uWSkg1jJbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSkg1jJbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSkg1jJbb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uWSkg1jJbb .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uWSkg1jJbb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWSkg1jJbb .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uWSkg1jJbb .container {
    padding: 0 24px;
  }
}
.cid-uWSkg1jJbb .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uWSkg1jJbb .image-wrapper img {
    height: 400px;
  }
}
.cid-tN0YRvRkma {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YRvRkma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YRvRkma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YRvRkma .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .container {
    padding: 0 16px;
  }
}
.cid-tN0YRvRkma .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row {
    margin: 0 10px;
  }
}
.cid-tN0YRvRkma .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card {
    padding: 0;
  }
}
.cid-tN0YRvRkma .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YRvRkma .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #4a5357;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-tN0YRvRkma .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-tN0YRvRkma .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN0YRvRkma .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-tN0YRvRkma .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tN0YRvRkma .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tN0YRvRkma .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YRvRkma .mbr-text {
  color: #F9A600;
}
.cid-tN0YRQkTJW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YRQkTJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YRQkTJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YRQkTJW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .container {
    padding: 0 16px;
  }
}
.cid-tN0YRQkTJW .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row {
    margin: 0 10px;
  }
}
.cid-tN0YRQkTJW .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0YRQkTJW .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0YRQkTJW .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YRQkTJW .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0YRQkTJW .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0YRQkTJW .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-tN0YRQkTJW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0YRQkTJW .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-tN0YRQkTJW .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-tN0YRQkTJW .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YRQkTJW .item-title {
  color: #192227;
}
.cid-tN0YRQkTJW .mbr-text {
  color: #192227;
}
.cid-tN0YYfAY3a {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #192227;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .container {
    padding: 0 16px;
  }
}
.cid-tN0YYfAY3a .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .row {
    margin: 0 10px;
  }
}
.cid-tN0YYfAY3a .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0YYfAY3a .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0YYfAY3a .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tN0YYfAY3a .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0YYfAY3a .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0YYfAY3a .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tN0YYfAY3a .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0YYfAY3a .item:focus,
.cid-tN0YYfAY3a span:focus {
  outline: none;
}
.cid-tN0YYfAY3a .item-wrapper {
  position: relative;
}
.cid-tN0YYfAY3a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 475px;
  max-width: 475px;
}
@media (max-width: 767px) {
  .cid-tN0YYfAY3a .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tN0YYfAY3a .embla__slide .slide-content {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tN0YYfAY3a .embla__slide .slide-content {
    margin-right: 0;
  }
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .embla__slide .slide-content .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-tN0YYfAY3a .embla__button--next,
.cid-tN0YYfAY3a .embla__button--prev {
  display: flex;
}
.cid-tN0YYfAY3a .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #f9a600 !important;
  border: 2px solid #f9a600 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tN0YYfAY3a .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tN0YYfAY3a .embla__button:hover {
  color: #fdfcfc !important;
}
.cid-tN0YYfAY3a .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN0YYfAY3a .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN0YYfAY3a .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-tN0YYfAY3a .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tN0YYfAY3a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tN0YYfAY3a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tN0YYfAY3a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tN0YYfAY3a .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YYfAY3a .item-title {
  color: #192227;
}
.cid-tN0YYfAY3a .mbr-text {
  color: #192227;
}
.cid-tN0YVvHIFG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YVvHIFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YVvHIFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YVvHIFG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .container {
    padding: 0 16px;
  }
}
.cid-tN0YVvHIFG .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .row {
    margin: 0 10px;
  }
}
.cid-tN0YVvHIFG .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0YVvHIFG .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YVvHIFG .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #4a5357;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YVvHIFG .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-tN0YVvHIFG .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN0YVvHIFG .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-tN0YVvHIFG .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tN0YVvHIFG .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tN0YVvHIFG .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YVvHIFG .mbr-text {
  color: #F9A600;
}
.cid-tN0Z28w70R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0Z28w70R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0Z28w70R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0Z28w70R .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .container {
    padding: 0 16px;
  }
}
.cid-tN0Z28w70R .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row {
    margin: 0 10px;
  }
}
.cid-tN0Z28w70R .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0Z28w70R .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f9a600;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0Z28w70R .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tN0Z28w70R .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0Z28w70R .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0Z28w70R .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .title-wrapper {
    width: 100%;
  }
}
.cid-tN0Z28w70R .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0Z28w70R .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN0Z28w70R .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0Z28w70R .mbr-text {
  color: #f9a600;
}
.cid-tN10J5kPi3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/roberto-1920x1080.jpg");
}
.cid-tN10J5kPi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10J5kPi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10J5kPi3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .container {
    padding: 0 16px;
  }
}
.cid-tN10J5kPi3 .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .row {
    margin: 0 10px;
  }
}
.cid-tN10J5kPi3 .row .card {
  position: relative;
  padding: 0;
}
.cid-tN10J5kPi3 .items-wrapper .item {
  margin-bottom: 100px;
  transform: rotate(3deg);
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) {
  transform: rotate(-3deg);
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) .item-wrapper .item-img {
  background-color: #f9a600;
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) .item-wrapper .item-content {
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) {
    transform: rotate(0);
  }
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #c38200;
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(3n) .item-wrapper .item-content {
  background-color: #c38200;
}
.cid-tN10J5kPi3 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item {
    transform: rotate(0);
    margin-bottom: 20px;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img {
  padding: 30px 40px;
  background-color: #ffbc37;
  border-radius: 20px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img {
    padding: 20px;
    margin: 0 0 5px 0;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  object-fit: cover;
  border-radius: 5rem !important;
  margin: 0 auto 30px;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img img {
    margin: 0 auto 20px;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img .name-wrapper .mbr-name {
  margin-bottom: 10px;
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-content {
  background-color: #ffbc37;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-content .mbr-text {
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-content .mbr-text {
    padding: 20px;
  }
}
.cid-tN10J5kPi3 .mbr-name {
  color: #192227;
  text-align: center;
}
.cid-tN10J5kPi3 .mbr-role {
  color: #192227;
  text-align: center;
}
.cid-tN10J5kPi3 .mbr-text {
  color: #192227;
}
.cid-uYREbDtemL {
  background-color: #000000;
}
.cid-uYREbDtemL .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-uYREbDtemL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uYREbDtemL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYREbDtemL .embla__button--next,
.cid-uYREbDtemL .embla__button--prev {
  display: flex;
}
.cid-uYREbDtemL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYREbDtemL .embla__button:hover {
  background: #ffffff;
}
@media (max-width: 768px) {
  .cid-uYREbDtemL .embla__button {
    background-color: transparent;
    border-color: transparent;
  }
  .cid-uYREbDtemL .embla__button .mbr-iconfont {
    display: none;
  }
  .cid-uYREbDtemL .embla__button:hover {
    background: rgba(255, 255, 255, 0);
  }
}
.cid-uYREbDtemL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYREbDtemL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYREbDtemL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uYREbDtemL .embla__button {
    top: auto;
  }
}
.cid-uYREbDtemL .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uYREbDtemL .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uYREbDtemL .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uYREbDtemL .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uYREbDtemL .embla {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #f9a600;
  position: relative;
  width: 100%;
}
.cid-uYREbDtemL .section-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uYREbDtemL .section-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uYREbDtemL .section-header {
    padding-left: 188px;
    padding-right: 188px;
  }
}
.cid-uYREbDtemL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uYREbDtemL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYREbDtemL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYREbDtemL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 992px) {
  .cid-uYREbDtemL .display-1 {
    font-size: 70px;
  }
  .cid-uYREbDtemL .display-5 {
    font-size: 29px;
  }
  .cid-uYREbDtemL .display-7 {
    font-size: 22px;
  }
}
.cid-uYREbDtemL .mbr-section-title {
  text-align: left;
  color: #f9a600;
}
.cid-uYREbDtemL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uLRJjm4q1v {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLRJjm4q1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRJjm4q1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRJjm4q1v .item {
  padding-bottom: 2rem;
}
.cid-uLRJjm4q1v .item-wrapper {
  position: relative;
}
.cid-uLRJjm4q1v .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uLRJjm4q1v .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uLRJjm4q1v .carousel-control,
.cid-uLRJjm4q1v .close {
  background: #1b1b1b;
}
.cid-uLRJjm4q1v .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uLRJjm4q1v .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uLRJjm4q1v .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uLRJjm4q1v .carousel-control-next span {
  margin-left: 5px;
}
.cid-uLRJjm4q1v .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uLRJjm4q1v .close::before {
  content: '\e91a';
}
.cid-uLRJjm4q1v .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uLRJjm4q1v .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLRJjm4q1v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRJjm4q1v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRJjm4q1v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRJjm4q1v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uLRJjm4q1v .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLRJjm4q1v .carousel-indicators li.active,
.cid-uLRJjm4q1v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLRJjm4q1v .carousel-indicators li::after,
.cid-uLRJjm4q1v .carousel-indicators li::before {
  content: none;
}
.cid-uLRJjm4q1v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLRJjm4q1v .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRJjm4q1v .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRJjm4q1v .carousel-indicators {
    display: none;
  }
}
.cid-uLRJjm4q1v .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLRJjm4q1v .carousel-inner > .active {
  display: block;
}
.cid-uLRJjm4q1v .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRJjm4q1v .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLRJjm4q1v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uLRJjm4q1v .carousel-control,
  .cid-uLRJjm4q1v .carousel-indicators,
  .cid-uLRJjm4q1v .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uLRJjm4q1v .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uLRJjm4q1v .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uLRJjm4q1v .carousel-indicators .active,
.cid-uLRJjm4q1v .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uLRJjm4q1v .carousel-indicators .active {
  background: #fff;
}
.cid-uLRJjm4q1v .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uLRJjm4q1v .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uLRJjm4q1v .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uLRJjm4q1v .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uLRJjm4q1v .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uLRJjm4q1v .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uLRJjm4q1v .carousel {
  width: 100%;
}
.cid-uLRJjm4q1v .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uLRJjm4q1v .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uLRJjm4q1v .modal.fade .modal-dialog,
.cid-uLRJjm4q1v .modal.in .modal-dialog {
  transform: none;
}
.cid-uLRJjm4q1v .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uLRJjm4q1v H6 {
  text-align: center;
}
.cid-uLRJjm4q1v H3 {
  color: #f9a600;
}
.cid-uLRJjm4q1v H4 {
  color: #000000;
}
.cid-uZw5MvgJPl {
  background-image: url("../../../assets/images/campo20base-1046x599.jpg");
}
.cid-uZw5MvgJPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZw5MvgJPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZw5MvgJPl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZw5MvgJPl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZw5MvgJPl .container {
    padding: 0 16px;
  }
}
.cid-uZw5MvgJPl .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZw5MvgJPl .row {
    margin: 0 10px;
  }
}
.cid-uZw5MvgJPl .row .card {
  padding: 0;
}
.cid-uZw5MvgJPl .image-wrapper img {
  height: 730px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uZw5MvgJPl .image-wrapper img {
    height: 350px;
  }
}
.cid-tN10jiEfk5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN10jiEfk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10jiEfk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10jiEfk5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .container {
    padding: 0 16px;
  }
}
.cid-tN10jiEfk5 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .row {
    margin: 0 10px;
  }
}
.cid-tN10jiEfk5 .row .item {
  padding: 0;
}
.cid-tN10jiEfk5 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN10jiEfk5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN10jiEfk5 .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-tN10jiEfk5 .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-tN10jiEfk5 .panel-group .card:first-child {
  border-top: none;
}
.cid-tN10jiEfk5 .panel-group .card:last-child {
  border-bottom: none;
}
.cid-tN10jiEfk5 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f9a600;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #f9a600;
  background-color: #192227;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tN10jiEfk5 .image-wrapper {
  height: 100%;
}
.cid-tN10jiEfk5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .image-wrapper img {
    height: 350px;
  }
}
.cid-tN10jiEfk5 .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN10jiEfk5 .panel-title-edit {
  color: #fdfcfc;
}
.cid-tN10jiEfk5 .panel-text {
  color: #fdfcfc;
}
.cid-uXCIoN7G9s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXCIoN7G9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCIoN7G9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uXCIoN7G9s .container {
    padding: 0 24px;
  }
}
.cid-uXCIoN7G9s .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uXCIoN7G9s .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXCIoN7G9s .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uXCIoN7G9s .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXCIoN7G9s .image-wrapper img {
    height: 350px;
  }
}
.cid-uXCIoN7G9s .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXCIoN7G9s .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uXCIoN7G9s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXCIoN7G9s .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uXCIoN7G9s .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uXCIoN7G9s .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uXCIoN7G9s .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXCIoN7G9s .mbr-section-title {
  color: #F9F6E0;
}
.cid-uXCIoN7G9s .mbr-text {
  color: #F9F6E0;
}
.cid-uXCIoN7G9s .mbr-desc {
  color: #E0B548;
}
.cid-uWSodYN3JM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #0e1417;
}
.cid-uWSodYN3JM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSodYN3JM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWSodYN3JM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWSodYN3JM .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWSodYN3JM .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uWSodYN3JM .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSodYN3JM .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWSodYN3JM .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uWSodYN3JM .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uWSodYN3JM .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uWSodYN3JM .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f9a600;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-uWSodYN3JM .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffca61;
  opacity: .5;
}
.cid-uWSodYN3JM .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uWSodYN3JM .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #ffbc37 !important;
}
.cid-uWSodYN3JM .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uWSodYN3JM .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uWSodYN3JM .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffca61;
  border-color: #ffca61;
}
.cid-uWSodYN3JM .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uWSodYN3JM .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uWSodYN3JM .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWSodYN3JM .mbr-label {
  color: #ffffff;
}
.cid-uWSodYN3JM .mbr-section-title {
  color: #ffffff;
}
.cid-uWSodYN3JM label {
  color: #ffffff;
}
.cid-uLRwuG9pbA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0e1417;
}
.cid-uLRwuG9pbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRwuG9pbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRwuG9pbA .container {
    padding: 0 16px;
  }
}
.cid-uLRwuG9pbA .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uLRwuG9pbA .row {
    margin: 0 10px;
  }
}
.cid-uLRwuG9pbA .row .card {
  position: relative;
  padding: 0;
}
.cid-uLRwuG9pbA .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uLRwuG9pbA .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uLRwuG9pbA .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uLRwuG9pbA .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #4a5357;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uLRwuG9pbA .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uLRwuG9pbA .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uLRwuG9pbA .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uLRwuG9pbA .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uLRwuG9pbA .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLRwuG9pbA .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLRwuG9pbA .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  border-radius: 100%;
}
.cid-uLRwuG9pbA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLRwuG9pbA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLRwuG9pbA .title-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.cid-uLRwuG9pbA .title-wrapper .list .item-wrap {
  margin-bottom: 32px;
}
.cid-uLRwuG9pbA .title-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLRwuG9pbA .mbr-section-title {
  color: #fdfcfc;
}
.cid-uLRwuG9pbA .list {
  color: #F9A600;
}
.cid-uQVIjHoL0A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101511;
}
.cid-uQVIjHoL0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVIjHoL0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVIjHoL0A .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQVIjHoL0A .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uQVIjHoL0A .date-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uQVIjHoL0A .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQVIjHoL0A .date-wrapper .mbr-iconfont {
  font-size: 48px;
  margin-right: 10px;
}
.cid-uQVIjHoL0A .date-wrapper .mbr-date {
  margin: 0;
}
.cid-uQVIjHoL0A .icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cid-uQVIjHoL0A .icons-wrapper .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
  margin: 0 5px 10px 5px;
  transition: all .3s ease;
}
.cid-uQVIjHoL0A .icons-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-uQVIjHoL0A .mbr-date,
.cid-uQVIjHoL0A .mbr-iconfont {
  color: #f9a600;
}
.cid-tN0YXrmsUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN0YXrmsUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YXrmsUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YXrmsUh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .container {
    padding: 0 16px;
  }
}
.cid-tN0YXrmsUh .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .row {
    margin: 0 10px;
  }
}
.cid-tN0YXrmsUh .row .card {
  padding: 0;
}
.cid-tN0YXrmsUh .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .row .card:first-child {
    padding: 0;
  }
}
.cid-tN0YXrmsUh .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN0YXrmsUh .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #c38200;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-tN0YXrmsUh .list-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-tN0YXrmsUh .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-tN0YXrmsUh .list-wrapper .item:last-child {
  border: none;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-tN0YXrmsUh .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-tN0YXrmsUh .mbr-section-title {
  color: #192227;
}
.cid-tN0YXrmsUh .mbr-copy {
  color: #192227;
}
.cid-tN0YXrmsUh .card-title {
  color: #fdfcfc;
}
.cid-uLRIcfuJlo {
  z-index: 1000;
  width: 100%;
}
.cid-uLRIcfuJlo .navbar-dropdown {
  background: rgba(25, 34, 39, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uLRIcfuJlo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(25, 34, 39, 0.4) !important;
  background: #192227;
}
.cid-uLRIcfuJlo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRIcfuJlo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRIcfuJlo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLRIcfuJlo .menu_box .navbar.opened,
  .cid-uLRIcfuJlo .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLRIcfuJlo nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLRIcfuJlo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLRIcfuJlo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLRIcfuJlo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLRIcfuJlo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLRIcfuJlo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLRIcfuJlo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLRIcfuJlo .offcanvas-body .mbr-text,
  .cid-uLRIcfuJlo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLRIcfuJlo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLRIcfuJlo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLRIcfuJlo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLRIcfuJlo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLRIcfuJlo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLRIcfuJlo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLRIcfuJlo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLRIcfuJlo .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLRIcfuJlo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLRIcfuJlo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLRIcfuJlo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLRIcfuJlo .nav-item {
    margin: 0 !important;
  }
}
.cid-uLRIcfuJlo .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRIcfuJlo .nav-item .nav-link:hover,
.cid-uLRIcfuJlo .nav-item .nav-link:focus {
  color: #f9a600 !important;
  transition: all 0.3s ease-out;
}
.cid-uLRIcfuJlo .nav-item .nav-link:hover .mbr-iconfont,
.cid-uLRIcfuJlo .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #f9a600 !important;
  color: #000000 !important;
  transform: rotate(-45deg);
}
.cid-uLRIcfuJlo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLRIcfuJlo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLRIcfuJlo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRIcfuJlo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLRIcfuJlo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLRIcfuJlo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLRIcfuJlo .offcanvas_box {
    display: none;
  }
}
.cid-uLRIcfuJlo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLRIcfuJlo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLRIcfuJlo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLRIcfuJlo .container {
  display: flex;
  margin: auto;
}
.cid-uLRIcfuJlo .iconfont-wrapper {
  color: #fdfcfc;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLRIcfuJlo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLRIcfuJlo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLRIcfuJlo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLRIcfuJlo .navbar-nav {
    margin: 0;
  }
}
.cid-uLRIcfuJlo .dropdown-menu,
.cid-uLRIcfuJlo .navbar.opened {
  background-color: true !important;
}
.cid-uLRIcfuJlo .nav-item:focus,
.cid-uLRIcfuJlo .nav-link:focus {
  outline: none;
}
.cid-uLRIcfuJlo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRIcfuJlo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRIcfuJlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRIcfuJlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRIcfuJlo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRIcfuJlo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRIcfuJlo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLRIcfuJlo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLRIcfuJlo .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRIcfuJlo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLRIcfuJlo .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLRIcfuJlo .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uLRIcfuJlo .navbar.collapsed {
  justify-content: center;
}
.cid-uLRIcfuJlo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRIcfuJlo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLRIcfuJlo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRIcfuJlo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRIcfuJlo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRIcfuJlo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLRIcfuJlo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLRIcfuJlo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLRIcfuJlo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLRIcfuJlo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRIcfuJlo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRIcfuJlo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLRIcfuJlo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRIcfuJlo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLRIcfuJlo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRIcfuJlo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLRIcfuJlo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLRIcfuJlo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLRIcfuJlo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLRIcfuJlo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRIcfuJlo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLRIcfuJlo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLRIcfuJlo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLRIcfuJlo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLRIcfuJlo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLRIcfuJlo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLRIcfuJlo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRIcfuJlo .dropdown-item.active,
.cid-uLRIcfuJlo .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRIcfuJlo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRIcfuJlo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRIcfuJlo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRIcfuJlo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRIcfuJlo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLRIcfuJlo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLRIcfuJlo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uLRIcfuJlo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uLRIcfuJlo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRIcfuJlo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRIcfuJlo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRIcfuJlo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRIcfuJlo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRIcfuJlo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRIcfuJlo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRIcfuJlo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRIcfuJlo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLRIcfuJlo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRIcfuJlo .navbar {
    height: 70px;
  }
  .cid-uLRIcfuJlo .navbar.opened {
    height: auto;
  }
  .cid-uLRIcfuJlo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRIcfuJlo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLRIcfuJlo .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uLRIcfuJlo .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uLRIcfuJlo .mbr-section-btn-main .btn:hover,
.cid-uLRIcfuJlo .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uLRIcfuJlo .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uLRIcfuJlo .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uLRIcfuJlo .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #000000 !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uLRIcfuJlo .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uLRIcfuJlo .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uLRIcfuJlo .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uLRIcfuJlo .navbar-caption:hover {
  color: #f9a600;
}
@media (min-width: 992px) {
  .cid-uLRIcfuJlo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLRIcfuJlo .text_widget {
  margin-bottom: 32px;
}
.cid-uLRIcfuJlo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLRIcfuJlo .text_widget a:hover,
.cid-uLRIcfuJlo .text_widget a:focus {
  color: #f9a600 !important;
}
.cid-uLRIcfuJlo .icons-menu-main {
  display: flex;
}
.cid-uLRIcfuJlo .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uLRIcfuJlo .navbar-caption {
  color: #fdfcfc;
}
.cid-uLRIcfuJlo .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uLRIcfuJlo .mbr-section-subtitle,
.cid-uLRIcfuJlo .text_widget,
.cid-uLRIcfuJlo .mbr-section-btn {
  text-align: center;
}
.cid-uLRIcfuJlo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYhGG3OmBh {
  background-image: url("../../../assets/images/pgina-2-1000x563.jpg");
}
.cid-uYhGG3OmBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhGG3OmBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhGG3OmBh .card-wrapper {
  padding: 120px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uYhGG3OmBh .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYhGG3OmBh .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uYhGG3OmBh .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYhGG3OmBh .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYhGG3OmBh .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f9a600;
  margin-bottom: 0;
}
.cid-uYhGG3OmBh .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYhGG3OmBh .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYhGG3OmBh .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-uYhGG3OmBh .mbr-section-title {
  color: #19171c;
}
.cid-uYhGG3OmBh .mbr-label,
.cid-uYhGG3OmBh .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYhGG3OmBh .mbr-text,
.cid-uYhGG3OmBh .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uYhGG3OmBh .mbr-section-title,
.cid-uYhGG3OmBh .mbr-section-btn {
  text-align: center;
}
.cid-uYhHUhc2KJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e7e7e7;
}
.cid-uYhHUhc2KJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhHUhc2KJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhHUhc2KJ .card {
  justify-content: flex-end;
}
.cid-uYhHUhc2KJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYhHUhc2KJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYhHUhc2KJ .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYhHUhc2KJ .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uYhHUhc2KJ .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYhHUhc2KJ .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYhHUhc2KJ .mbr-section-title {
  color: #000000;
}
.cid-uYhHUhc2KJ .mbr-desc {
  color: #000000;
}
.cid-uYhHUhc2KJ .mbr-text,
.cid-uYhHUhc2KJ .text-wrapper {
  color: #000000;
}
.cid-uYhKwxSY80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
}
.cid-uYhKwxSY80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhKwxSY80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhKwxSY80 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYhKwxSY80 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYhKwxSY80 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYhKwxSY80 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYhKwxSY80 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYhKwxSY80 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYhKwxSY80 .content-wrapper .image-wrapper {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #000000;
  background-color: #000000;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYhKwxSY80 .content-wrapper .image-wrapper {
    padding: 6px;
    margin-top: 24px;
  }
}
.cid-uYhKwxSY80 .content-wrapper .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #f9a600;
  border: 1px solid #000000;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #000000;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYhKwxSY80 .content-wrapper .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uYhKwxSY80 .content-wrapper .image-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYhKwxSY80 .content-wrapper .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYhKwxSY80 .content-wrapper .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uYhKwxSY80 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYhKwxSY80 .mbr-section-title {
  color: #181824;
}
.cid-uYhKwxSY80 .mbr-text,
.cid-uYhKwxSY80 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYhKwxSY80 .mbr-section-title,
.cid-uYhKwxSY80 .mbr-section-btn,
.cid-uYhKwxSY80 .icon-wrapper {
  text-align: center;
}
.cid-uYhKwxSY80 .mbr-text {
  color: #4a5357;
}
.cid-uYhIri2ASJ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uYhIri2ASJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhIri2ASJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhIri2ASJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYhIri2ASJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYhIri2ASJ .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uYhIri2ASJ .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uYhIri2ASJ .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uYhIri2ASJ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uYhIri2ASJ .btn-wrapper {
  margin-top: -2%;
}
.cid-uYhIri2ASJ .mbr-section-title {
  color: #000000;
}
.cid-uYhIri2ASJ .item-title {
  color: #000000;
}
.cid-uYhIri2ASJ .item-text {
  color: #000000;
}
.cid-uYhL8DsanX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uYhL8DsanX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhL8DsanX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYhL8DsanX .container {
    padding: 0 16px;
  }
}
.cid-uYhL8DsanX .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uYhL8DsanX .row {
    margin: 0 10px;
  }
}
.cid-uYhL8DsanX .row .card {
  padding: 0;
}
.cid-uYhL8DsanX .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYhL8DsanX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYhL8DsanX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYhL8DsanX .mbr-figure {
  align-self: auto;
}
.cid-uYhL8DsanX .mbr-figure iframe {
  height: 750px !important;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uYhL8DsanX .mbr-figure iframe {
    height: 350px !important;
  }
}
.cid-uYhL8DsanX .mbr-figure .app-video-wrapper img {
  height: 750px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYhL8DsanX .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uYhL8DsanX .mbr-section-title {
  color: #fdfcfc;
}
.cid-uYhMYWSEVQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uYhMYWSEVQ .item {
  position: relative;
}
.cid-uYhMYWSEVQ .item .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #c38200 10%, #f9a600 50%, #000000 100%);
  filter: blur(1rem);
}
.cid-uYhMYWSEVQ .item .gradient-wrap::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(1rem);
}
.cid-uYhMYWSEVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhMYWSEVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhMYWSEVQ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uYhMYWSEVQ .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYhMYWSEVQ .content-wrapper {
    width: 100%;
  }
}
.cid-uYhMYWSEVQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYhMYWSEVQ .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uYhMYWSEVQ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYhMYWSEVQ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYhMYWSEVQ .mbr-section-title {
  color: #181824;
}
.cid-uYhMYWSEVQ .mbr-text,
.cid-uYhMYWSEVQ .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYhMYWSEVQ .mbr-section-title,
.cid-uYhMYWSEVQ .mbr-section-btn,
.cid-uYhMYWSEVQ .icon-wrapper {
  text-align: center;
}
.cid-uYhMYWSEVQ .mbr-section-title,
.cid-uYhMYWSEVQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhMfIF6I7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uYhMfIF6I7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhMfIF6I7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhMfIF6I7 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper {
  padding: 12px;
  background-color: #ffca61;
  border: 1px solid #ffbc37;
  transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYhMfIF6I7 .panel-group .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #ffbc37;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header {
  padding: 0;
  background: transparent;
  border: none;
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap {
  display: flex;
  overflow: hidden;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffca61;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px #ffca61, -1px -1px 1px #ffca61;
  margin-right: 24px;
  width: 80px;
  height: 80px;
  min-width: 80px;
}
@media (max-width: 992px) {
  .cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number::before {
  content: '';
  filter: blur(0.75rem);
  width: 4rem;
  height: 4rem;
  position: absolute;
  background-color: #f9a600;
  z-index: -1;
  opacity: .4;
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap {
  width: 300px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap .panel-title-edit {
  margin-bottom: 12px;
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
  position: absolute;
  right: -1rem;
  width: 100%;
  height: 350px;
  object-fit: cover;
  transform: skew(-10deg, 5deg) rotateX(0) rotateY(-25deg) rotateZ(0);
}
@media (max-width: 992px) {
  .cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
    position: static;
    transform: none;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
    height: 250px;
  }
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .panel-title {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 24px;
  width: 100%;
  border-top: 1px solid #ffbc37;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .panel-title .gradient-wrap {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #ebfff5, #f9a600);
  filter: blur(1rem);
  border-radius: 50%;
  width: 90%;
  height: 2rem;
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translate(-50%, -50%);
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .panel-title .icon-wrapper {
  padding: 11px;
  border: 1px solid #ffbc37;
  border-radius: 0.5rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #49496d;
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .panel-collapse .panel-body {
  padding: 32px;
  padding-top: 0;
  background-color: #ffffff;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYhMfIF6I7 .panel-group .card-wrapper .card .panel-collapse .panel-body {
    padding: 16px;
    padding-top: 0;
  }
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 24px;
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .panel-collapse .panel-body .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cid-uYhMfIF6I7 .panel-group .card-wrapper .card .panel-collapse .panel-body .tags-wrapper .list .item-wrap {
  padding: 11px 24px;
  background-color: #eeeef4;
  box-shadow: inset 0 0.1875rem 0.375rem -0.5px #000000;
  margin-bottom: 0;
}
.cid-uYhMfIF6I7 .item-number {
  color: #ffffff;
}
.cid-uYhMfIF6I7 .panel-title-edit {
  color: #181824;
}
.cid-uYhMfIF6I7 .item-text {
  color: #54547e;
}
.cid-uYhMfIF6I7 .panel-text {
  color: #54547e;
}
.cid-uYhMfIF6I7 .list {
  color: #54547e;
}
#custom-html-1b {
  /* Type valid CSS here */
}
#custom-html-1b div {
  padding: 40px 0;
  color: #120404;
  text-align: center;
}
#custom-html-1b p {
  font-size: 30px;
  color: #120404;
}
.cid-uYhUeSIyTc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYhUeSIyTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhUeSIyTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhUeSIyTc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYhUeSIyTc .items-wrapper {
    margin: 3px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYhUeSIyTc .items-wrapper .item {
    margin-bottom: 6px;
  }
  .cid-uYhUeSIyTc .items-wrapper .item:last-child {
    margin-bottom: 0 !important;
  }
}
.cid-uYhUeSIyTc .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .image-wrapper .card-price {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  border: 11px solid #02050a;
  background-color: #02050a;
  overflow: hidden;
  box-shadow: 10px 14px 50px #24262b;
}
@media (max-width: 992px) {
  .cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .image-wrapper .item-img {
    border: 6px solid #02050a;
  }
}
.cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 390px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 320px;
  }
}
@media (max-width: 992px) {
  .cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
.cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .card_1 {
  background-color: #f9a600;
}
.cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .card_2 {
  background-color: #000000;
}
.cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .card-box {
  margin-top: -10rem;
  padding: 64px;
  background-color: #f5f8ff;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uYhUeSIyTc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYhUeSIyTc .card-title {
  color: #000000;
}
.cid-uYhUeSIyTc .card-text {
  color: #000000;
}
.cid-uYhUeSIyTc .card-price {
  color: #ffffff;
}
.cid-uYhJnY36yV {
  background-image: url("../../../assets/images/mbr-896x611.jpg");
}
.cid-uYhJnY36yV .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-uYhJnY36yV .sc__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-uYhJnY36yV .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-tN0YXrmsUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN0YXrmsUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YXrmsUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YXrmsUh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .container {
    padding: 0 16px;
  }
}
.cid-tN0YXrmsUh .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .row {
    margin: 0 10px;
  }
}
.cid-tN0YXrmsUh .row .card {
  padding: 0;
}
.cid-tN0YXrmsUh .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .row .card:first-child {
    padding: 0;
  }
}
.cid-tN0YXrmsUh .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-tN0YXrmsUh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN0YXrmsUh .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #c38200;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-tN0YXrmsUh .list-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-tN0YXrmsUh .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-tN0YXrmsUh .list-wrapper .item:last-child {
  border: none;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tN0YXrmsUh .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-tN0YXrmsUh .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-tN0YXrmsUh .mbr-section-title {
  color: #192227;
}
.cid-tN0YXrmsUh .mbr-copy {
  color: #192227;
}
.cid-tN0YXrmsUh .card-title {
  color: #fdfcfc;
}
