.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.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-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: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !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: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !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: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !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: #66d022 !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: #52cac8 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.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: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: '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: #9fe870 !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: #9fe870;
}
/* 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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #000000 !important;
  background-color: #9fe870 !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-copsgNn6UX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-copsgNn6UX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-copsgNn6UX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-copsgNn6UX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-copsgNn6UX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-copsgNn6UX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-copsgNn6UX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-copsgNn6UX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-copsgNn6UX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-copsgNn6UX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-copsgNn6UX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-copsgNn6UX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-copsgNn6UX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-copsgNn6UX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-copsgNn6UX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-copsgNn6UX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-copsgNn6UX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-copsgNn6UX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-copsgNn6UX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-copsgNn6UX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-copsgNn6UX .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-copsgNn6UX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-copsgNn6UX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-copsgNn6UX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #393193;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-copsgNn6UX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-copsgNn6UX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-copsgNn6UX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-copsgNn6UX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #393193;
}
.cid-copsgNn6UX .nav-item:focus,
.cid-copsgNn6UX .nav-link:focus {
  outline: none;
}
.cid-copsgNn6UX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-copsgNn6UX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-copsgNn6UX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-copsgNn6UX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-copsgNn6UX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-copsgNn6UX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-copsgNn6UX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-copsgNn6UX .navbar.opened {
  transition: all 0.3s;
}
.cid-copsgNn6UX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-copsgNn6UX .navbar .navbar-logo img {
  width: auto;
}
.cid-copsgNn6UX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-copsgNn6UX .navbar.collapsed {
  justify-content: center;
}
.cid-copsgNn6UX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-copsgNn6UX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-copsgNn6UX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-copsgNn6UX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-copsgNn6UX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-copsgNn6UX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-copsgNn6UX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-copsgNn6UX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-copsgNn6UX .navbar {
    min-height: 72px;
  }
  .cid-copsgNn6UX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-copsgNn6UX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-copsgNn6UX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-copsgNn6UX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-copsgNn6UX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-copsgNn6UX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-copsgNn6UX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-copsgNn6UX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-copsgNn6UX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-copsgNn6UX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-copsgNn6UX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-copsgNn6UX .dropdown-item.active,
.cid-copsgNn6UX .dropdown-item:active {
  background-color: transparent;
}
.cid-copsgNn6UX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-copsgNn6UX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-copsgNn6UX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-copsgNn6UX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393193;
}
.cid-copsgNn6UX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-copsgNn6UX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-copsgNn6UX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-copsgNn6UX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-copsgNn6UX .navbar-buttons {
    text-align: left;
  }
}
.cid-copsgNn6UX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-copsgNn6UX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-copsgNn6UX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-copsgNn6UX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-copsgNn6UX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-copsgNn6UX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-copsgNn6UX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-copsgNn6UX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-copsgNn6UX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-copsgNn6UX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-copsgNn6UX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-copsgNn6UX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-copsgNn6UX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-copsgNn6UX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-copsgNn6UX .navbar {
    height: 70px;
  }
  .cid-copsgNn6UX .navbar.opened {
    height: auto;
  }
  .cid-copsgNn6UX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-copsgNn6UX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-copsgNn6UX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-copsgNn6UX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-copsgNn6UX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-copsgNn6UX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-copsgNn6UX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-copsgNn6UX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-copsgNn6UX .navbar-brand {
    margin-right: auto;
  }
  .cid-copsgNn6UX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #393193;
    backdrop-filter: blur(8px);
  }
  .cid-copsgNn6UX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-copsgNn6UX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-copsgNn6UX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-copsgNn6UX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-copsgNn6UX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-copsgNn6UX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-copsgNn6UX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-copsgNn6UX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-copsgNn6UX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-copsgNn6UX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdLDiVMOjv .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e9f0f5 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.cid-vdLDiVMOjv .hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(74, 111, 165, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.cid-vdLDiVMOjv .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-vdLDiVMOjv .hero-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.cid-vdLDiVMOjv .hero-content {
  max-width: 600px;
}
.cid-vdLDiVMOjv .official-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(74, 111, 165, 0.1);
  color: #2c3e50;
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 24px;
  border: 1px solid rgba(74, 111, 165, 0.2);
  letter-spacing: 0.3px;
}
.cid-vdLDiVMOjv .official-badge i {
  color: #4a6fa5;
  font-size: 16px;
}
.cid-vdLDiVMOjv .hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1a2634;
  letter-spacing: -0.02em;
}
.cid-vdLDiVMOjv .hero-title .highlight {
  color: #4a6fa5;
  position: relative;
  display: inline-block;
}
.cid-vdLDiVMOjv .hero-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(74, 111, 165, 0.2);
  z-index: -1;
}
.cid-vdLDiVMOjv .hero-description {
  font-size: 18px;
  color: #4a5568;
  margin-bottom: 32px;
  line-height: 1.7;
}
.cid-vdLDiVMOjv .trust-badges {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.cid-vdLDiVMOjv .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d3748;
  font-size: 16px;
  font-weight: 500;
}
.cid-vdLDiVMOjv .trust-item i {
  color: #4a6fa5;
  font-size: 20px;
  width: 22px;
}
.cid-vdLDiVMOjv .cta-section {
  margin-bottom: 16px;
}
.cid-vdLDiVMOjv .cta-button {
  display: inline-flex;
  flex-direction: column;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  text-decoration: none;
  padding: 18px 42px;
  border-radius: 12px;
  box-shadow: 0 15px 30px -8px rgba(44, 82, 130, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vdLDiVMOjv .cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 35px -10px rgba(44, 82, 130, 0.4);
  background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
}
.cid-vdLDiVMOjv .cta-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cid-vdLDiVMOjv .cta-subtext {
  font-size: 15px;
  opacity: 0.95;
  font-weight: 500;
}
.cid-vdLDiVMOjv .secure-checkout {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #718096;
  font-size: 14px;
  margin-top: 14px;
}
.cid-vdLDiVMOjv .secure-checkout i {
  color: #38a169;
  font-size: 14px;
}
.cid-vdLDiVMOjv .hero-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}
.cid-vdLDiVMOjv .hero-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.cid-vdLDiVMOjv .hero-image-wrapper:hover .hero-image {
  transform: scale(1.02);
}
.cid-vdLDiVMOjv .image-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: white;
  color: #2d3748;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-vdLDiVMOjv .image-badge i {
  color: #4a6fa5;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .cid-vdLDiVMOjv .hero-title {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .cid-vdLDiVMOjv .hero-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .cid-vdLDiVMOjv .hero-content {
    max-width: 100%;
    text-align: center;
  }
  .cid-vdLDiVMOjv .trust-badges {
    justify-content: center;
  }
  .cid-vdLDiVMOjv .cta-button {
    margin: 0 auto;
  }
  .cid-vdLDiVMOjv .secure-checkout {
    justify-content: center;
  }
  .cid-vdLDiVMOjv .hero-image-wrapper {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-vdLDiVMOjv .hero-section {
    padding: 60px 0;
    min-height: auto;
  }
  .cid-vdLDiVMOjv .hero-title {
    font-size: 36px;
  }
  .cid-vdLDiVMOjv .hero-description {
    font-size: 16px;
  }
  .cid-vdLDiVMOjv .trust-badges {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .cid-vdLDiVMOjv .trust-item {
    justify-content: center;
  }
  .cid-vdLDiVMOjv .cta-button {
    padding: 16px 32px;
  }
  .cid-vdLDiVMOjv .cta-text {
    font-size: 22px;
  }
  .cid-vdLDiVMOjv .image-badge {
    padding: 8px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cid-vdLDiVMOjv .hero-title {
    font-size: 30px;
  }
  .cid-vdLDiVMOjv .official-badge {
    font-size: 13px;
    padding: 6px 14px;
  }
  .cid-vdLDiVMOjv .cta-text {
    font-size: 20px;
  }
  .cid-vdLDiVMOjv .cta-subtext {
    font-size: 13px;
  }
}
.cid-vdLIHLS7ol .why-choose-section {
  padding: 100px 0;
  background: white;
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
}
.cid-vdLIHLS7ol .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.cid-vdLIHLS7ol .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(74, 111, 165, 0.3);
}
.cid-vdLIHLS7ol .section-badge i {
  font-size: 16px;
}
.cid-vdLIHLS7ol .section-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a2634;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.cid-vdLIHLS7ol .section-subtitle {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
}
.cid-vdLIHLS7ol .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.cid-vdLIHLS7ol .feature-card {
  background: #f8fafc;
  border-radius: 20px;
  padding: 35px 25px;
  transition: all 0.3s ease;
  border: 1px solid rgba(74, 111, 165, 0.1);
  position: relative;
  overflow: hidden;
}
.cid-vdLIHLS7ol .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cid-vdLIHLS7ol .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px -10px rgba(44, 82, 130, 0.2);
  border-color: transparent;
}
.cid-vdLIHLS7ol .feature-card:hover::before {
  opacity: 1;
}
.cid-vdLIHLS7ol .feature-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(74, 111, 165, 0.1) 0%, rgba(44, 82, 130, 0.1) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.cid-vdLIHLS7ol .feature-icon {
  font-size: 32px;
  color: #4a6fa5;
}
.cid-vdLIHLS7ol .feature-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 15px;
  line-height: 1.3;
}
.cid-vdLIHLS7ol .feature-description {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 20px;
}
.cid-vdLIHLS7ol .feature-highlight {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 15px;
  border-top: 1px solid rgba(74, 111, 165, 0.2);
}
.cid-vdLIHLS7ol .feature-highlight i {
  color: #4a6fa5;
  font-size: 18px;
}
.cid-vdLIHLS7ol .feature-highlight span {
  font-size: 15px;
  font-weight: 600;
  color: #2d3748;
}
.cid-vdLIHLS7ol .trust-signals {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(135deg, #f8fafc 0%, #e9f0f5 100%);
  border-radius: 60px;
  padding: 40px 30px;
  margin-bottom: 50px;
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdLIHLS7ol .trust-signal-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cid-vdLIHLS7ol .trust-signal-item i {
  font-size: 36px;
  color: #4a6fa5;
}
.cid-vdLIHLS7ol .trust-signal-text {
  display: flex;
  flex-direction: column;
}
.cid-vdLIHLS7ol .trust-signal-number {
  font-size: 24px;
  font-weight: 800;
  color: #1a2634;
  line-height: 1.2;
}
.cid-vdLIHLS7ol .trust-signal-label {
  font-size: 15px;
  color: #4a5568;
}
.cid-vdLIHLS7ol .section-cta {
  text-align: center;
}
.cid-vdLIHLS7ol .cta-button-primary {
  display: inline-flex;
  flex-direction: column;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  text-decoration: none;
  padding: 20px 50px;
  border-radius: 50px;
  box-shadow: 0 20px 30px -8px rgba(44, 82, 130, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vdLIHLS7ol .cta-button-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 40px -10px rgba(44, 82, 130, 0.4);
  background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
}
.cid-vdLIHLS7ol .cta-button-primary .cta-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cid-vdLIHLS7ol .cta-button-primary .cta-subtext {
  font-size: 16px;
  opacity: 0.95;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-vdLIHLS7ol .section-title {
    font-size: 38px;
  }
  .cid-vdLIHLS7ol .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .cid-vdLIHLS7ol .trust-signals {
    flex-wrap: wrap;
    gap: 30px;
    border-radius: 40px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vdLIHLS7ol .why-choose-section {
    padding: 70px 0;
  }
  .cid-vdLIHLS7ol .section-title {
    font-size: 32px;
  }
  .cid-vdLIHLS7ol .section-subtitle {
    font-size: 16px;
  }
  .cid-vdLIHLS7ol .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cid-vdLIHLS7ol .feature-card {
    padding: 30px 20px;
  }
  .cid-vdLIHLS7ol .trust-signals {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 30px;
    padding: 25px;
    gap: 20px;
  }
  .cid-vdLIHLS7ol .trust-signal-item {
    width: 100%;
  }
  .cid-vdLIHLS7ol .cta-button-primary {
    padding: 18px 40px;
  }
  .cid-vdLIHLS7ol .cta-button-primary .cta-text {
    font-size: 22px;
  }
  .cid-vdLIHLS7ol .cta-button-primary .cta-subtext {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cid-vdLIHLS7ol .section-title {
    font-size: 28px;
  }
  .cid-vdLIHLS7ol .section-badge {
    font-size: 13px;
    padding: 6px 16px;
  }
  .cid-vdLIHLS7ol .feature-title {
    font-size: 22px;
  }
  .cid-vdLIHLS7ol .feature-description {
    font-size: 15px;
  }
  .cid-vdLIHLS7ol .trust-signal-number {
    font-size: 20px;
  }
  .cid-vdLIHLS7ol .trust-signal-label {
    font-size: 14px;
  }
}
.cid-vdNZrn75pp .reviews-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
}
.cid-vdNZrn75pp .rating-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 30px 40px;
  border-radius: 20px;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px -10px rgba(74, 111, 165, 0.1);
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdNZrn75pp .rating-average {
  text-align: center;
}
.cid-vdNZrn75pp .rating-number {
  font-size: 48px;
  font-weight: 800;
  color: #1a2634;
  line-height: 1;
  margin-bottom: 5px;
}
.cid-vdNZrn75pp .rating-stars {
  margin-bottom: 5px;
}
.cid-vdNZrn75pp .rating-stars i {
  color: #ffc107;
  font-size: 20px;
  margin: 0 2px;
  transition: transform 0.2s ease;
}
.cid-vdNZrn75pp .rating-total {
  font-size: 14px;
  color: #718096;
}
.cid-vdNZrn75pp .rating-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e8f5e9;
  padding: 12px 24px;
  border-radius: 40px;
}
.cid-vdNZrn75pp .rating-badge i {
  color: #28a745;
  font-size: 20px;
}
.cid-vdNZrn75pp .rating-badge span {
  font-size: 16px;
  font-weight: 600;
  color: #1e7e34;
}
.cid-vdNZrn75pp .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.cid-vdNZrn75pp .review-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(74, 111, 165, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.cid-vdNZrn75pp .review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px -10px rgba(74, 111, 165, 0.2);
  border-color: transparent;
}
.cid-vdNZrn75pp .review-header {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.cid-vdNZrn75pp .reviewer-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #4a6fa5;
}
.cid-vdNZrn75pp .reviewer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdNZrn75pp .reviewer-info {
  flex: 1;
}
.cid-vdNZrn75pp .reviewer-name {
  font-size: 20px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 4px;
}
.cid-vdNZrn75pp .reviewer-location {
  font-size: 14px;
  color: #718096;
  display: block;
  margin-bottom: 5px;
}
.cid-vdNZrn75pp .review-stars i {
  color: #ffc107;
  font-size: 16px;
  margin-right: 2px;
}
.cid-vdNZrn75pp .review-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8f5e9;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.cid-vdNZrn75pp .review-badge i {
  color: #28a745;
  font-size: 14px;
}
.cid-vdNZrn75pp .review-badge span {
  font-size: 13px;
  font-weight: 600;
  color: #1e7e34;
}
.cid-vdNZrn75pp .review-text {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
  font-style: italic;
  margin: 0;
}
.cid-vdNZrn75pp .stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  background: white;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px -10px rgba(74, 111, 165, 0.1);
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdNZrn75pp .stat-item {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.cid-vdNZrn75pp .stat-item i {
  font-size: 36px;
  color: #4a6fa5;
}
.cid-vdNZrn75pp .stat-info {
  display: flex;
  flex-direction: column;
}
.cid-vdNZrn75pp .stat-number {
  font-size: 24px;
  font-weight: 800;
  color: #1a2634;
  line-height: 1.2;
}
.cid-vdNZrn75pp .stat-label {
  font-size: 14px;
  color: #718096;
}
.cid-vdNZrn75pp .section-cta {
  text-align: center;
}
.cid-vdNZrn75pp .cta-button-primary {
  display: inline-flex;
  flex-direction: column;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  text-decoration: none;
  padding: 20px 50px;
  border-radius: 50px;
  box-shadow: 0 20px 30px -8px rgba(44, 82, 130, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vdNZrn75pp .cta-button-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 40px -10px rgba(44, 82, 130, 0.4);
  background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
}
.cid-vdNZrn75pp .cta-button-primary .cta-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cid-vdNZrn75pp .cta-button-primary .cta-subtext {
  font-size: 16px;
  opacity: 0.95;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-vdNZrn75pp .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cid-vdNZrn75pp .stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vdNZrn75pp .rating-summary {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-vdNZrn75pp .reviews-section {
    padding: 70px 0;
  }
  .cid-vdNZrn75pp .reviews-grid {
    grid-template-columns: 1fr;
  }
  .cid-vdNZrn75pp .rating-summary {
    padding: 25px;
  }
  .cid-vdNZrn75pp .stats-row {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  .cid-vdNZrn75pp .stat-item {
    justify-content: flex-start;
  }
  .cid-vdNZrn75pp .cta-button-primary {
    padding: 18px 40px;
  }
  .cid-vdNZrn75pp .cta-button-primary .cta-text {
    font-size: 20px;
  }
  .cid-vdNZrn75pp .cta-button-primary .cta-subtext {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cid-vdNZrn75pp .section-title {
    font-size: 28px;
  }
  .cid-vdNZrn75pp .rating-number {
    font-size: 40px;
  }
  .cid-vdNZrn75pp .rating-stars i {
    font-size: 18px;
  }
  .cid-vdNZrn75pp .review-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cid-vdNZrn75pp .reviewer-location {
    text-align: center;
  }
  .cid-vdNZrn75pp .stat-item {
    flex-direction: column;
    text-align: center;
  }
  .cid-vdNZrn75pp .stat-info {
    align-items: center;
  }
}
.cid-vdO1833XJZ .what-is-section {
  padding: 100px 0;
  background: white;
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
}
.cid-vdO1833XJZ .what-is-section .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.cid-vdO1833XJZ .what-is-section .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(74, 111, 165, 0.3);
}
.cid-vdO1833XJZ .what-is-section .section-badge i {
  font-size: 16px;
}
.cid-vdO1833XJZ .what-is-section .section-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a2634;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.cid-vdO1833XJZ .what-is-section .section-subtitle {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
}
.cid-vdO1833XJZ .what-is-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.cid-vdO1833XJZ .what-is-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
}
.cid-vdO1833XJZ .featured-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.cid-vdO1833XJZ .what-is-image:hover .featured-image {
  transform: scale(1.02);
}
.cid-vdO1833XJZ .what-is-image .image-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: white;
  color: #2d3748;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-vdO1833XJZ .what-is-image .image-badge i {
  color: #4a6fa5;
  font-size: 18px;
}
.cid-vdO1833XJZ .what-is-content {
  padding: 20px 0;
}
.cid-vdO1833XJZ .what-is-description {
  font-size: 17px;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 25px;
}
.cid-vdO1833XJZ .what-is-description strong {
  color: #2c5282;
  font-weight: 700;
}
.cid-vdO1833XJZ .feature-list {
  margin: 30px 0;
}
.cid-vdO1833XJZ .feature-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  transition: background 0.3s ease;
}
.cid-vdO1833XJZ .feature-item:hover {
  background: #f8fafc;
}
.cid-vdO1833XJZ .feature-item i {
  color: #4a6fa5;
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 3px;
}
.cid-vdO1833XJZ .feature-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 5px;
}
.cid-vdO1833XJZ .feature-item p {
  font-size: 15px;
  color: #718096;
  line-height: 1.5;
  margin: 0;
}
.cid-vdO1833XJZ .highlight-box {
  background: linear-gradient(135deg, #f8fafc 0%, #e9f0f5 100%);
  border-left: 4px solid #4a6fa5;
  padding: 25px;
  border-radius: 12px;
  margin: 30px 0;
  position: relative;
}
.cid-vdO1833XJZ .highlight-box i {
  color: #4a6fa5;
  font-size: 24px;
  opacity: 0.3;
  position: absolute;
  top: 15px;
  left: 15px;
}
.cid-vdO1833XJZ .highlight-box p {
  font-size: 16px;
  color: #2d3748;
  line-height: 1.7;
  margin: 0;
  font-style: italic;
  padding-left: 20px;
}
.cid-vdO1833XJZ .what-is-cta {
  margin-top: 40px;
}
.cid-vdO1833XJZ .what-is-cta .cta-button-primary {
  display: inline-flex;
  flex-direction: column;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 50px;
  box-shadow: 0 20px 30px -8px rgba(44, 82, 130, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vdO1833XJZ .what-is-cta .cta-button-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 40px -10px rgba(44, 82, 130, 0.4);
  background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
}
.cid-vdO1833XJZ .what-is-cta .cta-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cid-vdO1833XJZ .what-is-cta .cta-subtext {
  font-size: 15px;
  opacity: 0.95;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-vdO1833XJZ .what-is-wrapper {
    gap: 40px;
  }
  .cid-vdO1833XJZ .what-is-section .section-title {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .cid-vdO1833XJZ .what-is-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cid-vdO1833XJZ .what-is-image {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-vdO1833XJZ .what-is-content {
    text-align: center;
  }
  .cid-vdO1833XJZ .feature-item {
    text-align: left;
  }
  .cid-vdO1833XJZ .highlight-box {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .cid-vdO1833XJZ .what-is-section {
    padding: 70px 0;
  }
  .cid-vdO1833XJZ .what-is-section .section-title {
    font-size: 32px;
  }
  .cid-vdO1833XJZ .what-is-section .section-subtitle {
    font-size: 16px;
  }
  .cid-vdO1833XJZ .what-is-description {
    font-size: 16px;
  }
  .cid-vdO1833XJZ .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cid-vdO1833XJZ .feature-item i {
    margin-bottom: 10px;
  }
  .cid-vdO1833XJZ .highlight-box {
    text-align: center;
  }
  .cid-vdO1833XJZ .highlight-box i {
    display: none;
  }
  .cid-vdO1833XJZ .highlight-box p {
    padding-left: 0;
  }
  .cid-vdO1833XJZ .what-is-cta .cta-button-primary {
    padding: 16px 30px;
  }
  .cid-vdO1833XJZ .what-is-cta .cta-text {
    font-size: 20px;
  }
  .cid-vdO1833XJZ .what-is-cta .cta-subtext {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cid-vdO1833XJZ .what-is-section .section-title {
    font-size: 28px;
  }
  .cid-vdO1833XJZ .what-is-image .image-badge {
    padding: 8px 16px;
    font-size: 14px;
    left: 10px;
    bottom: 10px;
  }
  .cid-vdO1833XJZ .feature-item h4 {
    font-size: 18px;
  }
  .cid-vdO1833XJZ .feature-item p {
    font-size: 14px;
  }
  .cid-vdO1833XJZ .highlight-box p {
    font-size: 15px;
  }
}
.cid-vdO2cHAW0y .about-ted-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}
.cid-vdO2cHAW0y .about-ted-section::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(74, 111, 165, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.cid-vdO2cHAW0y .about-ted-section .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}
.cid-vdO2cHAW0y .about-ted-section .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(74, 111, 165, 0.3);
}
.cid-vdO2cHAW0y .about-ted-section .section-badge i {
  font-size: 16px;
}
.cid-vdO2cHAW0y .about-ted-section .section-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a2634;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.cid-vdO2cHAW0y .about-ted-section .section-subtitle {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
}
.cid-vdO2cHAW0y .about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cid-vdO2cHAW0y .about-image {
  position: relative;
  text-align: center;
}
.cid-vdO2cHAW0y .image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  border: 4px solid white;
}
.cid-vdO2cHAW0y .image-frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(74, 111, 165, 0.1) 0%, transparent 100%);
  z-index: 1;
}
.cid-vdO2cHAW0y .ted-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.cid-vdO2cHAW0y .image-frame:hover .ted-image {
  transform: scale(1.03);
}
.cid-vdO2cHAW0y .experience-badge {
  background: white;
  color: #1a2634;
  padding: 12px 20px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(74, 111, 165, 0.1);
  margin-bottom: 15px;
}
.cid-vdO2cHAW0y .experience-badge i {
  color: #4a6fa5;
  font-size: 20px;
}
.cid-vdO2cHAW0y .award-badge {
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  padding: 10px 18px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 20px -5px rgba(44, 82, 130, 0.3);
}
.cid-vdO2cHAW0y .award-badge i {
  font-size: 16px;
}
.cid-vdO2cHAW0y .about-content {
  padding: 20px 0;
}
.cid-vdO2cHAW0y .quote-box {
  background: white;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px -10px rgba(74, 111, 165, 0.1);
  border: 1px solid rgba(74, 111, 165, 0.1);
  position: relative;
}
.cid-vdO2cHAW0y .quote-box i {
  color: #4a6fa5;
  font-size: 32px;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  left: 20px;
}
.cid-vdO2cHAW0y .quote-box p {
  font-size: 20px;
  color: #2d3748;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
.cid-vdO2cHAW0y .about-description {
  font-size: 17px;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 25px;
}
.cid-vdO2cHAW0y .about-description strong {
  color: #2c5282;
  font-weight: 700;
}
.cid-vdO2cHAW0y .achievements-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}
.cid-vdO2cHAW0y .achievement-item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(74, 111, 165, 0.1);
  transition: transform 0.3s ease;
}
.cid-vdO2cHAW0y .achievement-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(74, 111, 165, 0.15);
}
.cid-vdO2cHAW0y .achievement-item i {
  font-size: 32px;
  color: #4a6fa5;
}
.cid-vdO2cHAW0y .achievement-item div {
  display: flex;
  flex-direction: column;
}
.cid-vdO2cHAW0y .achievement-number {
  font-size: 24px;
  font-weight: 800;
  color: #1a2634;
  line-height: 1.2;
}
.cid-vdO2cHAW0y .achievement-label {
  font-size: 14px;
  color: #718096;
}
.cid-vdO2cHAW0y .about-content .highlight-box {
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  border-radius: 16px;
  padding: 25px;
  margin: 30px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  color: white;
}
.cid-vdO2cHAW0y .about-content .highlight-box i {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.9);
}
.cid-vdO2cHAW0y .about-content .highlight-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: white;
}
.cid-vdO2cHAW0y .about-content .highlight-box p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}
.cid-vdO2cHAW0y .about-cta {
  margin-top: 30px;
}
.cid-vdO2cHAW0y .about-cta .cta-button-primary {
  display: inline-flex;
  flex-direction: column;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 50px;
  box-shadow: 0 20px 30px -8px rgba(44, 82, 130, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vdO2cHAW0y .about-cta .cta-button-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 40px -10px rgba(44, 82, 130, 0.4);
  background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
}
.cid-vdO2cHAW0y .about-cta .cta-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cid-vdO2cHAW0y .about-cta .cta-subtext {
  font-size: 15px;
  opacity: 0.95;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-vdO2cHAW0y .about-wrapper {
    gap: 40px;
  }
  .cid-vdO2cHAW0y .about-ted-section .section-title {
    font-size: 38px;
  }
  .cid-vdO2cHAW0y .quote-box p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .cid-vdO2cHAW0y .about-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cid-vdO2cHAW0y .about-image {
    max-width: 400px;
    margin: 0 auto;
  }
  .cid-vdO2cHAW0y .about-content {
    text-align: center;
  }
  .cid-vdO2cHAW0y .quote-box {
    text-align: left;
  }
  .cid-vdO2cHAW0y .achievements-grid {
    text-align: left;
  }
  .cid-vdO2cHAW0y .about-content .highlight-box {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .cid-vdO2cHAW0y .about-ted-section {
    padding: 70px 0;
  }
  .cid-vdO2cHAW0y .about-ted-section .section-title {
    font-size: 32px;
  }
  .cid-vdO2cHAW0y .about-ted-section .section-subtitle {
    font-size: 16px;
  }
  .cid-vdO2cHAW0y .about-description {
    font-size: 16px;
  }
  .cid-vdO2cHAW0y .achievements-grid {
    grid-template-columns: 1fr;
  }
  .cid-vdO2cHAW0y .about-content .highlight-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cid-vdO2cHAW0y .about-cta .cta-button-primary {
    padding: 16px 30px;
  }
  .cid-vdO2cHAW0y .about-cta .cta-text {
    font-size: 20px;
  }
  .cid-vdO2cHAW0y .about-cta .cta-subtext {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cid-vdO2cHAW0y .about-ted-section .section-title {
    font-size: 28px;
  }
  .cid-vdO2cHAW0y .quote-box p {
    font-size: 16px;
  }
  .cid-vdO2cHAW0y .experience-badge {
    font-size: 14px;
    padding: 10px 16px;
  }
  .cid-vdO2cHAW0y .award-badge {
    font-size: 13px;
    padding: 8px 14px;
  }
  .cid-vdO2cHAW0y .achievement-number {
    font-size: 20px;
  }
  .cid-vdO2cHAW0y .achievement-label {
    font-size: 13px;
  }
}
.cid-vdO3w0mSqg .included-section {
  padding: 100px 0;
  background: white;
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
}
.cid-vdO3w0mSqg .included-section .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.cid-vdO3w0mSqg .included-section .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(74, 111, 165, 0.3);
}
.cid-vdO3w0mSqg .included-section .section-badge i {
  font-size: 16px;
}
.cid-vdO3w0mSqg .included-section .section-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a2634;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.cid-vdO3w0mSqg .included-section .section-subtitle {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
}
.cid-vdO3w0mSqg .main-package {
  background: linear-gradient(135deg, #f8fafc 0%, #e9f0f5 100%);
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 60px;
  border: 1px solid rgba(74, 111, 165, 0.1);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
}
.cid-vdO3w0mSqg .package-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}
.cid-vdO3w0mSqg .package-header i {
  font-size: 40px;
  color: #4a6fa5;
}
.cid-vdO3w0mSqg .package-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #1a2634;
  margin: 0;
}
.cid-vdO3w0mSqg .package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.cid-vdO3w0mSqg .package-item {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdO3w0mSqg .package-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px -10px rgba(74, 111, 165, 0.15);
  border-color: transparent;
}
.cid-vdO3w0mSqg .package-icon {
  width: 70px;
  height: 70px;
  background: rgba(74, 111, 165, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.cid-vdO3w0mSqg .package-icon i {
  font-size: 32px;
  color: #4a6fa5;
}
.cid-vdO3w0mSqg .package-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 15px;
}
.cid-vdO3w0mSqg .package-item p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}
.cid-vdO3w0mSqg .bonuses-section {
  margin-bottom: 50px;
}
.cid-vdO3w0mSqg .bonuses-header {
  text-align: center;
  margin-bottom: 40px;
}
.cid-vdO3w0mSqg .bonus-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}
.cid-vdO3w0mSqg .bonus-tag i {
  font-size: 16px;
}
.cid-vdO3w0mSqg .bonuses-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a2634;
  margin: 0;
}
.cid-vdO3w0mSqg .bonuses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.cid-vdO3w0mSqg .bonus-card {
  display: flex;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(74, 111, 165, 0.1);
  transition: all 0.3s ease;
}
.cid-vdO3w0mSqg .bonus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px -10px rgba(74, 111, 165, 0.2);
}
.cid-vdO3w0mSqg .bonus-image {
  position: relative;
  width: 160px;
  flex-shrink: 0;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cid-vdO3w0mSqg .bonus-img {
  width: 100%;
  height: auto;
  max-height: 140px;
  object-fit: contain;
}
.cid-vdO3w0mSqg .bonus-number {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #4a6fa5;
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: background 0.3s ease;
}
.cid-vdO3w0mSqg .bonus-content {
  padding: 20px;
  flex: 1;
}
.cid-vdO3w0mSqg .bonus-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 10px;
}
.cid-vdO3w0mSqg .bonus-desc {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 15px;
}
.cid-vdO3w0mSqg .bonus-value {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vdO3w0mSqg .value-label {
  font-size: 14px;
  color: #718096;
}
.cid-vdO3w0mSqg .value-amount {
  font-size: 16px;
  font-weight: 600;
  color: #e53e3e;
  text-decoration: line-through;
}
.cid-vdO3w0mSqg .value-free {
  background: #28a745;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.cid-vdO3w0mSqg .total-value {
  background: linear-gradient(135deg, #1a2634 0%, #2d3748 100%);
  border-radius: 60px;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  margin: 0 auto;
  max-width: 800px;
}
.cid-vdO3w0mSqg .value-breakdown {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}
.cid-vdO3w0mSqg .original-price {
  font-size: 24px;
  font-weight: 600;
  text-decoration: line-through;
  opacity: 0.7;
}
.cid-vdO3w0mSqg .today-price {
  font-size: 28px;
  font-weight: 800;
  color: #ffd700;
}
.cid-vdO3w0mSqg .savings-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffd700;
  color: #1a2634;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
}
.cid-vdO3w0mSqg .savings-badge i {
  font-size: 20px;
}
.cid-vdO3w0mSqg .section-cta {
  text-align: center;
  margin-top: 50px;
}
.cid-vdO3w0mSqg .cta-button-primary {
  display: inline-flex;
  flex-direction: column;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 50px;
  box-shadow: 0 20px 30px -8px rgba(44, 82, 130, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}
.cid-vdO3w0mSqg .cta-button-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 40px -10px rgba(44, 82, 130, 0.4);
  background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
}
.cid-vdO3w0mSqg .cta-button-primary .cta-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cid-vdO3w0mSqg .cta-button-primary .cta-subtext {
  font-size: 16px;
  opacity: 0.95;
  font-weight: 500;
}
.cid-vdO3w0mSqg .guarantee-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #4a5568;
  font-size: 16px;
}
.cid-vdO3w0mSqg .guarantee-note i {
  color: #28a745;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .cid-vdO3w0mSqg .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cid-vdO3w0mSqg .bonuses-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdO3w0mSqg .main-package {
    padding: 40px 30px;
  }
  .cid-vdO3w0mSqg .package-header h3 {
    font-size: 28px;
  }
  .cid-vdO3w0mSqg .total-value {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 30px;
  }
  .cid-vdO3w0mSqg .value-breakdown {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-vdO3w0mSqg .included-section {
    padding: 70px 0;
  }
  .cid-vdO3w0mSqg .included-section .section-title {
    font-size: 32px;
  }
  .cid-vdO3w0mSqg .package-grid {
    grid-template-columns: 1fr;
  }
  .cid-vdO3w0mSqg .package-header {
    flex-direction: column;
    text-align: center;
  }
  .cid-vdO3w0mSqg .package-header h3 {
    font-size: 24px;
  }
  .cid-vdO3w0mSqg .bonus-card {
    flex-direction: column;
  }
  .cid-vdO3w0mSqg .bonus-image {
    width: 100%;
    padding: 30px;
  }
  .cid-vdO3w0mSqg .bonus-img {
    max-height: 120px;
  }
  .cid-vdO3w0mSqg .cta-button-primary {
    padding: 18px 40px;
  }
  .cid-vdO3w0mSqg .cta-button-primary .cta-text {
    font-size: 24px;
  }
  .cid-vdO3w0mSqg .cta-button-primary .cta-subtext {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cid-vdO3w0mSqg .included-section .section-title {
    font-size: 28px;
  }
  .cid-vdO3w0mSqg .package-header i {
    font-size: 32px;
  }
  .cid-vdO3w0mSqg .package-header h3 {
    font-size: 22px;
  }
  .cid-vdO3w0mSqg .bonus-tag {
    font-size: 14px;
  }
  .cid-vdO3w0mSqg .bonuses-header h3 {
    font-size: 22px;
  }
  .cid-vdO3w0mSqg .value-breakdown {
    flex-direction: column;
    gap: 10px;
  }
  .cid-vdO3w0mSqg .today-price {
    font-size: 24px;
  }
  .cid-vdO3w0mSqg .savings-badge {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.cid-vdR9wzYq1O .howitworks-section {
  padding: 100px 0;
  background: white;
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}
.cid-vdR9wzYq1O .howitworks-section .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.cid-vdR9wzYq1O .howitworks-section .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(74, 111, 165, 0.3);
}
.cid-vdR9wzYq1O .howitworks-section .section-badge i {
  font-size: 16px;
}
.cid-vdR9wzYq1O .howitworks-section .section-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a2634;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.cid-vdR9wzYq1O .howitworks-section .section-subtitle {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
}
.cid-vdR9wzYq1O .steps-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.cid-vdR9wzYq1O .step-overview-item {
  text-align: center;
  background: white;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(74, 111, 165, 0.1);
  flex: 1;
  min-width: 200px;
  transition: all 0.3s ease;
}
.cid-vdR9wzYq1O .step-overview-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px -10px rgba(74, 111, 165, 0.2);
  border-color: #4a6fa5;
}
.cid-vdR9wzYq1O .step-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(74, 111, 165, 0.1) 0%, rgba(44, 82, 130, 0.1) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.cid-vdR9wzYq1O .step-icon-wrapper i {
  font-size: 36px;
  color: #4a6fa5;
}
.cid-vdR9wzYq1O .step-overview-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 10px;
}
.cid-vdR9wzYq1O .step-overview-item p {
  font-size: 14px;
  color: #718096;
  line-height: 1.5;
  margin: 0;
}
.cid-vdR9wzYq1O .step-connector i {
  font-size: 24px;
  color: #4a6fa5;
  opacity: 0.5;
}
.cid-vdR9wzYq1O .detailed-process {
  margin-bottom: 60px;
}
.cid-vdR9wzYq1O .process-main-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a2634;
  text-align: center;
  margin-bottom: 40px;
}
.cid-vdR9wzYq1O .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.cid-vdR9wzYq1O .process-detailed-card {
  background: #f8fafc;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(74, 111, 165, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cid-vdR9wzYq1O .process-detailed-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cid-vdR9wzYq1O .process-detailed-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px -10px rgba(74, 111, 165, 0.15);
  background: white;
}
.cid-vdR9wzYq1O .process-detailed-card:hover::before {
  opacity: 1;
}
.cid-vdR9wzYq1O .process-detailed-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vdR9wzYq1O .process-step-badge {
  background: #4a6fa5;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.cid-vdR9wzYq1O .process-detailed-header i {
  font-size: 24px;
  color: #4a6fa5;
  opacity: 0.5;
}
.cid-vdR9wzYq1O .process-detailed-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 15px;
}
.cid-vdR9wzYq1O .process-detailed-card p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 20px;
}
.cid-vdR9wzYq1O .process-detailed-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vdR9wzYq1O .process-detailed-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #718096;
}
.cid-vdR9wzYq1O .process-detailed-list li i {
  color: #28a745;
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}
.cid-vdR9wzYq1O .video-note {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(135deg, #f8fafc 0%, #e9f0f5 100%);
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 60px;
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdR9wzYq1O .video-note-icon i {
  font-size: 60px;
  color: #4a6fa5;
}
.cid-vdR9wzYq1O .video-note-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 10px;
}
.cid-vdR9wzYq1O .video-note-content p {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}
.cid-vdR9wzYq1O .device-access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: white;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdR9wzYq1O .device-access-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 15px;
}
.cid-vdR9wzYq1O .device-access-content p {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 25px;
}
.cid-vdR9wzYq1O .device-icons {
  display: flex;
  gap: 20px;
}
.cid-vdR9wzYq1O .device-icons i {
  font-size: 36px;
  color: #4a6fa5;
  transition: transform 0.3s ease;
}
.cid-vdR9wzYq1O .device-icons i:hover {
  transform: translateY(-5px);
}
.cid-vdR9wzYq1O .device-access-image {
  text-align: center;
}
.cid-vdR9wzYq1O .device-img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.15);
}
.cid-vdR9wzYq1O .lifetime-updates {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(135deg, #1a2634 0%, #2d3748 100%);
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 60px;
  color: white;
  position: relative;
  overflow: hidden;
}
.cid-vdR9wzYq1O .lifetime-updates::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
.cid-vdR9wzYq1O .updates-icon i {
  font-size: 48px;
  color: #ffd700;
}
.cid-vdR9wzYq1O .updates-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-vdR9wzYq1O .updates-content p {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.6;
  margin: 0;
}
.cid-vdR9wzYq1O .updates-badge {
  background: #ffd700;
  color: #1a2634;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-left: auto;
  transform: rotate(5deg);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.cid-vdR9wzYq1O .howitworks-cta {
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdR9wzYq1O .howitworks-cta h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 30px;
}
.cid-vdR9wzYq1O .howitworks-cta .cta-button-primary {
  display: inline-flex;
  flex-direction: column;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 50px;
  box-shadow: 0 20px 30px -8px rgba(44, 82, 130, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
.cid-vdR9wzYq1O .howitworks-cta .cta-button-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 40px -10px rgba(44, 82, 130, 0.4);
  background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
}
.cid-vdR9wzYq1O .howitworks-cta .cta-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cid-vdR9wzYq1O .howitworks-cta .cta-subtext {
  font-size: 16px;
  opacity: 0.95;
  font-weight: 500;
}
.cid-vdR9wzYq1O .howitworks-cta .guarantee-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #4a5568;
  font-size: 15px;
}
.cid-vdR9wzYq1O .howitworks-cta .guarantee-note i {
  color: #28a745;
}
@media (max-width: 1024px) {
  .cid-vdR9wzYq1O .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cid-vdR9wzYq1O .steps-overview {
    flex-direction: column;
  }
  .cid-vdR9wzYq1O .step-connector {
    transform: rotate(90deg);
  }
}
@media (max-width: 992px) {
  .cid-vdR9wzYq1O .device-access {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cid-vdR9wzYq1O .device-icons {
    justify-content: center;
  }
  .cid-vdR9wzYq1O .lifetime-updates {
    flex-direction: column;
    text-align: center;
  }
  .cid-vdR9wzYq1O .updates-badge {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-vdR9wzYq1O .howitworks-section {
    padding: 70px 0;
  }
  .cid-vdR9wzYq1O .howitworks-section .section-title {
    font-size: 32px;
  }
  .cid-vdR9wzYq1O .process-grid {
    grid-template-columns: 1fr;
  }
  .cid-vdR9wzYq1O .video-note {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
  .cid-vdR9wzYq1O .video-note-icon i {
    font-size: 50px;
  }
  .cid-vdR9wzYq1O .howitworks-cta h3 {
    font-size: 24px;
  }
  .cid-vdR9wzYq1O .howitworks-cta .cta-text {
    font-size: 22px;
  }
  .cid-vdR9wzYq1O .howitworks-cta .cta-subtext {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cid-vdR9wzYq1O .howitworks-section .section-title {
    font-size: 28px;
  }
  .cid-vdR9wzYq1O .step-overview-item {
    width: 100%;
  }
  .cid-vdR9wzYq1O .process-detailed-card {
    padding: 25px;
  }
  .cid-vdR9wzYq1O .device-access {
    padding: 25px;
  }
  .cid-vdR9wzYq1O .updates-badge {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.cid-vdO5LVEmNi .guarantee-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}
.cid-vdO5LVEmNi .guarantee-section::before {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(74, 111, 165, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.cid-vdO5LVEmNi .guarantee-section .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}
.cid-vdO5LVEmNi .guarantee-section .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}
.cid-vdO5LVEmNi .guarantee-section .section-badge i {
  font-size: 16px;
}
.cid-vdO5LVEmNi .guarantee-section .section-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a2634;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.cid-vdO5LVEmNi .guarantee-section .section-subtitle {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
}
.cid-vdO5LVEmNi .guarantee-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}
.cid-vdO5LVEmNi .guarantee-image {
  position: relative;
  text-align: center;
}
.cid-vdO5LVEmNi .guarantee-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.cid-vdO5LVEmNi .seal-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(44, 82, 130, 0.3);
  border: 3px solid white;
  transition: transform 0.3s ease;
}
.cid-vdO5LVEmNi .seal-badge i {
  font-size: 30px;
  margin-bottom: 5px;
}
.cid-vdO5LVEmNi .seal-badge span {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.cid-vdO5LVEmNi .guarantee-content {
  padding: 20px 0;
}
.cid-vdO5LVEmNi .guarantee-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 193, 7, 0.1);
  color: #b8860b;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 193, 7, 0.2);
}
.cid-vdO5LVEmNi .guarantee-badge i {
  color: #ffc107;
  font-size: 16px;
}
.cid-vdO5LVEmNi .guarantee-heading {
  font-size: 32px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 25px;
  line-height: 1.3;
}
.cid-vdO5LVEmNi .guarantee-text {
  font-size: 17px;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 25px;
}
.cid-vdO5LVEmNi .guarantee-text strong {
  color: #2c5282;
  font-weight: 700;
}
.cid-vdO5LVEmNi .guarantee-highlight {
  display: flex;
  gap: 20px;
  background: rgba(74, 111, 165, 0.05);
  padding: 25px;
  border-radius: 16px;
  margin-bottom: 30px;
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdO5LVEmNi .guarantee-highlight i {
  font-size: 40px;
  color: #4a6fa5;
  flex-shrink: 0;
}
.cid-vdO5LVEmNi .guarantee-highlight h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 8px;
}
.cid-vdO5LVEmNi .guarantee-highlight p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}
.cid-vdO5LVEmNi .guarantee-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 25px;
}
.cid-vdO5LVEmNi .guarantee-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(74, 111, 165, 0.1);
  transition: all 0.3s ease;
}
.cid-vdO5LVEmNi .guarantee-feature:hover {
  transform: translateX(5px);
  border-color: #4a6fa5;
}
.cid-vdO5LVEmNi .guarantee-feature i {
  color: #28a745;
  font-size: 18px;
}
.cid-vdO5LVEmNi .guarantee-feature span {
  font-size: 15px;
  font-weight: 500;
  color: #2d3748;
}
.cid-vdO5LVEmNi .guarantee-quote {
  background: white;
  padding: 25px;
  border-radius: 16px;
  margin: 30px 0;
  position: relative;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdO5LVEmNi .guarantee-quote i {
  color: #4a6fa5;
  font-size: 24px;
  opacity: 0.2;
  position: absolute;
  top: 15px;
  left: 15px;
}
.cid-vdO5LVEmNi .guarantee-quote p {
  font-size: 16px;
  color: #2d3748;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 10px;
  padding-left: 20px;
}
.cid-vdO5LVEmNi .quote-author {
  font-size: 15px;
  font-weight: 600;
  color: #4a6fa5;
  display: block;
  text-align: right;
}
.cid-vdO5LVEmNi .guarantee-cta {
  text-align: center;
  margin-top: 30px;
}
.cid-vdO5LVEmNi .guarantee-cta .cta-button-primary {
  display: inline-flex;
  flex-direction: column;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  text-decoration: none;
  padding: 18px 50px;
  border-radius: 50px;
  box-shadow: 0 20px 30px -8px rgba(44, 82, 130, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}
.cid-vdO5LVEmNi .guarantee-cta .cta-button-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 40px -10px rgba(44, 82, 130, 0.4);
  background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
}
.cid-vdO5LVEmNi .guarantee-cta .cta-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cid-vdO5LVEmNi .guarantee-cta .cta-subtext {
  font-size: 15px;
  opacity: 0.95;
  font-weight: 500;
}
.cid-vdO5LVEmNi .secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #718096;
  font-size: 14px;
}
.cid-vdO5LVEmNi .secure-note i {
  color: #4a6fa5;
  font-size: 14px;
}
.cid-vdO5LVEmNi .trust-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: white;
  padding: 30px;
  border-radius: 60px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(74, 111, 165, 0.1);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cid-vdO5LVEmNi .trust-row-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cid-vdO5LVEmNi .trust-row-item i {
  font-size: 24px;
  color: #4a6fa5;
}
.cid-vdO5LVEmNi .trust-row-item span {
  font-size: 16px;
  font-weight: 500;
  color: #2d3748;
}
@media (max-width: 1024px) {
  .cid-vdO5LVEmNi .guarantee-wrapper {
    gap: 40px;
  }
  .cid-vdO5LVEmNi .guarantee-section .section-title {
    font-size: 38px;
  }
  .cid-vdO5LVEmNi .guarantee-heading {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .cid-vdO5LVEmNi .guarantee-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cid-vdO5LVEmNi .guarantee-image {
    max-width: 400px;
    margin: 0 auto;
  }
  .cid-vdO5LVEmNi .trust-row {
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 40px;
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vdO5LVEmNi .guarantee-section {
    padding: 70px 0;
  }
  .cid-vdO5LVEmNi .guarantee-section .section-title {
    font-size: 32px;
  }
  .cid-vdO5LVEmNi .guarantee-section .section-subtitle {
    font-size: 16px;
  }
  .cid-vdO5LVEmNi .guarantee-heading {
    font-size: 26px;
    text-align: center;
  }
  .cid-vdO5LVEmNi .guarantee-highlight {
    flex-direction: column;
    text-align: center;
  }
  .cid-vdO5LVEmNi .guarantee-features {
    grid-template-columns: 1fr;
  }
  .cid-vdO5LVEmNi .guarantee-quote {
    text-align: center;
  }
  .cid-vdO5LVEmNi .guarantee-quote i {
    display: none;
  }
  .cid-vdO5LVEmNi .guarantee-quote p {
    padding-left: 0;
  }
  .cid-vdO5LVEmNi .trust-row {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 30px;
  }
  .cid-vdO5LVEmNi .seal-badge {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 10px;
  }
  .cid-vdO5LVEmNi .seal-badge i {
    font-size: 24px;
  }
  .cid-vdO5LVEmNi .seal-badge span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cid-vdO5LVEmNi .guarantee-section .section-title {
    font-size: 28px;
  }
  .cid-vdO5LVEmNi .guarantee-badge {
    margin: 0 auto 20px;
  }
  .cid-vdO5LVEmNi .guarantee-heading {
    font-size: 22px;
  }
  .cid-vdO5LVEmNi .guarantee-text {
    font-size: 16px;
    text-align: center;
  }
  .cid-vdO5LVEmNi .guarantee-highlight {
    padding: 20px;
  }
  .cid-vdO5LVEmNi .guarantee-cta .cta-text {
    font-size: 20px;
  }
  .cid-vdO5LVEmNi .guarantee-cta .cta-subtext {
    font-size: 13px;
  }
  .cid-vdO5LVEmNi .trust-row-item {
    width: 100%;
  }
}
.cid-vdQXw3AN25 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vdQXw3AN25 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vdQXw3AN25 .panel-group {
  border: none;
}
.cid-vdQXw3AN25 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdQXw3AN25 .card-header {
    padding: 0rem;
  }
}
.cid-vdQXw3AN25 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vdQXw3AN25 .img-col {
  padding: 0;
}
.cid-vdQXw3AN25 .img-item {
  height: 100%;
}
.cid-vdQXw3AN25 img {
  height: 100%;
  object-fit: cover;
}
.cid-vdQXw3AN25 .collapsed span {
  transform: rotate(0deg);
}
.cid-vdQXw3AN25 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdQXw3AN25 p {
  margin-bottom: 0.3rem;
}
.cid-vdQXw3AN25 .panel-title-edit {
  color: #000000;
}
.cid-vdQXw3AN25 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vdQXw3AN25 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vdQXw3AN25 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdQXw3AN25 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vdQXw3AN25 .panel-text {
  color: #000000;
}
.cid-vdQXw3AN25 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vdQXw3AN25 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdQXw3AN25 .panel-title-edit,
.cid-vdQXw3AN25 .mbr-iconfont {
  color: #000000;
}
.cid-vdR0dcdiCm .buynow-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
}
.cid-vdR0dcdiCm .buynow-section .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.cid-vdR0dcdiCm .buynow-section .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(74, 111, 165, 0.3);
}
.cid-vdR0dcdiCm .buynow-section .section-badge i {
  font-size: 16px;
}
.cid-vdR0dcdiCm .buynow-section .section-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a2634;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.cid-vdR0dcdiCm .buynow-section .section-subtitle {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
}
.cid-vdR0dcdiCm .process-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.cid-vdR0dcdiCm .process-steps {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.cid-vdR0dcdiCm .process-step {
  display: flex;
  gap: 20px;
  background: white;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(74, 111, 165, 0.1);
  transition: all 0.3s ease;
}
.cid-vdR0dcdiCm .process-step:hover {
  box-shadow: 0 20px 40px -10px rgba(74, 111, 165, 0.15);
  border-color: rgba(74, 111, 165, 0.3);
}
.cid-vdR0dcdiCm .step-number {
  width: 50px;
  height: 50px;
  background: #4a6fa5;
  color: white;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(74, 111, 165, 0.3);
}
.cid-vdR0dcdiCm .step-content {
  flex: 1;
}
.cid-vdR0dcdiCm .step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.cid-vdR0dcdiCm .step-header i {
  color: #4a6fa5;
  font-size: 20px;
  width: 24px;
}
.cid-vdR0dcdiCm .step-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a2634;
  margin: 0;
}
.cid-vdR0dcdiCm .step-content p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 36px;
}
.cid-vdR0dcdiCm .step-note {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(40, 167, 69, 0.05);
  padding: 8px 15px;
  border-radius: 8px;
  margin-left: 36px;
  border: 1px solid rgba(40, 167, 69, 0.1);
}
.cid-vdR0dcdiCm .step-note i {
  color: #28a745;
  font-size: 14px;
}
.cid-vdR0dcdiCm .step-note span {
  font-size: 13px;
  color: #2d3748;
  font-weight: 500;
}
.cid-vdR0dcdiCm .payment-icons-mini {
  display: flex;
  gap: 10px;
  margin-left: 36px;
  margin-top: 10px;
}
.cid-vdR0dcdiCm .payment-icons-mini i {
  font-size: 24px;
  color: #718096;
}
.cid-vdR0dcdiCm .order-preview {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cid-vdR0dcdiCm .preview-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdR0dcdiCm .preview-header {
  background: #1a2634;
  color: white;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cid-vdR0dcdiCm .preview-header i {
  color: #28a745;
  font-size: 16px;
}
.cid-vdR0dcdiCm .preview-header span {
  font-size: 16px;
  font-weight: 600;
}
.cid-vdR0dcdiCm .preview-image {
  position: relative;
  padding: 20px;
  background: #f8fafc;
  border-bottom: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdR0dcdiCm .checkout-preview {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-vdR0dcdiCm .preview-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #28a745;
  color: white;
  padding: 8px 16px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}
.cid-vdR0dcdiCm .preview-details {
  padding: 20px;
  border-bottom: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdR0dcdiCm .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
}
.cid-vdR0dcdiCm .detail-row span {
  color: #718096;
}
.cid-vdR0dcdiCm .detail-row strong {
  color: #1a2634;
  font-weight: 600;
}
.cid-vdR0dcdiCm .price-highlight {
  color: #4a6fa5 !important;
  font-size: 20px;
  font-weight: 700 !important;
}
.cid-vdR0dcdiCm .trust-signals-mini {
  display: flex;
  justify-content: space-around;
  padding: 15px 20px;
  background: #f8fafc;
  border-bottom: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdR0dcdiCm .trust-signal-mini {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cid-vdR0dcdiCm .trust-signal-mini i {
  color: #28a745;
  font-size: 14px;
}
.cid-vdR0dcdiCm .trust-signal-mini span {
  font-size: 13px;
  color: #2d3748;
  font-weight: 500;
}
.cid-vdR0dcdiCm .preview-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  text-decoration: none;
  padding: 20px;
  margin: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px -5px rgba(44, 82, 130, 0.3);
}
.cid-vdR0dcdiCm .preview-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 30px -8px rgba(44, 82, 130, 0.4);
  background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
}
.cid-vdR0dcdiCm .cta-main {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.cid-vdR0dcdiCm .cta-sub {
  font-size: 14px;
  opacity: 0.95;
}
.cid-vdR0dcdiCm .guarantee-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px 20px;
  color: #28a745;
  font-size: 14px;
  font-weight: 500;
}
.cid-vdR0dcdiCm .guarantee-mini i {
  font-size: 16px;
}
.cid-vdR0dcdiCm .faq-mini {
  background: white;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdR0dcdiCm .faq-mini h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 20px;
}
.cid-vdR0dcdiCm .faq-mini-item {
  margin-bottom: 20px;
}
.cid-vdR0dcdiCm .faq-mini-item:last-child {
  margin-bottom: 0;
}
.cid-vdR0dcdiCm .faq-mini-item p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.cid-vdR0dcdiCm .faq-mini-item p:first-child {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 5px;
}
.cid-vdR0dcdiCm .faq-mini-item p:last-child {
  color: #718096;
}
.cid-vdR0dcdiCm .bottom-cta {
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #e9f0f5 100%);
  padding: 50px;
  border-radius: 30px;
  border: 1px solid rgba(74, 111, 165, 0.1);
}
.cid-vdR0dcdiCm .bottom-cta h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a2634;
  margin-bottom: 10px;
}
.cid-vdR0dcdiCm .bottom-cta p {
  font-size: 18px;
  color: #4a5568;
  margin-bottom: 30px;
}
.cid-vdR0dcdiCm .cta-button-large {
  display: inline-flex;
  flex-direction: column;
  background: linear-gradient(135deg, #4a6fa5 0%, #2c5282 100%);
  color: white;
  text-decoration: none;
  padding: 25px 60px;
  border-radius: 60px;
  box-shadow: 0 20px 40px -10px rgba(44, 82, 130, 0.4);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
.cid-vdR0dcdiCm .cta-button-large:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 50px -15px rgba(44, 82, 130, 0.5);
  background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
}
.cid-vdR0dcdiCm .cta-large-text {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 5px;
}
.cid-vdR0dcdiCm .cta-large-sub {
  font-size: 18px;
  opacity: 0.95;
}
.cid-vdR0dcdiCm .bottom-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #4a5568;
  font-size: 16px;
}
.cid-vdR0dcdiCm .bottom-trust i {
  color: #28a745;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .cid-vdR0dcdiCm .process-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cid-vdR0dcdiCm .order-preview {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-vdR0dcdiCm .bottom-cta {
    padding: 40px 30px;
  }
  .cid-vdR0dcdiCm .cta-large-text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .cid-vdR0dcdiCm .buynow-section {
    padding: 70px 0;
  }
  .cid-vdR0dcdiCm .buynow-section .section-title {
    font-size: 32px;
  }
  .cid-vdR0dcdiCm .process-step {
    flex-direction: column;
    gap: 15px;
  }
  .cid-vdR0dcdiCm .step-number {
    align-self: flex-start;
  }
  .cid-vdR0dcdiCm .step-content p,
  .cid-vdR0dcdiCm .step-note,
  .cid-vdR0dcdiCm .payment-icons-mini {
    padding-left: 0;
    margin-left: 0;
  }
  .cid-vdR0dcdiCm .step-header {
    flex-wrap: wrap;
  }
  .cid-vdR0dcdiCm .bottom-cta h3 {
    font-size: 24px;
  }
  .cid-vdR0dcdiCm .cta-button-large {
    padding: 20px 30px;
  }
  .cid-vdR0dcdiCm .cta-large-text {
    font-size: 24px;
  }
  .cid-vdR0dcdiCm .cta-large-sub {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .cid-vdR0dcdiCm .buynow-section .section-title {
    font-size: 28px;
  }
  .cid-vdR0dcdiCm .preview-badge {
    position: static;
    margin-top: 10px;
    justify-content: center;
  }
  .cid-vdR0dcdiCm .trust-signals-mini {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .cid-vdR0dcdiCm .cta-large-text {
    font-size: 20px;
  }
  .cid-vdR0dcdiCm .cta-large-sub {
    font-size: 14px;
  }
  .cid-vdR0dcdiCm .bottom-trust {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}
.cid-vdR04fDH61 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #393193;
}
.cid-vdR04fDH61 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vdR04fDH61 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vdR04fDH61 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vdR04fDH61 .mbr-text {
  color: #ffffff;
}
.cid-vdR04TXKfP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdR04TXKfP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdR04TXKfP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdR04TXKfP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdR04TXKfP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdR04TXKfP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdR04TXKfP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdR04TXKfP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdR04TXKfP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdR04TXKfP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdR04TXKfP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdR04TXKfP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdR04TXKfP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdR04TXKfP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdR04TXKfP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdR04TXKfP P {
  color: #000;
  text-align: center;
}
.cid-vdR04TXKfP .media-container-row .mbr-text {
  color: #000;
}
.cid-vdR04TXKfP .mbr-author-name {
  color: #000;
}
.cid-vdR04TXKfP .JCB {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 15px;
}
.cid-vdR04TXKfP a:link {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
.cid-vdR04TXKfP a:visited {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
.cid-vdR04TXKfP a:hover {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}
.cid-vdR04TXKfP a:active {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}
.cid-vdRcdMSN2F {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vdRcdMSN2F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdRcdMSN2F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdRcdMSN2F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdRcdMSN2F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdRcdMSN2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdRcdMSN2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdRcdMSN2F .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vdRcdMSN2F .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdRcdMSN2F .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdRcdMSN2F .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdRcdMSN2F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdRcdMSN2F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdRcdMSN2F .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdRcdMSN2F .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdRcdMSN2F .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdRcdMSN2F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdRcdMSN2F .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vdRcdMSN2F .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdRcdMSN2F .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-vdRcdMSN2F .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdRcdMSN2F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdRcdMSN2F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdRcdMSN2F .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #393193;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdRcdMSN2F .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdRcdMSN2F .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdRcdMSN2F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdRcdMSN2F .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #393193;
}
.cid-vdRcdMSN2F .nav-item:focus,
.cid-vdRcdMSN2F .nav-link:focus {
  outline: none;
}
.cid-vdRcdMSN2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdRcdMSN2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdRcdMSN2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdRcdMSN2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdRcdMSN2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRcdMSN2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRcdMSN2F .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdRcdMSN2F .navbar.opened {
  transition: all 0.3s;
}
.cid-vdRcdMSN2F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdRcdMSN2F .navbar .navbar-logo img {
  width: auto;
}
.cid-vdRcdMSN2F .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vdRcdMSN2F .navbar.collapsed {
  justify-content: center;
}
.cid-vdRcdMSN2F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdRcdMSN2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdRcdMSN2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdRcdMSN2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdRcdMSN2F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdRcdMSN2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdRcdMSN2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdRcdMSN2F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdRcdMSN2F .navbar {
    min-height: 72px;
  }
  .cid-vdRcdMSN2F .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdRcdMSN2F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdRcdMSN2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdRcdMSN2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdRcdMSN2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdRcdMSN2F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdRcdMSN2F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdRcdMSN2F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdRcdMSN2F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdRcdMSN2F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdRcdMSN2F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdRcdMSN2F .dropdown-item.active,
.cid-vdRcdMSN2F .dropdown-item:active {
  background-color: transparent;
}
.cid-vdRcdMSN2F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdRcdMSN2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdRcdMSN2F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdRcdMSN2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393193;
}
.cid-vdRcdMSN2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdRcdMSN2F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdRcdMSN2F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdRcdMSN2F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdRcdMSN2F .navbar-buttons {
    text-align: left;
  }
}
.cid-vdRcdMSN2F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdRcdMSN2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdRcdMSN2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdRcdMSN2F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdRcdMSN2F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdRcdMSN2F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdRcdMSN2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRcdMSN2F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRcdMSN2F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRcdMSN2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRcdMSN2F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdRcdMSN2F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdRcdMSN2F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdRcdMSN2F .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdRcdMSN2F .navbar {
    height: 70px;
  }
  .cid-vdRcdMSN2F .navbar.opened {
    height: auto;
  }
  .cid-vdRcdMSN2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdRcdMSN2F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdRcdMSN2F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdRcdMSN2F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdRcdMSN2F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdRcdMSN2F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdRcdMSN2F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdRcdMSN2F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdRcdMSN2F .navbar-brand {
    margin-right: auto;
  }
  .cid-vdRcdMSN2F .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #393193;
    backdrop-filter: blur(8px);
  }
  .cid-vdRcdMSN2F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdRcdMSN2F .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdRcdMSN2F .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdRcdMSN2F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdRcdMSN2F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdRcdMSN2F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdRcdMSN2F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdRcdMSN2F .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdRcdMSN2F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdRcdMSN2F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdRfHKHxQh {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-vdRfHKHxQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdRfHKHxQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdRfHKHxQh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdRfHKHxQh .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-vdR04TXKfP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdR04TXKfP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdR04TXKfP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdR04TXKfP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdR04TXKfP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdR04TXKfP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdR04TXKfP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdR04TXKfP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdR04TXKfP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdR04TXKfP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdR04TXKfP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdR04TXKfP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdR04TXKfP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdR04TXKfP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdR04TXKfP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdR04TXKfP P {
  color: #000;
  text-align: center;
}
.cid-vdR04TXKfP .media-container-row .mbr-text {
  color: #000;
}
.cid-vdR04TXKfP .mbr-author-name {
  color: #000;
}
.cid-vdR04TXKfP .JCB {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 15px;
}
.cid-vdR04TXKfP a:link {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
.cid-vdR04TXKfP a:visited {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
.cid-vdR04TXKfP a:hover {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}
.cid-vdR04TXKfP a:active {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}
.cid-vdRhMwHGfe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vdRhMwHGfe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdRhMwHGfe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdRhMwHGfe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdRhMwHGfe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdRhMwHGfe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdRhMwHGfe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdRhMwHGfe .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vdRhMwHGfe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdRhMwHGfe .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdRhMwHGfe .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdRhMwHGfe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdRhMwHGfe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdRhMwHGfe .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdRhMwHGfe .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdRhMwHGfe .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdRhMwHGfe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdRhMwHGfe .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vdRhMwHGfe .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdRhMwHGfe .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-vdRhMwHGfe .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdRhMwHGfe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdRhMwHGfe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdRhMwHGfe .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #393193;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdRhMwHGfe .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdRhMwHGfe .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdRhMwHGfe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdRhMwHGfe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #393193;
}
.cid-vdRhMwHGfe .nav-item:focus,
.cid-vdRhMwHGfe .nav-link:focus {
  outline: none;
}
.cid-vdRhMwHGfe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdRhMwHGfe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdRhMwHGfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdRhMwHGfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdRhMwHGfe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRhMwHGfe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRhMwHGfe .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdRhMwHGfe .navbar.opened {
  transition: all 0.3s;
}
.cid-vdRhMwHGfe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdRhMwHGfe .navbar .navbar-logo img {
  width: auto;
}
.cid-vdRhMwHGfe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vdRhMwHGfe .navbar.collapsed {
  justify-content: center;
}
.cid-vdRhMwHGfe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdRhMwHGfe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdRhMwHGfe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdRhMwHGfe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdRhMwHGfe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdRhMwHGfe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdRhMwHGfe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdRhMwHGfe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdRhMwHGfe .navbar {
    min-height: 72px;
  }
  .cid-vdRhMwHGfe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdRhMwHGfe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdRhMwHGfe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdRhMwHGfe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdRhMwHGfe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdRhMwHGfe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdRhMwHGfe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdRhMwHGfe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdRhMwHGfe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdRhMwHGfe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdRhMwHGfe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdRhMwHGfe .dropdown-item.active,
.cid-vdRhMwHGfe .dropdown-item:active {
  background-color: transparent;
}
.cid-vdRhMwHGfe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdRhMwHGfe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdRhMwHGfe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdRhMwHGfe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393193;
}
.cid-vdRhMwHGfe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdRhMwHGfe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdRhMwHGfe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdRhMwHGfe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdRhMwHGfe .navbar-buttons {
    text-align: left;
  }
}
.cid-vdRhMwHGfe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdRhMwHGfe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdRhMwHGfe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdRhMwHGfe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdRhMwHGfe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdRhMwHGfe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdRhMwHGfe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRhMwHGfe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRhMwHGfe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRhMwHGfe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRhMwHGfe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdRhMwHGfe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdRhMwHGfe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdRhMwHGfe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdRhMwHGfe .navbar {
    height: 70px;
  }
  .cid-vdRhMwHGfe .navbar.opened {
    height: auto;
  }
  .cid-vdRhMwHGfe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdRhMwHGfe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdRhMwHGfe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdRhMwHGfe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdRhMwHGfe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdRhMwHGfe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdRhMwHGfe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdRhMwHGfe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdRhMwHGfe .navbar-brand {
    margin-right: auto;
  }
  .cid-vdRhMwHGfe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #393193;
    backdrop-filter: blur(8px);
  }
  .cid-vdRhMwHGfe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdRhMwHGfe .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdRhMwHGfe .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdRhMwHGfe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdRhMwHGfe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdRhMwHGfe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdRhMwHGfe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdRhMwHGfe .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdRhMwHGfe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdRhMwHGfe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdRhMxORpe {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-vdRhMxORpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdRhMxORpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdRhMxORpe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdRhMxORpe .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-vdR04TXKfP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdR04TXKfP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdR04TXKfP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdR04TXKfP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdR04TXKfP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdR04TXKfP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdR04TXKfP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdR04TXKfP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdR04TXKfP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdR04TXKfP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdR04TXKfP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdR04TXKfP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdR04TXKfP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdR04TXKfP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdR04TXKfP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdR04TXKfP P {
  color: #000;
  text-align: center;
}
.cid-vdR04TXKfP .media-container-row .mbr-text {
  color: #000;
}
.cid-vdR04TXKfP .mbr-author-name {
  color: #000;
}
.cid-vdR04TXKfP .JCB {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 15px;
}
.cid-vdR04TXKfP a:link {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
.cid-vdR04TXKfP a:visited {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
.cid-vdR04TXKfP a:hover {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}
.cid-vdR04TXKfP a:active {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}
.cid-vdRiJarHzG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vdRiJarHzG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdRiJarHzG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdRiJarHzG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdRiJarHzG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdRiJarHzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdRiJarHzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdRiJarHzG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vdRiJarHzG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdRiJarHzG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdRiJarHzG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdRiJarHzG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdRiJarHzG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdRiJarHzG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdRiJarHzG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdRiJarHzG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdRiJarHzG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdRiJarHzG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vdRiJarHzG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdRiJarHzG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-vdRiJarHzG .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdRiJarHzG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdRiJarHzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdRiJarHzG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #393193;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdRiJarHzG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdRiJarHzG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdRiJarHzG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdRiJarHzG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #393193;
}
.cid-vdRiJarHzG .nav-item:focus,
.cid-vdRiJarHzG .nav-link:focus {
  outline: none;
}
.cid-vdRiJarHzG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdRiJarHzG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdRiJarHzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdRiJarHzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdRiJarHzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRiJarHzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRiJarHzG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdRiJarHzG .navbar.opened {
  transition: all 0.3s;
}
.cid-vdRiJarHzG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdRiJarHzG .navbar .navbar-logo img {
  width: auto;
}
.cid-vdRiJarHzG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vdRiJarHzG .navbar.collapsed {
  justify-content: center;
}
.cid-vdRiJarHzG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdRiJarHzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdRiJarHzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdRiJarHzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdRiJarHzG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdRiJarHzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdRiJarHzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdRiJarHzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdRiJarHzG .navbar {
    min-height: 72px;
  }
  .cid-vdRiJarHzG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdRiJarHzG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdRiJarHzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdRiJarHzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdRiJarHzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdRiJarHzG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdRiJarHzG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdRiJarHzG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdRiJarHzG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdRiJarHzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdRiJarHzG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdRiJarHzG .dropdown-item.active,
.cid-vdRiJarHzG .dropdown-item:active {
  background-color: transparent;
}
.cid-vdRiJarHzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdRiJarHzG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdRiJarHzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdRiJarHzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393193;
}
.cid-vdRiJarHzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdRiJarHzG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdRiJarHzG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdRiJarHzG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdRiJarHzG .navbar-buttons {
    text-align: left;
  }
}
.cid-vdRiJarHzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdRiJarHzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdRiJarHzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdRiJarHzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdRiJarHzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdRiJarHzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdRiJarHzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRiJarHzG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRiJarHzG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRiJarHzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRiJarHzG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdRiJarHzG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdRiJarHzG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdRiJarHzG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdRiJarHzG .navbar {
    height: 70px;
  }
  .cid-vdRiJarHzG .navbar.opened {
    height: auto;
  }
  .cid-vdRiJarHzG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdRiJarHzG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdRiJarHzG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdRiJarHzG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdRiJarHzG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdRiJarHzG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdRiJarHzG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdRiJarHzG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdRiJarHzG .navbar-brand {
    margin-right: auto;
  }
  .cid-vdRiJarHzG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #393193;
    backdrop-filter: blur(8px);
  }
  .cid-vdRiJarHzG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdRiJarHzG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdRiJarHzG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdRiJarHzG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdRiJarHzG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdRiJarHzG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdRiJarHzG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdRiJarHzG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdRiJarHzG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdRiJarHzG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdRiJb2P19 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-vdRiJb2P19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdRiJb2P19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdRiJb2P19 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdRiJb2P19 .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-vdR04TXKfP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdR04TXKfP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdR04TXKfP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdR04TXKfP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdR04TXKfP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdR04TXKfP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdR04TXKfP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdR04TXKfP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdR04TXKfP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdR04TXKfP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdR04TXKfP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdR04TXKfP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdR04TXKfP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdR04TXKfP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdR04TXKfP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdR04TXKfP P {
  color: #000;
  text-align: center;
}
.cid-vdR04TXKfP .media-container-row .mbr-text {
  color: #000;
}
.cid-vdR04TXKfP .mbr-author-name {
  color: #000;
}
.cid-vdR04TXKfP .JCB {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 15px;
}
.cid-vdR04TXKfP a:link {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
.cid-vdR04TXKfP a:visited {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
.cid-vdR04TXKfP a:hover {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}
.cid-vdR04TXKfP a:active {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}
