.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: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
  letter-spacing: -2.3px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1476d7 !important;
}
.bg-success {
  background-color: #e354e3 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f85f32 !important;
}
.bg-danger {
  background-color: #e354e3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1476d7 !important;
  border-color: #1476d7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #328fec !important;
  border-color: #328fec !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #328fec !important;
  border-color: #328fec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #715edb !important;
  border-color: #715edb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #9688e4 !important;
  border-color: #9688e4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9688e4 !important;
  border-color: #9688e4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !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: #1476d7;
  color: #1476d7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0d4a88 !important;
  background-color: transparent !important;
  border-color: #0d4a88 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1476d7 !important;
  border-color: #1476d7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #715edb;
  color: #715edb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3f29b9 !important;
  background-color: transparent !important;
  border-color: #3f29b9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #715edb !important;
  border-color: #715edb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f85f32;
  color: #f85f32;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc3407 !important;
  background-color: transparent !important;
  border-color: #cc3407 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !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: #1476d7 !important;
}
.text-secondary {
  color: #715edb !important;
}
.text-success {
  color: #e354e3 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f85f32 !important;
}
.text-danger {
  color: #e354e3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b437a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b27ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b41db4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #be3006 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b41db4 !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: #1476d7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f85f32;
}
.alert-danger {
  background-color: #e354e3;
}
.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: #1476d7;
  border-color: #1476d7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1476d7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bedcf9;
}
.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: #fff9f7;
}
.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: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #1476d7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #1476d7;
}
/* 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: #1476d7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1476d7;
}
.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: #1476d7;
  border-bottom-color: #1476d7;
}
.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: #1476d7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #715edb !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='%231476d7' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 35px 100px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px 50px;
  }
}
.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;
}
.cid-uWwnUSaNYl .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uWwnUSaNYl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uWwnUSaNYl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .menu_box .navbar.opened,
  .cid-uWwnUSaNYl .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWwnUSaNYl .navbar-dropdown {
  position: relative !important;
}
.cid-uWwnUSaNYl nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uWwnUSaNYl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uWwnUSaNYl .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWwnUSaNYl .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uWwnUSaNYl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uWwnUSaNYl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uWwnUSaNYl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uWwnUSaNYl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uWwnUSaNYl .offcanvas-body .mbr-text,
  .cid-uWwnUSaNYl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uWwnUSaNYl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #124ad6;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uWwnUSaNYl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWwnUSaNYl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWwnUSaNYl .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-uWwnUSaNYl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWwnUSaNYl 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;
  }
  .cid-uWwnUSaNYl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uWwnUSaNYl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWwnUSaNYl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .nav-item {
    margin: 0 !important;
  }
}
.cid-uWwnUSaNYl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    left: -40px !important;
  }
  .cid-uWwnUSaNYl .dropdown-menu.dropdown-submenu {
    left: 180px !important;
    top: -62% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWwnUSaNYl .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-uWwnUSaNYl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWwnUSaNYl .offcanvas_box {
    display: none;
  }
}
.cid-uWwnUSaNYl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uWwnUSaNYl .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWwnUSaNYl .nav-link {
  position: relative;
  color: #000000;
}
.cid-uWwnUSaNYl .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uWwnUSaNYl .container {
  display: flex;
  margin: auto;
}
.cid-uWwnUSaNYl .iconfont-wrapper {
  color: #000000;
  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-uWwnUSaNYl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWwnUSaNYl .iconfont-wrapper:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .navbar-caption {
  color: #000000;
}
.cid-uWwnUSaNYl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .navbar-nav {
    margin: 0;
  }
}
.cid-uWwnUSaNYl .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uWwnUSaNYl .dropdown-menu,
.cid-uWwnUSaNYl .navbar.opened {
  background-color: false !important;
}
.cid-uWwnUSaNYl .nav-item:focus,
.cid-uWwnUSaNYl .nav-link:focus {
  outline: none;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWwnUSaNYl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWwnUSaNYl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWwnUSaNYl .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-uWwnUSaNYl .navbar.opened {
  transition: all 0.3s;
}
.cid-uWwnUSaNYl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWwnUSaNYl .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-uWwnUSaNYl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uWwnUSaNYl .navbar.collapsed {
  justify-content: center;
}
.cid-uWwnUSaNYl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWwnUSaNYl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWwnUSaNYl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWwnUSaNYl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWwnUSaNYl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uWwnUSaNYl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWwnUSaNYl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWwnUSaNYl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWwnUSaNYl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWwnUSaNYl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWwnUSaNYl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWwnUSaNYl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWwnUSaNYl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWwnUSaNYl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWwnUSaNYl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWwnUSaNYl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWwnUSaNYl .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-uWwnUSaNYl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWwnUSaNYl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWwnUSaNYl .dropdown-item.active,
.cid-uWwnUSaNYl .dropdown-item:active {
  background-color: transparent;
}
.cid-uWwnUSaNYl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWwnUSaNYl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWwnUSaNYl ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uWwnUSaNYl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWwnUSaNYl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #124ad6;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWwnUSaNYl .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-uWwnUSaNYl .navbar {
    height: 70px;
  }
  .cid-uWwnUSaNYl .navbar.opened {
    height: auto;
  }
  .cid-uWwnUSaNYl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWwnUSaNYl .mbr-section-btn .btn,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:first-child,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:focus,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn span,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:hover,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #1476d7 !important;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:hover span,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uWwnUSaNYl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uWwnUSaNYl .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uWwnUSaNYl .navbar-caption:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .nav-link:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .nav-link:hover::before {
  background-color: #000000;
}
.cid-uWwnUSaNYl .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uWwnUSaNYl .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uWwnUSaNYl .mbr-section-subtitle,
.cid-uWwnUSaNYl .text_widget {
  text-align: left;
}
.cid-uWwnUSaNYl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWClTAYNcf {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
}
.cid-uWClTAYNcf::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #031748 120%);
  pointer-events: none;
}
.cid-uWClTAYNcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWClTAYNcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uWClTAYNcf .card {
  justify-content: flex-end;
}
.cid-uWClTAYNcf .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWClTAYNcf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWClTAYNcf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWClTAYNcf .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
}
.cid-uWClTAYNcf .mbr-label {
  color: #ffffff;
}
.cid-uWClTAYNcf .mbr-section-title {
  color: #ffffff;
}
.cid-uWClTAYNcf .mbr-text {
  color: #ffffff;
}
.cid-uWkFMtf82M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWkFMtf82M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkFMtf82M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkFMtf82M .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uWkFMtf82M .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uWkFMtf82M .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uWkFMtf82M .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uWkFMtf82M .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWkFMtf82M .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uWkFMtf82M .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWkFMtf82M .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uWkFMtf82M .items-wrapper .item .item-wrapper .card-box {
  padding: 30px;
  background-color: #f0f1f3;
  box-shadow: 0.2rem 0.2rem 1rem #bdbdbd !important;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uWkFMtf82M .items-wrapper .item .item-wrapper .card-box {
    padding: 15px;
  }
}
.cid-uWkFMtf82M .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWkFMtf82M .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper {
  margin-right: 16px;
}
.cid-uWkFMtf82M .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
}
.cid-uWkFMtf82M .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_1 .mbr-iconfont {
  background-color: #1476d7;
  color: #ffffff;
}
.cid-uWkFMtf82M .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_2 .mbr-iconfont {
  background-color: #1476d7;
  color: #ffffff;
}
.cid-uWkFMtf82M .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_3 .mbr-iconfont {
  background-color: #1476d7;
  color: #ffffff;
}
.cid-uWkFMtf82M .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_4 .mbr-iconfont {
  background-color: #1476d7;
  color: #ffffff;
}
.cid-uWkFMtf82M .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 0;
  width: 100%;
}
.cid-uWkFMtf82M .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uWkFMtf82M .mbr-section-title {
  color: #041a4f;
  text-align: center;
}
.cid-uWkFMtf82M .card-number {
  color: #000000;
}
.cid-uWkFMtf82M .card-title {
  color: #041a4f;
}
.cid-uX5MfiNGm9 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebebeb;
}
.cid-uX5MfiNGm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5MfiNGm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5MfiNGm9 .row {
  justify-content: center;
}
.cid-uX5MfiNGm9 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uX5MfiNGm9 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uX5MfiNGm9 .title-wrapper .mbr-section-title span {
  color: #041a4f;
}
.cid-uX5MfiNGm9 .mbr-section-title {
  color: #041a4f;
  text-align: center;
}
.cid-uWjxRRfXNg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ebebeb;
}
.cid-uWjxRRfXNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjxRRfXNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjxRRfXNg .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWjxRRfXNg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWjxRRfXNg .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWjxRRfXNg .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWjxRRfXNg .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWjxRRfXNg .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWjxRRfXNg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWjxRRfXNg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWjxRRfXNg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWjxRRfXNg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWjxRRfXNg .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWjxRRfXNg .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWjxRRfXNg .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWjxRRfXNg .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uWjxRRfXNg .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWjxRRfXNg .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWjxRRfXNg .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  font-size: 34px;
  background-image: linear-gradient(#041a4f 30%, #3283fb 130%);
  box-shadow: 0 8px 24px -5px #ffffff;
}
.cid-uWjxRRfXNg .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWjxRRfXNg .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWjxRRfXNg .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWjxRRfXNg .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWjxRRfXNg .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #bdbdbd;
  margin-top: 24px;
}
.cid-uWjxRRfXNg .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uWjxRRfXNg .items-wrapper .item .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-uWjxRRfXNg .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #ebebeb;
}
@media (max-width: 992px) {
  .cid-uWjxRRfXNg .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWjxRRfXNg .mbr-label,
.cid-uWjxRRfXNg .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWjxRRfXNg .mbr-section-title,
.cid-uWjxRRfXNg .title-wrapper {
  color: #041a4f;
  text-align: center;
}
.cid-uWjxRRfXNg .mbr-text,
.cid-uWjxRRfXNg .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWjxRRfXNg .item-title {
  color: #000000;
}
.cid-uWjxRRfXNg .item-text {
  color: #515151;
}
.cid-uWjxRRfXNg .item-number {
  color: #041a4f;
}
.cid-uWjxRRfXNg .item-title,
.cid-uWjxRRfXNg .mbr-section-btn,
.cid-uWjxRRfXNg .icon-wrapper {
  color: #041a4f;
}
.cid-uWfgqtpRmb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWfgqtpRmb .item:focus,
.cid-uWfgqtpRmb span:focus {
  outline: none;
}
.cid-uWfgqtpRmb .item-wrapper {
  position: relative;
}
.cid-uWfgqtpRmb .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uWfgqtpRmb .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-uWfgqtpRmb .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-uWfgqtpRmb .mbr-text,
.cid-uWfgqtpRmb .mbr-section-btn {
  text-align: left;
}
.cid-uWfgqtpRmb .item-title {
  text-align: left;
}
.cid-uWfgqtpRmb .item-subtitle {
  text-align: left;
}
.cid-uWfgqtpRmb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uWfgqtpRmb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uWfgqtpRmb .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uWfgqtpRmb .embla__slide {
    min-width: 375px;
  }
}
.cid-uWfgqtpRmb .embla__button--next,
.cid-uWfgqtpRmb .embla__button--prev {
  display: flex;
}
.cid-uWfgqtpRmb .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #1476d7;
  color: #715edb;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uWfgqtpRmb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uWfgqtpRmb .embla__button:hover {
  background-color: #1476d7;
  color: #715edb;
  transform: scale(1.05);
}
.cid-uWfgqtpRmb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWfgqtpRmb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWfgqtpRmb .embla__button {
    top: auto;
  }
}
.cid-uWfgqtpRmb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uWfgqtpRmb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uWfgqtpRmb .embla {
  position: relative;
  width: 100%;
}
.cid-uWfgqtpRmb .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uWfgqtpRmb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWfgqtpRmb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWfgqtpRmb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWfgqtpRmb .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-uWfgqtpRmb .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uWfgqtpRmb .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 32px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uWfgqtpRmb .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-uWfgqtpRmb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uWfgqtpRmb .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uWfgqtpRmb .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uWfgqtpRmb .shadow:hover .number,
.cid-uWfgqtpRmb .shadow:hover .card-title {
  color: #071f42 !important;
}
.cid-uWfgqtpRmb .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-uWfgqtpRmb .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-uWfgqtpRmb .card-text {
  color: #071f42;
  text-align: center;
}
.cid-uWfgqtpRmb H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-uWfgqtpRmb .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uWfgqtpRmb .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uWfgqtpRmb .link-title {
  display: inline-block;
}
.cid-uWfgqtpRmb .margin {
  margin-right: 14px;
}
.cid-uWfgqtpRmb .article {
  display: contents;
}
.cid-uWfgqtpRmb .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uWfgqtpRmb .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-uWfgqtpRmb .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-uWfgqtpRmb .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-uWfgqtpRmb .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-uWfgqtpRmb .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-uWfgqtpRmb .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uWfgqtpRmb .btn {
  margin-top: 20px;
}
.cid-uWfgqtpRmb .card-title,
.cid-uWfgqtpRmb .iconfont-wrapper {
  text-align: center;
}
.cid-uWfgqtpRmb a.btn > span {
  margin-left: 0.5rem;
}
.cid-uWCAb0Rq3L {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWCAb0Rq3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCAb0Rq3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCAb0Rq3L .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWCAb0Rq3L .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWCAb0Rq3L .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWCAb0Rq3L .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWCAb0Rq3L .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uWCAb0Rq3L .mbr-section-title {
  color: #ff6d99;
}
.cid-uWCAb0Rq3L .mbr-text,
.cid-uWCAb0Rq3L .text-wrapper {
  color: #031748;
  text-align: center;
}
.cid-uWCAb0Rq3L .mbr-section-title,
.cid-uWCAb0Rq3L .mbr-section-btn {
  text-align: center;
  color: #1476d7;
}
.cid-uWCChDBkXn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWCChDBkXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCChDBkXn .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-uWCChDBkXn .container {
    padding: 0 30px;
  }
}
.cid-uWCChDBkXn .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWCChDBkXn .item {
    margin-bottom: 30px;
  }
}
.cid-uWCChDBkXn .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-uWCChDBkXn .item .item-wrapper {
    margin: 0;
  }
}
.cid-uWCChDBkXn .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 3em;
  margin-bottom: 30px;
}
.cid-uWCChDBkXn .item .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 3em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWCChDBkXn .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWCChDBkXn .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWCChDBkXn .item .item-wrapper .item-content .desc-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWCChDBkXn .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uWCChDBkXn .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uWCChDBkXn .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uWCChDBkXn .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uWCChDBkXn .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWCChDBkXn .mbr-section-title {
  color: #2b2b2b;
}
.cid-uWCChDBkXn .mbr-desc {
  color: #ffffff;
}
.cid-uWCChDBkXn .mbr-text {
  color: #4e4e4e;
}
.cid-uWCChDBkXn .mbr-section-title,
.cid-uWCChDBkXn .mbr-section-btn {
  color: #041a4f;
}
.cid-uWCChDBkXn .mbr-text,
.cid-uWCChDBkXn .mbr-section-btn {
  color: #031748;
}
.cid-uWkZSaVPUT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWkZSaVPUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkZSaVPUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkZSaVPUT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWkZSaVPUT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uWkZSaVPUT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 290px;
  max-width: 290px;
}
@media (max-width: 768px) {
  .cid-uWkZSaVPUT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uWkZSaVPUT .embla__slide .slide-content {
  width: 100%;
}
.cid-uWkZSaVPUT .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uWkZSaVPUT .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-uWkZSaVPUT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 125px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uWkZSaVPUT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uWkZSaVPUT .embla__button--next,
.cid-uWkZSaVPUT .embla__button--prev {
  display: flex;
}
.cid-uWkZSaVPUT .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uWkZSaVPUT .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #e6eddc !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWkZSaVPUT .embla__button:hover {
  background-color: #5c834f !important;
  color: #e6eddc !important;
}
.cid-uWkZSaVPUT .embla__button:disabled {
  opacity: .5 !important;
  background-color: #e6eddc !important;
  color: #5c834f !important;
}
.cid-uWkZSaVPUT .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-uWkZSaVPUT .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uWkZSaVPUT .embla {
  position: relative;
  width: 100%;
}
.cid-uWkZSaVPUT .embla__viewport {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uWkZSaVPUT .embla__viewport {
    padding: 0;
  }
}
.cid-uWkZSaVPUT .embla__viewport::before {
  content: '';
  position: absolute;
  top: 0;
  left: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #ffffff, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uWkZSaVPUT .embla__viewport::before {
    width: 40px;
    left: -20px;
  }
}
.cid-uWkZSaVPUT .embla__viewport::after {
  content: '';
  position: absolute;
  top: 0;
  right: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uWkZSaVPUT .embla__viewport::after {
    width: 40px;
    right: -20px;
  }
}
.cid-uWkZSaVPUT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWkZSaVPUT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWkZSaVPUT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWkZSaVPUT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWkZSaVPUT .mbr-section-title,
.cid-uWkZSaVPUT .title-wrapper {
  color: #041a4f;
  text-align: center;
}
.cid-uWjX2icVVU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uWjX2icVVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjX2icVVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjX2icVVU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uWjX2icVVU .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uWjX2icVVU .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uWjX2icVVU .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uWjX2icVVU .container {
    padding: 0 12px;
  }
}
.cid-uWjX2icVVU .content-wrapper {
  padding: 220px 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uWjX2icVVU .content-wrapper {
    padding: 150px 32px;
  }
}
.cid-uWjX2icVVU .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWjX2icVVU .content-wrapper .title-wrapper {
  width: 35em;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uWjX2icVVU .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uWjX2icVVU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjX2icVVU .mbr-section-title {
  color: #ffffff;
}
.cid-uWjvfkE9tE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #021041;
}
.cid-uWjvfkE9tE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjvfkE9tE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjvfkE9tE .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-uWjvfkE9tE .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uWjvfkE9tE .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uWjvfkE9tE .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uWjvfkE9tE .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uWjvfkE9tE .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uWjvfkE9tE .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uWjvfkE9tE .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uWjvfkE9tE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWjvfkE9tE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWjvfkE9tE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWjvfkE9tE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWjvfkE9tE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWjvfkE9tE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWjvfkE9tE .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uWjvfkE9tE .copyright {
    text-align: center !important;
  }
}
.cid-uWjvfkE9tE .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uWjvfkE9tE .brand-text {
    text-align: center !important;
  }
}
.cid-uWjvfkE9tE .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWjvfkE9tE .col-link {
    padding: 0;
  }
}
.cid-uWjvfkE9tE .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-uWjvfkE9tE .col-link1 {
    width: 40%;
  }
}
.cid-uWjvfkE9tE .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-uWjvfkE9tE .col-link2 {
    width: 60%;
  }
}
.cid-uWjvfkE9tE .mbr-section-subtitle {
  color: #E1F5FF;
  margin-bottom: 20px;
}
.cid-uWjvfkE9tE .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-uWjvfkE9tE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #bdbdbd;
}
.cid-uWjvfkE9tE .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-uWjvfkE9tE .list li:hover {
  color: #f85f32 !important;
}
.cid-uWjvfkE9tE .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWjvfkE9tE .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWjvfkE9tE .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWjvfkE9tE .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWjvfkE9tE .social-container {
    width: 100%;
  }
}
.cid-uWjvfkE9tE .btn-text {
  color: #E1F5FF;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uWjvfkE9tE .btn-text {
    text-align: center !important;
  }
}
.cid-uWjvfkE9tE .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uWjvfkE9tE .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWjvfkE9tE .social-text {
  color: #E1F5FF;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uWjvfkE9tE .social-text {
    text-align: center !important;
  }
}
.cid-uWjvfkE9tE .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uWjvfkE9tE .social-row {
    justify-content: center;
  }
}
.cid-uWjvfkE9tE .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-uWjvfkE9tE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-uWjvfkE9tE .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjvfkE9tE .soc-item:hover {
  background-color: #f85f32 !important;
}
.cid-uWjvfkE9tE .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-uWjvfkE9tE .footer-border {
    display: none;
  }
}
.cid-uWwnUSaNYl .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uWwnUSaNYl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uWwnUSaNYl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .menu_box .navbar.opened,
  .cid-uWwnUSaNYl .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWwnUSaNYl .navbar-dropdown {
  position: relative !important;
}
.cid-uWwnUSaNYl nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uWwnUSaNYl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uWwnUSaNYl .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWwnUSaNYl .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uWwnUSaNYl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uWwnUSaNYl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uWwnUSaNYl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uWwnUSaNYl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uWwnUSaNYl .offcanvas-body .mbr-text,
  .cid-uWwnUSaNYl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uWwnUSaNYl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #124ad6;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uWwnUSaNYl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWwnUSaNYl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWwnUSaNYl .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-uWwnUSaNYl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWwnUSaNYl 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;
  }
  .cid-uWwnUSaNYl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uWwnUSaNYl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWwnUSaNYl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .nav-item {
    margin: 0 !important;
  }
}
.cid-uWwnUSaNYl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    left: -40px !important;
  }
  .cid-uWwnUSaNYl .dropdown-menu.dropdown-submenu {
    left: 180px !important;
    top: -62% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWwnUSaNYl .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-uWwnUSaNYl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWwnUSaNYl .offcanvas_box {
    display: none;
  }
}
.cid-uWwnUSaNYl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uWwnUSaNYl .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWwnUSaNYl .nav-link {
  position: relative;
  color: #000000;
}
.cid-uWwnUSaNYl .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uWwnUSaNYl .container {
  display: flex;
  margin: auto;
}
.cid-uWwnUSaNYl .iconfont-wrapper {
  color: #000000;
  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-uWwnUSaNYl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWwnUSaNYl .iconfont-wrapper:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .navbar-caption {
  color: #000000;
}
.cid-uWwnUSaNYl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .navbar-nav {
    margin: 0;
  }
}
.cid-uWwnUSaNYl .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uWwnUSaNYl .dropdown-menu,
.cid-uWwnUSaNYl .navbar.opened {
  background-color: false !important;
}
.cid-uWwnUSaNYl .nav-item:focus,
.cid-uWwnUSaNYl .nav-link:focus {
  outline: none;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWwnUSaNYl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWwnUSaNYl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWwnUSaNYl .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-uWwnUSaNYl .navbar.opened {
  transition: all 0.3s;
}
.cid-uWwnUSaNYl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWwnUSaNYl .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-uWwnUSaNYl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uWwnUSaNYl .navbar.collapsed {
  justify-content: center;
}
.cid-uWwnUSaNYl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWwnUSaNYl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWwnUSaNYl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWwnUSaNYl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWwnUSaNYl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uWwnUSaNYl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWwnUSaNYl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWwnUSaNYl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWwnUSaNYl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWwnUSaNYl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWwnUSaNYl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWwnUSaNYl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWwnUSaNYl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWwnUSaNYl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWwnUSaNYl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWwnUSaNYl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWwnUSaNYl .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-uWwnUSaNYl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWwnUSaNYl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWwnUSaNYl .dropdown-item.active,
.cid-uWwnUSaNYl .dropdown-item:active {
  background-color: transparent;
}
.cid-uWwnUSaNYl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWwnUSaNYl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWwnUSaNYl ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uWwnUSaNYl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWwnUSaNYl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #124ad6;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWwnUSaNYl .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-uWwnUSaNYl .navbar {
    height: 70px;
  }
  .cid-uWwnUSaNYl .navbar.opened {
    height: auto;
  }
  .cid-uWwnUSaNYl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWwnUSaNYl .mbr-section-btn .btn,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:first-child,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:focus,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn span,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:hover,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #1476d7 !important;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:hover span,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uWwnUSaNYl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uWwnUSaNYl .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uWwnUSaNYl .navbar-caption:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .nav-link:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .nav-link:hover::before {
  background-color: #000000;
}
.cid-uWwnUSaNYl .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uWwnUSaNYl .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uWwnUSaNYl .mbr-section-subtitle,
.cid-uWwnUSaNYl .text_widget {
  text-align: left;
}
.cid-uWwnUSaNYl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWvJxGu3kN {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/prototipo-web-rfid-9-1920x1080.webp");
}
.cid-uWvJxGu3kN::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #031748 120%);
  pointer-events: none;
}
.cid-uWvJxGu3kN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvJxGu3kN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvJxGu3kN .card {
  justify-content: flex-end;
}
.cid-uWvJxGu3kN .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWvJxGu3kN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWvJxGu3kN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWvJxGu3kN .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWvJxGu3kN .mbr-label {
  color: #ffffff;
}
.cid-uWvJxGu3kN .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWvJxGu3kN .mbr-text {
  color: #ffffff;
}
.cid-uWvNXSLs4H {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWvNXSLs4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvNXSLs4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvNXSLs4H .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWvNXSLs4H .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uWvNXSLs4H .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWvNXSLs4H .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uWvNXSLs4H .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWvNXSLs4H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uWvNXSLs4H .mbr-label {
  color: #000000;
}
.cid-uWvNXSLs4H .mbr-section-title {
  color: #000000;
}
.cid-uWvNXSLs4H .mbr-text {
  color: #000000;
}
.cid-uWvNXSLs4H .mbr-section-title,
.cid-uWvNXSLs4H .mbr-section-btn,
.cid-uWvNXSLs4H .title-wrapper {
  color: #031748;
}
.cid-uWvO9wVKVs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWvO9wVKVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvO9wVKVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvO9wVKVs .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWvO9wVKVs .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uWvO9wVKVs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWvO9wVKVs .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uWvO9wVKVs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWvO9wVKVs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uWvO9wVKVs .mbr-label {
  color: #000000;
}
.cid-uWvO9wVKVs .mbr-section-title {
  color: #000000;
}
.cid-uWvO9wVKVs .mbr-text {
  color: #000000;
}
.cid-uWvO9wVKVs .mbr-section-title,
.cid-uWvO9wVKVs .mbr-section-btn,
.cid-uWvO9wVKVs .title-wrapper {
  color: #041a4f;
}
.cid-uWvOByUvBv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uWvOByUvBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvOByUvBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvOByUvBv .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWvOByUvBv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWvOByUvBv .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWvOByUvBv .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWvOByUvBv .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWvOByUvBv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWvOByUvBv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #071f42 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWvOByUvBv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWvOByUvBv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWvOByUvBv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWvOByUvBv .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWvOByUvBv .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWvOByUvBv .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWvOByUvBv .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWvOByUvBv .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWvOByUvBv .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWvOByUvBv .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWvOByUvBv .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uWvOByUvBv .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uWvOByUvBv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWvOByUvBv .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWvOByUvBv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWvOByUvBv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWvOByUvBv .mbr-label,
.cid-uWvOByUvBv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWvOByUvBv .mbr-section-title,
.cid-uWvOByUvBv .title-wrapper {
  color: #031748;
  text-align: center;
}
.cid-uWvOByUvBv .mbr-text,
.cid-uWvOByUvBv .text-wrapper {
  color: #1476d7;
  text-align: center;
}
.cid-uWvOByUvBv .item-title {
  color: #000000;
}
.cid-uWvOByUvBv .item-text {
  color: #515151;
}
.cid-uWvOByUvBv .item-title,
.cid-uWvOByUvBv .mbr-section-btn {
  color: #1476d7;
}
.cid-uWvPLIYu6C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uWvPLIYu6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvPLIYu6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvPLIYu6C .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uWvPLIYu6C .container {
    padding: 10px 8px;
  }
}
.cid-uWvPLIYu6C .row {
  position: relative;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uWvPLIYu6C .row {
    padding: 50px 10px;
  }
}
.cid-uWvPLIYu6C .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #071f42;
}
.cid-uWvPLIYu6C .row .card {
  position: relative;
  padding: 0;
}
.cid-uWvPLIYu6C .content-wrapper {
  padding-right: 150px;
}
@media (max-width: 992px) {
  .cid-uWvPLIYu6C .content-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uWvPLIYu6C .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-uWvPLIYu6C .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uWvPLIYu6C .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWvPLIYu6C .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-uWvPLIYu6C .content-wrapper .card-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cid-uWvPLIYu6C .content-wrapper .card-wrapper .card-wrap {
  margin-top: 50px;
  max-width: 200px;
  padding: 20px;
  background-color: #1476d7;
  border-radius: 17px;
}
.cid-uWvPLIYu6C .content-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 30px;
}
.cid-uWvPLIYu6C .content-wrapper .card-wrapper .card-wrap .card-text {
  margin-bottom: 0;
}
.cid-uWvPLIYu6C .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uWvPLIYu6C .image-wrapper img {
    height: 300px;
  }
}
.cid-uWvPLIYu6C .mbr-section-title {
  color: #ffffff;
}
.cid-uWvPLIYu6C .mbr-desc {
  color: #222222;
}
.cid-uWvPLIYu6C .card-title {
  color: #ffffff;
}
.cid-uWvPLIYu6C .card-text {
  color: #ffffff;
}
.cid-uWvJxGWcx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/prototipo-web-rfid-4-1920x1080.webp");
}
.cid-uWvJxGWcx4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #031748 50%);
  z-index: 1;
}
.cid-uWvJxGWcx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvJxGWcx4 .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-uWvJxGWcx4 .container {
    padding: 0 22px;
  }
}
.cid-uWvJxGWcx4 .row {
  justify-content: center;
}
.cid-uWvJxGWcx4 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uWvJxGWcx4 .content-wrapper {
    padding: 0;
  }
}
.cid-uWvJxGWcx4 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWvJxGWcx4 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uWvJxGWcx4 .mbr-section-title {
  color: #ffffff;
}
.cid-uWvJxGWcx4 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uWvJxGWcx4 .mbr-section-title,
.cid-uWvJxGWcx4 .mbr-section-btn {
  text-align: center;
}
.cid-uWvJxHqJOr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #021041;
}
.cid-uWvJxHqJOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvJxHqJOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvJxHqJOr .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-uWvJxHqJOr .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uWvJxHqJOr .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uWvJxHqJOr .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uWvJxHqJOr .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uWvJxHqJOr .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uWvJxHqJOr .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uWvJxHqJOr .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uWvJxHqJOr .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWvJxHqJOr .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWvJxHqJOr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWvJxHqJOr .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWvJxHqJOr .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWvJxHqJOr .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWvJxHqJOr .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uWvJxHqJOr .copyright {
    text-align: center !important;
  }
}
.cid-uWvJxHqJOr .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uWvJxHqJOr .brand-text {
    text-align: center !important;
  }
}
.cid-uWvJxHqJOr .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWvJxHqJOr .col-link {
    padding: 0;
  }
}
.cid-uWvJxHqJOr .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-uWvJxHqJOr .col-link1 {
    width: 40%;
  }
}
.cid-uWvJxHqJOr .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-uWvJxHqJOr .col-link2 {
    width: 60%;
  }
}
.cid-uWvJxHqJOr .mbr-section-subtitle {
  color: #E1F5FF;
  margin-bottom: 20px;
}
.cid-uWvJxHqJOr .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-uWvJxHqJOr .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #bdbdbd;
}
.cid-uWvJxHqJOr .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-uWvJxHqJOr .list li:hover {
  color: #f85f32 !important;
}
.cid-uWvJxHqJOr .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWvJxHqJOr .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWvJxHqJOr .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWvJxHqJOr .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWvJxHqJOr .social-container {
    width: 100%;
  }
}
.cid-uWvJxHqJOr .btn-text {
  color: #E1F5FF;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uWvJxHqJOr .btn-text {
    text-align: center !important;
  }
}
.cid-uWvJxHqJOr .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uWvJxHqJOr .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWvJxHqJOr .social-text {
  color: #E1F5FF;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uWvJxHqJOr .social-text {
    text-align: center !important;
  }
}
.cid-uWvJxHqJOr .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uWvJxHqJOr .social-row {
    justify-content: center;
  }
}
.cid-uWvJxHqJOr .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-uWvJxHqJOr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-uWvJxHqJOr .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWvJxHqJOr .soc-item:hover {
  background-color: #f85f32 !important;
}
.cid-uWvJxHqJOr .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-uWvJxHqJOr .footer-border {
    display: none;
  }
}
.cid-uWwnUSaNYl .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uWwnUSaNYl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uWwnUSaNYl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .menu_box .navbar.opened,
  .cid-uWwnUSaNYl .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWwnUSaNYl .navbar-dropdown {
  position: relative !important;
}
.cid-uWwnUSaNYl nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uWwnUSaNYl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uWwnUSaNYl .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWwnUSaNYl .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uWwnUSaNYl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uWwnUSaNYl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uWwnUSaNYl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uWwnUSaNYl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uWwnUSaNYl .offcanvas-body .mbr-text,
  .cid-uWwnUSaNYl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uWwnUSaNYl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #124ad6;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uWwnUSaNYl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWwnUSaNYl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWwnUSaNYl .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-uWwnUSaNYl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWwnUSaNYl 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;
  }
  .cid-uWwnUSaNYl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uWwnUSaNYl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWwnUSaNYl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .nav-item {
    margin: 0 !important;
  }
}
.cid-uWwnUSaNYl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    left: -40px !important;
  }
  .cid-uWwnUSaNYl .dropdown-menu.dropdown-submenu {
    left: 180px !important;
    top: -62% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWwnUSaNYl .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-uWwnUSaNYl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWwnUSaNYl .offcanvas_box {
    display: none;
  }
}
.cid-uWwnUSaNYl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uWwnUSaNYl .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWwnUSaNYl .nav-link {
  position: relative;
  color: #000000;
}
.cid-uWwnUSaNYl .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uWwnUSaNYl .container {
  display: flex;
  margin: auto;
}
.cid-uWwnUSaNYl .iconfont-wrapper {
  color: #000000;
  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-uWwnUSaNYl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWwnUSaNYl .iconfont-wrapper:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .navbar-caption {
  color: #000000;
}
.cid-uWwnUSaNYl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .navbar-nav {
    margin: 0;
  }
}
.cid-uWwnUSaNYl .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uWwnUSaNYl .dropdown-menu,
.cid-uWwnUSaNYl .navbar.opened {
  background-color: false !important;
}
.cid-uWwnUSaNYl .nav-item:focus,
.cid-uWwnUSaNYl .nav-link:focus {
  outline: none;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWwnUSaNYl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWwnUSaNYl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWwnUSaNYl .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-uWwnUSaNYl .navbar.opened {
  transition: all 0.3s;
}
.cid-uWwnUSaNYl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWwnUSaNYl .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-uWwnUSaNYl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uWwnUSaNYl .navbar.collapsed {
  justify-content: center;
}
.cid-uWwnUSaNYl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWwnUSaNYl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWwnUSaNYl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWwnUSaNYl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWwnUSaNYl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uWwnUSaNYl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWwnUSaNYl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWwnUSaNYl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWwnUSaNYl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWwnUSaNYl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWwnUSaNYl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWwnUSaNYl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWwnUSaNYl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWwnUSaNYl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWwnUSaNYl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWwnUSaNYl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWwnUSaNYl .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-uWwnUSaNYl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWwnUSaNYl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWwnUSaNYl .dropdown-item.active,
.cid-uWwnUSaNYl .dropdown-item:active {
  background-color: transparent;
}
.cid-uWwnUSaNYl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWwnUSaNYl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWwnUSaNYl ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uWwnUSaNYl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWwnUSaNYl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #124ad6;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWwnUSaNYl .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-uWwnUSaNYl .navbar {
    height: 70px;
  }
  .cid-uWwnUSaNYl .navbar.opened {
    height: auto;
  }
  .cid-uWwnUSaNYl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWwnUSaNYl .mbr-section-btn .btn,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:first-child,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:focus,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn span,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:hover,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #1476d7 !important;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:hover span,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uWwnUSaNYl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uWwnUSaNYl .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uWwnUSaNYl .navbar-caption:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .nav-link:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .nav-link:hover::before {
  background-color: #000000;
}
.cid-uWwnUSaNYl .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uWwnUSaNYl .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uWwnUSaNYl .mbr-section-subtitle,
.cid-uWwnUSaNYl .text_widget {
  text-align: left;
}
.cid-uWwnUSaNYl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWvIGcy4v2 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/prototipo-web-rfid-7-1920x1080.webp");
}
.cid-uWvIGcy4v2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #031748 120%);
  pointer-events: none;
}
.cid-uWvIGcy4v2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvIGcy4v2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvIGcy4v2 .card {
  justify-content: flex-end;
}
.cid-uWvIGcy4v2 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWvIGcy4v2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWvIGcy4v2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWvIGcy4v2 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWvIGcy4v2 .mbr-label {
  color: #ffffff;
}
.cid-uWvIGcy4v2 .mbr-section-title {
  color: #ffffff;
}
.cid-uWvIGcy4v2 .mbr-text {
  color: #ffffff;
}
.cid-uX9Zs4xmBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uX9Zs4xmBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX9Zs4xmBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX9Zs4xmBT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uX9Zs4xmBT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uX9Zs4xmBT .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uX9Zs4xmBT .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uX9Zs4xmBT .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uX9Zs4xmBT .mbr-section-title {
  color: #0f0f0f;
}
.cid-uX9Zs4xmBT .card-title {
  color: #0f0f0f;
}
.cid-uX9Zs4xmBT .card-text {
  color: #041a4f;
}
.cid-uX9Zs4xmBT .card-title,
.cid-uX9Zs4xmBT .mbr-section-btn {
  color: #1476d7;
}
.cid-uX9Zs4xmBT .mbr-section-title,
.cid-uX9Zs4xmBT .mbr-section-btn {
  color: #041a4f;
}
.cid-uWvIGhsyoP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/prototipo-web-rfid-4-1920x1080.webp");
}
.cid-uWvIGhsyoP::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #031748 50%);
  z-index: 1;
}
.cid-uWvIGhsyoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvIGhsyoP .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-uWvIGhsyoP .container {
    padding: 0 22px;
  }
}
.cid-uWvIGhsyoP .row {
  justify-content: center;
}
.cid-uWvIGhsyoP .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uWvIGhsyoP .content-wrapper {
    padding: 0;
  }
}
.cid-uWvIGhsyoP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWvIGhsyoP .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uWvIGhsyoP .mbr-section-title {
  color: #ffffff;
}
.cid-uWvIGhsyoP .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uWvIGhsyoP .mbr-section-title,
.cid-uWvIGhsyoP .mbr-section-btn {
  text-align: center;
}
.cid-uWvIGi14Za {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #021041;
}
.cid-uWvIGi14Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvIGi14Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvIGi14Za .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-uWvIGi14Za .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uWvIGi14Za .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uWvIGi14Za .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uWvIGi14Za .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uWvIGi14Za .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uWvIGi14Za .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uWvIGi14Za .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uWvIGi14Za .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWvIGi14Za .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWvIGi14Za .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWvIGi14Za .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWvIGi14Za .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWvIGi14Za .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWvIGi14Za .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uWvIGi14Za .copyright {
    text-align: center !important;
  }
}
.cid-uWvIGi14Za .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uWvIGi14Za .brand-text {
    text-align: center !important;
  }
}
.cid-uWvIGi14Za .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWvIGi14Za .col-link {
    padding: 0;
  }
}
.cid-uWvIGi14Za .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-uWvIGi14Za .col-link1 {
    width: 40%;
  }
}
.cid-uWvIGi14Za .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-uWvIGi14Za .col-link2 {
    width: 60%;
  }
}
.cid-uWvIGi14Za .mbr-section-subtitle {
  color: #E1F5FF;
  margin-bottom: 20px;
}
.cid-uWvIGi14Za .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-uWvIGi14Za .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #bdbdbd;
}
.cid-uWvIGi14Za .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-uWvIGi14Za .list li:hover {
  color: #f85f32 !important;
}
.cid-uWvIGi14Za .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWvIGi14Za .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWvIGi14Za .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWvIGi14Za .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWvIGi14Za .social-container {
    width: 100%;
  }
}
.cid-uWvIGi14Za .btn-text {
  color: #E1F5FF;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uWvIGi14Za .btn-text {
    text-align: center !important;
  }
}
.cid-uWvIGi14Za .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uWvIGi14Za .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWvIGi14Za .social-text {
  color: #E1F5FF;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uWvIGi14Za .social-text {
    text-align: center !important;
  }
}
.cid-uWvIGi14Za .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uWvIGi14Za .social-row {
    justify-content: center;
  }
}
.cid-uWvIGi14Za .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-uWvIGi14Za .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-uWvIGi14Za .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWvIGi14Za .soc-item:hover {
  background-color: #f85f32 !important;
}
.cid-uWvIGi14Za .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-uWvIGi14Za .footer-border {
    display: none;
  }
}
.cid-uWwnUSaNYl .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uWwnUSaNYl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uWwnUSaNYl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .menu_box .navbar.opened,
  .cid-uWwnUSaNYl .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWwnUSaNYl .navbar-dropdown {
  position: relative !important;
}
.cid-uWwnUSaNYl nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uWwnUSaNYl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uWwnUSaNYl .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWwnUSaNYl .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uWwnUSaNYl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uWwnUSaNYl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uWwnUSaNYl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uWwnUSaNYl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uWwnUSaNYl .offcanvas-body .mbr-text,
  .cid-uWwnUSaNYl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uWwnUSaNYl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #124ad6;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uWwnUSaNYl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWwnUSaNYl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWwnUSaNYl .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-uWwnUSaNYl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWwnUSaNYl 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;
  }
  .cid-uWwnUSaNYl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uWwnUSaNYl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWwnUSaNYl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .nav-item {
    margin: 0 !important;
  }
}
.cid-uWwnUSaNYl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    left: -40px !important;
  }
  .cid-uWwnUSaNYl .dropdown-menu.dropdown-submenu {
    left: 180px !important;
    top: -62% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWwnUSaNYl .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-uWwnUSaNYl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWwnUSaNYl .offcanvas_box {
    display: none;
  }
}
.cid-uWwnUSaNYl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uWwnUSaNYl .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWwnUSaNYl .nav-link {
  position: relative;
  color: #000000;
}
.cid-uWwnUSaNYl .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uWwnUSaNYl .container {
  display: flex;
  margin: auto;
}
.cid-uWwnUSaNYl .iconfont-wrapper {
  color: #000000;
  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-uWwnUSaNYl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWwnUSaNYl .iconfont-wrapper:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .navbar-caption {
  color: #000000;
}
.cid-uWwnUSaNYl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .navbar-nav {
    margin: 0;
  }
}
.cid-uWwnUSaNYl .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uWwnUSaNYl .dropdown-menu,
.cid-uWwnUSaNYl .navbar.opened {
  background-color: false !important;
}
.cid-uWwnUSaNYl .nav-item:focus,
.cid-uWwnUSaNYl .nav-link:focus {
  outline: none;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWwnUSaNYl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWwnUSaNYl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWwnUSaNYl .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-uWwnUSaNYl .navbar.opened {
  transition: all 0.3s;
}
.cid-uWwnUSaNYl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWwnUSaNYl .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-uWwnUSaNYl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uWwnUSaNYl .navbar.collapsed {
  justify-content: center;
}
.cid-uWwnUSaNYl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWwnUSaNYl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWwnUSaNYl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWwnUSaNYl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWwnUSaNYl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uWwnUSaNYl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWwnUSaNYl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWwnUSaNYl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWwnUSaNYl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWwnUSaNYl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWwnUSaNYl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWwnUSaNYl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWwnUSaNYl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWwnUSaNYl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWwnUSaNYl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWwnUSaNYl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWwnUSaNYl .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-uWwnUSaNYl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWwnUSaNYl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWwnUSaNYl .dropdown-item.active,
.cid-uWwnUSaNYl .dropdown-item:active {
  background-color: transparent;
}
.cid-uWwnUSaNYl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWwnUSaNYl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWwnUSaNYl ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uWwnUSaNYl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWwnUSaNYl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #124ad6;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWwnUSaNYl .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-uWwnUSaNYl .navbar {
    height: 70px;
  }
  .cid-uWwnUSaNYl .navbar.opened {
    height: auto;
  }
  .cid-uWwnUSaNYl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWwnUSaNYl .mbr-section-btn .btn,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:first-child,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:focus,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn span,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:hover,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #1476d7 !important;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:hover span,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uWwnUSaNYl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uWwnUSaNYl .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uWwnUSaNYl .navbar-caption:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .nav-link:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .nav-link:hover::before {
  background-color: #000000;
}
.cid-uWwnUSaNYl .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uWwnUSaNYl .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uWwnUSaNYl .mbr-section-subtitle,
.cid-uWwnUSaNYl .text_widget {
  text-align: left;
}
.cid-uWwnUSaNYl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWvve5Stn0 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/prototipo-web-rfid-5-1920x1080.webp");
}
.cid-uWvve5Stn0::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #031748 120%);
  pointer-events: none;
}
.cid-uWvve5Stn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvve5Stn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvve5Stn0 .card {
  justify-content: flex-end;
}
.cid-uWvve5Stn0 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWvve5Stn0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWvve5Stn0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWvve5Stn0 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWvve5Stn0 .mbr-label {
  color: #ffffff;
}
.cid-uWvve5Stn0 .mbr-section-title {
  color: #ffffff;
}
.cid-uWvve5Stn0 .mbr-text {
  color: #ffffff;
}
.cid-uWvAZoOXAt {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWvAZoOXAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvAZoOXAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvAZoOXAt .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWvAZoOXAt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWvAZoOXAt .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWvAZoOXAt .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWvAZoOXAt .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uWvAZoOXAt .mbr-section-title {
  color: #ff6d99;
}
.cid-uWvAZoOXAt .mbr-text,
.cid-uWvAZoOXAt .text-wrapper {
  color: #031748;
  text-align: center;
}
.cid-uWvAZoOXAt .mbr-section-title,
.cid-uWvAZoOXAt .mbr-section-btn {
  text-align: center;
  color: #1476d7;
}
.cid-uWvAyTKKDl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWvAyTKKDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvAyTKKDl .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-uWvAyTKKDl .container {
    padding: 0 30px;
  }
}
.cid-uWvAyTKKDl .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWvAyTKKDl .item {
    margin-bottom: 30px;
  }
}
.cid-uWvAyTKKDl .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-uWvAyTKKDl .item .item-wrapper {
    margin: 0;
  }
}
.cid-uWvAyTKKDl .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 3em;
  margin-bottom: 30px;
}
.cid-uWvAyTKKDl .item .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 3em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWvAyTKKDl .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWvAyTKKDl .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWvAyTKKDl .item .item-wrapper .item-content .desc-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWvAyTKKDl .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uWvAyTKKDl .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uWvAyTKKDl .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uWvAyTKKDl .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uWvAyTKKDl .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWvAyTKKDl .mbr-section-title {
  color: #2b2b2b;
}
.cid-uWvAyTKKDl .mbr-desc {
  color: #ffffff;
}
.cid-uWvAyTKKDl .mbr-text {
  color: #4e4e4e;
}
.cid-uWvAyTKKDl .mbr-section-title,
.cid-uWvAyTKKDl .mbr-section-btn {
  color: #041a4f;
}
.cid-uWvAyTKKDl .mbr-text,
.cid-uWvAyTKKDl .mbr-section-btn {
  color: #031748;
}
.cid-uWvETv9NYs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWvETv9NYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvETv9NYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvETv9NYs .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWvETv9NYs .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWvETv9NYs .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWvETv9NYs .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWvETv9NYs .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uWvETv9NYs .mbr-section-title {
  color: #ff6d99;
}
.cid-uWvETv9NYs .mbr-text,
.cid-uWvETv9NYs .text-wrapper {
  color: #031748;
  text-align: center;
}
.cid-uWvETv9NYs .mbr-section-title,
.cid-uWvETv9NYs .mbr-section-btn {
  text-align: center;
  color: #1476d7;
}
.cid-uWvEOu12l7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWvEOu12l7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvEOu12l7 .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-uWvEOu12l7 .container {
    padding: 0 30px;
  }
}
.cid-uWvEOu12l7 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWvEOu12l7 .item {
    margin-bottom: 30px;
  }
}
.cid-uWvEOu12l7 .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-uWvEOu12l7 .item .item-wrapper {
    margin: 0;
  }
}
.cid-uWvEOu12l7 .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 3em;
  margin-bottom: 30px;
}
.cid-uWvEOu12l7 .item .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 3em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWvEOu12l7 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWvEOu12l7 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWvEOu12l7 .item .item-wrapper .item-content .desc-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWvEOu12l7 .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uWvEOu12l7 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uWvEOu12l7 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uWvEOu12l7 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uWvEOu12l7 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWvEOu12l7 .mbr-section-title {
  color: #2b2b2b;
}
.cid-uWvEOu12l7 .mbr-desc {
  color: #ffffff;
}
.cid-uWvEOu12l7 .mbr-text {
  color: #4e4e4e;
}
.cid-uWvEOu12l7 .mbr-section-title,
.cid-uWvEOu12l7 .mbr-section-btn {
  color: #041a4f;
}
.cid-uWvEOu12l7 .mbr-text,
.cid-uWvEOu12l7 .mbr-section-btn {
  color: #031748;
}
.cid-uWvGgkJF6r {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWvGgkJF6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvGgkJF6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvGgkJF6r .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWvGgkJF6r .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWvGgkJF6r .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWvGgkJF6r .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWvGgkJF6r .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uWvGgkJF6r .mbr-section-title {
  color: #ff6d99;
}
.cid-uWvGgkJF6r .mbr-text,
.cid-uWvGgkJF6r .text-wrapper {
  color: #031748;
  text-align: center;
}
.cid-uWvGgkJF6r .mbr-section-title,
.cid-uWvGgkJF6r .mbr-section-btn {
  text-align: center;
  color: #1476d7;
}
.cid-uWvGhd28L4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWvGhd28L4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvGhd28L4 .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-uWvGhd28L4 .container {
    padding: 0 30px;
  }
}
.cid-uWvGhd28L4 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWvGhd28L4 .item {
    margin-bottom: 30px;
  }
}
.cid-uWvGhd28L4 .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-uWvGhd28L4 .item .item-wrapper {
    margin: 0;
  }
}
.cid-uWvGhd28L4 .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 3em;
  margin-bottom: 30px;
}
.cid-uWvGhd28L4 .item .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 3em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWvGhd28L4 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWvGhd28L4 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWvGhd28L4 .item .item-wrapper .item-content .desc-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWvGhd28L4 .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uWvGhd28L4 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uWvGhd28L4 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uWvGhd28L4 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uWvGhd28L4 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWvGhd28L4 .mbr-section-title {
  color: #2b2b2b;
}
.cid-uWvGhd28L4 .mbr-desc {
  color: #ffffff;
}
.cid-uWvGhd28L4 .mbr-text {
  color: #4e4e4e;
}
.cid-uWvGhd28L4 .mbr-section-title,
.cid-uWvGhd28L4 .mbr-section-btn {
  color: #041a4f;
}
.cid-uWvGhd28L4 .mbr-text,
.cid-uWvGhd28L4 .mbr-section-btn {
  color: #031748;
}
.cid-uWvHMj5gMv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWvHMj5gMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvHMj5gMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvHMj5gMv .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWvHMj5gMv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWvHMj5gMv .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWvHMj5gMv .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWvHMj5gMv .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uWvHMj5gMv .mbr-section-title {
  color: #ff6d99;
}
.cid-uWvHMj5gMv .mbr-text,
.cid-uWvHMj5gMv .text-wrapper {
  color: #031748;
  text-align: center;
}
.cid-uWvHMj5gMv .mbr-section-title,
.cid-uWvHMj5gMv .mbr-section-btn {
  text-align: center;
  color: #1476d7;
}
.cid-uWvI1Y0yJM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWvI1Y0yJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvI1Y0yJM .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-uWvI1Y0yJM .container {
    padding: 0 30px;
  }
}
.cid-uWvI1Y0yJM .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWvI1Y0yJM .item {
    margin-bottom: 30px;
  }
}
.cid-uWvI1Y0yJM .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-uWvI1Y0yJM .item .item-wrapper {
    margin: 0;
  }
}
.cid-uWvI1Y0yJM .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 3em;
  margin-bottom: 30px;
}
.cid-uWvI1Y0yJM .item .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 3em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWvI1Y0yJM .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWvI1Y0yJM .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWvI1Y0yJM .item .item-wrapper .item-content .desc-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWvI1Y0yJM .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uWvI1Y0yJM .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uWvI1Y0yJM .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uWvI1Y0yJM .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uWvI1Y0yJM .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWvI1Y0yJM .mbr-section-title {
  color: #2b2b2b;
}
.cid-uWvI1Y0yJM .mbr-desc {
  color: #ffffff;
}
.cid-uWvI1Y0yJM .mbr-text {
  color: #4e4e4e;
}
.cid-uWvI1Y0yJM .mbr-section-title,
.cid-uWvI1Y0yJM .mbr-section-btn {
  color: #041a4f;
}
.cid-uWvI1Y0yJM .mbr-text,
.cid-uWvI1Y0yJM .mbr-section-btn {
  color: #031748;
}
.cid-uWvve9peN0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/prototipo-web-rfid-4-1920x1080.webp");
}
.cid-uWvve9peN0::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #031748 50%);
  z-index: 1;
}
.cid-uWvve9peN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvve9peN0 .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-uWvve9peN0 .container {
    padding: 0 22px;
  }
}
.cid-uWvve9peN0 .row {
  justify-content: center;
}
.cid-uWvve9peN0 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uWvve9peN0 .content-wrapper {
    padding: 0;
  }
}
.cid-uWvve9peN0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWvve9peN0 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uWvve9peN0 .mbr-section-title {
  color: #ffffff;
}
.cid-uWvve9peN0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uWvve9peN0 .mbr-section-title,
.cid-uWvve9peN0 .mbr-section-btn {
  text-align: center;
}
.cid-uWvve9XwNO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #021041;
}
.cid-uWvve9XwNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvve9XwNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvve9XwNO .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-uWvve9XwNO .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uWvve9XwNO .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uWvve9XwNO .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uWvve9XwNO .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uWvve9XwNO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uWvve9XwNO .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uWvve9XwNO .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uWvve9XwNO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWvve9XwNO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWvve9XwNO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWvve9XwNO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWvve9XwNO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWvve9XwNO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWvve9XwNO .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uWvve9XwNO .copyright {
    text-align: center !important;
  }
}
.cid-uWvve9XwNO .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uWvve9XwNO .brand-text {
    text-align: center !important;
  }
}
.cid-uWvve9XwNO .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWvve9XwNO .col-link {
    padding: 0;
  }
}
.cid-uWvve9XwNO .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-uWvve9XwNO .col-link1 {
    width: 40%;
  }
}
.cid-uWvve9XwNO .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-uWvve9XwNO .col-link2 {
    width: 60%;
  }
}
.cid-uWvve9XwNO .mbr-section-subtitle {
  color: #E1F5FF;
  margin-bottom: 20px;
}
.cid-uWvve9XwNO .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-uWvve9XwNO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #bdbdbd;
}
.cid-uWvve9XwNO .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-uWvve9XwNO .list li:hover {
  color: #f85f32 !important;
}
.cid-uWvve9XwNO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWvve9XwNO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWvve9XwNO .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWvve9XwNO .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWvve9XwNO .social-container {
    width: 100%;
  }
}
.cid-uWvve9XwNO .btn-text {
  color: #E1F5FF;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uWvve9XwNO .btn-text {
    text-align: center !important;
  }
}
.cid-uWvve9XwNO .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uWvve9XwNO .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWvve9XwNO .social-text {
  color: #E1F5FF;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uWvve9XwNO .social-text {
    text-align: center !important;
  }
}
.cid-uWvve9XwNO .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uWvve9XwNO .social-row {
    justify-content: center;
  }
}
.cid-uWvve9XwNO .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-uWvve9XwNO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-uWvve9XwNO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWvve9XwNO .soc-item:hover {
  background-color: #f85f32 !important;
}
.cid-uWvve9XwNO .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-uWvve9XwNO .footer-border {
    display: none;
  }
}
.cid-uWwnUSaNYl .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uWwnUSaNYl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uWwnUSaNYl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .menu_box .navbar.opened,
  .cid-uWwnUSaNYl .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWwnUSaNYl .navbar-dropdown {
  position: relative !important;
}
.cid-uWwnUSaNYl nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uWwnUSaNYl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uWwnUSaNYl .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWwnUSaNYl .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uWwnUSaNYl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uWwnUSaNYl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uWwnUSaNYl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uWwnUSaNYl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uWwnUSaNYl .offcanvas-body .mbr-text,
  .cid-uWwnUSaNYl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uWwnUSaNYl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #124ad6;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uWwnUSaNYl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uWwnUSaNYl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWwnUSaNYl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWwnUSaNYl .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-uWwnUSaNYl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWwnUSaNYl 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;
  }
  .cid-uWwnUSaNYl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uWwnUSaNYl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWwnUSaNYl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .nav-item {
    margin: 0 !important;
  }
}
.cid-uWwnUSaNYl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    left: -40px !important;
  }
  .cid-uWwnUSaNYl .dropdown-menu.dropdown-submenu {
    left: 180px !important;
    top: -62% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWwnUSaNYl .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-uWwnUSaNYl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWwnUSaNYl .offcanvas_box {
    display: none;
  }
}
.cid-uWwnUSaNYl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uWwnUSaNYl .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWwnUSaNYl .nav-link {
  position: relative;
  color: #000000;
}
.cid-uWwnUSaNYl .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uWwnUSaNYl .container {
  display: flex;
  margin: auto;
}
.cid-uWwnUSaNYl .iconfont-wrapper {
  color: #000000;
  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-uWwnUSaNYl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWwnUSaNYl .iconfont-wrapper:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .navbar-caption {
  color: #000000;
}
.cid-uWwnUSaNYl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWwnUSaNYl .navbar-nav {
    margin: 0;
  }
}
.cid-uWwnUSaNYl .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uWwnUSaNYl .dropdown-menu,
.cid-uWwnUSaNYl .navbar.opened {
  background-color: false !important;
}
.cid-uWwnUSaNYl .nav-item:focus,
.cid-uWwnUSaNYl .nav-link:focus {
  outline: none;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWwnUSaNYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWwnUSaNYl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWwnUSaNYl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWwnUSaNYl .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-uWwnUSaNYl .navbar.opened {
  transition: all 0.3s;
}
.cid-uWwnUSaNYl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWwnUSaNYl .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-uWwnUSaNYl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uWwnUSaNYl .navbar.collapsed {
  justify-content: center;
}
.cid-uWwnUSaNYl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWwnUSaNYl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWwnUSaNYl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWwnUSaNYl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWwnUSaNYl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWwnUSaNYl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWwnUSaNYl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uWwnUSaNYl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWwnUSaNYl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWwnUSaNYl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWwnUSaNYl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWwnUSaNYl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWwnUSaNYl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWwnUSaNYl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWwnUSaNYl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWwnUSaNYl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWwnUSaNYl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWwnUSaNYl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWwnUSaNYl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWwnUSaNYl .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-uWwnUSaNYl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWwnUSaNYl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWwnUSaNYl .dropdown-item.active,
.cid-uWwnUSaNYl .dropdown-item:active {
  background-color: transparent;
}
.cid-uWwnUSaNYl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWwnUSaNYl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWwnUSaNYl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWwnUSaNYl ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uWwnUSaNYl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWwnUSaNYl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #124ad6;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWwnUSaNYl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWwnUSaNYl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWwnUSaNYl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWwnUSaNYl .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-uWwnUSaNYl .navbar {
    height: 70px;
  }
  .cid-uWwnUSaNYl .navbar.opened {
    height: auto;
  }
  .cid-uWwnUSaNYl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWwnUSaNYl .mbr-section-btn .btn,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:first-child,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:focus,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn span,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:hover,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #1476d7 !important;
}
.cid-uWwnUSaNYl .mbr-section-btn .btn:hover span,
.cid-uWwnUSaNYl .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uWwnUSaNYl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uWwnUSaNYl .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uWwnUSaNYl .navbar-caption:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .nav-link:hover {
  color: #1476d7;
}
.cid-uWwnUSaNYl .nav-link:hover::before {
  background-color: #000000;
}
.cid-uWwnUSaNYl .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uWwnUSaNYl .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uWwnUSaNYl .mbr-section-subtitle,
.cid-uWwnUSaNYl .text_widget {
  text-align: left;
}
.cid-uWwnUSaNYl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWpHvRhgv7 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
}
.cid-uWpHvRhgv7::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #031748 120%);
  pointer-events: none;
}
.cid-uWpHvRhgv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWpHvRhgv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uWpHvRhgv7 .card {
  justify-content: flex-end;
}
.cid-uWpHvRhgv7 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWpHvRhgv7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWpHvRhgv7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWpHvRhgv7 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
}
.cid-uWpHvRhgv7 .mbr-label {
  color: #ffffff;
}
.cid-uWpHvRhgv7 .mbr-section-title {
  color: #ffffff;
}
.cid-uWpHvRhgv7 .mbr-text {
  color: #ffffff;
}
.cid-uX5LEk6BNn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-uX5LEk6BNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5LEk6BNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5LEk6BNn .row {
  justify-content: center;
}
.cid-uX5LEk6BNn .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uX5LEk6BNn .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uX5LEk6BNn .title-wrapper .mbr-section-title span {
  color: #041a4f;
}
.cid-uX5LEk6BNn .mbr-section-title {
  color: #041a4f;
  text-align: center;
}
.cid-uWuUWQpQeQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uWuUWQpQeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuUWQpQeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuUWQpQeQ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWuUWQpQeQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuUWQpQeQ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWuUWQpQeQ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWuUWQpQeQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWuUWQpQeQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWuUWQpQeQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #071f42 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWuUWQpQeQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWuUWQpQeQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuUWQpQeQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuUWQpQeQ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWuUWQpQeQ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWuUWQpQeQ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWuUWQpQeQ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWuUWQpQeQ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWuUWQpQeQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWuUWQpQeQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWuUWQpQeQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uWuUWQpQeQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uWuUWQpQeQ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWuUWQpQeQ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWuUWQpQeQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWuUWQpQeQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuUWQpQeQ .mbr-label,
.cid-uWuUWQpQeQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWuUWQpQeQ .mbr-section-title,
.cid-uWuUWQpQeQ .title-wrapper {
  color: #031748;
  text-align: center;
}
.cid-uWuUWQpQeQ .mbr-text,
.cid-uWuUWQpQeQ .text-wrapper {
  color: #1476d7;
  text-align: center;
}
.cid-uWuUWQpQeQ .item-title {
  color: #000000;
}
.cid-uWuUWQpQeQ .item-text {
  color: #515151;
}
.cid-uWuUWQpQeQ .item-title,
.cid-uWuUWQpQeQ .mbr-section-btn {
  color: #1476d7;
}
.cid-uWqLLzEduV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 70%);
}
.cid-uWqLLzEduV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWqLLzEduV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWqLLzEduV .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWqLLzEduV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWqLLzEduV .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWqLLzEduV .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWqLLzEduV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWqLLzEduV .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWqLLzEduV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWqLLzEduV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWqLLzEduV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uWqLLzEduV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWqLLzEduV .embla__slide .slide-content {
  width: 100%;
}
.cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #031748 0, transparent 100%);
  opacity: 1;
  pointer-events: none;
}
.cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uWqLLzEduV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWqLLzEduV .embla__button--next,
.cid-uWqLLzEduV .embla__button--prev {
  display: flex;
}
.cid-uWqLLzEduV .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #1476d7 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uWqLLzEduV .embla__button {
    top: 0;
  }
}
.cid-uWqLLzEduV .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uWqLLzEduV .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #1476d7 !important;
  opacity: .5 !important;
}
.cid-uWqLLzEduV .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uWqLLzEduV .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uWqLLzEduV .embla__button.embla__button--next {
  right: 32px;
}
.cid-uWqLLzEduV .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uWqLLzEduV .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWqLLzEduV .embla {
    padding-top: 6rem;
  }
}
.cid-uWqLLzEduV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uWqLLzEduV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWqLLzEduV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWqLLzEduV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWqLLzEduV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWqLLzEduV .mbr-label {
  color: #1476d7;
  text-align: center;
}
.cid-uWqLLzEduV .mbr-section-title {
  color: #1476d7;
  text-align: center;
}
.cid-uWqLLzEduV .mbr-section-subtitle {
  color: #1476d7;
  text-align: center;
}
.cid-uWqLLzEduV .mbr-text,
.cid-uWqLLzEduV .text-wrapper {
  color: #031748;
  text-align: center;
}
.cid-uWqLLzEduV .card-name {
  color: #ffffff;
}
.cid-uWqLLzEduV .card-role {
  color: #ffffff;
}
.cid-uWqLLzEduV .card-text {
  color: #ffffff;
}
.cid-uWvcS9rPok {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #071f42;
}
.cid-uWvcS9rPok img,
.cid-uWvcS9rPok .item-img {
  width: 100%;
}
.cid-uWvcS9rPok .item:focus,
.cid-uWvcS9rPok span:focus {
  outline: none;
}
.cid-uWvcS9rPok .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uWvcS9rPok .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uWvcS9rPok .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-uWvcS9rPok .item-wrapper .mbr-text {
    margin-bottom: 3rem;
  }
  .cid-uWvcS9rPok .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    position: absolute;
    right: -2rem;
    top: 8rem;
  }
  .cid-uWvcS9rPok .item-wrapper .item-btn {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-uWvcS9rPok .item-wrapper .item-btn span {
    transform: rotate(45deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-uWvcS9rPok .item-wrapper .item-btn:hover > span {
    transform: rotate(90deg);
  }
}
@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1399px) {
  .cid-uWvcS9rPok .item-wrapper .item-footer {
    top: 11.6rem;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .cid-uWvcS9rPok .item-wrapper .item-footer {
    top: 15.2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWvcS9rPok .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uWvcS9rPok .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-uWvcS9rPok .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
    position: absolute;
    right: -0.4rem;
    top: 7.9rem;
  }
  .cid-uWvcS9rPok .item-wrapper .item-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
  }
  .cid-uWvcS9rPok .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-uWvcS9rPok .item-wrapper .item-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWvcS9rPok .item-wrapper .item-footer {
    position: static;
    margin-top: -2rem;
  }
}
@media (max-width: 600px) {
  .cid-uWvcS9rPok .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uWvcS9rPok .mbr-text,
.cid-uWvcS9rPok .mbr-section-btn {
  color: #041a4f;
}
.cid-uWvcS9rPok .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWvcS9rPok .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWvcS9rPok .item-title {
  color: #1476d7;
}
.cid-uWvrSbpqEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/prototipo-web-rfid-4-1920x1080.webp");
}
.cid-uWvrSbpqEu::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #031748 50%);
  z-index: 1;
}
.cid-uWvrSbpqEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvrSbpqEu .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-uWvrSbpqEu .container {
    padding: 0 22px;
  }
}
.cid-uWvrSbpqEu .row {
  justify-content: center;
}
.cid-uWvrSbpqEu .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uWvrSbpqEu .content-wrapper {
    padding: 0;
  }
}
.cid-uWvrSbpqEu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWvrSbpqEu .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uWvrSbpqEu .mbr-section-title {
  color: #ffffff;
}
.cid-uWvrSbpqEu .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uWvrSbpqEu .mbr-section-title,
.cid-uWvrSbpqEu .mbr-section-btn {
  text-align: center;
}
.cid-uWpHghPhao {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #021041;
}
.cid-uWpHghPhao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWpHghPhao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWpHghPhao .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-uWpHghPhao .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uWpHghPhao .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uWpHghPhao .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uWpHghPhao .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uWpHghPhao .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uWpHghPhao .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uWpHghPhao .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uWpHghPhao .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWpHghPhao .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWpHghPhao .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWpHghPhao .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWpHghPhao .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWpHghPhao .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWpHghPhao .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uWpHghPhao .copyright {
    text-align: center !important;
  }
}
.cid-uWpHghPhao .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uWpHghPhao .brand-text {
    text-align: center !important;
  }
}
.cid-uWpHghPhao .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWpHghPhao .col-link {
    padding: 0;
  }
}
.cid-uWpHghPhao .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-uWpHghPhao .col-link1 {
    width: 40%;
  }
}
.cid-uWpHghPhao .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-uWpHghPhao .col-link2 {
    width: 60%;
  }
}
.cid-uWpHghPhao .mbr-section-subtitle {
  color: #E1F5FF;
  margin-bottom: 20px;
}
.cid-uWpHghPhao .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-uWpHghPhao .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #bdbdbd;
}
.cid-uWpHghPhao .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-uWpHghPhao .list li:hover {
  color: #f85f32 !important;
}
.cid-uWpHghPhao .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWpHghPhao .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWpHghPhao .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWpHghPhao .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWpHghPhao .social-container {
    width: 100%;
  }
}
.cid-uWpHghPhao .btn-text {
  color: #E1F5FF;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uWpHghPhao .btn-text {
    text-align: center !important;
  }
}
.cid-uWpHghPhao .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uWpHghPhao .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWpHghPhao .social-text {
  color: #E1F5FF;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uWpHghPhao .social-text {
    text-align: center !important;
  }
}
.cid-uWpHghPhao .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uWpHghPhao .social-row {
    justify-content: center;
  }
}
.cid-uWpHghPhao .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-uWpHghPhao .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-uWpHghPhao .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWpHghPhao .soc-item:hover {
  background-color: #f85f32 !important;
}
.cid-uWpHghPhao .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-uWpHghPhao .footer-border {
    display: none;
  }
}
