.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 Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #0c2c68 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #25d366 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #4be083 !important;
  border-color: #4be083 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4be083 !important;
  border-color: #4be083 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #0c2c68;
  color: #0c2c68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #25d366;
  color: #25d366;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #188942 !important;
  background-color: transparent !important;
  border-color: #188942 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #25d366 !important;
  border-color: #25d366 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #0c2c68 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #25d366 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01050d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #167c3c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #0c2c68;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #25d366;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #0c2c68;
  border-color: #0c2c68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c2c68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cef6dd;
}
.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 Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #0c2c68 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0c2c68;
}
/* 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: #0c2c68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c2c68;
}
.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: #0c2c68;
  border-bottom-color: #0c2c68;
}
.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: #0c2c68 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%230c2c68' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqdKEkNwfT .mobirise-home-section {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #ffffff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #0f172a;
  line-height: 1.6;
  text-align: left;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
.cid-vqdKEkNwfT .mobirise-home-section * {
  box-sizing: border-box;
}
.cid-vqdKEkNwfT .portal-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.cid-vqdKEkNwfT .section-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 60px;
}
.cid-vqdKEkNwfT .section-badge {
  display: inline-block;
  padding: 6px 14px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cid-vqdKEkNwfT .section-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.cid-vqdKEkNwfT .section-description {
  font-size: 1.15rem;
  color: #475569;
}
.cid-vqdKEkNwfT .hero-wrapper {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding: 90px 0 80px;
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
}
.cid-vqdKEkNwfT .hero-badge-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 100px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.cid-vqdKEkNwfT .pulse-indicator {
  width: 9px;
  height: 9px;
  background-color: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 8px #22c55e;
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}
.cid-vqdKEkNwfT .badge-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}
.cid-vqdKEkNwfT .hero-title {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0f172a;
  max-width: 1000px;
  margin: 0 auto 24px;
}
.cid-vqdKEkNwfT .hero-subtitle {
  font-size: 1.35rem;
  color: #475569;
  max-width: 800px;
  margin: 0 auto 40px;
  font-weight: 400;
}
.cid-vqdKEkNwfT .mobirise-home-section .mbr-section-btn {
  margin: 0 -8px 50px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.cid-vqdKEkNwfT .mobirise-home-section .btn {
  padding: 16px 32px !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.25s ease !important;
}
.cid-vqdKEkNwfT .mobirise-home-section .btn-success {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25) !important;
}
.cid-vqdKEkNwfT .mobirise-home-section .btn-success:hover {
  background-color: #20bd5a !important;
  border-color: #20bd5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.35) !important;
}
.cid-vqdKEkNwfT .mobirise-home-section .btn-primary {
  background-color: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2) !important;
}
.cid-vqdKEkNwfT .mobirise-home-section .btn-primary:hover {
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 25px rgba(37, 99, 235, 0.3) !important;
}
.cid-vqdKEkNwfT .mobirise-home-section .btn-outline-primary {
  background-color: #ffffff !important;
  border: 2px solid #cbd5e1 !important;
  color: #0f172a !important;
}
.cid-vqdKEkNwfT .mobirise-home-section .btn-outline-primary:hover {
  background-color: #f1f5f9 !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
  transform: translateY(-2px) !important;
}
.cid-vqdKEkNwfT .manifesto-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 45px;
  text-align: left;
  max-width: 950px;
  margin: 0 auto;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.06);
}
.cid-vqdKEkNwfT .manifesto-header {
  margin-bottom: 20px;
}
.cid-vqdKEkNwfT .manifesto-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 1.5px;
}
.cid-vqdKEkNwfT .manifesto-header h2 {
  font-size: 1.8rem;
  color: #0f172a;
  font-weight: 800;
  margin-top: 5px;
}
.cid-vqdKEkNwfT .manifesto-body p {
  font-size: 1.08rem;
  color: #475569;
  margin-bottom: 16px;
  line-height: 1.7;
}
.cid-vqdKEkNwfT .manifesto-body p:last-child {
  margin-bottom: 0;
}
.cid-vqdKEkNwfT .metrics-section {
  padding: 60px 0;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.cid-vqdKEkNwfT .metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.cid-vqdKEkNwfT .metric-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 30px 24px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-vqdKEkNwfT .metric-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}
.cid-vqdKEkNwfT .metric-value {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
.cid-vqdKEkNwfT .blue-val {
  color: #2563eb;
}
.cid-vqdKEkNwfT .emerald-val {
  color: #059669;
}
.cid-vqdKEkNwfT .purple-val {
  color: #7c3aed;
}
.cid-vqdKEkNwfT .amber-val {
  color: #d97706;
}
.cid-vqdKEkNwfT .metric-label {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}
.cid-vqdKEkNwfT .metric-sub {
  font-size: 0.85rem;
  color: #64748b;
}
.cid-vqdKEkNwfT .services-section {
  padding: 100px 0;
  background: #ffffff;
}
.cid-vqdKEkNwfT .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
}
.cid-vqdKEkNwfT .service-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 35px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-vqdKEkNwfT .service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
  border-color: #cbd5e1;
}
.cid-vqdKEkNwfT .service-icon-wrapper {
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 20px;
}
.cid-vqdKEkNwfT .icon-blue {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}
.cid-vqdKEkNwfT .icon-emerald {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}
.cid-vqdKEkNwfT .icon-purple {
  background: #f3e8ff;
  border: 1px solid #ddd6fe;
}
.cid-vqdKEkNwfT .icon-amber {
  background: #fffbeb;
  border: 1px solid #fde68a;
}
.cid-vqdKEkNwfT .icon-rose {
  background: #fff1f2;
  border: 1px solid #fecdd3;
}
.cid-vqdKEkNwfT .icon-indigo {
  background: #e0e7ff;
  border: 1px solid #c7d2fe;
}
.cid-vqdKEkNwfT .icon-teal {
  background: #ccfbf1;
  border: 1px solid #99f6e4;
}
.cid-vqdKEkNwfT .icon-sky {
  background: #e0f2fe;
  border: 1px solid #bae6fd;
}
.cid-vqdKEkNwfT .service-box h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}
.cid-vqdKEkNwfT .service-box p {
  font-size: 0.98rem;
  color: #475569;
  margin: 0;
}
.cid-vqdKEkNwfT .process-section {
  padding: 100px 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.cid-vqdKEkNwfT .timeline-wrapper {
  max-width: 850px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cid-vqdKEkNwfT .timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.cid-vqdKEkNwfT .step-badge {
  background: #2563eb;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.2rem;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
}
.cid-vqdKEkNwfT .step-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}
.cid-vqdKEkNwfT .step-content p {
  font-size: 1rem;
  color: #475569;
  margin: 0;
}
.cid-vqdKEkNwfT .notice-callout {
  max-width: 850px;
  margin: 0 auto;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-left: 5px solid #e11d48;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.cid-vqdKEkNwfT .notice-icon {
  font-size: 1.8rem;
}
.cid-vqdKEkNwfT .notice-text {
  font-size: 0.95rem;
  color: #881337;
}
.cid-vqdKEkNwfT .region-section {
  padding: 100px 0;
  background: #ffffff;
}
.cid-vqdKEkNwfT .pills-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto 40px;
}
.cid-vqdKEkNwfT .city-pill {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #334155;
  padding: 10px 22px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.cid-vqdKEkNwfT .city-pill:hover {
  background: #e2e8f0;
}
.cid-vqdKEkNwfT .city-pill.highlighted {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}
.cid-vqdKEkNwfT .city-pill.highlighted:hover {
  background: #dbeafe;
}
.cid-vqdKEkNwfT .city-pill.info-tag {
  background: #2563eb;
  color: #ffffff;
  border: none;
}
.cid-vqdKEkNwfT .city-pill.info-tag:hover {
  background: #1d4ed8;
}
.cid-vqdKEkNwfT .region-focus-card {
  max-width: 850px;
  margin: 0 auto;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
}
.cid-vqdKEkNwfT .region-focus-card h3 {
  font-size: 1.35rem;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-vqdKEkNwfT .region-focus-card p {
  color: #475569;
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.cid-vqdKEkNwfT .team-section {
  padding: 80px 16px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}
.cid-vqdKEkNwfT .team-section .portal-container {
  max-width: 800px;
}
.cid-vqdKEkNwfT .team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vqdKEkNwfT .team-profile-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.cid-vqdKEkNwfT .team-avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #f1f5f9;
}
.cid-vqdKEkNwfT .team-info {
  flex: 1;
}
.cid-vqdKEkNwfT .team-info h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
}
.cid-vqdKEkNwfT .role-pill {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #475569;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #f1f5f9;
  border-radius: 12px;
  letter-spacing: 0.5px;
}
.cid-vqdKEkNwfT .role-pill.manager {
  color: #2563eb;
  background: #eff6ff;
}
.cid-vqdKEkNwfT .team-info p {
  font-size: 0.95rem;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}
.cid-vqdKEkNwfT .transparency-section {
  padding: 100px 0;
  background: #ffffff;
}
.cid-vqdKEkNwfT .transparency-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 950px;
  margin: 0 auto;
}
.cid-vqdKEkNwfT .matrix-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.cid-vqdKEkNwfT .free-card {
  border-top: 6px solid #16a34a;
}
.cid-vqdKEkNwfT .external-card {
  border-top: 6px solid #d97706;
}
.cid-vqdKEkNwfT .matrix-status {
  font-size: 0.75rem;
  font-weight: 800;
  color: #16a34a;
  letter-spacing: 1px;
}
.cid-vqdKEkNwfT .matrix-status.warning {
  color: #d97706;
}
.cid-vqdKEkNwfT .matrix-header h3 {
  font-size: 1.35rem;
  color: #0f172a;
  font-weight: 800;
  margin-top: 6px;
  margin-bottom: 24px;
}
.cid-vqdKEkNwfT .matrix-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.cid-vqdKEkNwfT .matrix-list li {
  font-size: 1rem;
  color: #334155;
  margin-bottom: 14px;
  display: flex;
  gap: 12px;
}
.cid-vqdKEkNwfT .matrix-list li span {
  color: #16a34a;
  font-weight: bold;
}
.cid-vqdKEkNwfT .matrix-list.warning-list li span {
  color: #d97706;
}
.cid-vqdKEkNwfT .matrix-footer-note {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
}
.cid-vqdKEkNwfT .cta-section {
  padding: 100px 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}
.cid-vqdKEkNwfT .cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}
.cid-vqdKEkNwfT .cta-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.cid-vqdKEkNwfT .cta-families {
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
  border-color: #bae6fd;
}
.cid-vqdKEkNwfT .cta-supporters {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}
.cid-vqdKEkNwfT .cta-badge {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 1.2px;
}
.cid-vqdKEkNwfT .cta-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin: 10px 0 14px;
}
.cid-vqdKEkNwfT .cta-card p {
  color: #475569;
  font-size: 1.05rem;
  margin-bottom: 30px;
}
.cid-vqdKEkNwfT .cta-card .mbr-section-btn {
  justify-content: flex-start;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqdKEkNwfT .hero-title {
    font-size: 2.8rem;
  }
  .cid-vqdKEkNwfT .manifesto-card {
    padding: 35px;
  }
  .cid-vqdKEkNwfT .services-section,
  .cid-vqdKEkNwfT .process-section,
  .cid-vqdKEkNwfT .region-section,
  .cid-vqdKEkNwfT .transparency-section,
  .cid-vqdKEkNwfT .cta-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .cid-vqdKEkNwfT .mobirise-home-section .portal-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .cid-vqdKEkNwfT .services-section,
  .cid-vqdKEkNwfT .process-section,
  .cid-vqdKEkNwfT .region-section,
  .cid-vqdKEkNwfT .transparency-section,
  .cid-vqdKEkNwfT .cta-section {
    padding: 60px 0;
  }
  .cid-vqdKEkNwfT .hero-wrapper {
    padding: 60px 0 50px;
  }
  .cid-vqdKEkNwfT .hero-title {
    font-size: 2.2rem;
  }
  .cid-vqdKEkNwfT .section-main-title {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .cid-vqdKEkNwfT .hero-title {
    font-size: 1.9rem;
  }
  .cid-vqdKEkNwfT .mobirise-home-section .btn {
    width: 100% !important;
    justify-content: center !important;
  }
  .cid-vqdKEkNwfT .team-profile-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
  }
  .cid-vqdKEkNwfT .team-avatar {
    margin-bottom: 8px;
    width: 85px;
    height: 85px;
  }
  .cid-vqdKEkNwfT .timeline-step {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .cid-vqdKEkNwfT .step-badge {
    margin-bottom: 10px;
  }
  .cid-vqdKEkNwfT .notice-callout {
    flex-direction: column;
    text-align: center;
  }
  .cid-vqdKEkNwfT .matrix-card,
  .cid-vqdKEkNwfT .cta-card,
  .cid-vqdKEkNwfT .manifesto-card {
    padding: 24px;
  }
}
@media (max-width: 400px) {
  .cid-vqdKEkNwfT .metrics-grid,
  .cid-vqdKEkNwfT .services-grid,
  .cid-vqdKEkNwfT .transparency-grid,
  .cid-vqdKEkNwfT .cta-grid {
    grid-template-columns: 1fr;
  }
  .cid-vqdKEkNwfT .mobirise-home-section .btn {
    padding: 14px 20px !important;
    font-size: 0.95rem !important;
  }
}
.cid-vqdKEkNwfT P {
  text-align: left;
}
.cid-vqdKEkNwfT H3 {
  text-align: left;
}
.cid-vqcv5WubKh {
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-vqcv5WubKh *:focus {
  outline: none;
  box-shadow: none;
}
.cid-vqcv5WubKh .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-vqcv5WubKh .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-vqcv5WubKh .form-control::-moz-placeholder {
  color: #000000;
}
.cid-vqcv5WubKh .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-vqcv5WubKh .form-control:-moz-placeholder {
  color: #000000;
}
.cid-vqcv5WubKh input.form-control {
  padding: 0.5rem;
}
.cid-vqcv5WubKh .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #0c2c68 !important;
  border-radius: 50% !important;
}
.cid-vqcv5WubKh .soc-item:hover {
  opacity: 0.5;
}
.cid-vqcv5WubKh .soc-item .socicon {
  font-size: 1.5rem;
  color: #0c2c68;
}
.cid-vqcv5WubKh .days-column,
.cid-vqcv5WubKh .hours-column {
  display: inline-block;
}
.cid-vqcv5WubKh .days-column span,
.cid-vqcv5WubKh .hours-column span {
  display: block;
}
.cid-vqcv5WubKh .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-vqcv5WubKh .days-column {
    padding-right: 0 !important;
  }
  .cid-vqcv5WubKh .hours-column {
    max-width: 50% !important;
  }
  .cid-vqcv5WubKh .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-vqcv5WubKh .form-title,
.cid-vqcv5WubKh .btn-row {
  color: #0c2c68;
}
.cid-vqcv5WubKh .follow-title,
.cid-vqcv5WubKh .social-list,
.cid-vqcv5WubKh .logo {
  color: #0c2c68;
}
.cid-vqcv5WubKh .address-title,
.cid-vqcv5WubKh .address-block {
  color: #0c2c68;
}
.cid-vqcv5WubKh .hours-column {
  color: #0c2c68;
}
.cid-vqcv5WubKh .opening-hours-title,
.cid-vqcv5WubKh .opening-hours {
  color: #0c2c68;
}
.cid-vqcv5WubKh .contacts-title,
.cid-vqcv5WubKh .contacts-block {
  color: #0c2c68;
  text-align: center;
}
.cid-vqcv5WubKh LABEL {
  color: #0c2c68;
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqc8V2TwSh .faq-executive-section {
  padding: 70px 0 !important;
  background-color: #f8fafc !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.6;
  direction: ltr;
  text-align: left;
}
.cid-vqc8V2TwSh .faq-executive-section * {
  box-sizing: border-box;
}
.cid-vqc8V2TwSh .faq-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.cid-vqc8V2TwSh .faq-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}
.cid-vqc8V2TwSh .header-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid #bfdbfe;
}
.cid-vqc8V2TwSh .header-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.cid-vqc8V2TwSh .header-lead {
  font-size: 1.15rem;
  color: #475569;
  margin: 0;
}
.cid-vqc8V2TwSh .disclaimer-card {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 5px solid #f59e0b;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
}
.cid-vqc8V2TwSh .disclaimer-icon {
  color: #f59e0b;
  flex-shrink: 0;
}
.cid-vqc8V2TwSh .disclaimer-text {
  font-size: 0.95rem;
  color: #92400e;
  line-height: 1.6;
}
.cid-vqc8V2TwSh .faq-categories-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.cid-vqc8V2TwSh .topic-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}
.cid-vqc8V2TwSh .topic-title svg {
  color: #2563eb;
  flex-shrink: 0;
}
.cid-vqc8V2TwSh .custom-accordion .accordion-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px !important;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.cid-vqc8V2TwSh .custom-accordion .accordion-header {
  margin: 0;
}
.cid-vqc8V2TwSh .custom-accordion .accordion-button {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  background-color: #ffffff;
  padding: 20px 24px;
  box-shadow: none !important;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vqc8V2TwSh .custom-accordion .accordion-button:not(.collapsed) {
  background-color: #eff6ff;
  color: #2563eb;
}
.cid-vqc8V2TwSh .custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364748b'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform 0.2s ease;
}
.cid-vqc8V2TwSh .custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232563eb'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.cid-vqc8V2TwSh .custom-accordion .accordion-body {
  padding: 0 24px 24px 24px;
  font-size: 1rem;
  color: #334155;
  line-height: 1.6;
  background-color: #ffffff;
}
.cid-vqc8V2TwSh .custom-accordion .accordion-button:not(.collapsed) + .accordion-collapse .accordion-body {
  background-color: #eff6ff;
  padding-top: 8px;
}
.cid-vqc8V2TwSh .official-links-section {
  margin-top: 80px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.cid-vqc8V2TwSh .links-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 24px;
  color: #0f172a;
  text-align: center;
}
.cid-vqc8V2TwSh .links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.cid-vqc8V2TwSh .link-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 16px;
}
.cid-vqc8V2TwSh .link-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vqc8V2TwSh .link-card li {
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #475569;
  padding-left: 16px;
  position: relative;
}
.cid-vqc8V2TwSh .link-card li::before {
  content: "•";
  color: #cbd5e1;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.cid-vqc8V2TwSh .link-card a {
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.cid-vqc8V2TwSh .link-card a:hover {
  color: #2563eb;
  text-decoration: underline;
}
.cid-vqc8V2TwSh .cant-find-text {
  text-align: center;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
  font-weight: 600;
  color: #475569;
}
@media (max-width: 768px) {
  .cid-vqc8V2TwSh .faq-executive-section {
    padding: 40px 0 !important;
  }
  .cid-vqc8V2TwSh .header-title {
    font-size: 2rem;
  }
  .cid-vqc8V2TwSh .links-grid {
    grid-template-columns: 1fr;
  }
  .cid-vqc8V2TwSh .disclaimer-card {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }
  .cid-vqc8V2TwSh .custom-accordion .accordion-button {
    padding: 16px;
    font-size: 1rem;
  }
  .cid-vqc8V2TwSh .custom-accordion .accordion-body {
    padding: 0 16px 20px 16px;
  }
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqiTxMHdtE .guide-executive-section {
  padding: 80px 0 !important;
  background-color: #f8fafc !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.6;
  direction: ltr;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cid-vqiTxMHdtE .guide-executive-section * {
  box-sizing: border-box;
}
.cid-vqiTxMHdtE .executive-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}
.cid-vqiTxMHdtE .guide-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}
.cid-vqiTxMHdtE .header-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid #bfdbfe;
}
.cid-vqiTxMHdtE .header-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.025em;
  margin: 0 0 16px 0;
  line-height: 1.2;
  text-align: center;
}
.cid-vqiTxMHdtE .header-lead {
  font-size: 1.15rem;
  color: #475569;
  margin: 0;
  line-height: 1.6;
}
.cid-vqiTxMHdtE .disclaimer-banner {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 45px;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.05);
}
.cid-vqiTxMHdtE .disclaimer-icon {
  color: #d97706;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef3c7;
  padding: 10px;
  border-radius: 10px;
}
.cid-vqiTxMHdtE .disclaimer-text {
  font-size: 0.95rem;
  color: #92400e;
  line-height: 1.6;
}
.cid-vqiTxMHdtE .guide-block {
  margin-bottom: 45px;
}
.cid-vqiTxMHdtE .block-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 12px;
}
.cid-vqiTxMHdtE .title-icon {
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #dbeafe;
}
.cid-vqiTxMHdtE .guide-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.cid-vqiTxMHdtE .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 12px;
}
.cid-vqiTxMHdtE .card-header h3,
.cid-vqiTxMHdtE .guide-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}
.cid-vqiTxMHdtE .status-tag {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.cid-vqiTxMHdtE .status-tag.critical {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #ffedd5;
}
.cid-vqiTxMHdtE .card-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.cid-vqiTxMHdtE .detail-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 12px;
}
.cid-vqiTxMHdtE .detail-box h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.cid-vqiTxMHdtE .detail-box p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
}
.cid-vqiTxMHdtE .notice-highlight {
  background: #f0f9ff;
  border-left: 4px solid #0284c7;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #0369a1;
  margin-top: 20px;
  line-height: 1.6;
}
.cid-vqiTxMHdtE .contact-trigger {
  font-size: 0.95rem;
  color: #1e40af;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 14px 20px;
  border-radius: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.cid-vqiTxMHdtE .two-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.cid-vqiTxMHdtE .guide-subcard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.cid-vqiTxMHdtE .guide-subcard h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px 0;
}
.cid-vqiTxMHdtE .guide-subcard p {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 12px;
  line-height: 1.65;
}
.cid-vqiTxMHdtE .guide-subcard p:last-child {
  margin-bottom: 0;
}
.cid-vqiTxMHdtE .three-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.cid-vqiTxMHdtE .guide-mini-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-vqiTxMHdtE .guide-mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04);
}
.cid-vqiTxMHdtE .mini-icon {
  color: #2563eb;
  margin-bottom: 14px;
  display: inline-block;
}
.cid-vqiTxMHdtE .guide-mini-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.cid-vqiTxMHdtE .guide-mini-card p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}
.cid-vqiTxMHdtE .rule-box {
  padding: 24px;
  border-radius: 14px;
  margin: 20px 0;
}
.cid-vqiTxMHdtE .rule-box.green-rule {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-left: 5px solid #22c55e;
  color: #166534;
}
.cid-vqiTxMHdtE .rule-box h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #166534;
  margin: 0 0 10px 0;
}
.cid-vqiTxMHdtE .rule-box p {
  font-size: 0.95rem;
  margin: 0 0 8px 0;
  line-height: 1.6;
}
.cid-vqiTxMHdtE .rule-box p:last-child {
  margin-bottom: 0;
}
.cid-vqiTxMHdtE .cta-box {
  text-align: center;
  margin-top: 30px;
  padding: 40px 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.cid-vqiTxMHdtE .cta-box h3 {
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.cid-vqiTxMHdtE .cta-description {
  max-width: 700px;
  margin: 0 auto 16px;
  color: #475569;
  font-size: 1rem;
}
.cid-vqiTxMHdtE .cta-statement {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 28px;
  font-size: 1.05rem;
}
.cid-vqiTxMHdtE .guide-executive-section .mbr-section-btn {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
}
.cid-vqiTxMHdtE .cta-box .mbr-section-btn {
  justify-content: center;
}
.cid-vqiTxMHdtE .guide-executive-section .btn.custom-btn {
  padding: 14px 28px !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: all 0.25s ease !important;
  border-width: 1px !important;
  text-decoration: none !important;
}
.cid-vqiTxMHdtE .guide-executive-section .btn.btn-primary.custom-btn {
  background-color: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2) !important;
}
.cid-vqiTxMHdtE .guide-executive-section .btn.btn-primary.custom-btn:hover {
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3) !important;
}
.cid-vqiTxMHdtE .guide-executive-section .btn.outline-btn {
  background-color: #ffffff !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
}
.cid-vqiTxMHdtE .guide-executive-section .btn.outline-btn:hover {
  background-color: #f1f5f9 !important;
  border-color: #94a3b8 !important;
  transform: translateY(-2px) !important;
}
.cid-vqiTxMHdtE .guide-executive-section .btn.whatsapp-btn {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2) !important;
}
.cid-vqiTxMHdtE .guide-executive-section .btn.whatsapp-btn:hover {
  background-color: #20bd5a !important;
  border-color: #20bd5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3) !important;
}
@media (max-width: 768px) {
  .cid-vqiTxMHdtE .guide-executive-section {
    padding: 50px 0 !important;
  }
  .cid-vqiTxMHdtE .executive-container {
    padding: 0 16px;
  }
  .cid-vqiTxMHdtE .header-title {
    font-size: 2rem;
  }
  .cid-vqiTxMHdtE .guide-card,
  .cid-vqiTxMHdtE .cta-box {
    padding: 24px 18px;
  }
  .cid-vqiTxMHdtE .guide-subcard {
    padding: 20px;
  }
  .cid-vqiTxMHdtE .guide-executive-section .mbr-section-btn {
    flex-direction: column;
    width: 100%;
  }
  .cid-vqiTxMHdtE .guide-executive-section .btn.custom-btn {
    width: 100% !important;
  }
  .cid-vqiTxMHdtE .disclaimer-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media (max-width: 400px) {
  .cid-vqiTxMHdtE .card-details-grid,
  .cid-vqiTxMHdtE .two-column-grid,
  .cid-vqiTxMHdtE .three-column-grid {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqdrgcKToO .anna-profile-section {
  padding: 80px 0 !important;
  background-color: #f8fafc !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.65;
  direction: ltr;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cid-vqdrgcKToO .anna-profile-section * {
  box-sizing: border-box;
}
.cid-vqdrgcKToO .anna-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}
.cid-vqdrgcKToO .anna-hero-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 45px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.cid-vqdrgcKToO .anna-hero-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.cid-vqdrgcKToO .anna-avatar-col {
  flex-shrink: 0;
}
.cid-vqdrgcKToO .anna-profile-img {
  width: 200px;
  height: 200px;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}
.cid-vqdrgcKToO .anna-profile-img:hover {
  transform: scale(1.02);
}
.cid-vqdrgcKToO .anna-bio-col {
  flex-grow: 1;
}
.cid-vqdrgcKToO .executive-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid #bfdbfe;
  margin-bottom: 12px;
}
.cid-vqdrgcKToO .anna-name {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 4px 0;
  line-height: 1.2;
}
.cid-vqdrgcKToO .anna-role {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 12px;
}
.cid-vqdrgcKToO .anna-tagline {
  font-size: 1.1rem;
  font-weight: 500;
  color: #475569;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.cid-vqdrgcKToO .anna-description-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px 24px;
}
.cid-vqdrgcKToO .anna-description-box p {
  font-size: 0.95rem;
  color: #334155;
  margin-bottom: 12px;
}
.cid-vqdrgcKToO .anna-description-box p:last-child {
  margin-bottom: 0;
}
.cid-vqdrgcKToO .anna-block {
  margin-bottom: 45px;
}
.cid-vqdrgcKToO .anna-section-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 12px;
}
.cid-vqdrgcKToO .section-title-icon {
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #dbeafe;
}
.cid-vqdrgcKToO .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.cid-vqdrgcKToO .service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cid-vqdrgcKToO .service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  border-color: #cbd5e1;
}
.cid-vqdrgcKToO .card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #eff6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid #dbeafe;
}
.cid-vqdrgcKToO .service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.cid-vqdrgcKToO .service-card p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}
.cid-vqdrgcKToO .details-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cid-vqdrgcKToO .detail-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.cid-vqdrgcKToO .detail-card.highlight-card {
  background: linear-gradient(180deg, #ffffff 0%, #faf5ff 100%);
  border-color: #e9d5ff;
}
.cid-vqdrgcKToO .card-title-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.cid-vqdrgcKToO .card-title-group h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.cid-vqdrgcKToO .card-title-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cid-vqdrgcKToO .card-title-icon.blue {
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #dbeafe;
}
.cid-vqdrgcKToO .card-title-icon.green {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}
.cid-vqdrgcKToO .card-title-icon.amber {
  background: #fffbeb;
  color: #d97706;
  border: 1px solid #fde68a;
}
.cid-vqdrgcKToO .card-title-icon.purple {
  background: #faf5ff;
  color: #9333ea;
  border: 1px solid #f3e8ff;
}
.cid-vqdrgcKToO .detail-card p {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 12px;
}
.cid-vqdrgcKToO .detail-card p:last-child {
  margin-bottom: 0;
}
.cid-vqdrgcKToO .alert-box {
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 18px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vqdrgcKToO .alert-box.red-alert {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
.cid-vqdrgcKToO .alert-icon {
  color: #dc2626;
  flex-shrink: 0;
  margin-top: 2px;
}
.cid-vqdrgcKToO .anna-cta-block {
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.cid-vqdrgcKToO .anna-cta-block h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
}
.cid-vqdrgcKToO .anna-cta-block p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0 0 24px 0;
}
.cid-vqdrgcKToO .anna-profile-section .mbr-section-btn {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0;
}
.cid-vqdrgcKToO .anna-profile-section .btn.custom-btn {
  padding: 14px 28px !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
  border-width: 1px !important;
}
.cid-vqdrgcKToO .anna-profile-section .btn.whatsapp-btn {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2) !important;
}
.cid-vqdrgcKToO .anna-profile-section .btn.whatsapp-btn:hover {
  background-color: #20bd5a !important;
  border-color: #20bd5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3) !important;
}
.cid-vqdrgcKToO .anna-profile-section .btn.email-btn {
  background-color: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2) !important;
}
.cid-vqdrgcKToO .anna-profile-section .btn.email-btn:hover {
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3) !important;
}
@media (max-width: 768px) {
  .cid-vqdrgcKToO .anna-profile-section {
    padding: 50px 0 !important;
  }
  .cid-vqdrgcKToO .anna-container {
    padding: 0 16px;
  }
  .cid-vqdrgcKToO .anna-hero-card {
    padding: 24px 20px;
  }
  .cid-vqdrgcKToO .anna-hero-grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .cid-vqdrgcKToO .anna-profile-img {
    width: 160px;
    height: 160px;
  }
  .cid-vqdrgcKToO .anna-name {
    font-size: 1.9rem;
  }
  .cid-vqdrgcKToO .anna-description-box {
    text-align: left;
    padding: 16px;
  }
  .cid-vqdrgcKToO .detail-card {
    padding: 20px 16px;
  }
  .cid-vqdrgcKToO .anna-profile-section .mbr-section-btn {
    flex-direction: column;
    width: 100%;
  }
  .cid-vqdrgcKToO .anna-profile-section .btn.custom-btn {
    width: 100% !important;
  }
  .cid-vqdrgcKToO .alert-box {
    flex-direction: column;
    gap: 8px;
  }
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqdQilZ178 .guide-executive-section {
  padding: 2rem 1rem !important;
  background-color: #f8fafc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1e293b;
  line-height: 1.6;
  direction: ltr;
  text-align: left;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
.cid-vqdQilZ178 .guide-executive-section *,
.cid-vqdQilZ178 .guide-executive-section *::before,
.cid-vqdQilZ178 .guide-executive-section *::after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cid-vqdQilZ178 .executive-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
.cid-vqdQilZ178 .guide-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.5rem;
  padding: 0 10px;
}
.cid-vqdQilZ178 .header-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid #bfdbfe;
}
.cid-vqdQilZ178 .header-title {
  font-size: clamp(1.75rem, 5vw, 2.2rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}
.cid-vqdQilZ178 .header-lead {
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  color: #475569;
  margin: 0;
}
.cid-vqdQilZ178 .disclaimer-banner {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-left: 4px solid #10b981;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  width: 100%;
}
.cid-vqdQilZ178 .disclaimer-icon {
  flex-shrink: 0;
  color: #059669;
  margin-top: 2px;
}
.cid-vqdQilZ178 .disclaimer-text {
  font-size: 0.95rem;
  color: #065f46;
  line-height: 1.5;
}
.cid-vqdQilZ178 .emergency-box {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-left: 4px solid #ef4444;
  border-radius: 8px;
  padding: 1.25rem;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 1.5rem;
  width: 100%;
}
.cid-vqdQilZ178 .emergency-icon {
  color: #dc2626;
  flex-shrink: 0;
}
.cid-vqdQilZ178 .emergency-content h4 {
  color: #991b1b;
  font-weight: 700;
  margin: 0 0 4px 0;
  font-size: 1rem;
}
.cid-vqdQilZ178 .emergency-content p {
  color: #b91c1c;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
}
.cid-vqdQilZ178 .guide-block {
  margin-bottom: 2.5rem;
  width: 100%;
}
.cid-vqdQilZ178 .block-title {
  font-size: clamp(1.2rem, 3vw, 1.35rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 12px;
  flex-wrap: wrap;
}
.cid-vqdQilZ178 .step-number {
  background: #2563eb;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
.cid-vqdQilZ178 .guide-card,
.cid-vqdQilZ178 .guide-subcard,
.cid-vqdQilZ178 .guide-mini-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.cid-vqdQilZ178 .guide-card:hover,
.cid-vqdQilZ178 .guide-subcard:hover,
.cid-vqdQilZ178 .guide-mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}
.cid-vqdQilZ178 .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vqdQilZ178 .card-header h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.cid-vqdQilZ178 .status-tag {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  white-space: nowrap;
}
.cid-vqdQilZ178 .status-tag.mandatory {
  background: #fee2e2;
  color: #991b1b;
}
.cid-vqdQilZ178 .status-tag.info {
  background: #eff6ff;
  color: #1e40af;
}
.cid-vqdQilZ178 .status-tag.critical {
  background: #fef3c7;
  color: #92400e;
}
.cid-vqdQilZ178 .guide-card p,
.cid-vqdQilZ178 .guide-subcard p,
.cid-vqdQilZ178 .guide-mini-card p {
  font-size: 0.95rem;
  color: #475569;
  margin: 0 0 0.75rem 0;
}
.cid-vqdQilZ178 .guide-card p strong {
  color: #1e293b;
}
.cid-vqdQilZ178 .card-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
  background: #f8fafc;
  border-radius: 8px;
  padding: 1.25rem;
  border: 1px solid #f1f5f9;
  width: 100%;
}
.cid-vqdQilZ178 .detail-box h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
}
.cid-vqdQilZ178 .detail-box p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
}
.cid-vqdQilZ178 .grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  width: 100%;
}
.cid-vqdQilZ178 .grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  width: 100%;
}
.cid-vqdQilZ178 .guide-subcard h3,
.cid-vqdQilZ178 .guide-mini-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px 0;
}
.cid-vqdQilZ178 .mini-icon {
  color: #2563eb;
  margin-bottom: 12px;
}
.cid-vqdQilZ178 .warning-callout,
.cid-vqdQilZ178 .rule-box {
  background: #fff5f5;
  border-left: 4px solid #ef4444;
  padding: 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #991b1b;
  margin: 1rem 0;
  width: 100%;
}
.cid-vqdQilZ178 .notice-highlight {
  background: #f0f9ff;
  border-left: 4px solid #0ea5e9;
  padding: 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #0369a1;
  margin: 1rem 0;
  width: 100%;
}
.cid-vqdQilZ178 .rule-box.mail-rule {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 4px solid #f59e0b;
  color: #92400e;
}
.cid-vqdQilZ178 .rule-box.mail-rule h3 {
  font-size: 1.1rem;
  color: #92400e;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cid-vqdQilZ178 .rule-box ul {
  margin: 10px 0 0 20px;
  padding: 0;
}
.cid-vqdQilZ178 .rule-box li {
  margin-bottom: 4px;
}
.cid-vqdQilZ178 .contact-trigger {
  font-size: 0.9rem;
  color: #1d4ed8;
  background: #eff6ff;
  padding: 10px 14px;
  border-radius: 6px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.cid-vqdQilZ178 .btn-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
  max-width: 100%;
}
.cid-vqdQilZ178 .btn-outline {
  background: transparent;
  color: #2563eb;
  border-color: #2563eb;
}
.cid-vqdQilZ178 .btn-outline:hover {
  background: #eff6ff;
}
.cid-vqdQilZ178 .btn-primary {
  background: #2563eb;
  color: #ffffff;
}
.cid-vqdQilZ178 .btn-primary:hover {
  background: #1d4ed8;
}
.cid-vqdQilZ178 .btn-whatsapp {
  background: #25D366;
  color: #ffffff;
}
.cid-vqdQilZ178 .btn-whatsapp:hover {
  background: #20bd5a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
.cid-vqdQilZ178 .center-actions {
  text-align: center;
  margin-top: 1.5rem;
}
.cid-vqdQilZ178 .deep-dive-section {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  margin-top: 3rem;
  text-align: center;
  width: 100%;
}
.cid-vqdQilZ178 .deep-dive-section h2 {
  font-size: clamp(1.4rem, 4vw, 1.6rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px 0;
}
.cid-vqdQilZ178 .deep-dive-section p {
  color: #475569;
  margin-bottom: 1.5rem;
}
.cid-vqdQilZ178 .button-group {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}
.cid-vqdQilZ178 .guide-cta-box {
  background: #0f172a;
  color: #ffffff;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  margin-top: 2rem;
  width: 100%;
}
.cid-vqdQilZ178 .guide-cta-box h3 {
  font-size: clamp(1.3rem, 4vw, 1.5rem);
  font-weight: 800;
  margin: 0 0 10px 0;
  color: #ffffff;
}
.cid-vqdQilZ178 .guide-cta-box p {
  color: #94a3b8;
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
}
.cid-vqdQilZ178 .final-clarification {
  text-align: center;
  font-size: 0.85rem;
  color: #64748b;
  margin-top: 3rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 2rem;
  margin-bottom: 12px;
}
.cid-vqdQilZ178 .container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.cid-vqdQilZ178 .block {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 24px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #eaedf1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  width: 100%;
}
.cid-vqdQilZ178 .block h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.25rem;
  color: #1a1d20;
  line-height: 1.3;
}
.cid-vqdQilZ178 .block p {
  margin: 0;
  color: #4a5568;
  line-height: 1.6;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .cid-vqdQilZ178 .guide-executive-section {
    padding: 1.5rem 0.75rem !important;
  }
  .cid-vqdQilZ178 .executive-container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cid-vqdQilZ178 .card-details-grid,
  .cid-vqdQilZ178 .grid-2,
  .cid-vqdQilZ178 .grid-3 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .cid-vqdQilZ178 .disclaimer-banner,
  .cid-vqdQilZ178 .emergency-box {
    flex-direction: column;
    padding: 1.25rem 1rem;
    gap: 12px;
  }
  .cid-vqdQilZ178 .guide-card,
  .cid-vqdQilZ178 .guide-subcard,
  .cid-vqdQilZ178 .guide-mini-card {
    padding: 1.25rem 1rem;
  }
  .cid-vqdQilZ178 .deep-dive-section,
  .cid-vqdQilZ178 .guide-cta-box {
    padding: 1.5rem 1rem;
  }
  .cid-vqdQilZ178 .button-group {
    flex-direction: column;
    align-items: stretch;
  }
  .cid-vqdQilZ178 .button-group .btn-modern,
  .cid-vqdQilZ178 .button-group .btn,
  .cid-vqdQilZ178 .mbr-section-btn .btn {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .cid-vqdQilZ178 .container {
    padding: 0 10px;
  }
  .cid-vqdQilZ178 .block {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 16px 12px;
  }
  .cid-vqdQilZ178 .header-title {
    font-size: 1.6rem;
  }
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqptsrc2Fe .guide-executive-section {
  padding: 80px 0 !important;
  background-color: #f8fafc !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.65;
  direction: ltr;
  text-align: left;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.cid-vqptsrc2Fe .guide-executive-section * {
  box-sizing: border-box;
}
.cid-vqptsrc2Fe .executive-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.cid-vqptsrc2Fe .guide-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}
.cid-vqptsrc2Fe .header-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid #bfdbfe;
}
.cid-vqptsrc2Fe .header-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 12px 0 16px 0;
  line-height: 1.25;
}
.cid-vqptsrc2Fe .header-lead {
  font-size: 1.15rem;
  color: #475569;
  margin: 0;
}
.cid-vqptsrc2Fe .disclaimer-banner {
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 45px;
}
.cid-vqptsrc2Fe .privacy-banner {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  box-shadow: 0 4px 12px rgba(22, 101, 52, 0.03);
}
.cid-vqptsrc2Fe .disclaimer-icon {
  color: #16a34a;
  flex-shrink: 0;
  background: #dcfce7;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbf7d0;
}
.cid-vqptsrc2Fe .disclaimer-text {
  font-size: 0.95rem;
  color: #166534;
  line-height: 1.6;
}
.cid-vqptsrc2Fe .guide-block {
  margin-bottom: 45px;
}
.cid-vqptsrc2Fe .block-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 12px;
}
.cid-vqptsrc2Fe .title-icon {
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #dbeafe;
}
.cid-vqptsrc2Fe .guide-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.cid-vqptsrc2Fe .guide-card-intro {
  margin-bottom: 20px;
  color: #475569;
  font-size: 1rem;
}
.cid-vqptsrc2Fe .two-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.cid-vqptsrc2Fe .guide-subcard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.cid-vqptsrc2Fe .guide-subcard h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px 0;
}
.cid-vqptsrc2Fe .guide-subcard p {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 12px;
}
.cid-vqptsrc2Fe .card-details-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 16px 0;
}
.cid-vqptsrc2Fe .notice-highlight {
  background: #f0f9ff;
  border-left: 4px solid #0284c7;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 0.92rem;
  color: #0369a1;
  margin-top: auto;
}
.cid-vqptsrc2Fe .numbered-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.cid-vqptsrc2Fe .numbered-list li {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #1e293b;
  word-break: break-word;
  transition: border-color 0.2s ease;
}
.cid-vqptsrc2Fe .numbered-list li:hover {
  border-color: #cbd5e1;
}
.cid-vqptsrc2Fe .doc-rule {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 20px;
  border-radius: 12px;
  margin: 20px 0;
}
.cid-vqptsrc2Fe .rule-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: #16a34a;
}
.cid-vqptsrc2Fe .rule-header h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #166534;
}
.cid-vqptsrc2Fe .doc-rule p {
  color: #166534;
  margin: 0;
  font-size: 0.92rem;
}
.cid-vqptsrc2Fe .detail-box.lang-box {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 20px;
  border-radius: 12px;
}
.cid-vqptsrc2Fe .lang-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2563eb;
  margin-bottom: 8px;
}
.cid-vqptsrc2Fe .lang-header h4 {
  color: #1e40af;
  margin: 0;
  font-weight: 700;
  font-size: 1.05rem;
}
.cid-vqptsrc2Fe .detail-box.lang-box p {
  color: #1e3a8a;
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.6;
}
.cid-vqptsrc2Fe .three-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.cid-vqptsrc2Fe .guide-mini-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  transition: transform 0.25s ease;
}
.cid-vqptsrc2Fe .guide-mini-card:hover {
  transform: translateY(-3px);
}
.cid-vqptsrc2Fe .step-badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-weight: 800;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid #bfdbfe;
}
.cid-vqptsrc2Fe .guide-mini-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.cid-vqptsrc2Fe .guide-mini-card p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
  line-height: 1.55;
}
.cid-vqptsrc2Fe .card-divider {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #e2e8f0;
}
.cid-vqptsrc2Fe .highlight-green-title {
  color: #16a34a !important;
}
.cid-vqptsrc2Fe .emergency-card {
  background: #fef2f2 !important;
  border: 1px solid #fecaca !important;
}
.cid-vqptsrc2Fe .emergency-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dc2626;
  margin-bottom: 10px;
}
.cid-vqptsrc2Fe .emergency-title {
  color: #dc2626 !important;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0;
}
.cid-vqptsrc2Fe .emergency-subtitle {
  color: #991b1b !important;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-vqptsrc2Fe .emergency-desc {
  color: #7f1d1d !important;
  font-size: 0.92rem;
}
.cid-vqptsrc2Fe .emergency-list {
  margin-top: 16px;
}
.cid-vqptsrc2Fe .emergency-list li {
  background: #ffffff !important;
  border-color: #fecaca !important;
  color: #dc2626 !important;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
}
.cid-vqptsrc2Fe .emergency-list li svg {
  flex-shrink: 0;
}
.cid-vqptsrc2Fe .cta-card {
  text-align: center;
  padding: 40px 32px;
  background: #ffffff;
  border: 2px dashed #cbd5e1;
  border-radius: 20px;
}
.cid-vqptsrc2Fe .cta-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 12px 0;
}
.cid-vqptsrc2Fe .cta-notice {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  font-size: 1rem;
}
.cid-vqptsrc2Fe .cta-sub {
  color: #475569;
  margin-bottom: 24px;
  font-size: 0.95rem;
}
.cid-vqptsrc2Fe .cta-buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cid-vqptsrc2Fe .guide-executive-section .btn.custom-btn {
  padding: 14px 28px !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
  border-width: 1px !important;
  margin: 0 !important;
}
.cid-vqptsrc2Fe .guide-executive-section .btn.whatsapp-btn {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2) !important;
}
.cid-vqptsrc2Fe .guide-executive-section .btn.whatsapp-btn:hover {
  background-color: #20bd5a !important;
  border-color: #20bd5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3) !important;
}
@media (min-width: 992px) {
  .cid-vqptsrc2Fe .full-width-step {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .cid-vqptsrc2Fe .guide-executive-section {
    padding: 50px 0 !important;
  }
  .cid-vqptsrc2Fe .executive-container {
    padding: 0 16px;
  }
  .cid-vqptsrc2Fe .header-title {
    font-size: 1.9rem;
  }
  .cid-vqptsrc2Fe .disclaimer-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cid-vqptsrc2Fe .two-column-grid,
  .cid-vqptsrc2Fe .three-column-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cid-vqptsrc2Fe .guide-card,
  .cid-vqptsrc2Fe .guide-subcard,
  .cid-vqptsrc2Fe .guide-mini-card {
    padding: 22px 18px;
  }
  .cid-vqptsrc2Fe .full-width-step {
    grid-column: span 1;
  }
  .cid-vqptsrc2Fe .cta-buttons-wrapper {
    width: 100%;
  }
  .cid-vqptsrc2Fe .guide-executive-section .btn.custom-btn {
    width: 100% !important;
  }
}
.cid-vqj20Eg7Ge {
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-vqj20Eg7Ge *:focus {
  outline: none;
  box-shadow: none;
}
.cid-vqj20Eg7Ge .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-vqj20Eg7Ge .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-vqj20Eg7Ge .form-control::-moz-placeholder {
  color: #000000;
}
.cid-vqj20Eg7Ge .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-vqj20Eg7Ge .form-control:-moz-placeholder {
  color: #000000;
}
.cid-vqj20Eg7Ge input.form-control {
  padding: 0.5rem;
}
.cid-vqj20Eg7Ge .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #0c2c68 !important;
  border-radius: 50% !important;
}
.cid-vqj20Eg7Ge .soc-item:hover {
  opacity: 0.5;
}
.cid-vqj20Eg7Ge .soc-item .socicon {
  font-size: 1.5rem;
  color: #0c2c68;
}
.cid-vqj20Eg7Ge .days-column,
.cid-vqj20Eg7Ge .hours-column {
  display: inline-block;
}
.cid-vqj20Eg7Ge .days-column span,
.cid-vqj20Eg7Ge .hours-column span {
  display: block;
}
.cid-vqj20Eg7Ge .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-vqj20Eg7Ge .days-column {
    padding-right: 0 !important;
  }
  .cid-vqj20Eg7Ge .hours-column {
    max-width: 50% !important;
  }
  .cid-vqj20Eg7Ge .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-vqj20Eg7Ge .form-title,
.cid-vqj20Eg7Ge .btn-row {
  color: #0c2c68;
}
.cid-vqj20Eg7Ge .follow-title,
.cid-vqj20Eg7Ge .social-list,
.cid-vqj20Eg7Ge .logo {
  color: #0c2c68;
}
.cid-vqj20Eg7Ge .address-title,
.cid-vqj20Eg7Ge .address-block {
  color: #0c2c68;
}
.cid-vqj20Eg7Ge .hours-column {
  color: #0c2c68;
}
.cid-vqj20Eg7Ge .opening-hours-title,
.cid-vqj20Eg7Ge .opening-hours {
  color: #0c2c68;
}
.cid-vqj20Eg7Ge .contacts-title,
.cid-vqj20Eg7Ge .contacts-block {
  color: #0c2c68;
  text-align: center;
}
.cid-vqj20Eg7Ge LABEL {
  color: #0c2c68;
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqpqVIly1Q .guide-executive-section {
  padding: 80px 0 !important;
  background-color: #f8fafc !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.65;
  direction: ltr;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cid-vqpqVIly1Q .guide-executive-section * {
  box-sizing: border-box;
}
.cid-vqpqVIly1Q .executive-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.cid-vqpqVIly1Q .guide-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}
.cid-vqpqVIly1Q .header-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid #bfdbfe;
}
.cid-vqpqVIly1Q .header-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 12px 0 16px 0;
  line-height: 1.25;
}
.cid-vqpqVIly1Q .header-lead {
  font-size: 1.15rem;
  color: #475569;
  margin: 0;
}
.cid-vqpqVIly1Q .disclaimer-banner {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 45px;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.05);
}
.cid-vqpqVIly1Q .disclaimer-icon {
  color: #d97706;
  flex-shrink: 0;
  background: #fef3c7;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fde68a;
}
.cid-vqpqVIly1Q .disclaimer-text {
  font-size: 0.95rem;
  color: #92400e;
  line-height: 1.6;
}
.cid-vqpqVIly1Q .guide-block {
  margin-bottom: 45px;
}
.cid-vqpqVIly1Q .block-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 12px;
}
.cid-vqpqVIly1Q .title-icon {
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #dbeafe;
}
.cid-vqpqVIly1Q .guide-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: border-color 0.25s ease;
}
.cid-vqpqVIly1Q .guide-card:hover {
  border-color: #cbd5e1;
}
.cid-vqpqVIly1Q .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vqpqVIly1Q .card-header h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}
.cid-vqpqVIly1Q .status-tag {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vqpqVIly1Q .status-tag.critical {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
}
.cid-vqpqVIly1Q .status-tag.info {
  background: #eff6ff;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}
.cid-vqpqVIly1Q .card-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.cid-vqpqVIly1Q .detail-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 12px;
}
.cid-vqpqVIly1Q .detail-box-spacing {
  margin-top: 20px;
}
.cid-vqpqVIly1Q .detail-box h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.cid-vqpqVIly1Q .detail-box p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
}
.cid-vqpqVIly1Q .rule-box {
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  font-size: 0.92rem;
  line-height: 1.55;
}
.cid-vqpqVIly1Q .rule-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.cid-vqpqVIly1Q .rule-header h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-vqpqVIly1Q .danger-rule {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
.cid-vqpqVIly1Q .danger-rule .rule-header,
.cid-vqpqVIly1Q .danger-rule .rule-icon {
  color: #dc2626;
}
.cid-vqpqVIly1Q .danger-rule p {
  color: #991b1b;
  margin: 0;
}
.cid-vqpqVIly1Q .info-rule {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
}
.cid-vqpqVIly1Q .info-rule .rule-header,
.cid-vqpqVIly1Q .info-rule .rule-icon {
  color: #16a34a;
}
.cid-vqpqVIly1Q .info-rule p {
  color: #166534;
  margin: 0;
}
.cid-vqpqVIly1Q .notice-highlight {
  background: #f0f9ff;
  border-left: 4px solid #0284c7;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 0.92rem;
  color: #0369a1;
  margin-top: 16px;
}
.cid-vqpqVIly1Q .two-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.cid-vqpqVIly1Q .guide-subcard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.cid-vqpqVIly1Q .guide-subcard h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px 0;
}
.cid-vqpqVIly1Q .guide-subcard p {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 12px;
}
.cid-vqpqVIly1Q .subcard-rule {
  background: #fff8f1;
  border: 1px solid #ffedd5;
  color: #9a3412;
  padding: 14px 18px;
  margin-top: auto;
}
.cid-vqpqVIly1Q .three-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.cid-vqpqVIly1Q .guide-mini-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  transition: transform 0.25s ease;
}
.cid-vqpqVIly1Q .guide-mini-card:hover {
  transform: translateY(-3px);
}
.cid-vqpqVIly1Q .mini-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #eff6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid #dbeafe;
}
.cid-vqpqVIly1Q .guide-mini-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.cid-vqpqVIly1Q .guide-mini-card p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
  line-height: 1.55;
}
.cid-vqpqVIly1Q .mini-card-note {
  margin-top: 12px !important;
  font-size: 0.85rem !important;
  color: #64748b !important;
}
.cid-vqpqVIly1Q .extreme-block {
  margin-top: -10px;
}
.cid-vqpqVIly1Q .extreme-card {
  background: #fffbeb;
  border: 1px solid #fde68a;
}
.cid-vqpqVIly1Q .extreme-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b45309;
  margin-bottom: 10px;
}
.cid-vqpqVIly1Q .extreme-header h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #92400e;
  margin: 0;
}
.cid-vqpqVIly1Q .extreme-card p {
  margin: 0;
  color: #92400e;
  font-size: 0.95rem;
}
.cid-vqpqVIly1Q .summary-cta-card {
  text-align: center;
  padding: 40px 32px;
  background: #ffffff;
  border-radius: 20px;
}
.cid-vqpqVIly1Q .summary-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px 0;
}
.cid-vqpqVIly1Q .summary-text {
  max-width: 750px;
  margin: 0 auto 20px;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.6;
}
.cid-vqpqVIly1Q .summary-tagline {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 28px;
  font-size: 1.05rem;
}
.cid-vqpqVIly1Q .cta-buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cid-vqpqVIly1Q .guide-executive-section .btn.custom-btn {
  padding: 14px 28px !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
  border-width: 1px !important;
  margin: 0 !important;
}
.cid-vqpqVIly1Q .guide-executive-section .btn.whatsapp-btn {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2) !important;
}
.cid-vqpqVIly1Q .guide-executive-section .btn.whatsapp-btn:hover {
  background-color: #20bd5a !important;
  border-color: #20bd5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3) !important;
}
.cid-vqpqVIly1Q .guide-executive-section .btn.outline-btn {
  background-color: transparent !important;
  border-color: #2563eb !important;
  color: #2563eb !important;
}
.cid-vqpqVIly1Q .guide-executive-section .btn.outline-btn:hover {
  background-color: #eff6ff !important;
  color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  transform: translateY(-2px) !important;
}
@media (max-width: 768px) {
  .cid-vqpqVIly1Q .guide-executive-section {
    padding: 50px 0 !important;
  }
  .cid-vqpqVIly1Q .executive-container {
    padding: 0 16px;
  }
  .cid-vqpqVIly1Q .card-details-grid {
    grid-template-columns: 1fr;
  }
  .cid-vqpqVIly1Q .header-title {
    font-size: 1.9rem;
  }
  .cid-vqpqVIly1Q .guide-card {
    padding: 22px 18px;
  }
  .cid-vqpqVIly1Q .summary-cta-card {
    padding: 28px 18px;
  }
  .cid-vqpqVIly1Q .cta-buttons-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .cid-vqpqVIly1Q .guide-executive-section .btn.custom-btn {
    width: 100% !important;
  }
  .cid-vqpqVIly1Q .disclaimer-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqywD0dDcT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vqywD0dDcT .content-head {
  max-width: 800px;
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqdOIvJmvE .regional-executive-section {
  padding: 70px 0 !important;
  background-color: #f8fafc !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.6;
  direction: ltr;
  text-align: left;
}
.cid-vqdOIvJmvE .regional-executive-section * {
  box-sizing: border-box;
}
.cid-vqdOIvJmvE .executive-container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.cid-vqdOIvJmvE .executive-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 50px;
}
.cid-vqdOIvJmvE .header-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid #bfdbfe;
}
.cid-vqdOIvJmvE .header-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.cid-vqdOIvJmvE .header-lead {
  font-size: 1.2rem;
  color: #475569;
  margin: 0;
}
.cid-vqdOIvJmvE .section-block {
  margin-bottom: 60px;
}
.cid-vqdOIvJmvE .block-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cid-vqdOIvJmvE .title-icon {
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
}
.cid-vqdOIvJmvE .philosophy-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.cid-vqdOIvJmvE .card-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #2563eb;
}
.cid-vqdOIvJmvE .philosophy-card h2 {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0 0 14px 0;
  color: #0f172a;
}
.cid-vqdOIvJmvE .philosophy-card p {
  font-size: 1.08rem;
  color: #334155;
  margin: 0;
  line-height: 1.7;
}
.cid-vqdOIvJmvE .pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.cid-vqdOIvJmvE .pillar-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  gap: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 0;
}
.cid-vqdOIvJmvE .pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
  border-color: #cbd5e1;
}
.cid-vqdOIvJmvE .pillar-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  background: #f1f5f9;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.cid-vqdOIvJmvE .pillar-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
}
.cid-vqdOIvJmvE .pillar-content p {
  font-size: 0.95rem;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}
.cid-vqdOIvJmvE .map-layout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}
.cid-vqdOIvJmvE .map-wrapper {
  width: 100%;
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
}
.cid-vqdOIvJmvE .towns-scroll-list {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cid-vqdOIvJmvE .town-row {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  padding: 14px 16px;
  border-radius: 10px;
}
.cid-vqdOIvJmvE .town-row.focus-row {
  background: #eff6ff;
  border-color: #bfdbfe;
}
.cid-vqdOIvJmvE .town-name {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vqdOIvJmvE .badge-tag {
  font-size: 0.7rem;
  background: #2563eb;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 100px;
  font-weight: 700;
}
.cid-vqdOIvJmvE .town-row p {
  font-size: 0.88rem;
  color: #475569;
  margin: 0;
  line-height: 1.45;
}
.cid-vqdOIvJmvE .towns-footnote {
  font-size: 0.88rem;
  color: #64748b;
  margin-top: 14px;
  font-style: italic;
}
.cid-vqdOIvJmvE .reality-comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.cid-vqdOIvJmvE .reality-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 30px;
  position: relative;
}
.cid-vqdOIvJmvE .reality-card.advantages {
  border-top: 4px solid #16a34a;
}
.cid-vqdOIvJmvE .reality-card.considerations {
  border-top: 4px solid #d97706;
}
.cid-vqdOIvJmvE .reality-badge {
  font-size: 0.7rem;
  font-weight: 800;
  color: #16a34a;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.cid-vqdOIvJmvE .warning-badge {
  color: #d97706;
}
.cid-vqdOIvJmvE .reality-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 12px 0;
}
.cid-vqdOIvJmvE .reality-card p {
  font-size: 0.98rem;
  color: #334155;
  margin: 0;
  line-height: 1.6;
}
.cid-vqdOIvJmvE .scope-notice-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #64748b;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  gap: 16px;
  margin-bottom: 50px;
}
.cid-vqdOIvJmvE .notice-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.cid-vqdOIvJmvE .notice-body h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #334155;
  margin: 0 0 6px 0;
}
.cid-vqdOIvJmvE .notice-body p {
  font-size: 0.92rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}
.cid-vqdOIvJmvE .executive-cta-wrapper {
  text-align: center;
}
.cid-vqdOIvJmvE .regional-executive-section .btn-success {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  padding: 18px 36px !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.2) !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
  max-width: 100%;
}
.cid-vqdOIvJmvE .regional-executive-section .btn-success:hover {
  background-color: #20bd5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.3) !important;
}
@media (max-width: 900px) {
  .cid-vqdOIvJmvE .map-layout-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .cid-vqdOIvJmvE .map-wrapper {
    min-height: 280px;
  }
  .cid-vqdOIvJmvE .towns-scroll-list {
    max-height: 350px;
  }
}
@media (max-width: 640px) {
  .cid-vqdOIvJmvE .regional-executive-section {
    padding: 40px 0 !important;
  }
  .cid-vqdOIvJmvE .executive-container {
    padding: 0 16px;
  }
  .cid-vqdOIvJmvE .executive-header {
    margin-bottom: 32px;
  }
  .cid-vqdOIvJmvE .header-title {
    font-size: 1.8rem;
  }
  .cid-vqdOIvJmvE .header-lead {
    font-size: 1rem;
  }
  .cid-vqdOIvJmvE .section-block {
    margin-bottom: 40px;
  }
  .cid-vqdOIvJmvE .block-title {
    font-size: 1.25rem;
  }
  .cid-vqdOIvJmvE .philosophy-card {
    padding: 20px 16px 20px 22px;
    margin-bottom: 40px;
  }
  .cid-vqdOIvJmvE .philosophy-card h2 {
    font-size: 1.2rem;
  }
  .cid-vqdOIvJmvE .philosophy-card p {
    font-size: 0.98rem;
  }
  .cid-vqdOIvJmvE .pillars-grid,
  .cid-vqdOIvJmvE .reality-comparison-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cid-vqdOIvJmvE .pillar-card {
    padding: 16px;
  }
  .cid-vqdOIvJmvE .reality-card {
    padding: 20px 16px;
  }
  .cid-vqdOIvJmvE .scope-notice-card {
    flex-direction: row;
    padding: 16px;
    gap: 12px;
    margin-bottom: 32px;
  }
  .cid-vqdOIvJmvE .regional-executive-section .btn-success {
    width: 100% !important;
    padding: 16px 20px !important;
    font-size: 1rem !important;
  }
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqd3QD3z1R .guide-executive-section {
  padding: 80px 0 !important;
  background-color: #f8fafc !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.6;
  direction: ltr;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}
.cid-vqd3QD3z1R .guide-executive-section * {
  box-sizing: border-box;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.cid-vqd3QD3z1R .executive-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.cid-vqd3QD3z1R .guide-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}
.cid-vqd3QD3z1R .header-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  margin-top: 20px;
  border: 1px solid #bfdbfe;
}
.cid-vqd3QD3z1R .header-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.025em;
  margin: 0 0 16px 0;
  line-height: 1.25;
  text-align: center;
}
.cid-vqd3QD3z1R .header-lead {
  font-size: 1.15rem;
  color: #475569;
  margin: 0;
  line-height: 1.6;
}
.cid-vqd3QD3z1R .disclaimer-banner {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 45px;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.05);
}
.cid-vqd3QD3z1R .disclaimer-icon {
  color: #d97706;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef3c7;
  padding: 10px;
  border-radius: 10px;
}
.cid-vqd3QD3z1R .disclaimer-text {
  font-size: 0.95rem;
  color: #92400e;
  line-height: 1.6;
}
.cid-vqd3QD3z1R .guide-block {
  margin-bottom: 45px;
  width: 100%;
}
.cid-vqd3QD3z1R .block-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 12px;
}
.cid-vqd3QD3z1R .title-icon {
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #dbeafe;
  flex-shrink: 0;
}
.cid-vqd3QD3z1R .three-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  width: 100%;
}
.cid-vqd3QD3z1R .two-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  width: 100%;
}
.cid-vqd3QD3z1R .guide-mini-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.cid-vqd3QD3z1R .guide-mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04);
}
.cid-vqd3QD3z1R .mini-icon {
  color: #2563eb;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dbeafe;
}
.cid-vqd3QD3z1R .guide-mini-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.cid-vqd3QD3z1R .guide-mini-card p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
  line-height: 1.55;
}
.cid-vqd3QD3z1R .guide-subcard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  width: 100%;
}
.cid-vqd3QD3z1R .guide-subcard h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px 0;
}
.cid-vqd3QD3z1R .guide-subcard p {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 12px;
  line-height: 1.65;
}
.cid-vqd3QD3z1R .action-steps-list {
  margin: 0;
  padding-left: 20px;
  color: #475569;
}
.cid-vqd3QD3z1R .action-steps-list li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.cid-vqd3QD3z1R .rule-box {
  padding: 20px 24px;
  border-radius: 14px;
  margin: 20px 0 0 0;
  width: 100%;
}
.cid-vqd3QD3z1R .rule-box h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cid-vqd3QD3z1R .rule-box p {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.55;
}
.cid-vqd3QD3z1R .rule-box .inline-icon {
  display: inline-flex;
  align-items: center;
}
.cid-vqd3QD3z1R .rule-box.green-rule {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-left: 5px solid #22c55e;
  color: #166534;
}
.cid-vqd3QD3z1R .rule-box.green-rule h3 {
  color: #166534;
}
.cid-vqd3QD3z1R .guide-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  width: 100%;
}
.cid-vqd3QD3z1R .cta-box {
  text-align: center;
  margin-top: 10px;
  padding: 40px 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.cid-vqd3QD3z1R .cta-box h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 14px;
  color: #0f172a;
}
.cid-vqd3QD3z1R .cta-description {
  max-width: 700px;
  margin: 0 auto 16px;
  color: #475569;
  font-size: 1rem;
}
.cid-vqd3QD3z1R .cta-statement {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 28px;
  font-size: 1.05rem;
}
.cid-vqd3QD3z1R .guide-executive-section .mbr-section-btn {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  width: 100%;
}
.cid-vqd3QD3z1R .guide-executive-section .btn.custom-btn {
  padding: 14px 28px !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: all 0.25s ease !important;
  border-width: 1px !important;
  text-decoration: none !important;
}
.cid-vqd3QD3z1R .guide-executive-section .btn.whatsapp-btn {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}
.cid-vqd3QD3z1R .guide-executive-section .btn.whatsapp-btn:hover {
  background-color: #20bd5a !important;
  border-color: #20bd5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3) !important;
}
.cid-vqd3QD3z1R .guide-executive-section .btn.outline-btn {
  background-color: #ffffff !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
}
.cid-vqd3QD3z1R .guide-executive-section .btn.outline-btn:hover {
  background-color: #f1f5f9 !important;
  border-color: #94a3b8 !important;
  transform: translateY(-2px) !important;
}
@media (max-width: 768px) {
  .cid-vqd3QD3z1R .guide-executive-section {
    padding: 40px 0 !important;
  }
  .cid-vqd3QD3z1R .executive-container {
    padding: 0 16px;
  }
  .cid-vqd3QD3z1R .header-title {
    font-size: 1.75rem;
  }
  .cid-vqd3QD3z1R .header-lead {
    font-size: 1rem;
  }
  .cid-vqd3QD3z1R .disclaimer-banner {
    padding: 16px;
    flex-direction: column;
    gap: 12px;
  }
  .cid-vqd3QD3z1R .three-column-grid,
  .cid-vqd3QD3z1R .two-column-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }
  .cid-vqd3QD3z1R .guide-mini-card {
    padding: 18px 16px;
  }
  .cid-vqd3QD3z1R .guide-subcard {
    padding: 20px 16px;
  }
  .cid-vqd3QD3z1R .cta-box {
    padding: 28px 16px;
  }
  .cid-vqd3QD3z1R .rule-box {
    padding: 16px;
  }
  .cid-vqd3QD3z1R .block-title {
    font-size: 1.2rem;
  }
  .cid-vqd3QD3z1R .guide-executive-section .btn.custom-btn {
    width: 100% !important;
  }
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqd8N2Jfnd .portal-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  direction: ltr;
  text-align: left;
  background-color: #f8fafc;
  color: #334155;
  padding: 40px 15px;
  max-width: 1140px;
  margin: 0 auto;
  line-height: 1.6;
  box-sizing: border-box;
}
.cid-vqd8N2Jfnd .portal-container h1,
.cid-vqd8N2Jfnd .portal-container h2,
.cid-vqd8N2Jfnd .portal-container h3,
.cid-vqd8N2Jfnd .portal-container h4,
.cid-vqd8N2Jfnd .portal-container h5 {
  color: #0f172a;
  font-weight: 700;
  margin-top: 0;
  text-align: left;
  line-height: 1.3;
}
.cid-vqd8N2Jfnd .portal-container p {
  text-align: left;
  color: #334155;
  margin-bottom: 1rem;
}
.cid-vqd8N2Jfnd .portal-container a {
  transition: all 0.2s ease-in-out;
}
.cid-vqd8N2Jfnd .portal-container ul {
  padding-left: 20px;
  margin-bottom: 1rem;
}
.cid-vqd8N2Jfnd .portal-container li {
  margin-bottom: 0.5rem;
}
.cid-vqd8N2Jfnd .portal-header {
  margin-bottom: 40px;
  text-align: center;
}
.cid-vqd8N2Jfnd .portal-header h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  margin: 15px 0 10px 0;
  letter-spacing: -0.02em;
  text-align: center;
}
.cid-vqd8N2Jfnd .portal-header h2 {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 15px;
  text-align: center;
}
.cid-vqd8N2Jfnd .portal-lead {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 800px;
  margin: 0 auto;
  text-align: center !important;
}
.cid-vqd8N2Jfnd .badge-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid #bfdbfe;
}
.cid-vqd8N2Jfnd .badge-primary {
  background: #dbeafe;
  color: #1e40af;
}
.cid-vqd8N2Jfnd .badge-danger {
  background: #fee2e2;
  color: #991b1b;
}
.cid-vqd8N2Jfnd .badge-secondary {
  background: #f1f5f9;
  color: #475569;
}
.cid-vqd8N2Jfnd .badge-warning {
  background: #fef3c7;
  color: #92400e;
}
.cid-vqd8N2Jfnd .portal-nav-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  padding: 15px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid #e2e8f0;
}
.cid-vqd8N2Jfnd .nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #f8fafc;
  color: #334155;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}
.cid-vqd8N2Jfnd .nav-pill:hover {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
  transform: translateY(-2px);
}
.cid-vqd8N2Jfnd .pill-danger {
  color: #dc2626;
  border-color: #fca5a5;
  background: #fef2f2;
}
.cid-vqd8N2Jfnd .pill-danger:hover {
  background: #dc2626;
  color: #fff;
  border-color: #dc2626;
}
.cid-vqd8N2Jfnd .pill-highlight {
  color: #047857;
  border-color: #6ee7b7;
  background: #ecfdf5;
}
.cid-vqd8N2Jfnd .pill-highlight:hover {
  background: #059669;
  color: #fff;
  border-color: #059669;
}
.cid-vqd8N2Jfnd .portal-alert {
  display: flex;
  gap: 20px;
  background: #fffbeb;
  border-left: 5px solid #f59e0b;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 50px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.cid-vqd8N2Jfnd .portal-alert .alert-icon {
  color: #f59e0b;
  flex-shrink: 0;
  padding-top: 5px;
}
.cid-vqd8N2Jfnd .portal-alert h3 {
  color: #92400e;
  margin-bottom: 10px;
}
.cid-vqd8N2Jfnd .portal-alert p {
  color: #78350f;
  font-size: 0.95rem;
}
.cid-vqd8N2Jfnd .portal-block {
  margin-bottom: 60px;
  scroll-margin-top: 40px;
}
.cid-vqd8N2Jfnd .block-heading {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e2e8f0;
}
.cid-vqd8N2Jfnd .block-heading h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.75rem;
  margin-bottom: 5px;
}
.cid-vqd8N2Jfnd .portal-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}
.cid-vqd8N2Jfnd .portal-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cid-vqd8N2Jfnd .portal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
.cid-vqd8N2Jfnd .portal-card.bg-subtle {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.cid-vqd8N2Jfnd .card-top-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.cid-vqd8N2Jfnd .emergency-card {
  border-top-width: 5px;
}
.cid-vqd8N2Jfnd .emergency-card.red-theme {
  border-top-color: #dc2626;
}
.cid-vqd8N2Jfnd .emergency-card.blue-theme {
  border-top-color: #2563eb;
}
.cid-vqd8N2Jfnd .emergency-number {
  margin-bottom: 15px;
}
.cid-vqd8N2Jfnd .emergency-number a {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  color: #0f172a;
  transition: color 0.2s ease;
}
.cid-vqd8N2Jfnd .emergency-card.red-theme .emergency-number a:hover {
  color: #dc2626;
}
.cid-vqd8N2Jfnd .emergency-card.blue-theme .emergency-number a:hover {
  color: #2563eb;
}
.cid-vqd8N2Jfnd .card-footer-note {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e2e8f0;
  font-size: 0.85rem;
  color: #64748b;
  font-style: italic;
}
.cid-vqd8N2Jfnd .highlight-number-box {
  display: inline-block;
  background: #f1f5f9;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 15px;
  border: 1px solid #e2e8f0;
}
.cid-vqd8N2Jfnd .inline-warning {
  display: inline-block;
  background: #fef2f2;
  color: #991b1b;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 10px;
}
.cid-vqd8N2Jfnd .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}
.cid-vqd8N2Jfnd .step-box {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 0.95rem;
  color: #334155;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}
.cid-vqd8N2Jfnd .step-box strong {
  color: #2563eb;
  display: block;
  margin-bottom: 5px;
}
.cid-vqd8N2Jfnd .phrases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}
.cid-vqd8N2Jfnd .phrase-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 12px 15px;
  border-radius: 6px;
  border-left: 3px solid #2563eb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.cid-vqd8N2Jfnd .phrase-item strong {
  color: #0f172a;
  font-size: 1rem;
}
.cid-vqd8N2Jfnd .phrase-item span {
  color: #64748b;
  font-size: 0.85rem;
}
.cid-vqd8N2Jfnd .city-directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.cid-vqd8N2Jfnd .city-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease;
}
.cid-vqd8N2Jfnd .city-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
}
.cid-vqd8N2Jfnd .city-card h4 {
  font-size: 1.25rem;
  color: #0f172a;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f8fafc;
}
.cid-vqd8N2Jfnd .city-card p {
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: #334155;
}
.cid-vqd8N2Jfnd .contact-highlight-box {
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border: 2px solid #2563eb;
}
.cid-vqd8N2Jfnd .services-pills-wrap {
  display: inline-block;
  background: #f1f5f9;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 25px;
}
.cid-vqd8N2Jfnd .contact-methods-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.cid-vqd8N2Jfnd .method-box {
  background: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 1.1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.cid-vqd8N2Jfnd .action-buttons-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.cid-vqd8N2Jfnd .portal-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-vqd8N2Jfnd .btn-whatsapp {
  background-color: #16a34a;
  color: #fff;
  border: 2px solid #16a34a;
  box-shadow: 0 4px 10px rgba(22, 163, 74, 0.3);
}
.cid-vqd8N2Jfnd .btn-whatsapp:hover {
  background-color: #15803d;
  border-color: #15803d;
  color: #fff;
  transform: translateY(-2px);
}
.cid-vqd8N2Jfnd .btn-outline {
  background-color: transparent;
  color: #2563eb;
  border: 2px solid #2563eb;
}
.cid-vqd8N2Jfnd .btn-outline:hover {
  background-color: #2563eb;
  color: #fff;
}
.cid-vqd8N2Jfnd .portal-footer-reminder {
  background: #0f172a;
  color: #000000;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  margin-top: 60px;
}
.cid-vqd8N2Jfnd .portal-footer-reminder h3 {
  color: #000000;
  margin-bottom: 25px;
  font-size: 1.5rem;
  text-align: center;
}
.cid-vqd8N2Jfnd .footer-numbers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-size: 1.1rem;
}
.cid-vqd8N2Jfnd .footer-numbers-grid div {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 6px;
  backdrop-filter: blur(5px);
}
.cid-vqd8N2Jfnd .footer-emergency-warning {
  margin-top: 25px;
  font-size: 0.95rem;
  color: #94a3b8;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-vqd8N2Jfnd .portal-container {
    padding: 20px 10px;
  }
  .cid-vqd8N2Jfnd .portal-alert {
    flex-direction: column;
    gap: 10px;
  }
  .cid-vqd8N2Jfnd .emergency-number a {
    font-size: 2.8rem;
  }
  .cid-vqd8N2Jfnd .action-buttons-group {
    flex-direction: column;
  }
  .cid-vqd8N2Jfnd .portal-btn {
    width: 100%;
    justify-content: center;
  }
  .cid-vqd8N2Jfnd .footer-numbers-grid {
    flex-direction: column;
    gap: 10px;
  }
  .cid-vqd8N2Jfnd .block-heading h3 {
    font-size: 1.4rem;
  }
}
.cid-vqd8N2Jfnd H3 {
  color: #000000;
}
.cid-vqd8N2Jfnd P {
  text-align: left;
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqHc7wxCHl .guide-executive-section {
  padding: 80px 0 !important;
  background-color: #f8fafc !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.6;
  direction: ltr;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cid-vqHc7wxCHl .guide-executive-section * {
  box-sizing: border-box;
}
.cid-vqHc7wxCHl .executive-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}
.cid-vqHc7wxCHl .guide-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}
.cid-vqHc7wxCHl .header-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid #bfdbfe;
}
.cid-vqHc7wxCHl .header-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.025em;
  margin: 0 0 16px 0;
  line-height: 1.25;
  text-align: center;
}
.cid-vqHc7wxCHl .header-lead {
  font-size: 1.15rem;
  color: #475569;
  margin: 0;
  line-height: 1.6;
}
.cid-vqHc7wxCHl .disclaimer-banner {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 45px;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.05);
}
.cid-vqHc7wxCHl .disclaimer-icon {
  color: #166534;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcfce7;
  padding: 10px;
  border-radius: 10px;
}
.cid-vqHc7wxCHl .disclaimer-text {
  font-size: 0.95rem;
  color: #166534;
  line-height: 1.6;
}
.cid-vqHc7wxCHl .guide-block {
  margin-bottom: 45px;
}
.cid-vqHc7wxCHl .section-intro-text {
  color: #475569;
  margin-bottom: 24px;
  font-size: 1rem;
}
.cid-vqHc7wxCHl .block-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 12px;
}
.cid-vqHc7wxCHl .title-icon {
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #dbeafe;
  flex-shrink: 0;
}
.cid-vqHc7wxCHl .guide-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.cid-vqHc7wxCHl .two-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.cid-vqHc7wxCHl .three-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.cid-vqHc7wxCHl .guide-subcard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.cid-vqHc7wxCHl .testimonial-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-vqHc7wxCHl .testimonial-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.cid-vqHc7wxCHl .testimonial-quote {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
}
.cid-vqHc7wxCHl .testimonial-author {
  border-top: 1px solid #f1f5f9;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vqHc7wxCHl .author-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
}
.cid-vqHc7wxCHl .author-tag {
  font-size: 0.75rem;
  color: #2563eb;
  background: #eff6ff;
  padding: 4px 10px;
  border-radius: 100px;
  font-weight: 600;
}
.cid-vqHc7wxCHl .guide-mini-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-vqHc7wxCHl .guide-mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04);
}
.cid-vqHc7wxCHl .mini-icon {
  color: #2563eb;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #dbeafe;
}
.cid-vqHc7wxCHl .guide-mini-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
}
.cid-vqHc7wxCHl .guide-mini-card p {
  font-size: 0.88rem;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}
.cid-vqHc7wxCHl .cta-box {
  text-align: center;
  margin-top: 30px;
  padding: 40px 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.cid-vqHc7wxCHl .cta-box h3 {
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.cid-vqHc7wxCHl .cta-description {
  max-width: 700px;
  margin: 0 auto 16px;
  color: #475569;
  font-size: 1rem;
}
.cid-vqHc7wxCHl .cta-statement {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 28px;
  font-size: 1.05rem;
}
.cid-vqHc7wxCHl .guide-executive-section .mbr-section-btn {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
.cid-vqHc7wxCHl .guide-executive-section .btn.custom-btn {
  padding: 14px 28px !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: all 0.25s ease !important;
  border-width: 1px !important;
  text-decoration: none !important;
}
.cid-vqHc7wxCHl .guide-executive-section .btn.whatsapp-btn {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2) !important;
}
.cid-vqHc7wxCHl .guide-executive-section .btn.whatsapp-btn:hover {
  background-color: #20bd5a !important;
  border-color: #20bd5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3) !important;
}
@media (max-width: 768px) {
  .cid-vqHc7wxCHl .guide-executive-section {
    padding: 40px 0 !important;
  }
  .cid-vqHc7wxCHl .executive-container {
    padding: 0 16px;
  }
  .cid-vqHc7wxCHl .header-title {
    font-size: 1.85rem;
  }
  .cid-vqHc7wxCHl .guide-card,
  .cid-vqHc7wxCHl .cta-box {
    padding: 22px 16px;
  }
  .cid-vqHc7wxCHl .disclaimer-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .cid-vqHc7wxCHl .two-column-grid,
  .cid-vqHc7wxCHl .three-column-grid {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqj4TmrZ2m .german-guide-section {
  padding: 100px 0 !important;
  background-color: #f8fafc !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.6;
  direction: ltr;
  text-align: left;
}
.cid-vqj4TmrZ2m .german-guide-section * {
  box-sizing: border-box;
}
.cid-vqj4TmrZ2m .guide-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.cid-vqj4TmrZ2m .guide-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
}
.cid-vqj4TmrZ2m .header-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid #bfdbfe;
}
.cid-vqj4TmrZ2m .header-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 16px 0;
  line-height: 1.25;
}
.cid-vqj4TmrZ2m .header-lead {
  font-size: 1.15rem;
  color: #475569;
  margin: 0;
}
.cid-vqj4TmrZ2m .guide-block {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.cid-vqj4TmrZ2m .block-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 16px;
}
.cid-vqj4TmrZ2m .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 10px;
  flex-shrink: 0;
}
.cid-vqj4TmrZ2m .intro-text {
  font-size: 1.05rem;
  color: #475569;
  margin-bottom: 20px;
}
.cid-vqj4TmrZ2m .benefits-grid,
.cid-vqj4TmrZ2m .cert-grid,
.cid-vqj4TmrZ2m .faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.cid-vqj4TmrZ2m .benefit-card,
.cid-vqj4TmrZ2m .faq-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 12px;
}
.cid-vqj4TmrZ2m .benefit-card h4,
.cid-vqj4TmrZ2m .faq-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}
.cid-vqj4TmrZ2m .benefit-card p,
.cid-vqj4TmrZ2m .faq-card p {
  font-size: 0.95rem;
  color: #475569;
  margin: 0;
}
.cid-vqj4TmrZ2m .levels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}
.cid-vqj4TmrZ2m .level-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 24px;
  border-radius: 12px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-vqj4TmrZ2m .level-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.cid-vqj4TmrZ2m .level-badge {
  background: #e2e8f0;
  color: #334155;
  font-weight: 800;
  font-size: 1.2rem;
  padding: 6px 14px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 12px;
}
.cid-vqj4TmrZ2m .highlight-level {
  border: 2px solid #2563eb;
  background: #eff6ff;
}
.cid-vqj4TmrZ2m .target-badge {
  background: #2563eb;
  color: #ffffff;
}
.cid-vqj4TmrZ2m .level-name {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0f172a;
}
.cid-vqj4TmrZ2m .level-card p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
}
.cid-vqj4TmrZ2m .cert-card {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 24px;
  border-radius: 12px;
  border-left: 5px solid #2563eb;
}
.cid-vqj4TmrZ2m .cert-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}
.cid-vqj4TmrZ2m .cert-meta {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  font-size: 0.9rem;
  color: #0f172a;
}
.cid-vqj4TmrZ2m .steps-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cid-vqj4TmrZ2m .step-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f8fafc;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}
.cid-vqj4TmrZ2m .step-number {
  background: #2563eb;
  color: #ffffff;
  font-weight: 800;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.cid-vqj4TmrZ2m .step-content h4 {
  margin: 0 0 6px 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
}
.cid-vqj4TmrZ2m .step-content p {
  margin: 0;
  font-size: 0.95rem;
  color: #475569;
}
.cid-vqj4TmrZ2m .alert-box {
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 0.95rem;
}
.cid-vqj4TmrZ2m .alert-box.info {
  background: #eff6ff;
  border-left: 4px solid #3b82f6;
  color: #1e3a8a;
}
.cid-vqj4TmrZ2m .alert-box.critical {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-left: 5px solid #e11d48;
  color: #881337;
}
.cid-vqj4TmrZ2m .alert-heading {
  color: #e11d48;
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.cid-vqj4TmrZ2m .standard-list {
  padding-left: 20px;
  color: #475569;
  font-size: 1.05rem;
}
.cid-vqj4TmrZ2m .standard-list li {
  margin-bottom: 10px;
}
.cid-vqj4TmrZ2m .support-box {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
}
.cid-vqj4TmrZ2m .support-box h4 {
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}
.cid-vqj4TmrZ2m .support-box p {
  color: #475569;
  font-size: 0.95rem;
  margin-bottom: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vqj4TmrZ2m .sources-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.cid-vqj4TmrZ2m .source-link-btn {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2563eb;
  border: 2px solid #2563eb;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
  display: inline-block;
}
.cid-vqj4TmrZ2m .source-link-btn:hover {
  background: #2563eb;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
  text-decoration: none;
}
@media (max-width: 768px) {
  .cid-vqj4TmrZ2m .header-title {
    font-size: 2rem;
  }
  .cid-vqj4TmrZ2m .guide-block {
    padding: 24px 20px;
  }
  .cid-vqj4TmrZ2m .benefits-grid,
  .cid-vqj4TmrZ2m .cert-grid,
  .cid-vqj4TmrZ2m .faq-grid {
    grid-template-columns: 1fr;
  }
  .cid-vqj4TmrZ2m .sources-links {
    flex-direction: column;
    gap: 10px;
  }
  .cid-vqj4TmrZ2m .source-link-btn {
    width: 100%;
    text-align: center;
  }
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqj6LMRbZq .dictionary-section {
  padding: 3rem 1rem;
  background-color: #f8fafc;
  color: #0f172a;
  box-sizing: border-box;
}
.cid-vqj6LMRbZq .dict-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-sizing: border-box;
}
.cid-vqj6LMRbZq .dict-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.cid-vqj6LMRbZq .header-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid #bfdbfe;
}
.cid-vqj6LMRbZq .header-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.cid-vqj6LMRbZq .header-lead {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: #475569;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}
.cid-vqj6LMRbZq .dict-svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
}
.cid-vqj6LMRbZq .survival-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.cid-vqj6LMRbZq .survival-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.cid-vqj6LMRbZq .card-header-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-vqj6LMRbZq .card-header-title.danger {
  color: #dc2626;
}
.cid-vqj6LMRbZq .card-header-title.primary {
  color: #2563eb;
}
.cid-vqj6LMRbZq .card-header-title.success {
  color: #16a34a;
}
.cid-vqj6LMRbZq .small-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.cid-vqj6LMRbZq .critical-words-list,
.cid-vqj6LMRbZq .tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vqj6LMRbZq .critical-words-list li,
.cid-vqj6LMRbZq .tips-list li {
  padding: 0.4rem 0;
  font-size: 0.9375rem;
  border-bottom: 1px dashed #f1f5f9;
}
.cid-vqj6LMRbZq .critical-words-list li:last-child,
.cid-vqj6LMRbZq .tips-list li:last-child {
  border-bottom: none;
}
.cid-vqj6LMRbZq .phrase-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vqj6LMRbZq .phrase-item {
  background-color: #f8fafc;
  border: 1px solid #f1f5f9;
  padding: 0.6rem 0.85rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.cid-vqj6LMRbZq .de-text {
  font-weight: 700;
  color: #0f172a;
  font-size: 0.9375rem;
}
.cid-vqj6LMRbZq .en-text {
  font-size: 0.85rem;
  color: #64748b;
}
.cid-vqj6LMRbZq .alert-tip {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 0.85rem;
  font-size: 0.875rem;
  color: #166534;
  margin-top: 1rem;
  line-height: 1.5;
}
.cid-vqj6LMRbZq .category-block {
  margin-bottom: 3rem;
}
.cid-vqj6LMRbZq .category-title {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e2e8f0;
  margin-bottom: 1.25rem;
}
.cid-vqj6LMRbZq .cat-icon {
  color: #2563eb;
}
.cid-vqj6LMRbZq .word-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.85rem;
}
.cid-vqj6LMRbZq .word-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.85rem 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cid-vqj6LMRbZq .word-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
}
.cid-vqj6LMRbZq .word-de {
  font-weight: 700;
  color: #1e293b;
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
  word-break: break-word;
}
.cid-vqj6LMRbZq .word-en {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.35;
}
.cid-vqj6LMRbZq .dict-disclaimer {
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 2rem;
}
@media (max-width: 640px) {
  .cid-vqj6LMRbZq .dictionary-section {
    padding: 1.75rem 0.5rem;
  }
  .cid-vqj6LMRbZq .survival-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .cid-vqj6LMRbZq .word-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
  .cid-vqj6LMRbZq .survival-card {
    padding: 1.15rem;
  }
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqj8NxcbaH .guide-executive-section {
  padding: 80px 0 !important;
  background-color: #f8fafc !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.6;
  direction: ltr;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cid-vqj8NxcbaH .guide-executive-section * {
  box-sizing: border-box;
}
.cid-vqj8NxcbaH .executive-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}
.cid-vqj8NxcbaH .guide-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}
.cid-vqj8NxcbaH .header-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  background: #eff6ff;
  padding: 6px 16px;
  border-radius: 100px;
  margin-top: 50px;
  border: 1px solid #bfdbfe;
}
.cid-vqj8NxcbaH .header-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.025em;
  margin: 0 0 16px 0;
  line-height: 1.25;
  text-align: center;
}
.cid-vqj8NxcbaH .header-lead {
  font-size: 1.15rem;
  color: #475569;
  margin: 0;
  line-height: 1.6;
}
.cid-vqj8NxcbaH .disclaimer-banner {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 45px;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.05);
}
.cid-vqj8NxcbaH .disclaimer-icon {
  color: #d97706;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef3c7;
  padding: 10px;
  border-radius: 10px;
}
.cid-vqj8NxcbaH .disclaimer-text {
  font-size: 0.95rem;
  color: #92400e;
  line-height: 1.6;
}
.cid-vqj8NxcbaH .guide-block {
  margin-bottom: 45px;
}
.cid-vqj8NxcbaH .section-intro-text {
  color: #475569;
  margin-bottom: 24px;
  font-size: 1rem;
}
.cid-vqj8NxcbaH .block-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 12px;
}
.cid-vqj8NxcbaH .title-icon {
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #dbeafe;
  flex-shrink: 0;
}
.cid-vqj8NxcbaH .guide-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.cid-vqj8NxcbaH .guide-card.alert-card-border {
  border: 1px solid #fca5a5;
}
.cid-vqj8NxcbaH .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 12px;
}
.cid-vqj8NxcbaH .card-header h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}
.cid-vqj8NxcbaH .status-tag {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.cid-vqj8NxcbaH .status-tag.critical {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #ffedd5;
}
.cid-vqj8NxcbaH .status-tag.info {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #dbeafe;
}
.cid-vqj8NxcbaH .card-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.cid-vqj8NxcbaH .detail-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 12px;
}
.cid-vqj8NxcbaH .detail-box.full-width-detail {
  margin-top: 20px;
}
.cid-vqj8NxcbaH .detail-box h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.cid-vqj8NxcbaH .detail-box p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
}
.cid-vqj8NxcbaH .rule-box {
  padding: 24px;
  border-radius: 14px;
  margin: 20px 0;
}
.cid-vqj8NxcbaH .rule-box h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cid-vqj8NxcbaH .rule-box p {
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}
.cid-vqj8NxcbaH .rule-box .inline-icon {
  display: inline-flex;
  align-items: center;
}
.cid-vqj8NxcbaH .rule-box.green-rule {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-left: 5px solid #22c55e;
  color: #166534;
}
.cid-vqj8NxcbaH .rule-box.green-rule h3 {
  color: #166534;
}
.cid-vqj8NxcbaH .rule-box.amber-rule {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 5px solid #f59e0b;
  color: #92400e;
}
.cid-vqj8NxcbaH .rule-box.amber-rule h3 {
  color: #92400e;
}
.cid-vqj8NxcbaH .rule-box.red-rule {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-left: 5px solid #ef4444;
  color: #991b1b;
}
.cid-vqj8NxcbaH .rule-box.red-rule h3 {
  color: #991b1b;
}
.cid-vqj8NxcbaH .two-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.cid-vqj8NxcbaH .guide-subcard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.cid-vqj8NxcbaH .guide-subcard h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px 0;
}
.cid-vqj8NxcbaH .guide-subcard h3.card-title-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cid-vqj8NxcbaH .guide-subcard p {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 12px;
  line-height: 1.65;
}
.cid-vqj8NxcbaH .guide-subcard p:last-child {
  margin-bottom: 0;
}
.cid-vqj8NxcbaH .three-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.cid-vqj8NxcbaH .three-column-grid.compact-grid {
  margin-top: 16px;
}
.cid-vqj8NxcbaH .guide-mini-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-vqj8NxcbaH .guide-mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04);
}
.cid-vqj8NxcbaH .mini-icon {
  color: #2563eb;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dbeafe;
}
.cid-vqj8NxcbaH .card-title-with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #2563eb;
}
.cid-vqj8NxcbaH .card-title-with-icon h3 {
  margin: 0 !important;
  font-size: 1.05rem !important;
}
.cid-vqj8NxcbaH .guide-mini-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.cid-vqj8NxcbaH .guide-mini-card p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}
.cid-vqj8NxcbaH .subsection-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #0f172a;
}
.cid-vqj8NxcbaH .action-steps-list {
  margin: 0;
  padding-left: 20px;
  color: #475569;
}
.cid-vqj8NxcbaH .action-steps-list li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.cid-vqj8NxcbaH .numbered-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.cid-vqj8NxcbaH .numbered-list li {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 0.92rem;
  color: #334155;
}
.cid-vqj8NxcbaH .numbered-list li strong {
  color: #0f172a;
}
.cid-vqj8NxcbaH .resource-group-title {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  display: block;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #64748b;
  text-transform: uppercase;
}
.cid-vqj8NxcbaH .resource-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
  color: #2563eb;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.2s;
}
.cid-vqj8NxcbaH .resource-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.cid-vqj8NxcbaH .resource-link strong {
  color: #0f172a;
}
.cid-vqj8NxcbaH .icon-danger {
  color: #ef4444;
  display: inline-flex;
}
.cid-vqj8NxcbaH .icon-primary {
  color: #2563eb;
  display: inline-flex;
}
.cid-vqj8NxcbaH .notice-highlight {
  background: #f0f9ff;
  border-left: 4px solid #0284c7;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #0369a1;
  margin-top: 20px;
  line-height: 1.6;
}
.cid-vqj8NxcbaH .notice-highlight.compact-notice {
  font-size: 0.88rem;
  padding: 12px 16px;
}
.cid-vqj8NxcbaH .cta-box {
  text-align: center;
  margin-top: 30px;
  padding: 40px 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.cid-vqj8NxcbaH .cta-box h3 {
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.cid-vqj8NxcbaH .cta-description {
  max-width: 700px;
  margin: 0 auto 16px;
  color: #475569;
  font-size: 1rem;
}
.cid-vqj8NxcbaH .cta-statement {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 28px;
  font-size: 1.05rem;
}
.cid-vqj8NxcbaH .guide-executive-section .mbr-section-btn {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
.cid-vqj8NxcbaH .guide-executive-section .btn.custom-btn {
  padding: 14px 28px !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: all 0.25s ease !important;
  border-width: 1px !important;
  text-decoration: none !important;
}
.cid-vqj8NxcbaH .guide-executive-section .btn.outline-btn {
  background-color: #ffffff !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
}
.cid-vqj8NxcbaH .guide-executive-section .btn.outline-btn:hover {
  background-color: #f1f5f9 !important;
  border-color: #94a3b8 !important;
  transform: translateY(-2px) !important;
}
.cid-vqj8NxcbaH .guide-executive-section .btn.whatsapp-btn {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2) !important;
}
.cid-vqj8NxcbaH .guide-executive-section .btn.whatsapp-btn:hover {
  background-color: #20bd5a !important;
  border-color: #20bd5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3) !important;
}
@media (max-width: 768px) {
  .cid-vqj8NxcbaH .guide-executive-section {
    padding: 40px 0 !important;
  }
  .cid-vqj8NxcbaH .executive-container {
    padding: 0 16px;
  }
  .cid-vqj8NxcbaH .header-title {
    font-size: 1.85rem;
  }
  .cid-vqj8NxcbaH .guide-card,
  .cid-vqj8NxcbaH .cta-box {
    padding: 22px 16px;
  }
  .cid-vqj8NxcbaH .guide-subcard {
    padding: 20px;
  }
  .cid-vqj8NxcbaH .guide-executive-section .mbr-section-btn {
    flex-direction: column;
    width: 100%;
  }
  .cid-vqj8NxcbaH .guide-executive-section .btn.custom-btn {
    width: 100% !important;
  }
  .cid-vqj8NxcbaH .disclaimer-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .cid-vqj8NxcbaH .resource-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
@media (max-width: 480px) {
  .cid-vqj8NxcbaH .card-details-grid,
  .cid-vqj8NxcbaH .two-column-grid,
  .cid-vqj8NxcbaH .three-column-grid {
    grid-template-columns: 1fr;
  }
  .cid-vqj8NxcbaH .block-title {
    font-size: 1.25rem;
  }
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vquIWTRKB4 {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  width: 100%;
}
.cid-vquIWTRKB4 nav.navbar,
.cid-vquIWTRKB4 .navbar-dropdown,
.cid-vquIWTRKB4 .navbar-fixed-top {
  position: relative !important;
}
.cid-vquIWTRKB4 body {
  position: relative;
}
.cid-vquIWTRKB4 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vquIWTRKB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vquIWTRKB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vquIWTRKB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vquIWTRKB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vquIWTRKB4 .container,
.cid-vquIWTRKB4 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
}
.cid-vquIWTRKB4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.cid-vquIWTRKB4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vquIWTRKB4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vquIWTRKB4 .brand-container {
    width: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex !important;
    flex-basis: auto;
  }
  .cid-vquIWTRKB4 .navbar-collapse .navbar-nav {
    margin: 0 -0.5em;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .cid-vquIWTRKB4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-right: 20px;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vquIWTRKB4 .navbar {
    min-height: 60px !important;
  }
  .cid-vquIWTRKB4 .desktop-only-flex {
    display: none !important;
  }
  .cid-vquIWTRKB4 .mobile-only {
    display: flex !important;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px 5px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 8px;
  }
  .cid-vquIWTRKB4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .cid-vquIWTRKB4 .navbar-logo img {
    height: 2.3rem !important;
  }
  .cid-vquIWTRKB4 .navbar-collapse {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #dddddd;
    background: #ffffff;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-vquIWTRKB4 .navbar-nav .nav-link {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
    justify-content: center;
  }
  .cid-vquIWTRKB4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem !important;
    font-size: 0.78rem !important;
    margin: 0 !important;
    text-align: center;
  }
  .cid-vquIWTRKB4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
  }
  .cid-vquIWTRKB4 .mbr-section-btn .btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 0.82rem !important;
    flex-grow: 1;
    margin: 4px 15px;
  }
  .cid-vquIWTRKB4 nav.opened .dropdown-menu {
    top: 0;
  }
}
.cid-vquIWTRKB4 .dropdown-menu,
.cid-vquIWTRKB4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vquIWTRKB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vquIWTRKB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 1.8rem;
  transition: all 0.25s ease-in-out;
}
.cid-vquIWTRKB4 .dropdown-item:hover,
.cid-vquIWTRKB4 .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-vquIWTRKB4 .dropdown-item:hover span {
  color: white;
}
.cid-vquIWTRKB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vquIWTRKB4 .dropdown-item.active,
.cid-vquIWTRKB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vquIWTRKB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 a.nav-link:hover {
  color: #0c2c68 !important;
}
.cid-vquIWTRKB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vquIWTRKB4 .nav-item:focus,
.cid-vquIWTRKB4 .nav-link:focus {
  outline: none;
}
.cid-vquIWTRKB4 .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-vquIWTRKB4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  min-width: auto;
}
.cid-vquIWTRKB4 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
.cid-vquIWTRKB4 .contacts-menu .menu-divider {
  color: #ccc;
  font-weight: 300;
  margin: 0 1px;
}
.cid-vquIWTRKB4 .desktop-only-flex .mbr-iconfont {
  color: #0c2c68;
}
.cid-vquIWTRKB4 .flags-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.03);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.cid-vquIWTRKB4 .lang-link {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}
.cid-vquIWTRKB4 .lang-link:hover {
  transform: scale(1.08);
}
.cid-vquIWTRKB4 .lang-code {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.cid-vquIWTRKB4 .flag-divider {
  color: #ccc;
  font-size: 11px;
}
.cid-vquIWTRKB4 button.navbar-toggler {
  outline: none;
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  flex-basis: auto;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 6px;
  transition: all 0.15s;
}
.cid-vquIWTRKB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 12px;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vquIWTRKB4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqpuTCauNU .guide-executive-section {
  padding: 100px 0 !important;
  background-color: #f8fafc !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  line-height: 1.6;
  direction: ltr;
  text-align: left;
}
.cid-vqpuTCauNU .guide-executive-section * {
  box-sizing: border-box;
}
.cid-vqpuTCauNU .executive-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.cid-vqpuTCauNU .guide-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}
.cid-vqpuTCauNU .header-tag {
  font-size: 0.8rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 2px;
  margin-bottom: 12px;
  margin-top: 50px;
  display: block;
  text-transform: uppercase;
}
.cid-vqpuTCauNU .header-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 16px 0;
  line-height: 1.25;
}
.cid-vqpuTCauNU .header-lead {
  font-size: 1.15rem;
  color: #475569;
  margin: 0;
}
.cid-vqpuTCauNU .disclaimer-banner {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 50px;
}
.cid-vqpuTCauNU .disclaimer-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}
.cid-vqpuTCauNU .disclaimer-text {
  font-size: 0.95rem;
  color: #92400e;
  line-height: 1.55;
}
.cid-vqpuTCauNU .guide-block {
  margin-bottom: 55px;
}
.cid-vqpuTCauNU .block-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 12px;
}
.cid-vqpuTCauNU .title-icon {
  font-size: 1.3rem;
}
.cid-vqpuTCauNU .guide-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.cid-vqpuTCauNU .two-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.cid-vqpuTCauNU .three-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.cid-vqpuTCauNU .guide-subcard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.cid-vqpuTCauNU .guide-subcard h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vqpuTCauNU .guide-subcard p {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 0;
}
.cid-vqpuTCauNU .detail-box h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.cid-vqpuTCauNU .detail-box p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}
.cid-vqpuTCauNU .rule-box {
  padding: 24px;
  border-radius: 14px;
  border: 1px solid;
  border-left-width: 5px;
}
.cid-vqpuTCauNU .numbered-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.cid-vqpuTCauNU .numbered-list li {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #1e293b;
  line-height: 1.6;
}
.cid-vqpuTCauNU .numbered-list li strong {
  color: #0f172a;
}
.cid-vqpuTCauNU .numbered-list li:last-child {
  margin-bottom: 0;
}
.cid-vqpuTCauNU .guide-executive-section .btn.custom-btn {
  padding: 14px 28px !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  margin: 0 !important;
  transition: all 0.3s ease !important;
  border-width: 2px !important;
  text-decoration: none;
}
.cid-vqpuTCauNU .guide-executive-section .btn.outline-btn {
  background-color: transparent !important;
  border-color: #2563eb !important;
  color: #2563eb !important;
}
.cid-vqpuTCauNU .guide-executive-section .btn.outline-btn:hover {
  background-color: #eff6ff !important;
  color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  transform: translateY(-2px) !important;
}
.cid-vqpuTCauNU .guide-executive-section .btn.whatsapp-btn {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.2) !important;
}
.cid-vqpuTCauNU .guide-executive-section .btn.whatsapp-btn:hover {
  background-color: #20bd5a !important;
  border-color: #20bd5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3) !important;
}
@media (max-width: 768px) {
  .cid-vqpuTCauNU .header-title {
    font-size: 2rem;
  }
  .cid-vqpuTCauNU .guide-card,
  .cid-vqpuTCauNU .guide-subcard,
  .cid-vqpuTCauNU .rule-box {
    padding: 20px;
  }
  .cid-vqpuTCauNU .mbr-section-btn {
    flex-direction: column;
    width: 100%;
  }
  .cid-vqpuTCauNU .guide-executive-section .btn.custom-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .cid-vqpuTCauNU .disclaimer-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-vqcVLCsuXG {
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-vqcVLCsuXG *:focus {
  outline: none;
  box-shadow: none;
}
.cid-vqcVLCsuXG .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-vqcVLCsuXG .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-vqcVLCsuXG .form-control::-moz-placeholder {
  color: #000000;
}
.cid-vqcVLCsuXG .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-vqcVLCsuXG .form-control:-moz-placeholder {
  color: #000000;
}
.cid-vqcVLCsuXG input.form-control {
  padding: 0.5rem;
}
.cid-vqcVLCsuXG .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #0c2c68 !important;
  border-radius: 50% !important;
}
.cid-vqcVLCsuXG .soc-item:hover {
  opacity: 0.5;
}
.cid-vqcVLCsuXG .soc-item .socicon {
  font-size: 1.5rem;
  color: #0c2c68;
}
.cid-vqcVLCsuXG .days-column,
.cid-vqcVLCsuXG .hours-column {
  display: inline-block;
}
.cid-vqcVLCsuXG .days-column span,
.cid-vqcVLCsuXG .hours-column span {
  display: block;
}
.cid-vqcVLCsuXG .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-vqcVLCsuXG .days-column {
    padding-right: 0 !important;
  }
  .cid-vqcVLCsuXG .hours-column {
    max-width: 50% !important;
  }
  .cid-vqcVLCsuXG .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-vqcVLCsuXG .form-title,
.cid-vqcVLCsuXG .btn-row {
  color: #0c2c68;
}
.cid-vqcVLCsuXG .follow-title,
.cid-vqcVLCsuXG .social-list,
.cid-vqcVLCsuXG .logo {
  color: #0c2c68;
}
.cid-vqcVLCsuXG .address-title,
.cid-vqcVLCsuXG .address-block {
  color: #0c2c68;
}
.cid-vqcVLCsuXG .hours-column {
  color: #0c2c68;
}
.cid-vqcVLCsuXG .opening-hours-title,
.cid-vqcVLCsuXG .opening-hours {
  color: #0c2c68;
}
.cid-vqcVLCsuXG .contacts-title,
.cid-vqcVLCsuXG .contacts-block {
  color: #0c2c68;
  text-align: center;
}
.cid-vqcVLCsuXG LABEL {
  color: #0c2c68;
}
.cid-vqpoIpWKp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-vqpoIpWKp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqpoIpWKp1 .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-vqpoIpWKp1 .container {
    padding: 0 22px;
  }
}
.cid-vqpoIpWKp1 .row {
  justify-content: space-between;
}
.cid-vqpoIpWKp1 .logo-wrapper {
  margin-bottom: 1.5rem;
}
.cid-vqpoIpWKp1 .logo-wrapper img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vqpoIpWKp1 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vqpoIpWKp1 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vqpoIpWKp1 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vqpoIpWKp1 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper {
    display: block;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqpoIpWKp1 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vqpoIpWKp1 .mbr-section-title {
  color: #ff5753;
}
.cid-vqpoIpWKp1 .mbr-text {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .list {
  color: #635d60;
}
.cid-vqpoIpWKp1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vqpoIpWKp1 .list,
.cid-vqpoIpWKp1 .item-wrap {
  color: #ffffff;
}
.cid-vqpoIpWKp1 .mbr-section-title,
.cid-vqpoIpWKp1 .mbr-section-btn {
  color: #ffffff;
}
