.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: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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: #ef4243 !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: #ef4243 !important;
  border-color: #ef4243 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f37172 !important;
  border-color: #f37172 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f37172 !important;
  border-color: #f37172 !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: #ef4243;
  color: #ef4243;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c91112 !important;
  background-color: transparent !important;
  border-color: #c91112 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef4243 !important;
  border-color: #ef4243 !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: #ef4243 !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: #bb1011 !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: #ef4243;
}
.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: #ef4243;
  border-color: #ef4243;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ef4243;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffefe;
}
.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: #ef4243 !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: #ef4243;
}
/* 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: #ef4243;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ef4243;
}
.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: #ef4243;
  border-bottom-color: #ef4243;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ef4243 !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='%23ef4243' %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-v4XjtQUTaR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4XjtQUTaR .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-v4XjtQUTaR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4XjtQUTaR .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-v4XjtQUTaR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4XjtQUTaR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4XjtQUTaR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4XjtQUTaR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v4XjtQUTaR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4XjtQUTaR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v4XjtQUTaR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4XjtQUTaR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4XjtQUTaR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4XjtQUTaR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v4XjtQUTaR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4XjtQUTaR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4XjtQUTaR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4XjtQUTaR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4XjtQUTaR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4XjtQUTaR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4XjtQUTaR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4XjtQUTaR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4XjtQUTaR .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v4XjtQUTaR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4XjtQUTaR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4XjtQUTaR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4XjtQUTaR .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: #ffffff;
}
.cid-v4XjtQUTaR .nav-item:focus,
.cid-v4XjtQUTaR .nav-link:focus {
  outline: none;
}
.cid-v4XjtQUTaR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4XjtQUTaR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4XjtQUTaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4XjtQUTaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4XjtQUTaR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4XjtQUTaR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4XjtQUTaR .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-v4XjtQUTaR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4XjtQUTaR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4XjtQUTaR .navbar .navbar-logo img {
  width: auto;
}
.cid-v4XjtQUTaR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4XjtQUTaR .navbar.collapsed {
  justify-content: center;
}
.cid-v4XjtQUTaR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4XjtQUTaR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4XjtQUTaR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4XjtQUTaR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4XjtQUTaR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4XjtQUTaR .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-v4XjtQUTaR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4XjtQUTaR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4XjtQUTaR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4XjtQUTaR .navbar {
    min-height: 72px;
  }
  .cid-v4XjtQUTaR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4XjtQUTaR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4XjtQUTaR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4XjtQUTaR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4XjtQUTaR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4XjtQUTaR .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-v4XjtQUTaR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4XjtQUTaR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4XjtQUTaR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4XjtQUTaR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4XjtQUTaR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4XjtQUTaR .dropdown-item.active,
.cid-v4XjtQUTaR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4XjtQUTaR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4XjtQUTaR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4XjtQUTaR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4XjtQUTaR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4XjtQUTaR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4XjtQUTaR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4XjtQUTaR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4XjtQUTaR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4XjtQUTaR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4XjtQUTaR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4XjtQUTaR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4XjtQUTaR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4XjtQUTaR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4XjtQUTaR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4XjtQUTaR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4XjtQUTaR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4XjtQUTaR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4XjtQUTaR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4XjtQUTaR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4XjtQUTaR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4XjtQUTaR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4XjtQUTaR .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-v4XjtQUTaR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4XjtQUTaR .navbar {
    height: 70px;
  }
  .cid-v4XjtQUTaR .navbar.opened {
    height: auto;
  }
  .cid-v4XjtQUTaR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4XjtQUTaR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4XjtQUTaR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4XjtQUTaR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4XjtQUTaR .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-v4XjtQUTaR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4XjtQUTaR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4XjtQUTaR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4XjtQUTaR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4XjtQUTaR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4XjtQUTaR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4XjtQUTaR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4XjtQUTaR .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-v4XjtQUTaR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4XjtQUTaR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4XjtQUTaR .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-v4XjtQUTaR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4XjtQUTaR .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-v4XjtQUTaR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4XjtQUTaR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4Xyk48sHM {
  display: flex;
  background-image: url("../../../assets/images/background20cover20image20for20hero20section-1024x1024.webp");
}
.cid-v4Xyk48sHM .mbr-overlay {
  background-color: #ef4243;
  opacity: 0.5;
}
.cid-v4Xyk48sHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Xyk48sHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Xyk48sHM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v4Xyk48sHM .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v4Xyk48sHM {
    align-items: center;
  }
  .cid-v4Xyk48sHM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4Xyk48sHM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4Xyk48sHM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4Xyk48sHM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4Xyk48sHM .content-wrap {
    width: 100%;
  }
}
.cid-v4Xyk48sHM .mbr-section-title {
  text-align: center;
}
.cid-v4Xyk48sHM .mbr-text,
.cid-v4Xyk48sHM .mbr-section-btn {
  text-align: center;
}
.cid-v4XWNZOfkg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4XWNZOfkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4XWNZOfkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4XWNZOfkg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4XWNZOfkg .row {
  flex-direction: row-reverse;
}
.cid-v4XWNZOfkg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4XWNZOfkg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4XWNZOfkg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4XWNZOfkg .mbr-section-title {
  color: #ef4243;
}
.cid-v4XWNZOfkg .mbr-text,
.cid-v4XWNZOfkg .mbr-section-btn {
  color: #000000;
}
.cid-v4YIf6sg8c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v4YIf6sg8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YIf6sg8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YIf6sg8c .row {
  flex-direction: row-reverse;
}
.cid-v4YIf6sg8c .mbr-description {
  color: #ffffff;
}
.cid-v4YIkrHL8e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v4YIkrHL8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YIkrHL8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YIkrHL8e .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4YIkrHL8e .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4YIkrHL8e .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4YIkrHL8e .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v4YIkrHL8e .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v4YIkrHL8e .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ef4243;
  height: 80px;
  border-radius: 50%;
}
.cid-v4YIkrHL8e .mbr-section-title {
  color: #ffffff;
}
.cid-v4YIkrHL8e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4YIkrHL8e .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v4YIkrHL8e .card-box .item-footer {
  margin-top: auto;
}
.cid-v4YIkrHL8e .content-head {
  max-width: 800px;
}
.cid-v4YIkrHL8e .card-title,
.cid-v4YIkrHL8e .iconfont-wrapper {
  text-align: center;
}
.cid-v4YHd7kzZI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v4YHd7kzZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YHd7kzZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YHd7kzZI .row {
  flex-direction: row-reverse;
}
.cid-v4YHd7kzZI .mbr-description {
  color: #ffffff;
}
.cid-v4YKCSBKW6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4YKCSBKW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YKCSBKW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YKCSBKW6 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4YKCSBKW6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4YKCSBKW6 .content-head {
  max-width: 800px;
}
.cid-v4YKCSBKW6 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-v4YKCSBKW6 .img-wrapper img {
  width: 6rem;
}
.cid-v4YKCSBKW6 .card-title {
  color: #000000;
}
.cid-v4YKCSBKW6 .card-text {
  color: #ef4243;
}
.cid-v4YKCSBKW6 .mbr-section-title {
  color: #ef4243;
}
.cid-v4YOvP9o39 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4YOvP9o39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YOvP9o39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YTPItzmj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4YTPItzmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YTPItzmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4YTPItzmj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4YTPItzmj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4YTPItzmj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4YTPItzmj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4YTPItzmj .mbr-section-title {
  color: #ef4243;
}
.cid-v4YTPItzmj .mbr-text,
.cid-v4YTPItzmj .mbr-section-btn {
  color: #000000;
}
.cid-v4YTBryNmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YTBryNmC .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v4YTBryNmC img,
.cid-v4YTBryNmC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4YTBryNmC .item:focus,
.cid-v4YTBryNmC span:focus {
  outline: none;
}
.cid-v4YTBryNmC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4YTBryNmC .item {
    margin-bottom: 1rem;
  }
}
.cid-v4YTBryNmC .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4YTBryNmC .mbr-section-title {
  color: #232323;
}
.cid-v4YTBryNmC .mbr-text,
.cid-v4YTBryNmC .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v4YTBryNmC .item-title {
  color: #232323;
  text-align: center;
}
.cid-v4YTBryNmC .content-head {
  max-width: 800px;
}
.cid-v4Z2yi5gfb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ef4243;
}
.cid-v4Z2yi5gfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z2yi5gfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Z2yi5gfb .mbr-section-title {
  color: #ffffff;
}
.cid-v4Z2yi5gfb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4Z1e5pQBy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v4Z1e5pQBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z1e5pQBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v4Z1e5pQBy .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v4Z1e5pQBy .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Z1e5pQBy .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v4Z1e5pQBy .card-wrapper {
  background: #ef4243;
}
.cid-v4Z1e5pQBy .mbr-text,
.cid-v4Z1e5pQBy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v4Z1e5pQBy .card-title,
.cid-v4Z1e5pQBy .card-box {
  text-align: left;
  color: #000000;
}
.cid-v4Z1e5pQBy .image-wrapper img {
  width: 100%;
}
.cid-v4Z4imHVb3 .benefits-section {
  padding: 80px 20px;
  background: #f8fafc;
  font-family: "Poppins", sans-serif;
}
.cid-v4Z4imHVb3 .container {
  max-width: 1200px;
  margin: auto;
}
.cid-v4Z4imHVb3 .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}
.cid-v4Z4imHVb3 .section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 50px;
}
.cid-v4Z4imHVb3 .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}
.cid-v4Z4imHVb3 .benefit-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.3s;
}
.cid-v4Z4imHVb3 .benefit-box:hover {
  transform: translateY(-5px);
  box-shadow: #ef4243;
}
.cid-v4Z4imHVb3 .benefit-box .icon {
  font-size: 45px;
  margin-bottom: 20px;
}
.cid-v4Z4imHVb3 .benefit-box h3 {
  font-size: 22px;
  color: #1f2937;
  margin-bottom: 12px;
}
.cid-v4Z4imHVb3 .benefit-box p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .cid-v4Z4imHVb3 .section-title {
    font-size: 28px;
  }
  .cid-v4Z4imHVb3 .section-subtitle {
    font-size: 16px;
  }
}
.cid-v529G6XLef {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ef4243;
}
.cid-v529G6XLef .mbr-fallback-image.disabled {
  display: none;
}
.cid-v529G6XLef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v529G6XLef .mbr-section-title {
  color: #ffffff;
}
.cid-v4Z66SJorR .demo-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
  font-family: "Poppins", sans-serif;
}
.cid-v4Z66SJorR .demo-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.cid-v4Z66SJorR .demo-title {
  font-size: 38px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}
.cid-v4Z66SJorR .demo-subtitle {
  color: #4b5563;
  font-size: 18px;
  margin-bottom: 40px;
}
.cid-v4Z66SJorR .video-wrapper {
  max-width: 900px;
  margin: auto;
}
.cid-v4Z66SJorR .custom-video-player {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.cid-v4Z66SJorR .custom-video-player iframe {
  width: 100%;
  height: 500px;
  border: none;
  display: block;
}
.cid-v4Z66SJorR .cta-btn {
  display: inline-block;
  margin-top: 35px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #ef4243, #ef4243);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(99, 102, 241, 0.4);
  transition: .3s ease;
}
.cid-v4Z66SJorR .cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(99, 102, 241, 0.5);
}
@media (max-width: 600px) {
  .cid-v4Z66SJorR .custom-video-player iframe {
    height: 260px;
  }
  .cid-v4Z66SJorR .demo-title {
    font-size: 30px;
  }
  .cid-v4Z66SJorR .cta-btn {
    font-size: 17px;
    padding: 14px 28px;
  }
}
.cid-v52a4Vc81M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ef4243;
}
.cid-v52a4Vc81M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52a4Vc81M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v52a4Vc81M .mbr-section-title {
  color: #ffffff;
}
.cid-v4ZeAspGyJ .testimonials-section {
  padding: 90px 20px;
  background: #eef2ff;
  font-family: "Poppins", sans-serif;
}
.cid-v4ZeAspGyJ .testimonials-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.cid-v4ZeAspGyJ .testimonial-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}
.cid-v4ZeAspGyJ .testimonial-subtitle {
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 40px;
}
.cid-v4ZeAspGyJ .rating-badges {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
.cid-v4ZeAspGyJ .badge {
  padding: 10px 18px;
  background: #ef4243;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-size: 15px;
  font-weight: 500;
}
.cid-v4ZeAspGyJ .counter-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 50px;
}
.cid-v4ZeAspGyJ .counter-box h3 {
  font-size: 36px;
  color: #ef4243;
}
.cid-v4ZeAspGyJ .counter-box p {
  font-size: 16px;
  color: #6b7280;
}
.cid-v4ZeAspGyJ .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}
.cid-v4ZeAspGyJ .testimonial-box {
  background: rgba(255, 255, 255, 0.65);
  padding: 25px;
  border-radius: 18px;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  text-align: left;
}
.cid-v4ZeAspGyJ .testimonial-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
}
.cid-v4ZeAspGyJ .stars {
  font-size: 22px;
  color: #facc15;
  margin-bottom: 15px;
}
.cid-v4ZeAspGyJ .feedback {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 20px;
}
.cid-v4ZeAspGyJ .user {
  display: flex;
  gap: 14px;
  align-items: center;
}
.cid-v4ZeAspGyJ .user img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-v4ZeAspGyJ .user h4 {
  margin: 0;
  font-size: 18px;
}
.cid-v4ZeAspGyJ .user span {
  font-size: 14px;
  color: #6b7280;
}
.cid-v4ZeAspGyJ .video-testimonial h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #111827;
}
.cid-v4ZeAspGyJ .video-wrapper {
  max-width: 800px;
  margin: 20px auto 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.cid-v4ZeAspGyJ .video-wrapper iframe {
  width: 100%;
  height: 420px;
}
.cid-v4ZeAspGyJ .cta-btn {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(135deg, #ef4243, #ef4243);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(99, 102, 241, 0.4);
  transition: .3s ease;
}
.cid-v4ZeAspGyJ .cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(99, 102, 241, 0.5);
}
@media (max-width: 600px) {
  .cid-v4ZeAspGyJ .testimonial-title {
    font-size: 30px;
  }
  .cid-v4ZeAspGyJ .testimonial-subtitle {
    font-size: 16px;
  }
  .cid-v4ZeAspGyJ .rating-badges {
    flex-direction: column;
  }
  .cid-v4ZeAspGyJ .counter-row {
    flex-direction: column;
    gap: 20px;
  }
  .cid-v4ZeAspGyJ .video-wrapper iframe {
    height: 240px;
  }
}
.cid-v4ZeAspGyJ H2 {
  color: #ef4243;
}
.cid-v4ZeAspGyJ H3 {
  color: #ef4243;
}
.cid-v528XRBCH6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ef4243;
}
.cid-v528XRBCH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v528XRBCH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v528XRBCH6 .mbr-section-title {
  color: #ffffff;
}
.cid-v4ZmJtBOg9 .pricing-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #eef2ff, #f3f4f6);
  font-family: "Poppins", sans-serif;
}
.cid-v4ZmJtBOg9 .pricing-container {
  max-width: 1150px;
  margin: auto;
  text-align: center;
}
.cid-v4ZmJtBOg9 .pricing-title {
  font-size: 40px;
  font-weight: 700;
  color: #111827;
}
.cid-v4ZmJtBOg9 .pricing-subtitle {
  font-size: 18px;
  color: #4B5563;
  margin-bottom: 50px;
}
.cid-v4ZmJtBOg9 .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}
.cid-v4ZmJtBOg9 .pricing-card {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 22px;
  padding: 40px;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
  position: relative;
}
.cid-v4ZmJtBOg9 .pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}
.cid-v4ZmJtBOg9 .popular-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ef4243, #ef4243);
  padding: 8px 24px;
  color: white;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
}
.cid-v4ZmJtBOg9 .plan-type {
  font-size: 20px;
  font-weight: 600;
  color: #ef4243;
}
.cid-v4ZmJtBOg9 .plan-name {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111827;
}
.cid-v4ZmJtBOg9 .price-box {
  margin-bottom: 10px;
}
.cid-v4ZmJtBOg9 .price {
  font-size: 42px;
  font-weight: 800;
  color: #1F2937;
}
.cid-v4ZmJtBOg9 .per-month {
  font-size: 18px;
  color: #6B7280;
}
.cid-v4ZmJtBOg9 .billing-info {
  color: #6B7280;
  font-size: 15px;
  margin-bottom: 25px;
}
.cid-v4ZmJtBOg9 .pricing-features {
  text-align: left;
  margin-bottom: 35px;
}
.cid-v4ZmJtBOg9 .pricing-features li {
  font-size: 16px;
  margin-bottom: 12px;
  color: #374151;
  display: flex;
  align-items: center;
}
.cid-v4ZmJtBOg9 .pricing-features li::before {
  content: "✔";
  color: #ef4243;
  margin-right: 10px;
  font-weight: bold;
}
.cid-v4ZmJtBOg9 .pricing-btn {
  display: block;
  background: linear-gradient(135deg, #ef4243, #ef4243);
  padding: 16px;
  border-radius: 40px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(99, 102, 241, 0.35);
  transition: .3s ease;
}
.cid-v4ZmJtBOg9 .pricing-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(139, 92, 246, 0.45);
}
@media (max-width: 600px) {
  .cid-v4ZmJtBOg9 .pricing-title {
    font-size: 30px;
  }
  .cid-v4ZmJtBOg9 .price {
    font-size: 34px;
  }
}
.cid-v4ZmJtBOg9 H2 {
  color: #ef4243;
}
.cid-v52bCDFxaU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ef4243;
}
.cid-v52bCDFxaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52bCDFxaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v52bCDFxaU .mbr-section-title {
  color: #ffffff;
}
.cid-v4ZCEdHPhB .bonus-section {
  padding: 90px 20px;
  background: #fff5f5;
  font-family: "Poppins", sans-serif;
}
.cid-v4ZCEdHPhB .bonus-container {
  max-width: 1100px;
  margin: auto;
}
.cid-v4ZCEdHPhB .bonus-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #ef4243;
  margin-bottom: 10px;
}
.cid-v4ZCEdHPhB .bonus-heading {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}
.cid-v4ZCEdHPhB .bonus-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}
.cid-v4ZCEdHPhB .bonus-value {
  font-size: 20px;
  color: #444;
  margin-bottom: 18px;
}
.cid-v4ZCEdHPhB .bonus-value span {
  color: #ef4243;
  font-weight: 700;
}
.cid-v4ZCEdHPhB .bonus-list li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.cid-v4ZCEdHPhB .bonus-list li::before {
  content: "⭐ ";
  color: #ef4243;
}
.cid-v4ZCEdHPhB .bonus-why {
  margin-top: 18px;
  line-height: 1.6;
  color: #444;
}
.cid-v4ZCEdHPhB .bonus-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0 10px 28px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v4ZCEdHPhB .bonus-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(239, 66, 67, 0.45);
}
.cid-v4ZCEdHPhB .bonus-image img {
  width: auto;
  border-radius: 16px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}
@media (max-width: 800px) {
  .cid-v4ZCEdHPhB .bonus-content {
    grid-template-columns: 1fr;
  }
}
.cid-v4ZHQNH8nS .comparison-section {
  padding: 100px 20px;
  background: #fff;
  font-family: "Poppins", sans-serif;
}
.cid-v4ZHQNH8nS .comparison-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}
.cid-v4ZHQNH8nS .comparison-title {
  font-size: 38px;
  font-weight: 800;
  color: #ef4243;
  margin-bottom: 10px;
}
.cid-v4ZHQNH8nS .comparison-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 40px;
}
.cid-v4ZHQNH8nS .comparison-table {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.cid-v4ZHQNH8nS .table-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  background: #fff5f5;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(239, 66, 67, 0.25);
  align-items: center;
  font-size: 16px;
}
.cid-v4ZHQNH8nS .table-header {
  background: linear-gradient(135deg, #ef4243, #0c0606);
  color: white;
  font-weight: 700;
  font-size: 17px;
}
.cid-v4ZHQNH8nS .feature-col {
  text-align: left;
  padding-left: 10px;
}
.cid-v4ZHQNH8nS .brand-col {
  color: #23a332;
  font-weight: 700;
}
.cid-v4ZHQNH8nS .other-col {
  color: #d93636;
  font-weight: 600;
}
.cid-v4ZHQNH8nS .check {
  color: #23a332;
}
.cid-v4ZHQNH8nS .cross {
  color: #ef4243;
}
.cid-v4ZHQNH8nS .comparison-btn {
  display: inline-block;
  margin-top: 35px;
  padding: 16px 38px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 20px;
  font-weight: 800;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v4ZHQNH8nS .comparison-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(239, 66, 67, 0.45);
}
@media (max-width: 760px) {
  .cid-v4ZHQNH8nS .table-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cid-v4ZHQNH8nS .feature-col {
    padding-left: 0;
    margin-bottom: 4px;
    font-weight: 600;
  }
}
.cid-v52b4KlKhq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ef4243;
}
.cid-v52b4KlKhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52b4KlKhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v52b4KlKhq .mbr-section-title {
  color: #ffffff;
}
.cid-v4ZqGessR0 .faq-section {
  padding: 60px 20px;
  background: #fff5f5;
  font-family: "Poppins", sans-serif;
}
.cid-v4ZqGessR0 .faq-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
.cid-v4ZqGessR0 .faq-subtitle {
  text-align: center;
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
}
.cid-v4ZqGessR0 .faq-container {
  max-width: 850px;
  margin: auto;
}
.cid-v4ZqGessR0 .faq-item {
  background: white;
  padding: 18px 20px;
  border-radius: 12px;
  margin-bottom: 14px;
  border: 1px solid rgba(239, 66, 67, 0.25);
  box-shadow: 0 4px 10px rgba(239, 66, 67, 0.1);
}
.cid-v4ZqGessR0 .faq-question {
  font-size: 18px;
  color: #ef4243;
  font-weight: 600;
  margin-bottom: 8px;
}
.cid-v4ZqGessR0 .faq-answer {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}
.cid-v4ZwXrjKiR .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v4ZwXrjKiR .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v4ZwXrjKiR .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v4ZwXrjKiR .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v4ZwXrjKiR .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v4ZwXrjKiR .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v4ZwXrjKiR .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v4ZwXrjKiR .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v4ZwXrjKiR .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v4ZwXrjKiR .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v4ZwXrjKiR .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v4ZwXrjKiR .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v4ZwXrjKiR .cta-title {
    font-size: 30px;
  }
  .cid-v4ZwXrjKiR .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v4ZKC7GNMC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v4ZKC7GNMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZKC7GNMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZKC7GNMC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v4ZKC7GNMC .footer-col {
    flex-direction: column;
  }
}
.cid-v4ZKC7GNMC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4ZKC7GNMC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4ZKC7GNMC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZKC7GNMC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZKC7GNMC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v4ZKC7GNMC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4ZKC7GNMC .soc-item {
  margin: 8px;
}
.cid-v4ZKC7GNMC .soc-item a:hover .mbr-iconfont,
.cid-v4ZKC7GNMC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v4ZKC7GNMC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4ZKC7GNMC .row {
    text-align: center;
  }
  .cid-v4ZKC7GNMC .social-row {
    justify-content: center;
  }
}
.cid-v4ZKC7GNMC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v4ZKC7GNMC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4ZKC7GNMC .list {
    margin-bottom: 0rem;
  }
}
.cid-v4ZKC7GNMC .mbr-text {
  color: #bbbbbb;
}
.cid-v4ZKC7GNMC .mbr-section-subtitle {
  color: #000000;
}
.cid-v4ZKC7GNMC .list,
.cid-v4ZKC7GNMC .item-wrap {
  color: #232323;
}
.cid-v4ZKC7GNMC .copyright {
  color: #000000;
}
.cid-v52eaazdk5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v52eaazdk5 .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-v52eaazdk5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v52eaazdk5 .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-v52eaazdk5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v52eaazdk5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v52eaazdk5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v52eaazdk5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v52eaazdk5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v52eaazdk5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v52eaazdk5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v52eaazdk5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v52eaazdk5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v52eaazdk5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v52eaazdk5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v52eaazdk5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v52eaazdk5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v52eaazdk5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v52eaazdk5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v52eaazdk5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v52eaazdk5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v52eaazdk5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v52eaazdk5 .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v52eaazdk5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v52eaazdk5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v52eaazdk5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v52eaazdk5 .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: #ffffff;
}
.cid-v52eaazdk5 .nav-item:focus,
.cid-v52eaazdk5 .nav-link:focus {
  outline: none;
}
.cid-v52eaazdk5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v52eaazdk5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v52eaazdk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v52eaazdk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v52eaazdk5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v52eaazdk5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v52eaazdk5 .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-v52eaazdk5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v52eaazdk5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v52eaazdk5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v52eaazdk5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v52eaazdk5 .navbar.collapsed {
  justify-content: center;
}
.cid-v52eaazdk5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v52eaazdk5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v52eaazdk5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v52eaazdk5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v52eaazdk5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v52eaazdk5 .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-v52eaazdk5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v52eaazdk5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v52eaazdk5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v52eaazdk5 .navbar {
    min-height: 72px;
  }
  .cid-v52eaazdk5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v52eaazdk5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v52eaazdk5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v52eaazdk5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v52eaazdk5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v52eaazdk5 .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-v52eaazdk5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v52eaazdk5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v52eaazdk5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v52eaazdk5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v52eaazdk5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v52eaazdk5 .dropdown-item.active,
.cid-v52eaazdk5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v52eaazdk5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v52eaazdk5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v52eaazdk5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v52eaazdk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v52eaazdk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v52eaazdk5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v52eaazdk5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v52eaazdk5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v52eaazdk5 .navbar-buttons {
    text-align: left;
  }
}
.cid-v52eaazdk5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v52eaazdk5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v52eaazdk5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v52eaazdk5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52eaazdk5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52eaazdk5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v52eaazdk5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52eaazdk5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v52eaazdk5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v52eaazdk5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52eaazdk5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v52eaazdk5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v52eaazdk5 .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-v52eaazdk5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v52eaazdk5 .navbar {
    height: 70px;
  }
  .cid-v52eaazdk5 .navbar.opened {
    height: auto;
  }
  .cid-v52eaazdk5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v52eaazdk5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v52eaazdk5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v52eaazdk5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v52eaazdk5 .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-v52eaazdk5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v52eaazdk5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v52eaazdk5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v52eaazdk5 .navbar-brand {
    margin-right: auto;
  }
  .cid-v52eaazdk5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v52eaazdk5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v52eaazdk5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v52eaazdk5 .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-v52eaazdk5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v52eaazdk5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v52eaazdk5 .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-v52eaazdk5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v52eaazdk5 .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-v52eaazdk5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v52eaazdk5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v52ipye6Nq .tm-about-section {
  padding: 36px 20px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  color: #111;
}
.cid-v52ipye6Nq .tm-about-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.cid-v52ipye6Nq .tm-h1 {
  font-size: 32px;
  color: #ef4243;
  margin: 0 0 10px;
  line-height: 1.05;
  font-weight: 800;
}
.cid-v52ipye6Nq .tm-lead {
  color: #666;
  margin: 0 0 18px;
  font-size: 15.5px;
}
.cid-v52ipye6Nq .tm-two-col {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  align-items: start;
  margin-bottom: 20px;
}
@media (max-width: 920px) {
  .cid-v52ipye6Nq .tm-two-col {
    grid-template-columns: 1fr;
  }
}
.cid-v52ipye6Nq .tm-sub {
  color: #333;
  margin: 0 0 8px;
  font-size: 18px;
}
.cid-v52ipye6Nq .tm-text {
  color: #444;
  margin: 0 0 12px;
  line-height: 1.6;
}
.cid-v52ipye6Nq .tm-mini {
  margin: 12px 0 8px;
  color: #ef4243;
  font-weight: 700;
}
.cid-v52ipye6Nq .tm-list {
  margin: 0 0 14px 18px;
  color: #444;
}
.cid-v52ipye6Nq .tm-list li {
  margin-bottom: 8px;
}
.cid-v52ipye6Nq .tm-cta {
  display: inline-block;
  padding: 12px 20px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(239, 66, 67, 0.18);
}
.cid-v52ipye6Nq .tm-col-media {
  text-align: center;
}
.cid-v52ipye6Nq .tm-media-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  display: block;
}
.cid-v52ipye6Nq .tm-media-caption {
  margin-top: 10px;
  color: #666;
  font-size: 13px;
}
.cid-v52ipye6Nq .tm-row-cards {
  display: flex;
  gap: 14px;
  margin: 18px 0 22px;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .cid-v52ipye6Nq .tm-row-cards {
    flex-direction: column;
  }
}
.cid-v52ipye6Nq .tm-card {
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  text-align: center;
  border: 1px solid rgba(239, 66, 67, 0.06);
  box-shadow: 0 8px 20px rgba(239, 66, 67, 0.06);
}
.cid-v52ipye6Nq .tm-num {
  font-size: 20px;
  font-weight: 800;
  color: #ef4243;
}
.cid-v52ipye6Nq .tm-card-label {
  color: #666;
  font-size: 13px;
  margin-top: 6px;
}
.cid-v52ipye6Nq .tm-team {
  margin-top: 8px;
  padding-top: 8px;
}
.cid-v52ipye6Nq .tm-team-title {
  color: #ef4243;
  margin: 0 0 6px;
  font-size: 18px;
}
.cid-v52ipye6Nq .tm-team-sub {
  color: #666;
  margin: 0 0 12px;
}
.cid-v52ipye6Nq .tm-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}
.cid-v52ipye6Nq .tm-team-card {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  border: 1px solid rgba(239, 66, 67, 0.04);
}
.cid-v52ipye6Nq .tm-team-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 10px;
  border: 3px solid rgba(239, 66, 67, 0.12);
}
.cid-v52ipye6Nq .tm-team-name {
  font-weight: 700;
  margin-bottom: 4px;
}
.cid-v52ipye6Nq .tm-team-role {
  color: #666;
  font-size: 13px;
}
@media (max-width: 520px) {
  .cid-v52ipye6Nq .tm-h1 {
    font-size: 24px;
  }
  .cid-v52ipye6Nq .tm-cta {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.cid-v52eaxOPCp .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v52eaxOPCp .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v52eaxOPCp .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v52eaxOPCp .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v52eaxOPCp .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v52eaxOPCp .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v52eaxOPCp .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v52eaxOPCp .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v52eaxOPCp .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v52eaxOPCp .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v52eaxOPCp .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v52eaxOPCp .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v52eaxOPCp .cta-title {
    font-size: 30px;
  }
  .cid-v52eaxOPCp .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v52eayvW9K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v52eayvW9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52eayvW9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v52eayvW9K .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v52eayvW9K .footer-col {
    flex-direction: column;
  }
}
.cid-v52eayvW9K .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v52eayvW9K .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v52eayvW9K .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v52eayvW9K .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v52eayvW9K .mbr-section-btn {
    text-align: center;
  }
}
.cid-v52eayvW9K .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v52eayvW9K .soc-item {
  margin: 8px;
}
.cid-v52eayvW9K .soc-item a:hover .mbr-iconfont,
.cid-v52eayvW9K .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v52eayvW9K .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v52eayvW9K .row {
    text-align: center;
  }
  .cid-v52eayvW9K .social-row {
    justify-content: center;
  }
}
.cid-v52eayvW9K .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v52eayvW9K .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v52eayvW9K .list {
    margin-bottom: 0rem;
  }
}
.cid-v52eayvW9K .mbr-text {
  color: #bbbbbb;
}
.cid-v52eayvW9K .mbr-section-subtitle {
  color: #000000;
}
.cid-v52eayvW9K .list,
.cid-v52eayvW9K .item-wrap {
  color: #232323;
}
.cid-v52eayvW9K .copyright {
  color: #000000;
}
.cid-v52fbE2n4S {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v52fbE2n4S .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-v52fbE2n4S .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v52fbE2n4S .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-v52fbE2n4S .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v52fbE2n4S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v52fbE2n4S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v52fbE2n4S .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v52fbE2n4S .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v52fbE2n4S .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v52fbE2n4S .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v52fbE2n4S .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v52fbE2n4S .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v52fbE2n4S .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v52fbE2n4S .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v52fbE2n4S .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v52fbE2n4S .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v52fbE2n4S .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v52fbE2n4S .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v52fbE2n4S .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v52fbE2n4S .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v52fbE2n4S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v52fbE2n4S .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v52fbE2n4S .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v52fbE2n4S .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v52fbE2n4S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v52fbE2n4S .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: #ffffff;
}
.cid-v52fbE2n4S .nav-item:focus,
.cid-v52fbE2n4S .nav-link:focus {
  outline: none;
}
.cid-v52fbE2n4S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v52fbE2n4S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v52fbE2n4S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v52fbE2n4S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v52fbE2n4S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v52fbE2n4S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v52fbE2n4S .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-v52fbE2n4S .navbar.opened {
  transition: all 0.3s;
}
.cid-v52fbE2n4S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v52fbE2n4S .navbar .navbar-logo img {
  width: auto;
}
.cid-v52fbE2n4S .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v52fbE2n4S .navbar.collapsed {
  justify-content: center;
}
.cid-v52fbE2n4S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v52fbE2n4S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v52fbE2n4S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v52fbE2n4S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v52fbE2n4S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v52fbE2n4S .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-v52fbE2n4S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v52fbE2n4S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v52fbE2n4S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v52fbE2n4S .navbar {
    min-height: 72px;
  }
  .cid-v52fbE2n4S .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v52fbE2n4S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v52fbE2n4S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v52fbE2n4S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v52fbE2n4S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v52fbE2n4S .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-v52fbE2n4S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v52fbE2n4S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v52fbE2n4S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v52fbE2n4S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v52fbE2n4S .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v52fbE2n4S .dropdown-item.active,
.cid-v52fbE2n4S .dropdown-item:active {
  background-color: transparent;
}
.cid-v52fbE2n4S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v52fbE2n4S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v52fbE2n4S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v52fbE2n4S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v52fbE2n4S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v52fbE2n4S .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v52fbE2n4S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v52fbE2n4S .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v52fbE2n4S .navbar-buttons {
    text-align: left;
  }
}
.cid-v52fbE2n4S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v52fbE2n4S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v52fbE2n4S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v52fbE2n4S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52fbE2n4S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52fbE2n4S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v52fbE2n4S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52fbE2n4S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v52fbE2n4S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v52fbE2n4S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52fbE2n4S .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v52fbE2n4S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v52fbE2n4S .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-v52fbE2n4S .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v52fbE2n4S .navbar {
    height: 70px;
  }
  .cid-v52fbE2n4S .navbar.opened {
    height: auto;
  }
  .cid-v52fbE2n4S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v52fbE2n4S .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v52fbE2n4S .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v52fbE2n4S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v52fbE2n4S .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-v52fbE2n4S .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v52fbE2n4S .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v52fbE2n4S .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v52fbE2n4S .navbar-brand {
    margin-right: auto;
  }
  .cid-v52fbE2n4S .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v52fbE2n4S .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v52fbE2n4S .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v52fbE2n4S .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-v52fbE2n4S .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v52fbE2n4S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v52fbE2n4S .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-v52fbE2n4S .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v52fbE2n4S .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-v52fbE2n4S .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v52fbE2n4S .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v52pMxO5G5 .tm-terms {
  padding: 40px 20px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  color: #111;
}
.cid-v52pMxO5G5 .tm-terms-inner {
  max-width: 1000px;
  margin: auto;
}
.cid-v52pMxO5G5 .tm-terms-title {
  font-size: 28px;
  color: #ef4243;
  margin: 0 0 6px;
  font-weight: 800;
}
.cid-v52pMxO5G5 .tm-terms-updated {
  color: #666;
  font-size: 14px;
  margin-bottom: 18px;
}
.cid-v52pMxO5G5 .tm-intro {
  font-size: 15px;
  color: #444;
  line-height: 1.65;
  margin-bottom: 20px;
}
.cid-v52pMxO5G5 .tm-tc-section {
  margin: 20px 0;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(239, 66, 67, 0.06);
  box-shadow: 0 8px 20px rgba(239, 66, 67, 0.04);
}
.cid-v52pMxO5G5 .tm-tc-section h2 {
  margin: 0 0 10px;
  color: #ef4243;
  font-size: 18px;
  font-weight: 700;
}
.cid-v52pMxO5G5 .tm-tc-section p,
.cid-v52pMxO5G5 .tm-tc-section li {
  font-size: 15px;
  color: #444;
  line-height: 1.65;
}
.cid-v52pMxO5G5 .tm-tc-section ul {
  margin: 10px 0 0 18px;
}
.cid-v52pMxO5G5 .tm-tc-section li {
  margin-bottom: 8px;
}
.cid-v52pMxO5G5 .tm-tc-section a {
  color: #ef4243;
  text-decoration: underline;
}
@media (max-width: 720px) {
  .cid-v52pMxO5G5 .tm-terms-title {
    font-size: 22px;
  }
  .cid-v52pMxO5G5 .tm-tc-section {
    padding: 14px;
  }
}
.cid-v52fbY2FSt .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v52fbY2FSt .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v52fbY2FSt .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v52fbY2FSt .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v52fbY2FSt .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v52fbY2FSt .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v52fbY2FSt .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v52fbY2FSt .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v52fbY2FSt .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v52fbY2FSt .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v52fbY2FSt .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v52fbY2FSt .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v52fbY2FSt .cta-title {
    font-size: 30px;
  }
  .cid-v52fbY2FSt .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v52fbYMxFc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v52fbYMxFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52fbYMxFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v52fbYMxFc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v52fbYMxFc .footer-col {
    flex-direction: column;
  }
}
.cid-v52fbYMxFc .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v52fbYMxFc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v52fbYMxFc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v52fbYMxFc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v52fbYMxFc .mbr-section-btn {
    text-align: center;
  }
}
.cid-v52fbYMxFc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v52fbYMxFc .soc-item {
  margin: 8px;
}
.cid-v52fbYMxFc .soc-item a:hover .mbr-iconfont,
.cid-v52fbYMxFc .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v52fbYMxFc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v52fbYMxFc .row {
    text-align: center;
  }
  .cid-v52fbYMxFc .social-row {
    justify-content: center;
  }
}
.cid-v52fbYMxFc .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v52fbYMxFc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v52fbYMxFc .list {
    margin-bottom: 0rem;
  }
}
.cid-v52fbYMxFc .mbr-text {
  color: #bbbbbb;
}
.cid-v52fbYMxFc .mbr-section-subtitle {
  color: #000000;
}
.cid-v52fbYMxFc .list,
.cid-v52fbYMxFc .item-wrap {
  color: #232323;
}
.cid-v52fbYMxFc .copyright {
  color: #000000;
}
.cid-v52fpjK7CU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v52fpjK7CU .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-v52fpjK7CU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v52fpjK7CU .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-v52fpjK7CU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v52fpjK7CU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v52fpjK7CU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v52fpjK7CU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v52fpjK7CU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v52fpjK7CU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v52fpjK7CU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v52fpjK7CU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v52fpjK7CU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v52fpjK7CU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v52fpjK7CU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v52fpjK7CU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v52fpjK7CU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v52fpjK7CU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v52fpjK7CU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v52fpjK7CU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v52fpjK7CU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v52fpjK7CU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v52fpjK7CU .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v52fpjK7CU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v52fpjK7CU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v52fpjK7CU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v52fpjK7CU .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: #ffffff;
}
.cid-v52fpjK7CU .nav-item:focus,
.cid-v52fpjK7CU .nav-link:focus {
  outline: none;
}
.cid-v52fpjK7CU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v52fpjK7CU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v52fpjK7CU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v52fpjK7CU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v52fpjK7CU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v52fpjK7CU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v52fpjK7CU .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-v52fpjK7CU .navbar.opened {
  transition: all 0.3s;
}
.cid-v52fpjK7CU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v52fpjK7CU .navbar .navbar-logo img {
  width: auto;
}
.cid-v52fpjK7CU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v52fpjK7CU .navbar.collapsed {
  justify-content: center;
}
.cid-v52fpjK7CU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v52fpjK7CU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v52fpjK7CU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v52fpjK7CU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v52fpjK7CU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v52fpjK7CU .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-v52fpjK7CU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v52fpjK7CU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v52fpjK7CU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v52fpjK7CU .navbar {
    min-height: 72px;
  }
  .cid-v52fpjK7CU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v52fpjK7CU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v52fpjK7CU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v52fpjK7CU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v52fpjK7CU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v52fpjK7CU .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-v52fpjK7CU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v52fpjK7CU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v52fpjK7CU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v52fpjK7CU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v52fpjK7CU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v52fpjK7CU .dropdown-item.active,
.cid-v52fpjK7CU .dropdown-item:active {
  background-color: transparent;
}
.cid-v52fpjK7CU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v52fpjK7CU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v52fpjK7CU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v52fpjK7CU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v52fpjK7CU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v52fpjK7CU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v52fpjK7CU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v52fpjK7CU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v52fpjK7CU .navbar-buttons {
    text-align: left;
  }
}
.cid-v52fpjK7CU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v52fpjK7CU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v52fpjK7CU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v52fpjK7CU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52fpjK7CU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52fpjK7CU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v52fpjK7CU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52fpjK7CU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v52fpjK7CU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v52fpjK7CU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52fpjK7CU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v52fpjK7CU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v52fpjK7CU .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-v52fpjK7CU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v52fpjK7CU .navbar {
    height: 70px;
  }
  .cid-v52fpjK7CU .navbar.opened {
    height: auto;
  }
  .cid-v52fpjK7CU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v52fpjK7CU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v52fpjK7CU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v52fpjK7CU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v52fpjK7CU .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-v52fpjK7CU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v52fpjK7CU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v52fpjK7CU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v52fpjK7CU .navbar-brand {
    margin-right: auto;
  }
  .cid-v52fpjK7CU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v52fpjK7CU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v52fpjK7CU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v52fpjK7CU .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-v52fpjK7CU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v52fpjK7CU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v52fpjK7CU .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-v52fpjK7CU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v52fpjK7CU .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-v52fpjK7CU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v52fpjK7CU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v52qC8Jxt1 .tm-disclaimer {
  padding: 40px 20px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  color: #111;
}
.cid-v52qC8Jxt1 .tm-disc-inner {
  max-width: 1000px;
  margin: auto;
}
.cid-v52qC8Jxt1 .tm-disc-title {
  font-size: 28px;
  color: #ef4243;
  margin: 0 0 6px;
  font-weight: 800;
}
.cid-v52qC8Jxt1 .tm-disc-updated {
  color: #666;
  font-size: 14px;
  margin-bottom: 18px;
}
.cid-v52qC8Jxt1 .tm-disc-intro {
  font-size: 15px;
  color: #444;
  line-height: 1.65;
  margin-bottom: 20px;
}
.cid-v52qC8Jxt1 .tm-disc-section {
  margin: 20px 0;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(239, 66, 67, 0.06);
  box-shadow: 0 8px 20px rgba(239, 66, 67, 0.04);
}
.cid-v52qC8Jxt1 .tm-disc-section h2 {
  margin: 0 0 10px;
  color: #ef4243;
  font-size: 18px;
  font-weight: 700;
}
.cid-v52qC8Jxt1 .tm-disc-section p,
.cid-v52qC8Jxt1 .tm-disc-section li {
  font-size: 15px;
  color: #444;
  line-height: 1.65;
}
.cid-v52qC8Jxt1 .tm-disc-section ul {
  margin: 10px 0 0 18px;
}
.cid-v52qC8Jxt1 .tm-disc-section li {
  margin-bottom: 8px;
}
.cid-v52qC8Jxt1 .tm-disc-section a {
  color: #ef4243;
  text-decoration: underline;
}
@media (max-width: 720px) {
  .cid-v52qC8Jxt1 .tm-disc-title {
    font-size: 22px;
  }
  .cid-v52qC8Jxt1 .tm-disc-section {
    padding: 14px;
  }
}
.cid-v52fpGMyOV .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v52fpGMyOV .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v52fpGMyOV .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v52fpGMyOV .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v52fpGMyOV .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v52fpGMyOV .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v52fpGMyOV .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v52fpGMyOV .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v52fpGMyOV .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v52fpGMyOV .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v52fpGMyOV .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v52fpGMyOV .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v52fpGMyOV .cta-title {
    font-size: 30px;
  }
  .cid-v52fpGMyOV .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v52fpIrU8N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v52fpIrU8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52fpIrU8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v52fpIrU8N .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v52fpIrU8N .footer-col {
    flex-direction: column;
  }
}
.cid-v52fpIrU8N .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v52fpIrU8N .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v52fpIrU8N .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v52fpIrU8N .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v52fpIrU8N .mbr-section-btn {
    text-align: center;
  }
}
.cid-v52fpIrU8N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v52fpIrU8N .soc-item {
  margin: 8px;
}
.cid-v52fpIrU8N .soc-item a:hover .mbr-iconfont,
.cid-v52fpIrU8N .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v52fpIrU8N .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v52fpIrU8N .row {
    text-align: center;
  }
  .cid-v52fpIrU8N .social-row {
    justify-content: center;
  }
}
.cid-v52fpIrU8N .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v52fpIrU8N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v52fpIrU8N .list {
    margin-bottom: 0rem;
  }
}
.cid-v52fpIrU8N .mbr-text {
  color: #bbbbbb;
}
.cid-v52fpIrU8N .mbr-section-subtitle {
  color: #000000;
}
.cid-v52fpIrU8N .list,
.cid-v52fpIrU8N .item-wrap {
  color: #232323;
}
.cid-v52fpIrU8N .copyright {
  color: #000000;
}
.cid-v52oCxMp5R {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v52oCxMp5R .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-v52oCxMp5R .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v52oCxMp5R .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-v52oCxMp5R .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v52oCxMp5R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v52oCxMp5R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v52oCxMp5R .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v52oCxMp5R .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v52oCxMp5R .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v52oCxMp5R .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v52oCxMp5R .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v52oCxMp5R .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v52oCxMp5R .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v52oCxMp5R .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v52oCxMp5R .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v52oCxMp5R .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v52oCxMp5R .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v52oCxMp5R .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v52oCxMp5R .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v52oCxMp5R .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v52oCxMp5R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v52oCxMp5R .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v52oCxMp5R .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v52oCxMp5R .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v52oCxMp5R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v52oCxMp5R .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: #ffffff;
}
.cid-v52oCxMp5R .nav-item:focus,
.cid-v52oCxMp5R .nav-link:focus {
  outline: none;
}
.cid-v52oCxMp5R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v52oCxMp5R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v52oCxMp5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v52oCxMp5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v52oCxMp5R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v52oCxMp5R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v52oCxMp5R .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-v52oCxMp5R .navbar.opened {
  transition: all 0.3s;
}
.cid-v52oCxMp5R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v52oCxMp5R .navbar .navbar-logo img {
  width: auto;
}
.cid-v52oCxMp5R .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v52oCxMp5R .navbar.collapsed {
  justify-content: center;
}
.cid-v52oCxMp5R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v52oCxMp5R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v52oCxMp5R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v52oCxMp5R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v52oCxMp5R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v52oCxMp5R .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-v52oCxMp5R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v52oCxMp5R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v52oCxMp5R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v52oCxMp5R .navbar {
    min-height: 72px;
  }
  .cid-v52oCxMp5R .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v52oCxMp5R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v52oCxMp5R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v52oCxMp5R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v52oCxMp5R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v52oCxMp5R .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-v52oCxMp5R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v52oCxMp5R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v52oCxMp5R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v52oCxMp5R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v52oCxMp5R .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v52oCxMp5R .dropdown-item.active,
.cid-v52oCxMp5R .dropdown-item:active {
  background-color: transparent;
}
.cid-v52oCxMp5R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v52oCxMp5R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v52oCxMp5R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v52oCxMp5R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v52oCxMp5R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v52oCxMp5R .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v52oCxMp5R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v52oCxMp5R .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v52oCxMp5R .navbar-buttons {
    text-align: left;
  }
}
.cid-v52oCxMp5R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v52oCxMp5R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v52oCxMp5R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v52oCxMp5R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52oCxMp5R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52oCxMp5R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v52oCxMp5R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52oCxMp5R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v52oCxMp5R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v52oCxMp5R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52oCxMp5R .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v52oCxMp5R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v52oCxMp5R .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-v52oCxMp5R .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v52oCxMp5R .navbar {
    height: 70px;
  }
  .cid-v52oCxMp5R .navbar.opened {
    height: auto;
  }
  .cid-v52oCxMp5R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v52oCxMp5R .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v52oCxMp5R .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v52oCxMp5R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v52oCxMp5R .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-v52oCxMp5R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v52oCxMp5R .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v52oCxMp5R .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v52oCxMp5R .navbar-brand {
    margin-right: auto;
  }
  .cid-v52oCxMp5R .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v52oCxMp5R .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v52oCxMp5R .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v52oCxMp5R .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-v52oCxMp5R .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v52oCxMp5R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v52oCxMp5R .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-v52oCxMp5R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v52oCxMp5R .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-v52oCxMp5R .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v52oCxMp5R .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v52oCyGsab .tm-privacy {
  padding: 36px 20px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  color: #111;
}
.cid-v52oCyGsab .tm-privacy-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-v52oCyGsab .tm-privacy-title {
  font-size: 28px;
  color: #ef4243;
  margin: 0 0 6px;
  font-weight: 800;
}
.cid-v52oCyGsab .tm-privacy-updated {
  color: #666;
  margin: 0 0 18px;
  font-size: 14px;
}
.cid-v52oCyGsab .tm-privacy-intro p {
  color: #444;
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
}
.cid-v52oCyGsab .tm-pp-section {
  margin: 18px 0;
  padding: 18px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(239, 66, 67, 0.04);
  box-shadow: 0 8px 20px rgba(239, 66, 67, 0.03);
}
.cid-v52oCyGsab .tm-pp-section h2 {
  margin: 0 0 10px;
  color: #ef4243;
  font-size: 18px;
}
.cid-v52oCyGsab .tm-pp-section h3 {
  margin: 8px 0 8px;
  color: #333;
  font-size: 15px;
}
.cid-v52oCyGsab .tm-pp-section p,
.cid-v52oCyGsab .tm-pp-section li {
  color: #444;
  font-size: 15px;
  line-height: 1.65;
}
.cid-v52oCyGsab .tm-pp-section ul {
  margin: 10px 0 0 18px;
  padding: 0;
}
.cid-v52oCyGsab .tm-pp-section ul li {
  margin-bottom: 8px;
}
.cid-v52oCyGsab .tm-pp-section a {
  color: #ef4243;
  text-decoration: underline;
}
.cid-v52oCyGsab .tm-pp-note {
  color: #666;
  font-size: 13px;
  margin-top: 14px;
}
@media (max-width: 720px) {
  .cid-v52oCyGsab .tm-privacy-inner {
    padding: 0 12px;
  }
  .cid-v52oCyGsab .tm-privacy-title {
    font-size: 22px;
  }
  .cid-v52oCyGsab .tm-pp-section {
    padding: 14px;
  }
}
.cid-v52oCzcilO .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v52oCzcilO .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v52oCzcilO .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v52oCzcilO .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v52oCzcilO .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v52oCzcilO .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v52oCzcilO .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v52oCzcilO .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v52oCzcilO .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v52oCzcilO .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v52oCzcilO .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v52oCzcilO .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v52oCzcilO .cta-title {
    font-size: 30px;
  }
  .cid-v52oCzcilO .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v52oCzCb1w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v52oCzCb1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52oCzCb1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v52oCzCb1w .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v52oCzCb1w .footer-col {
    flex-direction: column;
  }
}
.cid-v52oCzCb1w .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v52oCzCb1w .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v52oCzCb1w .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v52oCzCb1w .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v52oCzCb1w .mbr-section-btn {
    text-align: center;
  }
}
.cid-v52oCzCb1w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v52oCzCb1w .soc-item {
  margin: 8px;
}
.cid-v52oCzCb1w .soc-item a:hover .mbr-iconfont,
.cid-v52oCzCb1w .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v52oCzCb1w .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v52oCzCb1w .row {
    text-align: center;
  }
  .cid-v52oCzCb1w .social-row {
    justify-content: center;
  }
}
.cid-v52oCzCb1w .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v52oCzCb1w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v52oCzCb1w .list {
    margin-bottom: 0rem;
  }
}
.cid-v52oCzCb1w .mbr-text {
  color: #bbbbbb;
}
.cid-v52oCzCb1w .mbr-section-subtitle {
  color: #000000;
}
.cid-v52oCzCb1w .list,
.cid-v52oCzCb1w .item-wrap {
  color: #232323;
}
.cid-v52oCzCb1w .copyright {
  color: #000000;
}
.cid-v52x2gtXOt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v52x2gtXOt .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-v52x2gtXOt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v52x2gtXOt .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-v52x2gtXOt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v52x2gtXOt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v52x2gtXOt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v52x2gtXOt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v52x2gtXOt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v52x2gtXOt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v52x2gtXOt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v52x2gtXOt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v52x2gtXOt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v52x2gtXOt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v52x2gtXOt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v52x2gtXOt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v52x2gtXOt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v52x2gtXOt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v52x2gtXOt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v52x2gtXOt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v52x2gtXOt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v52x2gtXOt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v52x2gtXOt .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v52x2gtXOt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v52x2gtXOt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v52x2gtXOt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v52x2gtXOt .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: #ffffff;
}
.cid-v52x2gtXOt .nav-item:focus,
.cid-v52x2gtXOt .nav-link:focus {
  outline: none;
}
.cid-v52x2gtXOt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v52x2gtXOt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v52x2gtXOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v52x2gtXOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v52x2gtXOt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v52x2gtXOt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v52x2gtXOt .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-v52x2gtXOt .navbar.opened {
  transition: all 0.3s;
}
.cid-v52x2gtXOt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v52x2gtXOt .navbar .navbar-logo img {
  width: auto;
}
.cid-v52x2gtXOt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v52x2gtXOt .navbar.collapsed {
  justify-content: center;
}
.cid-v52x2gtXOt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v52x2gtXOt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v52x2gtXOt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v52x2gtXOt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v52x2gtXOt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v52x2gtXOt .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-v52x2gtXOt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v52x2gtXOt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v52x2gtXOt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v52x2gtXOt .navbar {
    min-height: 72px;
  }
  .cid-v52x2gtXOt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v52x2gtXOt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v52x2gtXOt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v52x2gtXOt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v52x2gtXOt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v52x2gtXOt .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-v52x2gtXOt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v52x2gtXOt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v52x2gtXOt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v52x2gtXOt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v52x2gtXOt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v52x2gtXOt .dropdown-item.active,
.cid-v52x2gtXOt .dropdown-item:active {
  background-color: transparent;
}
.cid-v52x2gtXOt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v52x2gtXOt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v52x2gtXOt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v52x2gtXOt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v52x2gtXOt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v52x2gtXOt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v52x2gtXOt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v52x2gtXOt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v52x2gtXOt .navbar-buttons {
    text-align: left;
  }
}
.cid-v52x2gtXOt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v52x2gtXOt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v52x2gtXOt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v52x2gtXOt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52x2gtXOt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52x2gtXOt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v52x2gtXOt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52x2gtXOt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v52x2gtXOt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v52x2gtXOt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52x2gtXOt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v52x2gtXOt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v52x2gtXOt .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-v52x2gtXOt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v52x2gtXOt .navbar {
    height: 70px;
  }
  .cid-v52x2gtXOt .navbar.opened {
    height: auto;
  }
  .cid-v52x2gtXOt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v52x2gtXOt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v52x2gtXOt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v52x2gtXOt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v52x2gtXOt .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-v52x2gtXOt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v52x2gtXOt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v52x2gtXOt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v52x2gtXOt .navbar-brand {
    margin-right: auto;
  }
  .cid-v52x2gtXOt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v52x2gtXOt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v52x2gtXOt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v52x2gtXOt .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-v52x2gtXOt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v52x2gtXOt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v52x2gtXOt .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-v52x2gtXOt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v52x2gtXOt .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-v52x2gtXOt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v52x2gtXOt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v52x2hrFKY .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v52x2hrFKY .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v52x2hrFKY .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v52x2hrFKY .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v52x2hrFKY .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v52x2hrFKY .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v52x2hrFKY .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v52x2hrFKY .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v52x2hrFKY .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v52x2hrFKY .tm-alt-wrapper ul,
.cid-v52x2hrFKY .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v52x2hrFKY .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v52x2hrFKY .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v52x2hrFKY .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v52x2hrFKY .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v52x2hrFKY .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v52x2hrFKY .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v52x2hrFKY .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v52x2hrFKY .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v52x2hrFKY .pros,
.cid-v52x2hrFKY .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v52x2hrFKY .pros h4 {
  color: #27ae60;
}
.cid-v52x2hrFKY .cons h4 {
  color: #e74c3c;
}
.cid-v52x2hrFKY .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v52x2hrFKY .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v52x2hrFKY .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v52x2hrFKY .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v52x2hrFKY .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v52x2hrFKY .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v52x2hrFKY .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v52x2hrFKY .faq-section {
  margin: 35px 0;
}
.cid-v52x2hrFKY .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v52x2hrFKY .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v52x2hrFKY .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v52x2hrFKY .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v52x2hrFKY .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v52x2hrFKY .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v52x2hrFKY .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v52x2hrFKY .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v52x2hrFKY .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v52x2hrFKY .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v52x2hrFKY .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
@media (max-width: 768px) {
  .cid-v52x2hrFKY .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v52x2hrFKY .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v52x2hrFKY .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v52x2hrFKY .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v52x2hrFKY .tool-section {
    padding: 20px;
  }
  .cid-v52x2hrFKY .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v52x2hrFKY .cta-section,
  .cid-v52x2hrFKY .final-cta {
    padding: 25px;
  }
  .cid-v52x2hrFKY .table-wrapper {
    border-radius: 8px;
  }
  .cid-v52x2hrFKY .table-wrapper th,
  .cid-v52x2hrFKY .table-wrapper td {
    padding: 12px 15px;
  }
}
.cid-v52x2i1Khy .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v52x2i1Khy .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v52x2i1Khy .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v52x2i1Khy .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v52x2i1Khy .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v52x2i1Khy .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v52x2i1Khy .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v52x2i1Khy .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v52x2i1Khy .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v52x2i1Khy .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v52x2i1Khy .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v52x2i1Khy .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v52x2i1Khy .cta-title {
    font-size: 30px;
  }
  .cid-v52x2i1Khy .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v52x2inCr2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v52x2inCr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52x2inCr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v52x2inCr2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v52x2inCr2 .footer-col {
    flex-direction: column;
  }
}
.cid-v52x2inCr2 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v52x2inCr2 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v52x2inCr2 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v52x2inCr2 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v52x2inCr2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v52x2inCr2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v52x2inCr2 .soc-item {
  margin: 8px;
}
.cid-v52x2inCr2 .soc-item a:hover .mbr-iconfont,
.cid-v52x2inCr2 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v52x2inCr2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v52x2inCr2 .row {
    text-align: center;
  }
  .cid-v52x2inCr2 .social-row {
    justify-content: center;
  }
}
.cid-v52x2inCr2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v52x2inCr2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v52x2inCr2 .list {
    margin-bottom: 0rem;
  }
}
.cid-v52x2inCr2 .mbr-text {
  color: #bbbbbb;
}
.cid-v52x2inCr2 .mbr-section-subtitle {
  color: #000000;
}
.cid-v52x2inCr2 .list,
.cid-v52x2inCr2 .item-wrap {
  color: #232323;
}
.cid-v52x2inCr2 .copyright {
  color: #000000;
}
.cid-v52P2zhJvd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v52P2zhJvd .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-v52P2zhJvd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v52P2zhJvd .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-v52P2zhJvd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v52P2zhJvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v52P2zhJvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v52P2zhJvd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v52P2zhJvd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v52P2zhJvd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v52P2zhJvd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v52P2zhJvd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v52P2zhJvd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v52P2zhJvd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v52P2zhJvd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v52P2zhJvd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v52P2zhJvd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v52P2zhJvd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v52P2zhJvd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v52P2zhJvd .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v52P2zhJvd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v52P2zhJvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v52P2zhJvd .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v52P2zhJvd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v52P2zhJvd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v52P2zhJvd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v52P2zhJvd .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: #ffffff;
}
.cid-v52P2zhJvd .nav-item:focus,
.cid-v52P2zhJvd .nav-link:focus {
  outline: none;
}
.cid-v52P2zhJvd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v52P2zhJvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v52P2zhJvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v52P2zhJvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v52P2zhJvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v52P2zhJvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v52P2zhJvd .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-v52P2zhJvd .navbar.opened {
  transition: all 0.3s;
}
.cid-v52P2zhJvd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v52P2zhJvd .navbar .navbar-logo img {
  width: auto;
}
.cid-v52P2zhJvd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v52P2zhJvd .navbar.collapsed {
  justify-content: center;
}
.cid-v52P2zhJvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v52P2zhJvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v52P2zhJvd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v52P2zhJvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v52P2zhJvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v52P2zhJvd .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-v52P2zhJvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v52P2zhJvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v52P2zhJvd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v52P2zhJvd .navbar {
    min-height: 72px;
  }
  .cid-v52P2zhJvd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v52P2zhJvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v52P2zhJvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v52P2zhJvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v52P2zhJvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v52P2zhJvd .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-v52P2zhJvd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v52P2zhJvd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v52P2zhJvd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v52P2zhJvd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v52P2zhJvd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v52P2zhJvd .dropdown-item.active,
.cid-v52P2zhJvd .dropdown-item:active {
  background-color: transparent;
}
.cid-v52P2zhJvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v52P2zhJvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v52P2zhJvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v52P2zhJvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v52P2zhJvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v52P2zhJvd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v52P2zhJvd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v52P2zhJvd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v52P2zhJvd .navbar-buttons {
    text-align: left;
  }
}
.cid-v52P2zhJvd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v52P2zhJvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v52P2zhJvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v52P2zhJvd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52P2zhJvd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v52P2zhJvd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v52P2zhJvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52P2zhJvd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v52P2zhJvd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v52P2zhJvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v52P2zhJvd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v52P2zhJvd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v52P2zhJvd .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-v52P2zhJvd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v52P2zhJvd .navbar {
    height: 70px;
  }
  .cid-v52P2zhJvd .navbar.opened {
    height: auto;
  }
  .cid-v52P2zhJvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v52P2zhJvd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v52P2zhJvd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v52P2zhJvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v52P2zhJvd .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-v52P2zhJvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v52P2zhJvd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v52P2zhJvd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v52P2zhJvd .navbar-brand {
    margin-right: auto;
  }
  .cid-v52P2zhJvd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v52P2zhJvd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v52P2zhJvd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v52P2zhJvd .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-v52P2zhJvd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v52P2zhJvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v52P2zhJvd .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-v52P2zhJvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v52P2zhJvd .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-v52P2zhJvd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v52P2zhJvd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v537InI1Tw {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v537InI1Tw .mbr-text {
  color: #000000;
}
.cid-v537InI1Tw .mbr-section-subtitle {
  color: #000000;
}
.cid-v537InI1Tw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v537InI1Tw .mbr-text,
.cid-v537InI1Tw .item .mbr-section-btn {
  text-align: left;
}
.cid-v537InI1Tw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v537InI1Tw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v537InI1Tw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v52P2AJasP .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v52P2AJasP .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v52P2AJasP .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v52P2AJasP .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v52P2AJasP .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v52P2AJasP .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v52P2AJasP .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v52P2AJasP .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v52P2AJasP .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v52P2AJasP .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v52P2AJasP .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v52P2AJasP .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v52P2AJasP .cta-title {
    font-size: 30px;
  }
  .cid-v52P2AJasP .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v52P2B9ao3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v52P2B9ao3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52P2B9ao3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v52P2B9ao3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v52P2B9ao3 .footer-col {
    flex-direction: column;
  }
}
.cid-v52P2B9ao3 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v52P2B9ao3 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v52P2B9ao3 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v52P2B9ao3 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v52P2B9ao3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v52P2B9ao3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v52P2B9ao3 .soc-item {
  margin: 8px;
}
.cid-v52P2B9ao3 .soc-item a:hover .mbr-iconfont,
.cid-v52P2B9ao3 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v52P2B9ao3 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v52P2B9ao3 .row {
    text-align: center;
  }
  .cid-v52P2B9ao3 .social-row {
    justify-content: center;
  }
}
.cid-v52P2B9ao3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v52P2B9ao3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v52P2B9ao3 .list {
    margin-bottom: 0rem;
  }
}
.cid-v52P2B9ao3 .mbr-text {
  color: #bbbbbb;
}
.cid-v52P2B9ao3 .mbr-section-subtitle {
  color: #000000;
}
.cid-v52P2B9ao3 .list,
.cid-v52P2B9ao3 .item-wrap {
  color: #232323;
}
.cid-v52P2B9ao3 .copyright {
  color: #000000;
}
.cid-v539mNueoj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v539mNueoj .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-v539mNueoj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v539mNueoj .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-v539mNueoj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v539mNueoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v539mNueoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v539mNueoj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v539mNueoj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v539mNueoj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v539mNueoj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v539mNueoj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v539mNueoj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v539mNueoj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v539mNueoj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v539mNueoj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v539mNueoj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v539mNueoj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v539mNueoj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v539mNueoj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v539mNueoj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v539mNueoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v539mNueoj .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v539mNueoj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v539mNueoj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v539mNueoj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v539mNueoj .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: #ffffff;
}
.cid-v539mNueoj .nav-item:focus,
.cid-v539mNueoj .nav-link:focus {
  outline: none;
}
.cid-v539mNueoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v539mNueoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v539mNueoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v539mNueoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v539mNueoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v539mNueoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v539mNueoj .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-v539mNueoj .navbar.opened {
  transition: all 0.3s;
}
.cid-v539mNueoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v539mNueoj .navbar .navbar-logo img {
  width: auto;
}
.cid-v539mNueoj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v539mNueoj .navbar.collapsed {
  justify-content: center;
}
.cid-v539mNueoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v539mNueoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v539mNueoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v539mNueoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v539mNueoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v539mNueoj .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-v539mNueoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v539mNueoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v539mNueoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v539mNueoj .navbar {
    min-height: 72px;
  }
  .cid-v539mNueoj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v539mNueoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v539mNueoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v539mNueoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v539mNueoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v539mNueoj .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-v539mNueoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v539mNueoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v539mNueoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v539mNueoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v539mNueoj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v539mNueoj .dropdown-item.active,
.cid-v539mNueoj .dropdown-item:active {
  background-color: transparent;
}
.cid-v539mNueoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v539mNueoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v539mNueoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v539mNueoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v539mNueoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v539mNueoj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v539mNueoj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v539mNueoj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v539mNueoj .navbar-buttons {
    text-align: left;
  }
}
.cid-v539mNueoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v539mNueoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v539mNueoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v539mNueoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v539mNueoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v539mNueoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v539mNueoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v539mNueoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v539mNueoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v539mNueoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v539mNueoj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v539mNueoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v539mNueoj .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-v539mNueoj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v539mNueoj .navbar {
    height: 70px;
  }
  .cid-v539mNueoj .navbar.opened {
    height: auto;
  }
  .cid-v539mNueoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v539mNueoj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v539mNueoj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v539mNueoj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v539mNueoj .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-v539mNueoj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v539mNueoj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v539mNueoj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v539mNueoj .navbar-brand {
    margin-right: auto;
  }
  .cid-v539mNueoj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v539mNueoj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v539mNueoj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v539mNueoj .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-v539mNueoj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v539mNueoj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v539mNueoj .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-v539mNueoj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v539mNueoj .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-v539mNueoj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v539mNueoj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v539mOvn6Q .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v539mOvn6Q .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v539mOvn6Q .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v539mOvn6Q .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v539mOvn6Q .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v539mOvn6Q .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v539mOvn6Q .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v539mOvn6Q .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v539mOvn6Q .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v539mOvn6Q .tm-alt-wrapper ul,
.cid-v539mOvn6Q .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v539mOvn6Q .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v539mOvn6Q .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v539mOvn6Q .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v539mOvn6Q .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v539mOvn6Q .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v539mOvn6Q .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v539mOvn6Q .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v539mOvn6Q .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v539mOvn6Q .pros,
.cid-v539mOvn6Q .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v539mOvn6Q .pros h4 {
  color: #27ae60;
}
.cid-v539mOvn6Q .cons h4 {
  color: #e74c3c;
}
.cid-v539mOvn6Q .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v539mOvn6Q .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v539mOvn6Q .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v539mOvn6Q .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v539mOvn6Q .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v539mOvn6Q .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v539mOvn6Q .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v539mOvn6Q .faq-section {
  margin: 35px 0;
}
.cid-v539mOvn6Q .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v539mOvn6Q .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v539mOvn6Q .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v539mOvn6Q .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v539mOvn6Q .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v539mOvn6Q .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v539mOvn6Q .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v539mOvn6Q .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v539mOvn6Q .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v539mOvn6Q .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v539mOvn6Q .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v539mOvn6Q .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v539mOvn6Q .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v539mOvn6Q .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v539mOvn6Q .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v539mOvn6Q .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v539mOvn6Q .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v539mOvn6Q .tool-section {
    padding: 20px;
  }
  .cid-v539mOvn6Q .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v539mOvn6Q .cta-section,
  .cid-v539mOvn6Q .final-cta {
    padding: 25px;
  }
  .cid-v539mOvn6Q .table-wrapper {
    border-radius: 8px;
  }
  .cid-v539mOvn6Q .table-wrapper th,
  .cid-v539mOvn6Q .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v539mOvn6Q .faq-question {
    font-size: 1.1rem;
  }
  .cid-v539mOvn6Q .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v539mOvn6Q .recommendation-box {
    padding: 20px;
  }
  .cid-v539mOvn6Q .final-cta {
    padding: 30px 20px;
  }
  .cid-v539mOvn6Q .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v539mOvn6Q .final-cta p {
    font-size: 1rem;
  }
}
.cid-v539mPBDHy .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v539mPBDHy .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v539mPBDHy .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v539mPBDHy .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v539mPBDHy .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v539mPBDHy .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v539mPBDHy .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v539mPBDHy .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v539mPBDHy .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v539mPBDHy .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v539mPBDHy .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v539mPBDHy .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v539mPBDHy .cta-title {
    font-size: 30px;
  }
  .cid-v539mPBDHy .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v539mQ68GY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v539mQ68GY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v539mQ68GY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v539mQ68GY .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v539mQ68GY .footer-col {
    flex-direction: column;
  }
}
.cid-v539mQ68GY .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v539mQ68GY .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v539mQ68GY .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v539mQ68GY .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v539mQ68GY .mbr-section-btn {
    text-align: center;
  }
}
.cid-v539mQ68GY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v539mQ68GY .soc-item {
  margin: 8px;
}
.cid-v539mQ68GY .soc-item a:hover .mbr-iconfont,
.cid-v539mQ68GY .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v539mQ68GY .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v539mQ68GY .row {
    text-align: center;
  }
  .cid-v539mQ68GY .social-row {
    justify-content: center;
  }
}
.cid-v539mQ68GY .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v539mQ68GY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v539mQ68GY .list {
    margin-bottom: 0rem;
  }
}
.cid-v539mQ68GY .mbr-text {
  color: #bbbbbb;
}
.cid-v539mQ68GY .mbr-section-subtitle {
  color: #000000;
}
.cid-v539mQ68GY .list,
.cid-v539mQ68GY .item-wrap {
  color: #232323;
}
.cid-v539mQ68GY .copyright {
  color: #000000;
}
.cid-v53eGxGTbQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53eGxGTbQ .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-v53eGxGTbQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53eGxGTbQ .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-v53eGxGTbQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53eGxGTbQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53eGxGTbQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53eGxGTbQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53eGxGTbQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53eGxGTbQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53eGxGTbQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53eGxGTbQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53eGxGTbQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53eGxGTbQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53eGxGTbQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53eGxGTbQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53eGxGTbQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53eGxGTbQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53eGxGTbQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53eGxGTbQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53eGxGTbQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53eGxGTbQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53eGxGTbQ .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53eGxGTbQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53eGxGTbQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53eGxGTbQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53eGxGTbQ .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: #ffffff;
}
.cid-v53eGxGTbQ .nav-item:focus,
.cid-v53eGxGTbQ .nav-link:focus {
  outline: none;
}
.cid-v53eGxGTbQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53eGxGTbQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53eGxGTbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53eGxGTbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53eGxGTbQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53eGxGTbQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53eGxGTbQ .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-v53eGxGTbQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v53eGxGTbQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53eGxGTbQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v53eGxGTbQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53eGxGTbQ .navbar.collapsed {
  justify-content: center;
}
.cid-v53eGxGTbQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53eGxGTbQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53eGxGTbQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53eGxGTbQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53eGxGTbQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53eGxGTbQ .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-v53eGxGTbQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53eGxGTbQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53eGxGTbQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53eGxGTbQ .navbar {
    min-height: 72px;
  }
  .cid-v53eGxGTbQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53eGxGTbQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53eGxGTbQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53eGxGTbQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53eGxGTbQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53eGxGTbQ .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-v53eGxGTbQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53eGxGTbQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53eGxGTbQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53eGxGTbQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53eGxGTbQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53eGxGTbQ .dropdown-item.active,
.cid-v53eGxGTbQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v53eGxGTbQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53eGxGTbQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53eGxGTbQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53eGxGTbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53eGxGTbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53eGxGTbQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53eGxGTbQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53eGxGTbQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53eGxGTbQ .navbar-buttons {
    text-align: left;
  }
}
.cid-v53eGxGTbQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53eGxGTbQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53eGxGTbQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53eGxGTbQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53eGxGTbQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53eGxGTbQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53eGxGTbQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53eGxGTbQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53eGxGTbQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53eGxGTbQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53eGxGTbQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53eGxGTbQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53eGxGTbQ .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-v53eGxGTbQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53eGxGTbQ .navbar {
    height: 70px;
  }
  .cid-v53eGxGTbQ .navbar.opened {
    height: auto;
  }
  .cid-v53eGxGTbQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53eGxGTbQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53eGxGTbQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53eGxGTbQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53eGxGTbQ .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-v53eGxGTbQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53eGxGTbQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53eGxGTbQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53eGxGTbQ .navbar-brand {
    margin-right: auto;
  }
  .cid-v53eGxGTbQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53eGxGTbQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53eGxGTbQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53eGxGTbQ .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-v53eGxGTbQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53eGxGTbQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53eGxGTbQ .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-v53eGxGTbQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53eGxGTbQ .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-v53eGxGTbQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53eGxGTbQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53eGyEvGa .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53eGyEvGa .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53eGyEvGa .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53eGyEvGa .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53eGyEvGa .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53eGyEvGa .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53eGyEvGa .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53eGyEvGa .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53eGyEvGa .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53eGyEvGa .tm-alt-wrapper ul,
.cid-v53eGyEvGa .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53eGyEvGa .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53eGyEvGa .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53eGyEvGa .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53eGyEvGa .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53eGyEvGa .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53eGyEvGa .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53eGyEvGa .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53eGyEvGa .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53eGyEvGa .pros,
.cid-v53eGyEvGa .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53eGyEvGa .pros h4 {
  color: #27ae60;
}
.cid-v53eGyEvGa .cons h4 {
  color: #e74c3c;
}
.cid-v53eGyEvGa .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53eGyEvGa .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53eGyEvGa .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53eGyEvGa .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53eGyEvGa .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53eGyEvGa .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53eGyEvGa .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53eGyEvGa .faq-section {
  margin: 35px 0;
}
.cid-v53eGyEvGa .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53eGyEvGa .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53eGyEvGa .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53eGyEvGa .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53eGyEvGa .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53eGyEvGa .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53eGyEvGa .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53eGyEvGa .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53eGyEvGa .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53eGyEvGa .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53eGyEvGa .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53eGyEvGa .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53eGyEvGa .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53eGyEvGa .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53eGyEvGa .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53eGyEvGa .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53eGyEvGa .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53eGyEvGa .tool-section {
    padding: 20px;
  }
  .cid-v53eGyEvGa .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53eGyEvGa .cta-section,
  .cid-v53eGyEvGa .final-cta {
    padding: 25px;
  }
  .cid-v53eGyEvGa .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53eGyEvGa .table-wrapper th,
  .cid-v53eGyEvGa .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53eGyEvGa .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53eGyEvGa .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53eGyEvGa .recommendation-box {
    padding: 20px;
  }
  .cid-v53eGyEvGa .final-cta {
    padding: 30px 20px;
  }
  .cid-v53eGyEvGa .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53eGyEvGa .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53eGzJw70 .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53eGzJw70 .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53eGzJw70 .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53eGzJw70 .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53eGzJw70 .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53eGzJw70 .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53eGzJw70 .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53eGzJw70 .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53eGzJw70 .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53eGzJw70 .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53eGzJw70 .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53eGzJw70 .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53eGzJw70 .cta-title {
    font-size: 30px;
  }
  .cid-v53eGzJw70 .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53eGAdglN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53eGAdglN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53eGAdglN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53eGAdglN .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53eGAdglN .footer-col {
    flex-direction: column;
  }
}
.cid-v53eGAdglN .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53eGAdglN .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53eGAdglN .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53eGAdglN .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53eGAdglN .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53eGAdglN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53eGAdglN .soc-item {
  margin: 8px;
}
.cid-v53eGAdglN .soc-item a:hover .mbr-iconfont,
.cid-v53eGAdglN .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53eGAdglN .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53eGAdglN .row {
    text-align: center;
  }
  .cid-v53eGAdglN .social-row {
    justify-content: center;
  }
}
.cid-v53eGAdglN .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53eGAdglN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53eGAdglN .list {
    margin-bottom: 0rem;
  }
}
.cid-v53eGAdglN .mbr-text {
  color: #bbbbbb;
}
.cid-v53eGAdglN .mbr-section-subtitle {
  color: #000000;
}
.cid-v53eGAdglN .list,
.cid-v53eGAdglN .item-wrap {
  color: #232323;
}
.cid-v53eGAdglN .copyright {
  color: #000000;
}
.cid-v53hnO7acg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53hnO7acg .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-v53hnO7acg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53hnO7acg .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-v53hnO7acg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53hnO7acg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53hnO7acg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53hnO7acg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53hnO7acg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53hnO7acg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53hnO7acg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53hnO7acg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53hnO7acg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53hnO7acg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53hnO7acg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53hnO7acg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53hnO7acg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53hnO7acg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53hnO7acg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53hnO7acg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53hnO7acg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53hnO7acg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53hnO7acg .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53hnO7acg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53hnO7acg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53hnO7acg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53hnO7acg .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: #ffffff;
}
.cid-v53hnO7acg .nav-item:focus,
.cid-v53hnO7acg .nav-link:focus {
  outline: none;
}
.cid-v53hnO7acg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53hnO7acg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53hnO7acg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53hnO7acg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53hnO7acg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53hnO7acg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53hnO7acg .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-v53hnO7acg .navbar.opened {
  transition: all 0.3s;
}
.cid-v53hnO7acg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53hnO7acg .navbar .navbar-logo img {
  width: auto;
}
.cid-v53hnO7acg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53hnO7acg .navbar.collapsed {
  justify-content: center;
}
.cid-v53hnO7acg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53hnO7acg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53hnO7acg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53hnO7acg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53hnO7acg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53hnO7acg .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-v53hnO7acg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53hnO7acg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53hnO7acg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53hnO7acg .navbar {
    min-height: 72px;
  }
  .cid-v53hnO7acg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53hnO7acg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53hnO7acg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53hnO7acg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53hnO7acg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53hnO7acg .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-v53hnO7acg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53hnO7acg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53hnO7acg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53hnO7acg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53hnO7acg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53hnO7acg .dropdown-item.active,
.cid-v53hnO7acg .dropdown-item:active {
  background-color: transparent;
}
.cid-v53hnO7acg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53hnO7acg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53hnO7acg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53hnO7acg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53hnO7acg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53hnO7acg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53hnO7acg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53hnO7acg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53hnO7acg .navbar-buttons {
    text-align: left;
  }
}
.cid-v53hnO7acg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53hnO7acg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53hnO7acg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53hnO7acg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53hnO7acg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53hnO7acg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53hnO7acg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53hnO7acg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53hnO7acg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53hnO7acg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53hnO7acg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53hnO7acg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53hnO7acg .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-v53hnO7acg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53hnO7acg .navbar {
    height: 70px;
  }
  .cid-v53hnO7acg .navbar.opened {
    height: auto;
  }
  .cid-v53hnO7acg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53hnO7acg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53hnO7acg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53hnO7acg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53hnO7acg .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-v53hnO7acg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53hnO7acg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53hnO7acg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53hnO7acg .navbar-brand {
    margin-right: auto;
  }
  .cid-v53hnO7acg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53hnO7acg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53hnO7acg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53hnO7acg .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-v53hnO7acg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53hnO7acg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53hnO7acg .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-v53hnO7acg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53hnO7acg .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-v53hnO7acg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53hnO7acg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53hnPc7kc .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53hnPc7kc .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53hnPc7kc .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53hnPc7kc .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53hnPc7kc .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53hnPc7kc .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53hnPc7kc .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53hnPc7kc .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53hnPc7kc .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53hnPc7kc .tm-alt-wrapper ul,
.cid-v53hnPc7kc .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53hnPc7kc .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53hnPc7kc .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53hnPc7kc .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53hnPc7kc .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53hnPc7kc .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53hnPc7kc .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53hnPc7kc .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53hnPc7kc .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53hnPc7kc .pros,
.cid-v53hnPc7kc .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53hnPc7kc .pros h4 {
  color: #27ae60;
}
.cid-v53hnPc7kc .cons h4 {
  color: #e74c3c;
}
.cid-v53hnPc7kc .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53hnPc7kc .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53hnPc7kc .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53hnPc7kc .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53hnPc7kc .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53hnPc7kc .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53hnPc7kc .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53hnPc7kc .faq-section {
  margin: 35px 0;
}
.cid-v53hnPc7kc .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53hnPc7kc .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53hnPc7kc .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53hnPc7kc .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53hnPc7kc .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53hnPc7kc .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53hnPc7kc .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53hnPc7kc .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53hnPc7kc .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53hnPc7kc .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53hnPc7kc .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53hnPc7kc .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53hnPc7kc .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53hnPc7kc .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53hnPc7kc .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53hnPc7kc .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53hnPc7kc .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53hnPc7kc .tool-section {
    padding: 20px;
  }
  .cid-v53hnPc7kc .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53hnPc7kc .cta-section,
  .cid-v53hnPc7kc .final-cta {
    padding: 25px;
  }
  .cid-v53hnPc7kc .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53hnPc7kc .table-wrapper th,
  .cid-v53hnPc7kc .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53hnPc7kc .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53hnPc7kc .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53hnPc7kc .recommendation-box {
    padding: 20px;
  }
  .cid-v53hnPc7kc .final-cta {
    padding: 30px 20px;
  }
  .cid-v53hnPc7kc .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53hnPc7kc .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53hnQdvdh .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53hnQdvdh .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53hnQdvdh .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53hnQdvdh .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53hnQdvdh .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53hnQdvdh .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53hnQdvdh .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53hnQdvdh .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53hnQdvdh .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53hnQdvdh .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53hnQdvdh .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53hnQdvdh .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53hnQdvdh .cta-title {
    font-size: 30px;
  }
  .cid-v53hnQdvdh .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53hnQJvIi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53hnQJvIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53hnQJvIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53hnQJvIi .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53hnQJvIi .footer-col {
    flex-direction: column;
  }
}
.cid-v53hnQJvIi .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53hnQJvIi .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53hnQJvIi .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53hnQJvIi .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53hnQJvIi .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53hnQJvIi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53hnQJvIi .soc-item {
  margin: 8px;
}
.cid-v53hnQJvIi .soc-item a:hover .mbr-iconfont,
.cid-v53hnQJvIi .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53hnQJvIi .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53hnQJvIi .row {
    text-align: center;
  }
  .cid-v53hnQJvIi .social-row {
    justify-content: center;
  }
}
.cid-v53hnQJvIi .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53hnQJvIi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53hnQJvIi .list {
    margin-bottom: 0rem;
  }
}
.cid-v53hnQJvIi .mbr-text {
  color: #bbbbbb;
}
.cid-v53hnQJvIi .mbr-section-subtitle {
  color: #000000;
}
.cid-v53hnQJvIi .list,
.cid-v53hnQJvIi .item-wrap {
  color: #232323;
}
.cid-v53hnQJvIi .copyright {
  color: #000000;
}
.cid-v53iGlQsiq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53iGlQsiq .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-v53iGlQsiq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53iGlQsiq .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-v53iGlQsiq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53iGlQsiq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53iGlQsiq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53iGlQsiq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53iGlQsiq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53iGlQsiq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53iGlQsiq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53iGlQsiq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53iGlQsiq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53iGlQsiq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53iGlQsiq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53iGlQsiq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53iGlQsiq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53iGlQsiq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53iGlQsiq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53iGlQsiq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53iGlQsiq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53iGlQsiq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53iGlQsiq .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53iGlQsiq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53iGlQsiq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53iGlQsiq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53iGlQsiq .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: #ffffff;
}
.cid-v53iGlQsiq .nav-item:focus,
.cid-v53iGlQsiq .nav-link:focus {
  outline: none;
}
.cid-v53iGlQsiq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53iGlQsiq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53iGlQsiq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53iGlQsiq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53iGlQsiq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53iGlQsiq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53iGlQsiq .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-v53iGlQsiq .navbar.opened {
  transition: all 0.3s;
}
.cid-v53iGlQsiq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53iGlQsiq .navbar .navbar-logo img {
  width: auto;
}
.cid-v53iGlQsiq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53iGlQsiq .navbar.collapsed {
  justify-content: center;
}
.cid-v53iGlQsiq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53iGlQsiq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53iGlQsiq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53iGlQsiq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53iGlQsiq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53iGlQsiq .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-v53iGlQsiq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53iGlQsiq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53iGlQsiq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53iGlQsiq .navbar {
    min-height: 72px;
  }
  .cid-v53iGlQsiq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53iGlQsiq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53iGlQsiq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53iGlQsiq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53iGlQsiq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53iGlQsiq .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-v53iGlQsiq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53iGlQsiq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53iGlQsiq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53iGlQsiq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53iGlQsiq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53iGlQsiq .dropdown-item.active,
.cid-v53iGlQsiq .dropdown-item:active {
  background-color: transparent;
}
.cid-v53iGlQsiq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53iGlQsiq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53iGlQsiq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53iGlQsiq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53iGlQsiq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53iGlQsiq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53iGlQsiq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53iGlQsiq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53iGlQsiq .navbar-buttons {
    text-align: left;
  }
}
.cid-v53iGlQsiq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53iGlQsiq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53iGlQsiq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53iGlQsiq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53iGlQsiq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53iGlQsiq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53iGlQsiq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53iGlQsiq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53iGlQsiq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53iGlQsiq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53iGlQsiq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53iGlQsiq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53iGlQsiq .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-v53iGlQsiq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53iGlQsiq .navbar {
    height: 70px;
  }
  .cid-v53iGlQsiq .navbar.opened {
    height: auto;
  }
  .cid-v53iGlQsiq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53iGlQsiq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53iGlQsiq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53iGlQsiq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53iGlQsiq .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-v53iGlQsiq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53iGlQsiq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53iGlQsiq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53iGlQsiq .navbar-brand {
    margin-right: auto;
  }
  .cid-v53iGlQsiq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53iGlQsiq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53iGlQsiq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53iGlQsiq .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-v53iGlQsiq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53iGlQsiq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53iGlQsiq .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-v53iGlQsiq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53iGlQsiq .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-v53iGlQsiq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53iGlQsiq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53iGmQSIF .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53iGmQSIF .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53iGmQSIF .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53iGmQSIF .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53iGmQSIF .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53iGmQSIF .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53iGmQSIF .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53iGmQSIF .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53iGmQSIF .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53iGmQSIF .tm-alt-wrapper ul,
.cid-v53iGmQSIF .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53iGmQSIF .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53iGmQSIF .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53iGmQSIF .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53iGmQSIF .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53iGmQSIF .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53iGmQSIF .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53iGmQSIF .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53iGmQSIF .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53iGmQSIF .pros,
.cid-v53iGmQSIF .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53iGmQSIF .pros h4 {
  color: #27ae60;
}
.cid-v53iGmQSIF .cons h4 {
  color: #e74c3c;
}
.cid-v53iGmQSIF .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53iGmQSIF .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53iGmQSIF .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53iGmQSIF .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53iGmQSIF .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53iGmQSIF .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53iGmQSIF .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53iGmQSIF .faq-section {
  margin: 35px 0;
}
.cid-v53iGmQSIF .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53iGmQSIF .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53iGmQSIF .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53iGmQSIF .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53iGmQSIF .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53iGmQSIF .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53iGmQSIF .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53iGmQSIF .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53iGmQSIF .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53iGmQSIF .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53iGmQSIF .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53iGmQSIF .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53iGmQSIF .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53iGmQSIF .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53iGmQSIF .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53iGmQSIF .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53iGmQSIF .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53iGmQSIF .tool-section {
    padding: 20px;
  }
  .cid-v53iGmQSIF .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53iGmQSIF .cta-section,
  .cid-v53iGmQSIF .final-cta {
    padding: 25px;
  }
  .cid-v53iGmQSIF .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53iGmQSIF .table-wrapper th,
  .cid-v53iGmQSIF .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53iGmQSIF .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53iGmQSIF .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53iGmQSIF .recommendation-box {
    padding: 20px;
  }
  .cid-v53iGmQSIF .final-cta {
    padding: 30px 20px;
  }
  .cid-v53iGmQSIF .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53iGmQSIF .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53iGnTLyB .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53iGnTLyB .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53iGnTLyB .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53iGnTLyB .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53iGnTLyB .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53iGnTLyB .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53iGnTLyB .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53iGnTLyB .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53iGnTLyB .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53iGnTLyB .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53iGnTLyB .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53iGnTLyB .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53iGnTLyB .cta-title {
    font-size: 30px;
  }
  .cid-v53iGnTLyB .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53iGojBIz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53iGojBIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53iGojBIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53iGojBIz .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53iGojBIz .footer-col {
    flex-direction: column;
  }
}
.cid-v53iGojBIz .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53iGojBIz .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53iGojBIz .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53iGojBIz .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53iGojBIz .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53iGojBIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53iGojBIz .soc-item {
  margin: 8px;
}
.cid-v53iGojBIz .soc-item a:hover .mbr-iconfont,
.cid-v53iGojBIz .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53iGojBIz .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53iGojBIz .row {
    text-align: center;
  }
  .cid-v53iGojBIz .social-row {
    justify-content: center;
  }
}
.cid-v53iGojBIz .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53iGojBIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53iGojBIz .list {
    margin-bottom: 0rem;
  }
}
.cid-v53iGojBIz .mbr-text {
  color: #bbbbbb;
}
.cid-v53iGojBIz .mbr-section-subtitle {
  color: #000000;
}
.cid-v53iGojBIz .list,
.cid-v53iGojBIz .item-wrap {
  color: #232323;
}
.cid-v53iGojBIz .copyright {
  color: #000000;
}
.cid-v53ko2oZvC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53ko2oZvC .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-v53ko2oZvC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53ko2oZvC .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-v53ko2oZvC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53ko2oZvC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53ko2oZvC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53ko2oZvC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53ko2oZvC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53ko2oZvC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53ko2oZvC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53ko2oZvC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53ko2oZvC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53ko2oZvC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53ko2oZvC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53ko2oZvC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53ko2oZvC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53ko2oZvC .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53ko2oZvC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53ko2oZvC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53ko2oZvC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53ko2oZvC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53ko2oZvC .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53ko2oZvC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53ko2oZvC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53ko2oZvC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53ko2oZvC .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: #ffffff;
}
.cid-v53ko2oZvC .nav-item:focus,
.cid-v53ko2oZvC .nav-link:focus {
  outline: none;
}
.cid-v53ko2oZvC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53ko2oZvC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53ko2oZvC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53ko2oZvC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53ko2oZvC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53ko2oZvC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53ko2oZvC .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-v53ko2oZvC .navbar.opened {
  transition: all 0.3s;
}
.cid-v53ko2oZvC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53ko2oZvC .navbar .navbar-logo img {
  width: auto;
}
.cid-v53ko2oZvC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53ko2oZvC .navbar.collapsed {
  justify-content: center;
}
.cid-v53ko2oZvC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53ko2oZvC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53ko2oZvC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53ko2oZvC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53ko2oZvC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53ko2oZvC .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-v53ko2oZvC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53ko2oZvC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53ko2oZvC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53ko2oZvC .navbar {
    min-height: 72px;
  }
  .cid-v53ko2oZvC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53ko2oZvC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53ko2oZvC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53ko2oZvC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53ko2oZvC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53ko2oZvC .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-v53ko2oZvC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53ko2oZvC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53ko2oZvC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53ko2oZvC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53ko2oZvC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53ko2oZvC .dropdown-item.active,
.cid-v53ko2oZvC .dropdown-item:active {
  background-color: transparent;
}
.cid-v53ko2oZvC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53ko2oZvC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53ko2oZvC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53ko2oZvC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53ko2oZvC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53ko2oZvC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53ko2oZvC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53ko2oZvC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53ko2oZvC .navbar-buttons {
    text-align: left;
  }
}
.cid-v53ko2oZvC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53ko2oZvC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53ko2oZvC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53ko2oZvC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53ko2oZvC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53ko2oZvC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53ko2oZvC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53ko2oZvC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53ko2oZvC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53ko2oZvC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53ko2oZvC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53ko2oZvC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53ko2oZvC .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-v53ko2oZvC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53ko2oZvC .navbar {
    height: 70px;
  }
  .cid-v53ko2oZvC .navbar.opened {
    height: auto;
  }
  .cid-v53ko2oZvC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53ko2oZvC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53ko2oZvC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53ko2oZvC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53ko2oZvC .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-v53ko2oZvC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53ko2oZvC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53ko2oZvC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53ko2oZvC .navbar-brand {
    margin-right: auto;
  }
  .cid-v53ko2oZvC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53ko2oZvC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53ko2oZvC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53ko2oZvC .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-v53ko2oZvC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53ko2oZvC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53ko2oZvC .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-v53ko2oZvC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53ko2oZvC .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-v53ko2oZvC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53ko2oZvC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53ko3k8jd .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53ko3k8jd .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53ko3k8jd .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53ko3k8jd .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53ko3k8jd .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53ko3k8jd .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53ko3k8jd .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53ko3k8jd .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53ko3k8jd .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53ko3k8jd .tm-alt-wrapper ul,
.cid-v53ko3k8jd .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53ko3k8jd .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53ko3k8jd .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53ko3k8jd .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53ko3k8jd .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53ko3k8jd .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53ko3k8jd .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53ko3k8jd .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53ko3k8jd .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53ko3k8jd .pros,
.cid-v53ko3k8jd .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53ko3k8jd .pros h4 {
  color: #27ae60;
}
.cid-v53ko3k8jd .cons h4 {
  color: #e74c3c;
}
.cid-v53ko3k8jd .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53ko3k8jd .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53ko3k8jd .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53ko3k8jd .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53ko3k8jd .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53ko3k8jd .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53ko3k8jd .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53ko3k8jd .faq-section {
  margin: 35px 0;
}
.cid-v53ko3k8jd .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53ko3k8jd .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53ko3k8jd .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53ko3k8jd .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53ko3k8jd .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53ko3k8jd .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53ko3k8jd .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53ko3k8jd .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53ko3k8jd .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53ko3k8jd .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53ko3k8jd .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53ko3k8jd .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53ko3k8jd .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53ko3k8jd .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53ko3k8jd .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53ko3k8jd .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53ko3k8jd .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53ko3k8jd .tool-section {
    padding: 20px;
  }
  .cid-v53ko3k8jd .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53ko3k8jd .cta-section,
  .cid-v53ko3k8jd .final-cta {
    padding: 25px;
  }
  .cid-v53ko3k8jd .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53ko3k8jd .table-wrapper th,
  .cid-v53ko3k8jd .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53ko3k8jd .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53ko3k8jd .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53ko3k8jd .recommendation-box {
    padding: 20px;
  }
  .cid-v53ko3k8jd .final-cta {
    padding: 30px 20px;
  }
  .cid-v53ko3k8jd .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53ko3k8jd .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53ko4pYZF .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53ko4pYZF .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53ko4pYZF .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53ko4pYZF .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53ko4pYZF .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53ko4pYZF .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53ko4pYZF .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53ko4pYZF .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53ko4pYZF .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53ko4pYZF .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53ko4pYZF .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53ko4pYZF .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53ko4pYZF .cta-title {
    font-size: 30px;
  }
  .cid-v53ko4pYZF .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53ko4Nwz1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53ko4Nwz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53ko4Nwz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53ko4Nwz1 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53ko4Nwz1 .footer-col {
    flex-direction: column;
  }
}
.cid-v53ko4Nwz1 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53ko4Nwz1 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53ko4Nwz1 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53ko4Nwz1 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53ko4Nwz1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53ko4Nwz1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53ko4Nwz1 .soc-item {
  margin: 8px;
}
.cid-v53ko4Nwz1 .soc-item a:hover .mbr-iconfont,
.cid-v53ko4Nwz1 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53ko4Nwz1 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53ko4Nwz1 .row {
    text-align: center;
  }
  .cid-v53ko4Nwz1 .social-row {
    justify-content: center;
  }
}
.cid-v53ko4Nwz1 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53ko4Nwz1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53ko4Nwz1 .list {
    margin-bottom: 0rem;
  }
}
.cid-v53ko4Nwz1 .mbr-text {
  color: #bbbbbb;
}
.cid-v53ko4Nwz1 .mbr-section-subtitle {
  color: #000000;
}
.cid-v53ko4Nwz1 .list,
.cid-v53ko4Nwz1 .item-wrap {
  color: #232323;
}
.cid-v53ko4Nwz1 .copyright {
  color: #000000;
}
.cid-v53mwVevfY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53mwVevfY .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-v53mwVevfY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53mwVevfY .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-v53mwVevfY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53mwVevfY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53mwVevfY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53mwVevfY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53mwVevfY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53mwVevfY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53mwVevfY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53mwVevfY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53mwVevfY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53mwVevfY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53mwVevfY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53mwVevfY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53mwVevfY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53mwVevfY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53mwVevfY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53mwVevfY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53mwVevfY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53mwVevfY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53mwVevfY .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53mwVevfY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53mwVevfY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53mwVevfY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53mwVevfY .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: #ffffff;
}
.cid-v53mwVevfY .nav-item:focus,
.cid-v53mwVevfY .nav-link:focus {
  outline: none;
}
.cid-v53mwVevfY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53mwVevfY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53mwVevfY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53mwVevfY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53mwVevfY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53mwVevfY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53mwVevfY .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-v53mwVevfY .navbar.opened {
  transition: all 0.3s;
}
.cid-v53mwVevfY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53mwVevfY .navbar .navbar-logo img {
  width: auto;
}
.cid-v53mwVevfY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53mwVevfY .navbar.collapsed {
  justify-content: center;
}
.cid-v53mwVevfY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53mwVevfY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53mwVevfY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53mwVevfY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53mwVevfY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53mwVevfY .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-v53mwVevfY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53mwVevfY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53mwVevfY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53mwVevfY .navbar {
    min-height: 72px;
  }
  .cid-v53mwVevfY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53mwVevfY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53mwVevfY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53mwVevfY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53mwVevfY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53mwVevfY .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-v53mwVevfY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53mwVevfY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53mwVevfY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53mwVevfY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53mwVevfY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53mwVevfY .dropdown-item.active,
.cid-v53mwVevfY .dropdown-item:active {
  background-color: transparent;
}
.cid-v53mwVevfY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53mwVevfY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53mwVevfY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53mwVevfY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53mwVevfY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53mwVevfY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53mwVevfY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53mwVevfY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53mwVevfY .navbar-buttons {
    text-align: left;
  }
}
.cid-v53mwVevfY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53mwVevfY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53mwVevfY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53mwVevfY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53mwVevfY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53mwVevfY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53mwVevfY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53mwVevfY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53mwVevfY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53mwVevfY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53mwVevfY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53mwVevfY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53mwVevfY .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-v53mwVevfY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53mwVevfY .navbar {
    height: 70px;
  }
  .cid-v53mwVevfY .navbar.opened {
    height: auto;
  }
  .cid-v53mwVevfY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53mwVevfY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53mwVevfY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53mwVevfY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53mwVevfY .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-v53mwVevfY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53mwVevfY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53mwVevfY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53mwVevfY .navbar-brand {
    margin-right: auto;
  }
  .cid-v53mwVevfY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53mwVevfY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53mwVevfY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53mwVevfY .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-v53mwVevfY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53mwVevfY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53mwVevfY .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-v53mwVevfY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53mwVevfY .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-v53mwVevfY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53mwVevfY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53mwYj95j .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53mwYj95j .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53mwYj95j .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53mwYj95j .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53mwYj95j .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53mwYj95j .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53mwYj95j .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53mwYj95j .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53mwYj95j .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53mwYj95j .tm-alt-wrapper ul,
.cid-v53mwYj95j .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53mwYj95j .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53mwYj95j .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53mwYj95j .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53mwYj95j .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53mwYj95j .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53mwYj95j .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53mwYj95j .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53mwYj95j .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53mwYj95j .pros,
.cid-v53mwYj95j .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53mwYj95j .pros h4 {
  color: #27ae60;
}
.cid-v53mwYj95j .cons h4 {
  color: #e74c3c;
}
.cid-v53mwYj95j .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53mwYj95j .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53mwYj95j .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53mwYj95j .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53mwYj95j .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53mwYj95j .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53mwYj95j .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53mwYj95j .faq-section {
  margin: 35px 0;
}
.cid-v53mwYj95j .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53mwYj95j .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53mwYj95j .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53mwYj95j .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53mwYj95j .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53mwYj95j .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53mwYj95j .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53mwYj95j .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53mwYj95j .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53mwYj95j .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53mwYj95j .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53mwYj95j .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53mwYj95j .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53mwYj95j .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53mwYj95j .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53mwYj95j .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53mwYj95j .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53mwYj95j .tool-section {
    padding: 20px;
  }
  .cid-v53mwYj95j .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53mwYj95j .cta-section,
  .cid-v53mwYj95j .final-cta {
    padding: 25px;
  }
  .cid-v53mwYj95j .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53mwYj95j .table-wrapper th,
  .cid-v53mwYj95j .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53mwYj95j .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53mwYj95j .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53mwYj95j .recommendation-box {
    padding: 20px;
  }
  .cid-v53mwYj95j .final-cta {
    padding: 30px 20px;
  }
  .cid-v53mwYj95j .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53mwYj95j .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53mx0aBl7 .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53mx0aBl7 .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53mx0aBl7 .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53mx0aBl7 .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53mx0aBl7 .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53mx0aBl7 .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53mx0aBl7 .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53mx0aBl7 .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53mx0aBl7 .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53mx0aBl7 .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53mx0aBl7 .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53mx0aBl7 .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53mx0aBl7 .cta-title {
    font-size: 30px;
  }
  .cid-v53mx0aBl7 .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53mx0DLCT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53mx0DLCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53mx0DLCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53mx0DLCT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53mx0DLCT .footer-col {
    flex-direction: column;
  }
}
.cid-v53mx0DLCT .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53mx0DLCT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53mx0DLCT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53mx0DLCT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53mx0DLCT .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53mx0DLCT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53mx0DLCT .soc-item {
  margin: 8px;
}
.cid-v53mx0DLCT .soc-item a:hover .mbr-iconfont,
.cid-v53mx0DLCT .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53mx0DLCT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53mx0DLCT .row {
    text-align: center;
  }
  .cid-v53mx0DLCT .social-row {
    justify-content: center;
  }
}
.cid-v53mx0DLCT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53mx0DLCT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53mx0DLCT .list {
    margin-bottom: 0rem;
  }
}
.cid-v53mx0DLCT .mbr-text {
  color: #bbbbbb;
}
.cid-v53mx0DLCT .mbr-section-subtitle {
  color: #000000;
}
.cid-v53mx0DLCT .list,
.cid-v53mx0DLCT .item-wrap {
  color: #232323;
}
.cid-v53mx0DLCT .copyright {
  color: #000000;
}
.cid-v53nMA2sh8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53nMA2sh8 .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-v53nMA2sh8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53nMA2sh8 .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-v53nMA2sh8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53nMA2sh8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53nMA2sh8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53nMA2sh8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53nMA2sh8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53nMA2sh8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53nMA2sh8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53nMA2sh8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53nMA2sh8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53nMA2sh8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53nMA2sh8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53nMA2sh8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53nMA2sh8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53nMA2sh8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53nMA2sh8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53nMA2sh8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53nMA2sh8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53nMA2sh8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53nMA2sh8 .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53nMA2sh8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53nMA2sh8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53nMA2sh8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53nMA2sh8 .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: #ffffff;
}
.cid-v53nMA2sh8 .nav-item:focus,
.cid-v53nMA2sh8 .nav-link:focus {
  outline: none;
}
.cid-v53nMA2sh8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53nMA2sh8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53nMA2sh8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53nMA2sh8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53nMA2sh8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53nMA2sh8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53nMA2sh8 .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-v53nMA2sh8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v53nMA2sh8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53nMA2sh8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v53nMA2sh8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53nMA2sh8 .navbar.collapsed {
  justify-content: center;
}
.cid-v53nMA2sh8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53nMA2sh8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53nMA2sh8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53nMA2sh8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53nMA2sh8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53nMA2sh8 .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-v53nMA2sh8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53nMA2sh8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53nMA2sh8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53nMA2sh8 .navbar {
    min-height: 72px;
  }
  .cid-v53nMA2sh8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53nMA2sh8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53nMA2sh8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53nMA2sh8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53nMA2sh8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53nMA2sh8 .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-v53nMA2sh8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53nMA2sh8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53nMA2sh8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53nMA2sh8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53nMA2sh8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53nMA2sh8 .dropdown-item.active,
.cid-v53nMA2sh8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v53nMA2sh8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53nMA2sh8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53nMA2sh8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53nMA2sh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53nMA2sh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53nMA2sh8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53nMA2sh8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53nMA2sh8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53nMA2sh8 .navbar-buttons {
    text-align: left;
  }
}
.cid-v53nMA2sh8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53nMA2sh8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53nMA2sh8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53nMA2sh8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53nMA2sh8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53nMA2sh8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53nMA2sh8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53nMA2sh8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53nMA2sh8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53nMA2sh8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53nMA2sh8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53nMA2sh8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53nMA2sh8 .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-v53nMA2sh8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53nMA2sh8 .navbar {
    height: 70px;
  }
  .cid-v53nMA2sh8 .navbar.opened {
    height: auto;
  }
  .cid-v53nMA2sh8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53nMA2sh8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53nMA2sh8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53nMA2sh8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53nMA2sh8 .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-v53nMA2sh8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53nMA2sh8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53nMA2sh8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53nMA2sh8 .navbar-brand {
    margin-right: auto;
  }
  .cid-v53nMA2sh8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53nMA2sh8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53nMA2sh8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53nMA2sh8 .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-v53nMA2sh8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53nMA2sh8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53nMA2sh8 .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-v53nMA2sh8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53nMA2sh8 .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-v53nMA2sh8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53nMA2sh8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53nMB0wcf .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53nMB0wcf .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53nMB0wcf .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53nMB0wcf .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53nMB0wcf .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53nMB0wcf .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53nMB0wcf .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53nMB0wcf .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53nMB0wcf .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53nMB0wcf .tm-alt-wrapper ul,
.cid-v53nMB0wcf .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53nMB0wcf .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53nMB0wcf .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53nMB0wcf .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53nMB0wcf .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53nMB0wcf .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53nMB0wcf .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53nMB0wcf .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53nMB0wcf .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53nMB0wcf .pros,
.cid-v53nMB0wcf .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53nMB0wcf .pros h4 {
  color: #27ae60;
}
.cid-v53nMB0wcf .cons h4 {
  color: #e74c3c;
}
.cid-v53nMB0wcf .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53nMB0wcf .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53nMB0wcf .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53nMB0wcf .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53nMB0wcf .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53nMB0wcf .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53nMB0wcf .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53nMB0wcf .faq-section {
  margin: 35px 0;
}
.cid-v53nMB0wcf .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53nMB0wcf .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53nMB0wcf .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53nMB0wcf .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53nMB0wcf .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53nMB0wcf .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53nMB0wcf .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53nMB0wcf .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53nMB0wcf .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53nMB0wcf .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53nMB0wcf .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53nMB0wcf .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53nMB0wcf .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53nMB0wcf .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53nMB0wcf .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53nMB0wcf .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53nMB0wcf .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53nMB0wcf .tool-section {
    padding: 20px;
  }
  .cid-v53nMB0wcf .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53nMB0wcf .cta-section,
  .cid-v53nMB0wcf .final-cta {
    padding: 25px;
  }
  .cid-v53nMB0wcf .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53nMB0wcf .table-wrapper th,
  .cid-v53nMB0wcf .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53nMB0wcf .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53nMB0wcf .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53nMB0wcf .recommendation-box {
    padding: 20px;
  }
  .cid-v53nMB0wcf .final-cta {
    padding: 30px 20px;
  }
  .cid-v53nMB0wcf .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53nMB0wcf .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53nMC6AXH .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53nMC6AXH .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53nMC6AXH .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53nMC6AXH .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53nMC6AXH .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53nMC6AXH .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53nMC6AXH .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53nMC6AXH .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53nMC6AXH .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53nMC6AXH .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53nMC6AXH .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53nMC6AXH .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53nMC6AXH .cta-title {
    font-size: 30px;
  }
  .cid-v53nMC6AXH .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53nMCyXRL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53nMCyXRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53nMCyXRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53nMCyXRL .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53nMCyXRL .footer-col {
    flex-direction: column;
  }
}
.cid-v53nMCyXRL .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53nMCyXRL .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53nMCyXRL .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53nMCyXRL .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53nMCyXRL .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53nMCyXRL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53nMCyXRL .soc-item {
  margin: 8px;
}
.cid-v53nMCyXRL .soc-item a:hover .mbr-iconfont,
.cid-v53nMCyXRL .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53nMCyXRL .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53nMCyXRL .row {
    text-align: center;
  }
  .cid-v53nMCyXRL .social-row {
    justify-content: center;
  }
}
.cid-v53nMCyXRL .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53nMCyXRL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53nMCyXRL .list {
    margin-bottom: 0rem;
  }
}
.cid-v53nMCyXRL .mbr-text {
  color: #bbbbbb;
}
.cid-v53nMCyXRL .mbr-section-subtitle {
  color: #000000;
}
.cid-v53nMCyXRL .list,
.cid-v53nMCyXRL .item-wrap {
  color: #232323;
}
.cid-v53nMCyXRL .copyright {
  color: #000000;
}
.cid-v53oIJq0Fd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53oIJq0Fd .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-v53oIJq0Fd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53oIJq0Fd .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-v53oIJq0Fd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53oIJq0Fd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53oIJq0Fd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53oIJq0Fd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53oIJq0Fd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53oIJq0Fd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53oIJq0Fd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53oIJq0Fd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53oIJq0Fd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53oIJq0Fd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53oIJq0Fd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53oIJq0Fd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53oIJq0Fd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53oIJq0Fd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53oIJq0Fd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53oIJq0Fd .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53oIJq0Fd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53oIJq0Fd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53oIJq0Fd .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53oIJq0Fd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53oIJq0Fd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53oIJq0Fd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53oIJq0Fd .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: #ffffff;
}
.cid-v53oIJq0Fd .nav-item:focus,
.cid-v53oIJq0Fd .nav-link:focus {
  outline: none;
}
.cid-v53oIJq0Fd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53oIJq0Fd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53oIJq0Fd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53oIJq0Fd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53oIJq0Fd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53oIJq0Fd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53oIJq0Fd .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-v53oIJq0Fd .navbar.opened {
  transition: all 0.3s;
}
.cid-v53oIJq0Fd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53oIJq0Fd .navbar .navbar-logo img {
  width: auto;
}
.cid-v53oIJq0Fd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53oIJq0Fd .navbar.collapsed {
  justify-content: center;
}
.cid-v53oIJq0Fd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53oIJq0Fd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53oIJq0Fd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53oIJq0Fd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53oIJq0Fd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53oIJq0Fd .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-v53oIJq0Fd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53oIJq0Fd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53oIJq0Fd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53oIJq0Fd .navbar {
    min-height: 72px;
  }
  .cid-v53oIJq0Fd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53oIJq0Fd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53oIJq0Fd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53oIJq0Fd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53oIJq0Fd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53oIJq0Fd .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-v53oIJq0Fd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53oIJq0Fd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53oIJq0Fd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53oIJq0Fd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53oIJq0Fd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53oIJq0Fd .dropdown-item.active,
.cid-v53oIJq0Fd .dropdown-item:active {
  background-color: transparent;
}
.cid-v53oIJq0Fd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53oIJq0Fd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53oIJq0Fd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53oIJq0Fd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53oIJq0Fd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53oIJq0Fd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53oIJq0Fd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53oIJq0Fd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53oIJq0Fd .navbar-buttons {
    text-align: left;
  }
}
.cid-v53oIJq0Fd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53oIJq0Fd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53oIJq0Fd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53oIJq0Fd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53oIJq0Fd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53oIJq0Fd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53oIJq0Fd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53oIJq0Fd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53oIJq0Fd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53oIJq0Fd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53oIJq0Fd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53oIJq0Fd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53oIJq0Fd .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-v53oIJq0Fd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53oIJq0Fd .navbar {
    height: 70px;
  }
  .cid-v53oIJq0Fd .navbar.opened {
    height: auto;
  }
  .cid-v53oIJq0Fd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53oIJq0Fd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53oIJq0Fd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53oIJq0Fd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53oIJq0Fd .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-v53oIJq0Fd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53oIJq0Fd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53oIJq0Fd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53oIJq0Fd .navbar-brand {
    margin-right: auto;
  }
  .cid-v53oIJq0Fd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53oIJq0Fd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53oIJq0Fd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53oIJq0Fd .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-v53oIJq0Fd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53oIJq0Fd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53oIJq0Fd .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-v53oIJq0Fd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53oIJq0Fd .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-v53oIJq0Fd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53oIJq0Fd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53oIKdIAQ .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53oIKdIAQ .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53oIKdIAQ .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53oIKdIAQ .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53oIKdIAQ .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53oIKdIAQ .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53oIKdIAQ .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53oIKdIAQ .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53oIKdIAQ .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53oIKdIAQ .tm-alt-wrapper ul,
.cid-v53oIKdIAQ .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53oIKdIAQ .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53oIKdIAQ .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53oIKdIAQ .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53oIKdIAQ .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53oIKdIAQ .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53oIKdIAQ .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53oIKdIAQ .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53oIKdIAQ .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53oIKdIAQ .pros,
.cid-v53oIKdIAQ .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53oIKdIAQ .pros h4 {
  color: #27ae60;
}
.cid-v53oIKdIAQ .cons h4 {
  color: #e74c3c;
}
.cid-v53oIKdIAQ .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53oIKdIAQ .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53oIKdIAQ .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53oIKdIAQ .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53oIKdIAQ .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53oIKdIAQ .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53oIKdIAQ .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53oIKdIAQ .faq-section {
  margin: 35px 0;
}
.cid-v53oIKdIAQ .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53oIKdIAQ .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53oIKdIAQ .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53oIKdIAQ .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53oIKdIAQ .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53oIKdIAQ .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53oIKdIAQ .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53oIKdIAQ .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53oIKdIAQ .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53oIKdIAQ .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53oIKdIAQ .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53oIKdIAQ .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53oIKdIAQ .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53oIKdIAQ .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53oIKdIAQ .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53oIKdIAQ .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53oIKdIAQ .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53oIKdIAQ .tool-section {
    padding: 20px;
  }
  .cid-v53oIKdIAQ .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53oIKdIAQ .cta-section,
  .cid-v53oIKdIAQ .final-cta {
    padding: 25px;
  }
  .cid-v53oIKdIAQ .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53oIKdIAQ .table-wrapper th,
  .cid-v53oIKdIAQ .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53oIKdIAQ .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53oIKdIAQ .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53oIKdIAQ .recommendation-box {
    padding: 20px;
  }
  .cid-v53oIKdIAQ .final-cta {
    padding: 30px 20px;
  }
  .cid-v53oIKdIAQ .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53oIKdIAQ .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53oIL5Lp7 .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53oIL5Lp7 .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53oIL5Lp7 .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53oIL5Lp7 .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53oIL5Lp7 .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53oIL5Lp7 .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53oIL5Lp7 .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53oIL5Lp7 .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53oIL5Lp7 .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53oIL5Lp7 .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53oIL5Lp7 .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53oIL5Lp7 .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53oIL5Lp7 .cta-title {
    font-size: 30px;
  }
  .cid-v53oIL5Lp7 .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53oILzsm5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53oILzsm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53oILzsm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53oILzsm5 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53oILzsm5 .footer-col {
    flex-direction: column;
  }
}
.cid-v53oILzsm5 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53oILzsm5 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53oILzsm5 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53oILzsm5 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53oILzsm5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53oILzsm5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53oILzsm5 .soc-item {
  margin: 8px;
}
.cid-v53oILzsm5 .soc-item a:hover .mbr-iconfont,
.cid-v53oILzsm5 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53oILzsm5 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53oILzsm5 .row {
    text-align: center;
  }
  .cid-v53oILzsm5 .social-row {
    justify-content: center;
  }
}
.cid-v53oILzsm5 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53oILzsm5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53oILzsm5 .list {
    margin-bottom: 0rem;
  }
}
.cid-v53oILzsm5 .mbr-text {
  color: #bbbbbb;
}
.cid-v53oILzsm5 .mbr-section-subtitle {
  color: #000000;
}
.cid-v53oILzsm5 .list,
.cid-v53oILzsm5 .item-wrap {
  color: #232323;
}
.cid-v53oILzsm5 .copyright {
  color: #000000;
}
.cid-v53r2oJjGJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53r2oJjGJ .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-v53r2oJjGJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53r2oJjGJ .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-v53r2oJjGJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53r2oJjGJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53r2oJjGJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53r2oJjGJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53r2oJjGJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53r2oJjGJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53r2oJjGJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53r2oJjGJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53r2oJjGJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53r2oJjGJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53r2oJjGJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53r2oJjGJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53r2oJjGJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53r2oJjGJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53r2oJjGJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53r2oJjGJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53r2oJjGJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53r2oJjGJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53r2oJjGJ .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53r2oJjGJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53r2oJjGJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53r2oJjGJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53r2oJjGJ .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: #ffffff;
}
.cid-v53r2oJjGJ .nav-item:focus,
.cid-v53r2oJjGJ .nav-link:focus {
  outline: none;
}
.cid-v53r2oJjGJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53r2oJjGJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53r2oJjGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53r2oJjGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53r2oJjGJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53r2oJjGJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53r2oJjGJ .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-v53r2oJjGJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v53r2oJjGJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53r2oJjGJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v53r2oJjGJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53r2oJjGJ .navbar.collapsed {
  justify-content: center;
}
.cid-v53r2oJjGJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53r2oJjGJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53r2oJjGJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53r2oJjGJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53r2oJjGJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53r2oJjGJ .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-v53r2oJjGJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53r2oJjGJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53r2oJjGJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53r2oJjGJ .navbar {
    min-height: 72px;
  }
  .cid-v53r2oJjGJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53r2oJjGJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53r2oJjGJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53r2oJjGJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53r2oJjGJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53r2oJjGJ .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-v53r2oJjGJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53r2oJjGJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53r2oJjGJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53r2oJjGJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53r2oJjGJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53r2oJjGJ .dropdown-item.active,
.cid-v53r2oJjGJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v53r2oJjGJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53r2oJjGJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53r2oJjGJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53r2oJjGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53r2oJjGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53r2oJjGJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53r2oJjGJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53r2oJjGJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53r2oJjGJ .navbar-buttons {
    text-align: left;
  }
}
.cid-v53r2oJjGJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53r2oJjGJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53r2oJjGJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53r2oJjGJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53r2oJjGJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53r2oJjGJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53r2oJjGJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53r2oJjGJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53r2oJjGJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53r2oJjGJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53r2oJjGJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53r2oJjGJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53r2oJjGJ .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-v53r2oJjGJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53r2oJjGJ .navbar {
    height: 70px;
  }
  .cid-v53r2oJjGJ .navbar.opened {
    height: auto;
  }
  .cid-v53r2oJjGJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53r2oJjGJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53r2oJjGJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53r2oJjGJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53r2oJjGJ .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-v53r2oJjGJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53r2oJjGJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53r2oJjGJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53r2oJjGJ .navbar-brand {
    margin-right: auto;
  }
  .cid-v53r2oJjGJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53r2oJjGJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53r2oJjGJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53r2oJjGJ .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-v53r2oJjGJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53r2oJjGJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53r2oJjGJ .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-v53r2oJjGJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53r2oJjGJ .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-v53r2oJjGJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53r2oJjGJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53r2pF9pf .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53r2pF9pf .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53r2pF9pf .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53r2pF9pf .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53r2pF9pf .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53r2pF9pf .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53r2pF9pf .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53r2pF9pf .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53r2pF9pf .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53r2pF9pf .tm-alt-wrapper ul,
.cid-v53r2pF9pf .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53r2pF9pf .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53r2pF9pf .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53r2pF9pf .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53r2pF9pf .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53r2pF9pf .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53r2pF9pf .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53r2pF9pf .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53r2pF9pf .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53r2pF9pf .pros,
.cid-v53r2pF9pf .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53r2pF9pf .pros h4 {
  color: #27ae60;
}
.cid-v53r2pF9pf .cons h4 {
  color: #e74c3c;
}
.cid-v53r2pF9pf .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53r2pF9pf .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53r2pF9pf .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53r2pF9pf .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53r2pF9pf .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53r2pF9pf .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53r2pF9pf .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53r2pF9pf .faq-section {
  margin: 35px 0;
}
.cid-v53r2pF9pf .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53r2pF9pf .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53r2pF9pf .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53r2pF9pf .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53r2pF9pf .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53r2pF9pf .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53r2pF9pf .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53r2pF9pf .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53r2pF9pf .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53r2pF9pf .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53r2pF9pf .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53r2pF9pf .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53r2pF9pf .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53r2pF9pf .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53r2pF9pf .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53r2pF9pf .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53r2pF9pf .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53r2pF9pf .tool-section {
    padding: 20px;
  }
  .cid-v53r2pF9pf .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53r2pF9pf .cta-section,
  .cid-v53r2pF9pf .final-cta {
    padding: 25px;
  }
  .cid-v53r2pF9pf .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53r2pF9pf .table-wrapper th,
  .cid-v53r2pF9pf .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53r2pF9pf .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53r2pF9pf .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53r2pF9pf .recommendation-box {
    padding: 20px;
  }
  .cid-v53r2pF9pf .final-cta {
    padding: 30px 20px;
  }
  .cid-v53r2pF9pf .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53r2pF9pf .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53r2qLKrt .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53r2qLKrt .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53r2qLKrt .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53r2qLKrt .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53r2qLKrt .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53r2qLKrt .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53r2qLKrt .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53r2qLKrt .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53r2qLKrt .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53r2qLKrt .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53r2qLKrt .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53r2qLKrt .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53r2qLKrt .cta-title {
    font-size: 30px;
  }
  .cid-v53r2qLKrt .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53r2rhrTK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53r2rhrTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53r2rhrTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53r2rhrTK .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53r2rhrTK .footer-col {
    flex-direction: column;
  }
}
.cid-v53r2rhrTK .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53r2rhrTK .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53r2rhrTK .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53r2rhrTK .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53r2rhrTK .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53r2rhrTK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53r2rhrTK .soc-item {
  margin: 8px;
}
.cid-v53r2rhrTK .soc-item a:hover .mbr-iconfont,
.cid-v53r2rhrTK .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53r2rhrTK .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53r2rhrTK .row {
    text-align: center;
  }
  .cid-v53r2rhrTK .social-row {
    justify-content: center;
  }
}
.cid-v53r2rhrTK .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53r2rhrTK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53r2rhrTK .list {
    margin-bottom: 0rem;
  }
}
.cid-v53r2rhrTK .mbr-text {
  color: #bbbbbb;
}
.cid-v53r2rhrTK .mbr-section-subtitle {
  color: #000000;
}
.cid-v53r2rhrTK .list,
.cid-v53r2rhrTK .item-wrap {
  color: #232323;
}
.cid-v53r2rhrTK .copyright {
  color: #000000;
}
.cid-v53tmxn8CV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53tmxn8CV .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-v53tmxn8CV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53tmxn8CV .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-v53tmxn8CV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53tmxn8CV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53tmxn8CV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53tmxn8CV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53tmxn8CV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53tmxn8CV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53tmxn8CV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53tmxn8CV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53tmxn8CV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53tmxn8CV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53tmxn8CV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53tmxn8CV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53tmxn8CV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53tmxn8CV .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53tmxn8CV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53tmxn8CV .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53tmxn8CV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53tmxn8CV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53tmxn8CV .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53tmxn8CV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53tmxn8CV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53tmxn8CV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53tmxn8CV .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: #ffffff;
}
.cid-v53tmxn8CV .nav-item:focus,
.cid-v53tmxn8CV .nav-link:focus {
  outline: none;
}
.cid-v53tmxn8CV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53tmxn8CV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53tmxn8CV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53tmxn8CV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53tmxn8CV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53tmxn8CV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53tmxn8CV .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-v53tmxn8CV .navbar.opened {
  transition: all 0.3s;
}
.cid-v53tmxn8CV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53tmxn8CV .navbar .navbar-logo img {
  width: auto;
}
.cid-v53tmxn8CV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53tmxn8CV .navbar.collapsed {
  justify-content: center;
}
.cid-v53tmxn8CV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53tmxn8CV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53tmxn8CV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53tmxn8CV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53tmxn8CV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53tmxn8CV .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-v53tmxn8CV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53tmxn8CV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53tmxn8CV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53tmxn8CV .navbar {
    min-height: 72px;
  }
  .cid-v53tmxn8CV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53tmxn8CV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53tmxn8CV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53tmxn8CV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53tmxn8CV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53tmxn8CV .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-v53tmxn8CV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53tmxn8CV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53tmxn8CV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53tmxn8CV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53tmxn8CV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53tmxn8CV .dropdown-item.active,
.cid-v53tmxn8CV .dropdown-item:active {
  background-color: transparent;
}
.cid-v53tmxn8CV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53tmxn8CV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53tmxn8CV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53tmxn8CV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53tmxn8CV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53tmxn8CV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53tmxn8CV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53tmxn8CV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53tmxn8CV .navbar-buttons {
    text-align: left;
  }
}
.cid-v53tmxn8CV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53tmxn8CV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53tmxn8CV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53tmxn8CV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53tmxn8CV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53tmxn8CV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53tmxn8CV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53tmxn8CV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53tmxn8CV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53tmxn8CV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53tmxn8CV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53tmxn8CV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53tmxn8CV .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-v53tmxn8CV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53tmxn8CV .navbar {
    height: 70px;
  }
  .cid-v53tmxn8CV .navbar.opened {
    height: auto;
  }
  .cid-v53tmxn8CV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53tmxn8CV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53tmxn8CV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53tmxn8CV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53tmxn8CV .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-v53tmxn8CV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53tmxn8CV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53tmxn8CV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53tmxn8CV .navbar-brand {
    margin-right: auto;
  }
  .cid-v53tmxn8CV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53tmxn8CV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53tmxn8CV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53tmxn8CV .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-v53tmxn8CV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53tmxn8CV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53tmxn8CV .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-v53tmxn8CV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53tmxn8CV .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-v53tmxn8CV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53tmxn8CV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53tmyaA0t .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53tmyaA0t .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53tmyaA0t .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53tmyaA0t .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53tmyaA0t .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53tmyaA0t .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53tmyaA0t .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53tmyaA0t .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53tmyaA0t .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53tmyaA0t .tm-alt-wrapper ul,
.cid-v53tmyaA0t .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53tmyaA0t .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53tmyaA0t .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53tmyaA0t .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53tmyaA0t .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53tmyaA0t .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53tmyaA0t .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53tmyaA0t .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53tmyaA0t .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53tmyaA0t .pros,
.cid-v53tmyaA0t .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53tmyaA0t .pros h4 {
  color: #27ae60;
}
.cid-v53tmyaA0t .cons h4 {
  color: #e74c3c;
}
.cid-v53tmyaA0t .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53tmyaA0t .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53tmyaA0t .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53tmyaA0t .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53tmyaA0t .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53tmyaA0t .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53tmyaA0t .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53tmyaA0t .faq-section {
  margin: 35px 0;
}
.cid-v53tmyaA0t .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53tmyaA0t .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53tmyaA0t .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53tmyaA0t .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53tmyaA0t .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53tmyaA0t .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53tmyaA0t .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53tmyaA0t .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53tmyaA0t .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53tmyaA0t .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53tmyaA0t .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53tmyaA0t .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53tmyaA0t .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53tmyaA0t .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53tmyaA0t .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53tmyaA0t .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53tmyaA0t .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53tmyaA0t .tool-section {
    padding: 20px;
  }
  .cid-v53tmyaA0t .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53tmyaA0t .cta-section,
  .cid-v53tmyaA0t .final-cta {
    padding: 25px;
  }
  .cid-v53tmyaA0t .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53tmyaA0t .table-wrapper th,
  .cid-v53tmyaA0t .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53tmyaA0t .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53tmyaA0t .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53tmyaA0t .recommendation-box {
    padding: 20px;
  }
  .cid-v53tmyaA0t .final-cta {
    padding: 30px 20px;
  }
  .cid-v53tmyaA0t .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53tmyaA0t .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53tmzg1q9 .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53tmzg1q9 .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53tmzg1q9 .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53tmzg1q9 .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53tmzg1q9 .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53tmzg1q9 .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53tmzg1q9 .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53tmzg1q9 .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53tmzg1q9 .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53tmzg1q9 .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53tmzg1q9 .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53tmzg1q9 .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53tmzg1q9 .cta-title {
    font-size: 30px;
  }
  .cid-v53tmzg1q9 .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53tmzPuhD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53tmzPuhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53tmzPuhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53tmzPuhD .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53tmzPuhD .footer-col {
    flex-direction: column;
  }
}
.cid-v53tmzPuhD .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53tmzPuhD .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53tmzPuhD .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53tmzPuhD .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53tmzPuhD .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53tmzPuhD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53tmzPuhD .soc-item {
  margin: 8px;
}
.cid-v53tmzPuhD .soc-item a:hover .mbr-iconfont,
.cid-v53tmzPuhD .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53tmzPuhD .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53tmzPuhD .row {
    text-align: center;
  }
  .cid-v53tmzPuhD .social-row {
    justify-content: center;
  }
}
.cid-v53tmzPuhD .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53tmzPuhD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53tmzPuhD .list {
    margin-bottom: 0rem;
  }
}
.cid-v53tmzPuhD .mbr-text {
  color: #bbbbbb;
}
.cid-v53tmzPuhD .mbr-section-subtitle {
  color: #000000;
}
.cid-v53tmzPuhD .list,
.cid-v53tmzPuhD .item-wrap {
  color: #232323;
}
.cid-v53tmzPuhD .copyright {
  color: #000000;
}
.cid-v53umnorwp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53umnorwp .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-v53umnorwp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53umnorwp .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-v53umnorwp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53umnorwp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53umnorwp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53umnorwp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53umnorwp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53umnorwp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53umnorwp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53umnorwp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53umnorwp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53umnorwp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53umnorwp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53umnorwp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53umnorwp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53umnorwp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53umnorwp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53umnorwp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53umnorwp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53umnorwp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53umnorwp .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53umnorwp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53umnorwp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53umnorwp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53umnorwp .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: #ffffff;
}
.cid-v53umnorwp .nav-item:focus,
.cid-v53umnorwp .nav-link:focus {
  outline: none;
}
.cid-v53umnorwp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53umnorwp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53umnorwp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53umnorwp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53umnorwp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53umnorwp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53umnorwp .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-v53umnorwp .navbar.opened {
  transition: all 0.3s;
}
.cid-v53umnorwp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53umnorwp .navbar .navbar-logo img {
  width: auto;
}
.cid-v53umnorwp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53umnorwp .navbar.collapsed {
  justify-content: center;
}
.cid-v53umnorwp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53umnorwp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53umnorwp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53umnorwp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53umnorwp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53umnorwp .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-v53umnorwp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53umnorwp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53umnorwp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53umnorwp .navbar {
    min-height: 72px;
  }
  .cid-v53umnorwp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53umnorwp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53umnorwp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53umnorwp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53umnorwp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53umnorwp .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-v53umnorwp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53umnorwp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53umnorwp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53umnorwp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53umnorwp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53umnorwp .dropdown-item.active,
.cid-v53umnorwp .dropdown-item:active {
  background-color: transparent;
}
.cid-v53umnorwp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53umnorwp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53umnorwp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53umnorwp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53umnorwp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53umnorwp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53umnorwp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53umnorwp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53umnorwp .navbar-buttons {
    text-align: left;
  }
}
.cid-v53umnorwp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53umnorwp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53umnorwp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53umnorwp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53umnorwp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53umnorwp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53umnorwp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53umnorwp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53umnorwp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53umnorwp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53umnorwp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53umnorwp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53umnorwp .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-v53umnorwp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53umnorwp .navbar {
    height: 70px;
  }
  .cid-v53umnorwp .navbar.opened {
    height: auto;
  }
  .cid-v53umnorwp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53umnorwp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53umnorwp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53umnorwp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53umnorwp .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-v53umnorwp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53umnorwp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53umnorwp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53umnorwp .navbar-brand {
    margin-right: auto;
  }
  .cid-v53umnorwp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53umnorwp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53umnorwp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53umnorwp .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-v53umnorwp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53umnorwp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53umnorwp .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-v53umnorwp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53umnorwp .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-v53umnorwp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53umnorwp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53umoWDB2 .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53umoWDB2 .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53umoWDB2 .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53umoWDB2 .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53umoWDB2 .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53umoWDB2 .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53umoWDB2 .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53umoWDB2 .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53umoWDB2 .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53umoWDB2 .tm-alt-wrapper ul,
.cid-v53umoWDB2 .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53umoWDB2 .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53umoWDB2 .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53umoWDB2 .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53umoWDB2 .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53umoWDB2 .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53umoWDB2 .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53umoWDB2 .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53umoWDB2 .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53umoWDB2 .pros,
.cid-v53umoWDB2 .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53umoWDB2 .pros h4 {
  color: #27ae60;
}
.cid-v53umoWDB2 .cons h4 {
  color: #e74c3c;
}
.cid-v53umoWDB2 .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53umoWDB2 .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53umoWDB2 .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53umoWDB2 .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53umoWDB2 .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53umoWDB2 .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53umoWDB2 .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53umoWDB2 .faq-section {
  margin: 35px 0;
}
.cid-v53umoWDB2 .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53umoWDB2 .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53umoWDB2 .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53umoWDB2 .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53umoWDB2 .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53umoWDB2 .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53umoWDB2 .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53umoWDB2 .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53umoWDB2 .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53umoWDB2 .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53umoWDB2 .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53umoWDB2 .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53umoWDB2 .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53umoWDB2 .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53umoWDB2 .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53umoWDB2 .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53umoWDB2 .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53umoWDB2 .tool-section {
    padding: 20px;
  }
  .cid-v53umoWDB2 .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53umoWDB2 .cta-section,
  .cid-v53umoWDB2 .final-cta {
    padding: 25px;
  }
  .cid-v53umoWDB2 .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53umoWDB2 .table-wrapper th,
  .cid-v53umoWDB2 .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53umoWDB2 .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53umoWDB2 .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53umoWDB2 .recommendation-box {
    padding: 20px;
  }
  .cid-v53umoWDB2 .final-cta {
    padding: 30px 20px;
  }
  .cid-v53umoWDB2 .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53umoWDB2 .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53umq8jSk .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53umq8jSk .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53umq8jSk .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53umq8jSk .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53umq8jSk .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53umq8jSk .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53umq8jSk .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53umq8jSk .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53umq8jSk .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53umq8jSk .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53umq8jSk .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53umq8jSk .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53umq8jSk .cta-title {
    font-size: 30px;
  }
  .cid-v53umq8jSk .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53umqx7u9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53umqx7u9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53umqx7u9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53umqx7u9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53umqx7u9 .footer-col {
    flex-direction: column;
  }
}
.cid-v53umqx7u9 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53umqx7u9 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53umqx7u9 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53umqx7u9 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53umqx7u9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53umqx7u9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53umqx7u9 .soc-item {
  margin: 8px;
}
.cid-v53umqx7u9 .soc-item a:hover .mbr-iconfont,
.cid-v53umqx7u9 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53umqx7u9 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53umqx7u9 .row {
    text-align: center;
  }
  .cid-v53umqx7u9 .social-row {
    justify-content: center;
  }
}
.cid-v53umqx7u9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53umqx7u9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53umqx7u9 .list {
    margin-bottom: 0rem;
  }
}
.cid-v53umqx7u9 .mbr-text {
  color: #bbbbbb;
}
.cid-v53umqx7u9 .mbr-section-subtitle {
  color: #000000;
}
.cid-v53umqx7u9 .list,
.cid-v53umqx7u9 .item-wrap {
  color: #232323;
}
.cid-v53umqx7u9 .copyright {
  color: #000000;
}
.cid-v53zJnysUl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53zJnysUl .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-v53zJnysUl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53zJnysUl .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-v53zJnysUl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53zJnysUl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53zJnysUl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53zJnysUl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53zJnysUl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53zJnysUl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53zJnysUl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53zJnysUl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53zJnysUl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53zJnysUl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53zJnysUl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53zJnysUl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53zJnysUl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53zJnysUl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53zJnysUl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53zJnysUl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53zJnysUl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53zJnysUl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53zJnysUl .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53zJnysUl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53zJnysUl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53zJnysUl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53zJnysUl .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: #ffffff;
}
.cid-v53zJnysUl .nav-item:focus,
.cid-v53zJnysUl .nav-link:focus {
  outline: none;
}
.cid-v53zJnysUl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53zJnysUl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53zJnysUl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53zJnysUl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53zJnysUl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53zJnysUl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53zJnysUl .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-v53zJnysUl .navbar.opened {
  transition: all 0.3s;
}
.cid-v53zJnysUl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53zJnysUl .navbar .navbar-logo img {
  width: auto;
}
.cid-v53zJnysUl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53zJnysUl .navbar.collapsed {
  justify-content: center;
}
.cid-v53zJnysUl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53zJnysUl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53zJnysUl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53zJnysUl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53zJnysUl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53zJnysUl .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-v53zJnysUl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53zJnysUl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53zJnysUl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53zJnysUl .navbar {
    min-height: 72px;
  }
  .cid-v53zJnysUl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53zJnysUl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53zJnysUl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53zJnysUl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53zJnysUl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53zJnysUl .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-v53zJnysUl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53zJnysUl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53zJnysUl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53zJnysUl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53zJnysUl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53zJnysUl .dropdown-item.active,
.cid-v53zJnysUl .dropdown-item:active {
  background-color: transparent;
}
.cid-v53zJnysUl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53zJnysUl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53zJnysUl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53zJnysUl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53zJnysUl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53zJnysUl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53zJnysUl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53zJnysUl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53zJnysUl .navbar-buttons {
    text-align: left;
  }
}
.cid-v53zJnysUl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53zJnysUl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53zJnysUl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53zJnysUl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53zJnysUl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53zJnysUl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53zJnysUl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53zJnysUl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53zJnysUl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53zJnysUl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53zJnysUl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53zJnysUl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53zJnysUl .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-v53zJnysUl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53zJnysUl .navbar {
    height: 70px;
  }
  .cid-v53zJnysUl .navbar.opened {
    height: auto;
  }
  .cid-v53zJnysUl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53zJnysUl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53zJnysUl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53zJnysUl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53zJnysUl .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-v53zJnysUl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53zJnysUl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53zJnysUl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53zJnysUl .navbar-brand {
    margin-right: auto;
  }
  .cid-v53zJnysUl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53zJnysUl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53zJnysUl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53zJnysUl .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-v53zJnysUl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53zJnysUl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53zJnysUl .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-v53zJnysUl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53zJnysUl .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-v53zJnysUl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53zJnysUl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53zJoJgtn .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53zJoJgtn .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53zJoJgtn .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53zJoJgtn .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53zJoJgtn .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53zJoJgtn .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53zJoJgtn .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53zJoJgtn .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53zJoJgtn .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53zJoJgtn .tm-alt-wrapper ul,
.cid-v53zJoJgtn .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53zJoJgtn .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53zJoJgtn .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53zJoJgtn .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53zJoJgtn .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53zJoJgtn .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53zJoJgtn .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53zJoJgtn .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53zJoJgtn .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53zJoJgtn .pros,
.cid-v53zJoJgtn .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53zJoJgtn .pros h4 {
  color: #27ae60;
}
.cid-v53zJoJgtn .cons h4 {
  color: #e74c3c;
}
.cid-v53zJoJgtn .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53zJoJgtn .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53zJoJgtn .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53zJoJgtn .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53zJoJgtn .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53zJoJgtn .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53zJoJgtn .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53zJoJgtn .faq-section {
  margin: 35px 0;
}
.cid-v53zJoJgtn .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53zJoJgtn .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53zJoJgtn .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53zJoJgtn .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53zJoJgtn .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53zJoJgtn .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53zJoJgtn .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53zJoJgtn .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53zJoJgtn .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53zJoJgtn .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53zJoJgtn .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53zJoJgtn .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53zJoJgtn .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53zJoJgtn .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53zJoJgtn .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53zJoJgtn .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53zJoJgtn .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53zJoJgtn .tool-section {
    padding: 20px;
  }
  .cid-v53zJoJgtn .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53zJoJgtn .cta-section,
  .cid-v53zJoJgtn .final-cta {
    padding: 25px;
  }
  .cid-v53zJoJgtn .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53zJoJgtn .table-wrapper th,
  .cid-v53zJoJgtn .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53zJoJgtn .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53zJoJgtn .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53zJoJgtn .recommendation-box {
    padding: 20px;
  }
  .cid-v53zJoJgtn .final-cta {
    padding: 30px 20px;
  }
  .cid-v53zJoJgtn .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53zJoJgtn .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53zJpIttu .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53zJpIttu .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53zJpIttu .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53zJpIttu .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53zJpIttu .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53zJpIttu .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53zJpIttu .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53zJpIttu .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53zJpIttu .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53zJpIttu .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53zJpIttu .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53zJpIttu .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53zJpIttu .cta-title {
    font-size: 30px;
  }
  .cid-v53zJpIttu .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53zJq92SN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53zJq92SN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53zJq92SN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53zJq92SN .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53zJq92SN .footer-col {
    flex-direction: column;
  }
}
.cid-v53zJq92SN .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53zJq92SN .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53zJq92SN .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53zJq92SN .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53zJq92SN .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53zJq92SN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53zJq92SN .soc-item {
  margin: 8px;
}
.cid-v53zJq92SN .soc-item a:hover .mbr-iconfont,
.cid-v53zJq92SN .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53zJq92SN .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53zJq92SN .row {
    text-align: center;
  }
  .cid-v53zJq92SN .social-row {
    justify-content: center;
  }
}
.cid-v53zJq92SN .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53zJq92SN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53zJq92SN .list {
    margin-bottom: 0rem;
  }
}
.cid-v53zJq92SN .mbr-text {
  color: #bbbbbb;
}
.cid-v53zJq92SN .mbr-section-subtitle {
  color: #000000;
}
.cid-v53zJq92SN .list,
.cid-v53zJq92SN .item-wrap {
  color: #232323;
}
.cid-v53zJq92SN .copyright {
  color: #000000;
}
.cid-v53BHi5TKc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53BHi5TKc .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-v53BHi5TKc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53BHi5TKc .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-v53BHi5TKc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53BHi5TKc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53BHi5TKc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53BHi5TKc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53BHi5TKc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53BHi5TKc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53BHi5TKc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53BHi5TKc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53BHi5TKc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53BHi5TKc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53BHi5TKc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53BHi5TKc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53BHi5TKc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53BHi5TKc .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53BHi5TKc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53BHi5TKc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53BHi5TKc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53BHi5TKc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53BHi5TKc .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53BHi5TKc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53BHi5TKc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53BHi5TKc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53BHi5TKc .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: #ffffff;
}
.cid-v53BHi5TKc .nav-item:focus,
.cid-v53BHi5TKc .nav-link:focus {
  outline: none;
}
.cid-v53BHi5TKc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53BHi5TKc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53BHi5TKc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53BHi5TKc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53BHi5TKc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53BHi5TKc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53BHi5TKc .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-v53BHi5TKc .navbar.opened {
  transition: all 0.3s;
}
.cid-v53BHi5TKc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53BHi5TKc .navbar .navbar-logo img {
  width: auto;
}
.cid-v53BHi5TKc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53BHi5TKc .navbar.collapsed {
  justify-content: center;
}
.cid-v53BHi5TKc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53BHi5TKc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53BHi5TKc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53BHi5TKc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53BHi5TKc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53BHi5TKc .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-v53BHi5TKc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53BHi5TKc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53BHi5TKc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53BHi5TKc .navbar {
    min-height: 72px;
  }
  .cid-v53BHi5TKc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53BHi5TKc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53BHi5TKc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53BHi5TKc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53BHi5TKc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53BHi5TKc .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-v53BHi5TKc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53BHi5TKc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53BHi5TKc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53BHi5TKc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53BHi5TKc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53BHi5TKc .dropdown-item.active,
.cid-v53BHi5TKc .dropdown-item:active {
  background-color: transparent;
}
.cid-v53BHi5TKc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53BHi5TKc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53BHi5TKc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53BHi5TKc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53BHi5TKc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53BHi5TKc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53BHi5TKc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53BHi5TKc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53BHi5TKc .navbar-buttons {
    text-align: left;
  }
}
.cid-v53BHi5TKc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53BHi5TKc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53BHi5TKc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53BHi5TKc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53BHi5TKc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53BHi5TKc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53BHi5TKc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53BHi5TKc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53BHi5TKc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53BHi5TKc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53BHi5TKc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53BHi5TKc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53BHi5TKc .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-v53BHi5TKc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53BHi5TKc .navbar {
    height: 70px;
  }
  .cid-v53BHi5TKc .navbar.opened {
    height: auto;
  }
  .cid-v53BHi5TKc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53BHi5TKc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53BHi5TKc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53BHi5TKc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53BHi5TKc .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-v53BHi5TKc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53BHi5TKc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53BHi5TKc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53BHi5TKc .navbar-brand {
    margin-right: auto;
  }
  .cid-v53BHi5TKc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53BHi5TKc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53BHi5TKc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53BHi5TKc .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-v53BHi5TKc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53BHi5TKc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53BHi5TKc .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-v53BHi5TKc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53BHi5TKc .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-v53BHi5TKc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53BHi5TKc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53BHj5enY .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53BHj5enY .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53BHj5enY .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53BHj5enY .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53BHj5enY .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53BHj5enY .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53BHj5enY .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53BHj5enY .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53BHj5enY .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53BHj5enY .tm-alt-wrapper ul,
.cid-v53BHj5enY .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53BHj5enY .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53BHj5enY .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53BHj5enY .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53BHj5enY .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53BHj5enY .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53BHj5enY .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53BHj5enY .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53BHj5enY .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53BHj5enY .pros,
.cid-v53BHj5enY .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53BHj5enY .pros h4 {
  color: #27ae60;
}
.cid-v53BHj5enY .cons h4 {
  color: #e74c3c;
}
.cid-v53BHj5enY .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53BHj5enY .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53BHj5enY .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53BHj5enY .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53BHj5enY .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53BHj5enY .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53BHj5enY .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53BHj5enY .faq-section {
  margin: 35px 0;
}
.cid-v53BHj5enY .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53BHj5enY .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53BHj5enY .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53BHj5enY .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53BHj5enY .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53BHj5enY .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53BHj5enY .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53BHj5enY .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53BHj5enY .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53BHj5enY .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53BHj5enY .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53BHj5enY .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53BHj5enY .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53BHj5enY .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53BHj5enY .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53BHj5enY .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53BHj5enY .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53BHj5enY .tool-section {
    padding: 20px;
  }
  .cid-v53BHj5enY .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53BHj5enY .cta-section,
  .cid-v53BHj5enY .final-cta {
    padding: 25px;
  }
  .cid-v53BHj5enY .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53BHj5enY .table-wrapper th,
  .cid-v53BHj5enY .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53BHj5enY .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53BHj5enY .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53BHj5enY .recommendation-box {
    padding: 20px;
  }
  .cid-v53BHj5enY .final-cta {
    padding: 30px 20px;
  }
  .cid-v53BHj5enY .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53BHj5enY .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53BHkvHpi .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53BHkvHpi .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53BHkvHpi .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53BHkvHpi .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53BHkvHpi .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53BHkvHpi .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53BHkvHpi .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53BHkvHpi .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53BHkvHpi .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53BHkvHpi .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53BHkvHpi .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53BHkvHpi .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53BHkvHpi .cta-title {
    font-size: 30px;
  }
  .cid-v53BHkvHpi .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53BHkY8RU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53BHkY8RU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53BHkY8RU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53BHkY8RU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53BHkY8RU .footer-col {
    flex-direction: column;
  }
}
.cid-v53BHkY8RU .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53BHkY8RU .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53BHkY8RU .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53BHkY8RU .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53BHkY8RU .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53BHkY8RU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53BHkY8RU .soc-item {
  margin: 8px;
}
.cid-v53BHkY8RU .soc-item a:hover .mbr-iconfont,
.cid-v53BHkY8RU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53BHkY8RU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53BHkY8RU .row {
    text-align: center;
  }
  .cid-v53BHkY8RU .social-row {
    justify-content: center;
  }
}
.cid-v53BHkY8RU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53BHkY8RU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53BHkY8RU .list {
    margin-bottom: 0rem;
  }
}
.cid-v53BHkY8RU .mbr-text {
  color: #bbbbbb;
}
.cid-v53BHkY8RU .mbr-section-subtitle {
  color: #000000;
}
.cid-v53BHkY8RU .list,
.cid-v53BHkY8RU .item-wrap {
  color: #232323;
}
.cid-v53BHkY8RU .copyright {
  color: #000000;
}
.cid-v53E2DDU2T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53E2DDU2T .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-v53E2DDU2T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53E2DDU2T .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-v53E2DDU2T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53E2DDU2T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53E2DDU2T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53E2DDU2T .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53E2DDU2T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53E2DDU2T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53E2DDU2T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53E2DDU2T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53E2DDU2T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53E2DDU2T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53E2DDU2T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53E2DDU2T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53E2DDU2T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53E2DDU2T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53E2DDU2T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53E2DDU2T .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53E2DDU2T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53E2DDU2T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53E2DDU2T .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53E2DDU2T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53E2DDU2T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53E2DDU2T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53E2DDU2T .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: #ffffff;
}
.cid-v53E2DDU2T .nav-item:focus,
.cid-v53E2DDU2T .nav-link:focus {
  outline: none;
}
.cid-v53E2DDU2T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53E2DDU2T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53E2DDU2T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53E2DDU2T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53E2DDU2T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53E2DDU2T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53E2DDU2T .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-v53E2DDU2T .navbar.opened {
  transition: all 0.3s;
}
.cid-v53E2DDU2T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53E2DDU2T .navbar .navbar-logo img {
  width: auto;
}
.cid-v53E2DDU2T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53E2DDU2T .navbar.collapsed {
  justify-content: center;
}
.cid-v53E2DDU2T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53E2DDU2T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53E2DDU2T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53E2DDU2T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53E2DDU2T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53E2DDU2T .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-v53E2DDU2T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53E2DDU2T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53E2DDU2T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53E2DDU2T .navbar {
    min-height: 72px;
  }
  .cid-v53E2DDU2T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53E2DDU2T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53E2DDU2T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53E2DDU2T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53E2DDU2T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53E2DDU2T .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-v53E2DDU2T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53E2DDU2T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53E2DDU2T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53E2DDU2T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53E2DDU2T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53E2DDU2T .dropdown-item.active,
.cid-v53E2DDU2T .dropdown-item:active {
  background-color: transparent;
}
.cid-v53E2DDU2T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53E2DDU2T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53E2DDU2T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53E2DDU2T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53E2DDU2T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53E2DDU2T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53E2DDU2T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53E2DDU2T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53E2DDU2T .navbar-buttons {
    text-align: left;
  }
}
.cid-v53E2DDU2T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53E2DDU2T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53E2DDU2T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53E2DDU2T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53E2DDU2T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53E2DDU2T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53E2DDU2T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53E2DDU2T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53E2DDU2T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53E2DDU2T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53E2DDU2T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53E2DDU2T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53E2DDU2T .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-v53E2DDU2T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53E2DDU2T .navbar {
    height: 70px;
  }
  .cid-v53E2DDU2T .navbar.opened {
    height: auto;
  }
  .cid-v53E2DDU2T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53E2DDU2T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53E2DDU2T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53E2DDU2T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53E2DDU2T .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-v53E2DDU2T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53E2DDU2T .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53E2DDU2T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53E2DDU2T .navbar-brand {
    margin-right: auto;
  }
  .cid-v53E2DDU2T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53E2DDU2T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53E2DDU2T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53E2DDU2T .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-v53E2DDU2T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53E2DDU2T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53E2DDU2T .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-v53E2DDU2T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53E2DDU2T .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-v53E2DDU2T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53E2DDU2T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53E2F99u9 .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53E2F99u9 .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53E2F99u9 .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53E2F99u9 .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53E2F99u9 .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53E2F99u9 .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53E2F99u9 .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53E2F99u9 .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53E2F99u9 .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53E2F99u9 .tm-alt-wrapper ul,
.cid-v53E2F99u9 .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53E2F99u9 .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53E2F99u9 .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53E2F99u9 .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53E2F99u9 .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53E2F99u9 .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53E2F99u9 .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53E2F99u9 .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53E2F99u9 .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53E2F99u9 .pros,
.cid-v53E2F99u9 .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53E2F99u9 .pros h4 {
  color: #27ae60;
}
.cid-v53E2F99u9 .cons h4 {
  color: #e74c3c;
}
.cid-v53E2F99u9 .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53E2F99u9 .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53E2F99u9 .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53E2F99u9 .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53E2F99u9 .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53E2F99u9 .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53E2F99u9 .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53E2F99u9 .faq-section {
  margin: 35px 0;
}
.cid-v53E2F99u9 .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53E2F99u9 .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53E2F99u9 .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53E2F99u9 .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53E2F99u9 .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53E2F99u9 .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53E2F99u9 .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53E2F99u9 .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53E2F99u9 .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53E2F99u9 .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53E2F99u9 .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53E2F99u9 .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53E2F99u9 .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53E2F99u9 .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53E2F99u9 .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53E2F99u9 .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53E2F99u9 .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53E2F99u9 .tool-section {
    padding: 20px;
  }
  .cid-v53E2F99u9 .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53E2F99u9 .cta-section,
  .cid-v53E2F99u9 .final-cta {
    padding: 25px;
  }
  .cid-v53E2F99u9 .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53E2F99u9 .table-wrapper th,
  .cid-v53E2F99u9 .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53E2F99u9 .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53E2F99u9 .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53E2F99u9 .recommendation-box {
    padding: 20px;
  }
  .cid-v53E2F99u9 .final-cta {
    padding: 30px 20px;
  }
  .cid-v53E2F99u9 .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53E2F99u9 .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53E2Gfzmb .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53E2Gfzmb .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53E2Gfzmb .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53E2Gfzmb .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53E2Gfzmb .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53E2Gfzmb .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53E2Gfzmb .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53E2Gfzmb .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53E2Gfzmb .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53E2Gfzmb .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53E2Gfzmb .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53E2Gfzmb .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53E2Gfzmb .cta-title {
    font-size: 30px;
  }
  .cid-v53E2Gfzmb .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53E2GHQ4w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53E2GHQ4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53E2GHQ4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53E2GHQ4w .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53E2GHQ4w .footer-col {
    flex-direction: column;
  }
}
.cid-v53E2GHQ4w .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53E2GHQ4w .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53E2GHQ4w .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53E2GHQ4w .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53E2GHQ4w .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53E2GHQ4w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53E2GHQ4w .soc-item {
  margin: 8px;
}
.cid-v53E2GHQ4w .soc-item a:hover .mbr-iconfont,
.cid-v53E2GHQ4w .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53E2GHQ4w .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53E2GHQ4w .row {
    text-align: center;
  }
  .cid-v53E2GHQ4w .social-row {
    justify-content: center;
  }
}
.cid-v53E2GHQ4w .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53E2GHQ4w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53E2GHQ4w .list {
    margin-bottom: 0rem;
  }
}
.cid-v53E2GHQ4w .mbr-text {
  color: #bbbbbb;
}
.cid-v53E2GHQ4w .mbr-section-subtitle {
  color: #000000;
}
.cid-v53E2GHQ4w .list,
.cid-v53E2GHQ4w .item-wrap {
  color: #232323;
}
.cid-v53E2GHQ4w .copyright {
  color: #000000;
}
.cid-v53Fs5vuq9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53Fs5vuq9 .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-v53Fs5vuq9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53Fs5vuq9 .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-v53Fs5vuq9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53Fs5vuq9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53Fs5vuq9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53Fs5vuq9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53Fs5vuq9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53Fs5vuq9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53Fs5vuq9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53Fs5vuq9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53Fs5vuq9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53Fs5vuq9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53Fs5vuq9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53Fs5vuq9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53Fs5vuq9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53Fs5vuq9 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53Fs5vuq9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53Fs5vuq9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53Fs5vuq9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53Fs5vuq9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53Fs5vuq9 .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53Fs5vuq9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53Fs5vuq9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53Fs5vuq9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53Fs5vuq9 .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: #ffffff;
}
.cid-v53Fs5vuq9 .nav-item:focus,
.cid-v53Fs5vuq9 .nav-link:focus {
  outline: none;
}
.cid-v53Fs5vuq9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53Fs5vuq9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53Fs5vuq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53Fs5vuq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53Fs5vuq9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53Fs5vuq9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53Fs5vuq9 .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-v53Fs5vuq9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v53Fs5vuq9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53Fs5vuq9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v53Fs5vuq9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53Fs5vuq9 .navbar.collapsed {
  justify-content: center;
}
.cid-v53Fs5vuq9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53Fs5vuq9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53Fs5vuq9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53Fs5vuq9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53Fs5vuq9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53Fs5vuq9 .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-v53Fs5vuq9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53Fs5vuq9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53Fs5vuq9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53Fs5vuq9 .navbar {
    min-height: 72px;
  }
  .cid-v53Fs5vuq9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53Fs5vuq9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53Fs5vuq9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53Fs5vuq9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53Fs5vuq9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53Fs5vuq9 .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-v53Fs5vuq9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53Fs5vuq9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53Fs5vuq9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53Fs5vuq9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53Fs5vuq9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53Fs5vuq9 .dropdown-item.active,
.cid-v53Fs5vuq9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v53Fs5vuq9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53Fs5vuq9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53Fs5vuq9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53Fs5vuq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53Fs5vuq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53Fs5vuq9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53Fs5vuq9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53Fs5vuq9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53Fs5vuq9 .navbar-buttons {
    text-align: left;
  }
}
.cid-v53Fs5vuq9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53Fs5vuq9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53Fs5vuq9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53Fs5vuq9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53Fs5vuq9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53Fs5vuq9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53Fs5vuq9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53Fs5vuq9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53Fs5vuq9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53Fs5vuq9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53Fs5vuq9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53Fs5vuq9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53Fs5vuq9 .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-v53Fs5vuq9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53Fs5vuq9 .navbar {
    height: 70px;
  }
  .cid-v53Fs5vuq9 .navbar.opened {
    height: auto;
  }
  .cid-v53Fs5vuq9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53Fs5vuq9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53Fs5vuq9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53Fs5vuq9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53Fs5vuq9 .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-v53Fs5vuq9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53Fs5vuq9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53Fs5vuq9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53Fs5vuq9 .navbar-brand {
    margin-right: auto;
  }
  .cid-v53Fs5vuq9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53Fs5vuq9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53Fs5vuq9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53Fs5vuq9 .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-v53Fs5vuq9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53Fs5vuq9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53Fs5vuq9 .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-v53Fs5vuq9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53Fs5vuq9 .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-v53Fs5vuq9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53Fs5vuq9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53Fs6r7JO .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53Fs6r7JO .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53Fs6r7JO .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53Fs6r7JO .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53Fs6r7JO .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53Fs6r7JO .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53Fs6r7JO .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53Fs6r7JO .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53Fs6r7JO .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53Fs6r7JO .tm-alt-wrapper ul,
.cid-v53Fs6r7JO .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53Fs6r7JO .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53Fs6r7JO .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53Fs6r7JO .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53Fs6r7JO .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53Fs6r7JO .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53Fs6r7JO .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53Fs6r7JO .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53Fs6r7JO .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53Fs6r7JO .pros,
.cid-v53Fs6r7JO .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53Fs6r7JO .pros h4 {
  color: #27ae60;
}
.cid-v53Fs6r7JO .cons h4 {
  color: #e74c3c;
}
.cid-v53Fs6r7JO .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53Fs6r7JO .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53Fs6r7JO .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53Fs6r7JO .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53Fs6r7JO .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53Fs6r7JO .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53Fs6r7JO .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53Fs6r7JO .faq-section {
  margin: 35px 0;
}
.cid-v53Fs6r7JO .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53Fs6r7JO .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53Fs6r7JO .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53Fs6r7JO .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53Fs6r7JO .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53Fs6r7JO .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53Fs6r7JO .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53Fs6r7JO .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53Fs6r7JO .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53Fs6r7JO .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53Fs6r7JO .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
.cid-v53Fs6r7JO .final-cta .cta-button.secondary {
  background: white;
  color: #6c5ce7;
}
.cid-v53Fs6r7JO .final-cta .cta-button.secondary:hover {
  background: #f8f8f8;
  color: #5a4fcf;
}
@media (max-width: 768px) {
  .cid-v53Fs6r7JO .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53Fs6r7JO .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53Fs6r7JO .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53Fs6r7JO .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53Fs6r7JO .tool-section {
    padding: 20px;
  }
  .cid-v53Fs6r7JO .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53Fs6r7JO .cta-section,
  .cid-v53Fs6r7JO .final-cta {
    padding: 25px;
  }
  .cid-v53Fs6r7JO .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53Fs6r7JO .table-wrapper th,
  .cid-v53Fs6r7JO .table-wrapper td {
    padding: 12px 15px;
  }
  .cid-v53Fs6r7JO .faq-question {
    font-size: 1.1rem;
  }
  .cid-v53Fs6r7JO .faq-answer {
    font-size: 0.95rem;
  }
  .cid-v53Fs6r7JO .recommendation-box {
    padding: 20px;
  }
  .cid-v53Fs6r7JO .final-cta {
    padding: 30px 20px;
  }
  .cid-v53Fs6r7JO .final-cta h3 {
    font-size: 1.5rem;
  }
  .cid-v53Fs6r7JO .final-cta p {
    font-size: 1rem;
  }
}
.cid-v53Fs7lfiv .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53Fs7lfiv .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53Fs7lfiv .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53Fs7lfiv .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53Fs7lfiv .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53Fs7lfiv .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53Fs7lfiv .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53Fs7lfiv .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53Fs7lfiv .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53Fs7lfiv .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53Fs7lfiv .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53Fs7lfiv .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53Fs7lfiv .cta-title {
    font-size: 30px;
  }
  .cid-v53Fs7lfiv .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53Fs7LUV5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53Fs7LUV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53Fs7LUV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53Fs7LUV5 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53Fs7LUV5 .footer-col {
    flex-direction: column;
  }
}
.cid-v53Fs7LUV5 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53Fs7LUV5 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53Fs7LUV5 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53Fs7LUV5 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53Fs7LUV5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53Fs7LUV5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53Fs7LUV5 .soc-item {
  margin: 8px;
}
.cid-v53Fs7LUV5 .soc-item a:hover .mbr-iconfont,
.cid-v53Fs7LUV5 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53Fs7LUV5 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53Fs7LUV5 .row {
    text-align: center;
  }
  .cid-v53Fs7LUV5 .social-row {
    justify-content: center;
  }
}
.cid-v53Fs7LUV5 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53Fs7LUV5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53Fs7LUV5 .list {
    margin-bottom: 0rem;
  }
}
.cid-v53Fs7LUV5 .mbr-text {
  color: #bbbbbb;
}
.cid-v53Fs7LUV5 .mbr-section-subtitle {
  color: #000000;
}
.cid-v53Fs7LUV5 .list,
.cid-v53Fs7LUV5 .item-wrap {
  color: #232323;
}
.cid-v53Fs7LUV5 .copyright {
  color: #000000;
}
.cid-v53GieTsyT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53GieTsyT .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-v53GieTsyT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53GieTsyT .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-v53GieTsyT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v53GieTsyT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53GieTsyT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53GieTsyT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v53GieTsyT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v53GieTsyT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v53GieTsyT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v53GieTsyT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53GieTsyT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53GieTsyT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v53GieTsyT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v53GieTsyT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v53GieTsyT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53GieTsyT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v53GieTsyT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v53GieTsyT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v53GieTsyT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53GieTsyT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v53GieTsyT .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v53GieTsyT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v53GieTsyT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v53GieTsyT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v53GieTsyT .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: #ffffff;
}
.cid-v53GieTsyT .nav-item:focus,
.cid-v53GieTsyT .nav-link:focus {
  outline: none;
}
.cid-v53GieTsyT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53GieTsyT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53GieTsyT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53GieTsyT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53GieTsyT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53GieTsyT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53GieTsyT .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-v53GieTsyT .navbar.opened {
  transition: all 0.3s;
}
.cid-v53GieTsyT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53GieTsyT .navbar .navbar-logo img {
  width: auto;
}
.cid-v53GieTsyT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53GieTsyT .navbar.collapsed {
  justify-content: center;
}
.cid-v53GieTsyT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53GieTsyT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53GieTsyT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v53GieTsyT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53GieTsyT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53GieTsyT .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-v53GieTsyT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53GieTsyT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53GieTsyT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53GieTsyT .navbar {
    min-height: 72px;
  }
  .cid-v53GieTsyT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53GieTsyT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53GieTsyT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53GieTsyT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53GieTsyT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53GieTsyT .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-v53GieTsyT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53GieTsyT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53GieTsyT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53GieTsyT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53GieTsyT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53GieTsyT .dropdown-item.active,
.cid-v53GieTsyT .dropdown-item:active {
  background-color: transparent;
}
.cid-v53GieTsyT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53GieTsyT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53GieTsyT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53GieTsyT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v53GieTsyT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v53GieTsyT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53GieTsyT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53GieTsyT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53GieTsyT .navbar-buttons {
    text-align: left;
  }
}
.cid-v53GieTsyT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53GieTsyT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v53GieTsyT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53GieTsyT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53GieTsyT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53GieTsyT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53GieTsyT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53GieTsyT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53GieTsyT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53GieTsyT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53GieTsyT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53GieTsyT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53GieTsyT .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-v53GieTsyT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53GieTsyT .navbar {
    height: 70px;
  }
  .cid-v53GieTsyT .navbar.opened {
    height: auto;
  }
  .cid-v53GieTsyT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53GieTsyT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53GieTsyT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v53GieTsyT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53GieTsyT .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-v53GieTsyT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53GieTsyT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53GieTsyT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53GieTsyT .navbar-brand {
    margin-right: auto;
  }
  .cid-v53GieTsyT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53GieTsyT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53GieTsyT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v53GieTsyT .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-v53GieTsyT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53GieTsyT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53GieTsyT .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-v53GieTsyT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53GieTsyT .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-v53GieTsyT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53GieTsyT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v53GifPmYZ .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v53GifPmYZ .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v53GifPmYZ .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v53GifPmYZ .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v53GifPmYZ .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v53GifPmYZ .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v53GifPmYZ .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53GifPmYZ .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v53GifPmYZ .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v53GifPmYZ .tm-alt-wrapper ul,
.cid-v53GifPmYZ .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v53GifPmYZ .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v53GifPmYZ .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v53GifPmYZ .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v53GifPmYZ .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v53GifPmYZ .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v53GifPmYZ .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v53GifPmYZ .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v53GifPmYZ .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v53GifPmYZ .pros,
.cid-v53GifPmYZ .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v53GifPmYZ .pros h4 {
  color: #27ae60;
}
.cid-v53GifPmYZ .cons h4 {
  color: #e74c3c;
}
.cid-v53GifPmYZ .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v53GifPmYZ .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v53GifPmYZ .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v53GifPmYZ .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v53GifPmYZ .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v53GifPmYZ .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v53GifPmYZ .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v53GifPmYZ .faq-section {
  margin: 35px 0;
}
.cid-v53GifPmYZ .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v53GifPmYZ .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v53GifPmYZ .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v53GifPmYZ .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v53GifPmYZ .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v53GifPmYZ .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v53GifPmYZ .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v53GifPmYZ .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v53GifPmYZ .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v53GifPmYZ .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v53GifPmYZ .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
@media (max-width: 768px) {
  .cid-v53GifPmYZ .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v53GifPmYZ .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v53GifPmYZ .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v53GifPmYZ .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v53GifPmYZ .tool-section {
    padding: 20px;
  }
  .cid-v53GifPmYZ .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v53GifPmYZ .cta-section,
  .cid-v53GifPmYZ .final-cta {
    padding: 25px;
  }
  .cid-v53GifPmYZ .table-wrapper {
    border-radius: 8px;
  }
  .cid-v53GifPmYZ .table-wrapper th,
  .cid-v53GifPmYZ .table-wrapper td {
    padding: 12px 15px;
  }
}
.cid-v53Gihk01l .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v53Gihk01l .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v53Gihk01l .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v53Gihk01l .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v53Gihk01l .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v53Gihk01l .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v53Gihk01l .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v53Gihk01l .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v53Gihk01l .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v53Gihk01l .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v53Gihk01l .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v53Gihk01l .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v53Gihk01l .cta-title {
    font-size: 30px;
  }
  .cid-v53Gihk01l .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v53GihFKf0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v53GihFKf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53GihFKf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53GihFKf0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v53GihFKf0 .footer-col {
    flex-direction: column;
  }
}
.cid-v53GihFKf0 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v53GihFKf0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v53GihFKf0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v53GihFKf0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v53GihFKf0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v53GihFKf0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v53GihFKf0 .soc-item {
  margin: 8px;
}
.cid-v53GihFKf0 .soc-item a:hover .mbr-iconfont,
.cid-v53GihFKf0 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v53GihFKf0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53GihFKf0 .row {
    text-align: center;
  }
  .cid-v53GihFKf0 .social-row {
    justify-content: center;
  }
}
.cid-v53GihFKf0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v53GihFKf0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v53GihFKf0 .list {
    margin-bottom: 0rem;
  }
}
.cid-v53GihFKf0 .mbr-text {
  color: #bbbbbb;
}
.cid-v53GihFKf0 .mbr-section-subtitle {
  color: #000000;
}
.cid-v53GihFKf0 .list,
.cid-v53GihFKf0 .item-wrap {
  color: #232323;
}
.cid-v53GihFKf0 .copyright {
  color: #000000;
}
.cid-v55a3M1qVt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v55a3M1qVt .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-v55a3M1qVt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v55a3M1qVt .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-v55a3M1qVt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v55a3M1qVt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v55a3M1qVt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v55a3M1qVt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v55a3M1qVt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v55a3M1qVt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v55a3M1qVt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v55a3M1qVt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v55a3M1qVt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v55a3M1qVt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v55a3M1qVt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v55a3M1qVt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v55a3M1qVt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v55a3M1qVt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v55a3M1qVt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v55a3M1qVt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v55a3M1qVt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v55a3M1qVt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v55a3M1qVt .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v55a3M1qVt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v55a3M1qVt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v55a3M1qVt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v55a3M1qVt .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: #ffffff;
}
.cid-v55a3M1qVt .nav-item:focus,
.cid-v55a3M1qVt .nav-link:focus {
  outline: none;
}
.cid-v55a3M1qVt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v55a3M1qVt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v55a3M1qVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v55a3M1qVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v55a3M1qVt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v55a3M1qVt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v55a3M1qVt .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-v55a3M1qVt .navbar.opened {
  transition: all 0.3s;
}
.cid-v55a3M1qVt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v55a3M1qVt .navbar .navbar-logo img {
  width: auto;
}
.cid-v55a3M1qVt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v55a3M1qVt .navbar.collapsed {
  justify-content: center;
}
.cid-v55a3M1qVt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v55a3M1qVt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v55a3M1qVt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v55a3M1qVt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v55a3M1qVt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v55a3M1qVt .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-v55a3M1qVt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v55a3M1qVt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v55a3M1qVt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v55a3M1qVt .navbar {
    min-height: 72px;
  }
  .cid-v55a3M1qVt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v55a3M1qVt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v55a3M1qVt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v55a3M1qVt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v55a3M1qVt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v55a3M1qVt .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-v55a3M1qVt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v55a3M1qVt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v55a3M1qVt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v55a3M1qVt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v55a3M1qVt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v55a3M1qVt .dropdown-item.active,
.cid-v55a3M1qVt .dropdown-item:active {
  background-color: transparent;
}
.cid-v55a3M1qVt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v55a3M1qVt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v55a3M1qVt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v55a3M1qVt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v55a3M1qVt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v55a3M1qVt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v55a3M1qVt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v55a3M1qVt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v55a3M1qVt .navbar-buttons {
    text-align: left;
  }
}
.cid-v55a3M1qVt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v55a3M1qVt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v55a3M1qVt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v55a3M1qVt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55a3M1qVt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55a3M1qVt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v55a3M1qVt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55a3M1qVt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v55a3M1qVt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v55a3M1qVt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55a3M1qVt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v55a3M1qVt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v55a3M1qVt .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-v55a3M1qVt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v55a3M1qVt .navbar {
    height: 70px;
  }
  .cid-v55a3M1qVt .navbar.opened {
    height: auto;
  }
  .cid-v55a3M1qVt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v55a3M1qVt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v55a3M1qVt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v55a3M1qVt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v55a3M1qVt .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-v55a3M1qVt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v55a3M1qVt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v55a3M1qVt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v55a3M1qVt .navbar-brand {
    margin-right: auto;
  }
  .cid-v55a3M1qVt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v55a3M1qVt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v55a3M1qVt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v55a3M1qVt .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-v55a3M1qVt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v55a3M1qVt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v55a3M1qVt .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-v55a3M1qVt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v55a3M1qVt .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-v55a3M1qVt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v55a3M1qVt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v55a3MZ2Gh .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v55a3MZ2Gh .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v55a3MZ2Gh .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v55a3MZ2Gh .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v55a3MZ2Gh .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v55a3MZ2Gh .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v55a3MZ2Gh .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55a3MZ2Gh .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55a3MZ2Gh .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v55a3MZ2Gh .tm-alt-wrapper ul,
.cid-v55a3MZ2Gh .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v55a3MZ2Gh .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v55a3MZ2Gh .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v55a3MZ2Gh .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v55a3MZ2Gh .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v55a3MZ2Gh .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v55a3MZ2Gh .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v55a3MZ2Gh .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v55a3MZ2Gh .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v55a3MZ2Gh .pros,
.cid-v55a3MZ2Gh .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v55a3MZ2Gh .pros h4 {
  color: #27ae60;
}
.cid-v55a3MZ2Gh .cons h4 {
  color: #e74c3c;
}
.cid-v55a3MZ2Gh .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v55a3MZ2Gh .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v55a3MZ2Gh .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v55a3MZ2Gh .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v55a3MZ2Gh .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v55a3MZ2Gh .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v55a3MZ2Gh .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v55a3MZ2Gh .faq-section {
  margin: 35px 0;
}
.cid-v55a3MZ2Gh .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v55a3MZ2Gh .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v55a3MZ2Gh .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v55a3MZ2Gh .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v55a3MZ2Gh .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v55a3MZ2Gh .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v55a3MZ2Gh .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v55a3MZ2Gh .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v55a3MZ2Gh .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v55a3MZ2Gh .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v55a3MZ2Gh .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
@media (max-width: 768px) {
  .cid-v55a3MZ2Gh .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v55a3MZ2Gh .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v55a3MZ2Gh .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v55a3MZ2Gh .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v55a3MZ2Gh .tool-section {
    padding: 20px;
  }
  .cid-v55a3MZ2Gh .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v55a3MZ2Gh .cta-section,
  .cid-v55a3MZ2Gh .final-cta {
    padding: 25px;
  }
  .cid-v55a3MZ2Gh .table-wrapper {
    border-radius: 8px;
  }
  .cid-v55a3MZ2Gh .table-wrapper th,
  .cid-v55a3MZ2Gh .table-wrapper td {
    padding: 12px 15px;
  }
}
.cid-v55a3NTD0x .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v55a3NTD0x .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v55a3NTD0x .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v55a3NTD0x .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v55a3NTD0x .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v55a3NTD0x .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v55a3NTD0x .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v55a3NTD0x .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v55a3NTD0x .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v55a3NTD0x .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v55a3NTD0x .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v55a3NTD0x .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v55a3NTD0x .cta-title {
    font-size: 30px;
  }
  .cid-v55a3NTD0x .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v55a3OpFp2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v55a3OpFp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55a3OpFp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55a3OpFp2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v55a3OpFp2 .footer-col {
    flex-direction: column;
  }
}
.cid-v55a3OpFp2 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v55a3OpFp2 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v55a3OpFp2 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v55a3OpFp2 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v55a3OpFp2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v55a3OpFp2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v55a3OpFp2 .soc-item {
  margin: 8px;
}
.cid-v55a3OpFp2 .soc-item a:hover .mbr-iconfont,
.cid-v55a3OpFp2 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v55a3OpFp2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v55a3OpFp2 .row {
    text-align: center;
  }
  .cid-v55a3OpFp2 .social-row {
    justify-content: center;
  }
}
.cid-v55a3OpFp2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v55a3OpFp2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v55a3OpFp2 .list {
    margin-bottom: 0rem;
  }
}
.cid-v55a3OpFp2 .mbr-text {
  color: #bbbbbb;
}
.cid-v55a3OpFp2 .mbr-section-subtitle {
  color: #000000;
}
.cid-v55a3OpFp2 .list,
.cid-v55a3OpFp2 .item-wrap {
  color: #232323;
}
.cid-v55a3OpFp2 .copyright {
  color: #000000;
}
.cid-v55bUgsMsN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v55bUgsMsN .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-v55bUgsMsN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v55bUgsMsN .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-v55bUgsMsN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v55bUgsMsN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v55bUgsMsN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v55bUgsMsN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v55bUgsMsN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v55bUgsMsN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v55bUgsMsN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v55bUgsMsN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v55bUgsMsN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v55bUgsMsN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v55bUgsMsN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v55bUgsMsN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v55bUgsMsN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v55bUgsMsN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v55bUgsMsN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v55bUgsMsN .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v55bUgsMsN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v55bUgsMsN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v55bUgsMsN .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v55bUgsMsN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v55bUgsMsN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v55bUgsMsN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v55bUgsMsN .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: #ffffff;
}
.cid-v55bUgsMsN .nav-item:focus,
.cid-v55bUgsMsN .nav-link:focus {
  outline: none;
}
.cid-v55bUgsMsN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v55bUgsMsN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v55bUgsMsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v55bUgsMsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v55bUgsMsN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v55bUgsMsN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v55bUgsMsN .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-v55bUgsMsN .navbar.opened {
  transition: all 0.3s;
}
.cid-v55bUgsMsN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v55bUgsMsN .navbar .navbar-logo img {
  width: auto;
}
.cid-v55bUgsMsN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v55bUgsMsN .navbar.collapsed {
  justify-content: center;
}
.cid-v55bUgsMsN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v55bUgsMsN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v55bUgsMsN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v55bUgsMsN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v55bUgsMsN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v55bUgsMsN .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-v55bUgsMsN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v55bUgsMsN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v55bUgsMsN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v55bUgsMsN .navbar {
    min-height: 72px;
  }
  .cid-v55bUgsMsN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v55bUgsMsN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v55bUgsMsN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v55bUgsMsN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v55bUgsMsN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v55bUgsMsN .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-v55bUgsMsN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v55bUgsMsN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v55bUgsMsN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v55bUgsMsN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v55bUgsMsN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v55bUgsMsN .dropdown-item.active,
.cid-v55bUgsMsN .dropdown-item:active {
  background-color: transparent;
}
.cid-v55bUgsMsN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v55bUgsMsN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v55bUgsMsN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v55bUgsMsN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v55bUgsMsN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v55bUgsMsN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v55bUgsMsN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v55bUgsMsN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v55bUgsMsN .navbar-buttons {
    text-align: left;
  }
}
.cid-v55bUgsMsN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v55bUgsMsN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v55bUgsMsN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v55bUgsMsN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55bUgsMsN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55bUgsMsN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v55bUgsMsN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55bUgsMsN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v55bUgsMsN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v55bUgsMsN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55bUgsMsN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v55bUgsMsN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v55bUgsMsN .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-v55bUgsMsN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v55bUgsMsN .navbar {
    height: 70px;
  }
  .cid-v55bUgsMsN .navbar.opened {
    height: auto;
  }
  .cid-v55bUgsMsN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v55bUgsMsN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v55bUgsMsN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v55bUgsMsN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v55bUgsMsN .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-v55bUgsMsN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v55bUgsMsN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v55bUgsMsN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v55bUgsMsN .navbar-brand {
    margin-right: auto;
  }
  .cid-v55bUgsMsN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v55bUgsMsN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v55bUgsMsN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v55bUgsMsN .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-v55bUgsMsN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v55bUgsMsN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v55bUgsMsN .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-v55bUgsMsN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v55bUgsMsN .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-v55bUgsMsN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v55bUgsMsN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v55bUgWmec .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v55bUgWmec .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v55bUgWmec .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v55bUgWmec .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v55bUgWmec .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v55bUgWmec .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v55bUgWmec .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55bUgWmec .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55bUgWmec .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v55bUgWmec .tm-alt-wrapper ul,
.cid-v55bUgWmec .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v55bUgWmec .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v55bUgWmec .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v55bUgWmec .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v55bUgWmec .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v55bUgWmec .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v55bUgWmec .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v55bUgWmec .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v55bUgWmec .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v55bUgWmec .pros,
.cid-v55bUgWmec .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v55bUgWmec .pros h4 {
  color: #27ae60;
}
.cid-v55bUgWmec .cons h4 {
  color: #e74c3c;
}
.cid-v55bUgWmec .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v55bUgWmec .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v55bUgWmec .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v55bUgWmec .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v55bUgWmec .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v55bUgWmec .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v55bUgWmec .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v55bUgWmec .faq-section {
  margin: 35px 0;
}
.cid-v55bUgWmec .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v55bUgWmec .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v55bUgWmec .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v55bUgWmec .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v55bUgWmec .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v55bUgWmec .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v55bUgWmec .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v55bUgWmec .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v55bUgWmec .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v55bUgWmec .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v55bUgWmec .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
@media (max-width: 768px) {
  .cid-v55bUgWmec .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v55bUgWmec .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v55bUgWmec .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v55bUgWmec .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v55bUgWmec .tool-section {
    padding: 20px;
  }
  .cid-v55bUgWmec .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v55bUgWmec .cta-section,
  .cid-v55bUgWmec .final-cta {
    padding: 25px;
  }
  .cid-v55bUgWmec .table-wrapper {
    border-radius: 8px;
  }
  .cid-v55bUgWmec .table-wrapper th,
  .cid-v55bUgWmec .table-wrapper td {
    padding: 12px 15px;
  }
}
.cid-v55bUhnUQR .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v55bUhnUQR .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v55bUhnUQR .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v55bUhnUQR .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v55bUhnUQR .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v55bUhnUQR .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v55bUhnUQR .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v55bUhnUQR .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v55bUhnUQR .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v55bUhnUQR .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v55bUhnUQR .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v55bUhnUQR .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v55bUhnUQR .cta-title {
    font-size: 30px;
  }
  .cid-v55bUhnUQR .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v55bUhATJs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v55bUhATJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55bUhATJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55bUhATJs .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v55bUhATJs .footer-col {
    flex-direction: column;
  }
}
.cid-v55bUhATJs .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v55bUhATJs .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v55bUhATJs .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v55bUhATJs .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v55bUhATJs .mbr-section-btn {
    text-align: center;
  }
}
.cid-v55bUhATJs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v55bUhATJs .soc-item {
  margin: 8px;
}
.cid-v55bUhATJs .soc-item a:hover .mbr-iconfont,
.cid-v55bUhATJs .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v55bUhATJs .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v55bUhATJs .row {
    text-align: center;
  }
  .cid-v55bUhATJs .social-row {
    justify-content: center;
  }
}
.cid-v55bUhATJs .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v55bUhATJs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v55bUhATJs .list {
    margin-bottom: 0rem;
  }
}
.cid-v55bUhATJs .mbr-text {
  color: #bbbbbb;
}
.cid-v55bUhATJs .mbr-section-subtitle {
  color: #000000;
}
.cid-v55bUhATJs .list,
.cid-v55bUhATJs .item-wrap {
  color: #232323;
}
.cid-v55bUhATJs .copyright {
  color: #000000;
}
.cid-v55fC3xSJx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v55fC3xSJx .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-v55fC3xSJx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v55fC3xSJx .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-v55fC3xSJx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v55fC3xSJx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v55fC3xSJx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v55fC3xSJx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v55fC3xSJx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v55fC3xSJx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v55fC3xSJx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v55fC3xSJx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v55fC3xSJx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v55fC3xSJx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v55fC3xSJx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v55fC3xSJx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v55fC3xSJx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v55fC3xSJx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v55fC3xSJx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v55fC3xSJx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v55fC3xSJx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v55fC3xSJx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v55fC3xSJx .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v55fC3xSJx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v55fC3xSJx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v55fC3xSJx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v55fC3xSJx .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: #ffffff;
}
.cid-v55fC3xSJx .nav-item:focus,
.cid-v55fC3xSJx .nav-link:focus {
  outline: none;
}
.cid-v55fC3xSJx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v55fC3xSJx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v55fC3xSJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v55fC3xSJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v55fC3xSJx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v55fC3xSJx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v55fC3xSJx .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-v55fC3xSJx .navbar.opened {
  transition: all 0.3s;
}
.cid-v55fC3xSJx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v55fC3xSJx .navbar .navbar-logo img {
  width: auto;
}
.cid-v55fC3xSJx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v55fC3xSJx .navbar.collapsed {
  justify-content: center;
}
.cid-v55fC3xSJx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v55fC3xSJx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v55fC3xSJx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v55fC3xSJx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v55fC3xSJx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v55fC3xSJx .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-v55fC3xSJx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v55fC3xSJx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v55fC3xSJx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v55fC3xSJx .navbar {
    min-height: 72px;
  }
  .cid-v55fC3xSJx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v55fC3xSJx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v55fC3xSJx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v55fC3xSJx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v55fC3xSJx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v55fC3xSJx .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-v55fC3xSJx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v55fC3xSJx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v55fC3xSJx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v55fC3xSJx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v55fC3xSJx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v55fC3xSJx .dropdown-item.active,
.cid-v55fC3xSJx .dropdown-item:active {
  background-color: transparent;
}
.cid-v55fC3xSJx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v55fC3xSJx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v55fC3xSJx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v55fC3xSJx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v55fC3xSJx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v55fC3xSJx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v55fC3xSJx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v55fC3xSJx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v55fC3xSJx .navbar-buttons {
    text-align: left;
  }
}
.cid-v55fC3xSJx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v55fC3xSJx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v55fC3xSJx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v55fC3xSJx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55fC3xSJx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55fC3xSJx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v55fC3xSJx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55fC3xSJx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v55fC3xSJx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v55fC3xSJx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55fC3xSJx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v55fC3xSJx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v55fC3xSJx .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-v55fC3xSJx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v55fC3xSJx .navbar {
    height: 70px;
  }
  .cid-v55fC3xSJx .navbar.opened {
    height: auto;
  }
  .cid-v55fC3xSJx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v55fC3xSJx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v55fC3xSJx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v55fC3xSJx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v55fC3xSJx .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-v55fC3xSJx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v55fC3xSJx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v55fC3xSJx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v55fC3xSJx .navbar-brand {
    margin-right: auto;
  }
  .cid-v55fC3xSJx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v55fC3xSJx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v55fC3xSJx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v55fC3xSJx .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-v55fC3xSJx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v55fC3xSJx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v55fC3xSJx .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-v55fC3xSJx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v55fC3xSJx .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-v55fC3xSJx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v55fC3xSJx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v55fC97rOU .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v55fC97rOU .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v55fC97rOU .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v55fC97rOU .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v55fC97rOU .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v55fC97rOU .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v55fC97rOU .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55fC97rOU .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55fC97rOU .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v55fC97rOU .tm-alt-wrapper ul,
.cid-v55fC97rOU .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v55fC97rOU .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v55fC97rOU .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v55fC97rOU .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v55fC97rOU .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v55fC97rOU .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v55fC97rOU .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v55fC97rOU .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v55fC97rOU .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v55fC97rOU .pros,
.cid-v55fC97rOU .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v55fC97rOU .pros h4 {
  color: #27ae60;
}
.cid-v55fC97rOU .cons h4 {
  color: #e74c3c;
}
.cid-v55fC97rOU .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v55fC97rOU .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v55fC97rOU .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v55fC97rOU .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v55fC97rOU .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v55fC97rOU .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v55fC97rOU .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v55fC97rOU .faq-section {
  margin: 35px 0;
}
.cid-v55fC97rOU .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v55fC97rOU .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v55fC97rOU .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v55fC97rOU .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v55fC97rOU .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v55fC97rOU .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v55fC97rOU .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v55fC97rOU .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v55fC97rOU .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v55fC97rOU .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v55fC97rOU .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
@media (max-width: 768px) {
  .cid-v55fC97rOU .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v55fC97rOU .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v55fC97rOU .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v55fC97rOU .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v55fC97rOU .tool-section {
    padding: 20px;
  }
  .cid-v55fC97rOU .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v55fC97rOU .cta-section,
  .cid-v55fC97rOU .final-cta {
    padding: 25px;
  }
  .cid-v55fC97rOU .table-wrapper {
    border-radius: 8px;
  }
  .cid-v55fC97rOU .table-wrapper th,
  .cid-v55fC97rOU .table-wrapper td {
    padding: 12px 15px;
  }
}
.cid-v55fCbtPuB .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v55fCbtPuB .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v55fCbtPuB .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v55fCbtPuB .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v55fCbtPuB .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v55fCbtPuB .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v55fCbtPuB .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v55fCbtPuB .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v55fCbtPuB .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v55fCbtPuB .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v55fCbtPuB .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v55fCbtPuB .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v55fCbtPuB .cta-title {
    font-size: 30px;
  }
  .cid-v55fCbtPuB .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v55fCc7zXQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v55fCc7zXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55fCc7zXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55fCc7zXQ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v55fCc7zXQ .footer-col {
    flex-direction: column;
  }
}
.cid-v55fCc7zXQ .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v55fCc7zXQ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v55fCc7zXQ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v55fCc7zXQ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v55fCc7zXQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-v55fCc7zXQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v55fCc7zXQ .soc-item {
  margin: 8px;
}
.cid-v55fCc7zXQ .soc-item a:hover .mbr-iconfont,
.cid-v55fCc7zXQ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v55fCc7zXQ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v55fCc7zXQ .row {
    text-align: center;
  }
  .cid-v55fCc7zXQ .social-row {
    justify-content: center;
  }
}
.cid-v55fCc7zXQ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v55fCc7zXQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v55fCc7zXQ .list {
    margin-bottom: 0rem;
  }
}
.cid-v55fCc7zXQ .mbr-text {
  color: #bbbbbb;
}
.cid-v55fCc7zXQ .mbr-section-subtitle {
  color: #000000;
}
.cid-v55fCc7zXQ .list,
.cid-v55fCc7zXQ .item-wrap {
  color: #232323;
}
.cid-v55fCc7zXQ .copyright {
  color: #000000;
}
.cid-v55gJGYnyj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v55gJGYnyj .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-v55gJGYnyj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v55gJGYnyj .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-v55gJGYnyj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v55gJGYnyj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v55gJGYnyj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v55gJGYnyj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v55gJGYnyj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v55gJGYnyj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v55gJGYnyj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v55gJGYnyj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v55gJGYnyj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v55gJGYnyj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v55gJGYnyj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v55gJGYnyj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v55gJGYnyj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v55gJGYnyj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v55gJGYnyj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v55gJGYnyj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v55gJGYnyj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v55gJGYnyj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v55gJGYnyj .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v55gJGYnyj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v55gJGYnyj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v55gJGYnyj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v55gJGYnyj .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: #ffffff;
}
.cid-v55gJGYnyj .nav-item:focus,
.cid-v55gJGYnyj .nav-link:focus {
  outline: none;
}
.cid-v55gJGYnyj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v55gJGYnyj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v55gJGYnyj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v55gJGYnyj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v55gJGYnyj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v55gJGYnyj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v55gJGYnyj .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-v55gJGYnyj .navbar.opened {
  transition: all 0.3s;
}
.cid-v55gJGYnyj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v55gJGYnyj .navbar .navbar-logo img {
  width: auto;
}
.cid-v55gJGYnyj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v55gJGYnyj .navbar.collapsed {
  justify-content: center;
}
.cid-v55gJGYnyj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v55gJGYnyj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v55gJGYnyj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v55gJGYnyj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v55gJGYnyj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v55gJGYnyj .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-v55gJGYnyj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v55gJGYnyj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v55gJGYnyj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v55gJGYnyj .navbar {
    min-height: 72px;
  }
  .cid-v55gJGYnyj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v55gJGYnyj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v55gJGYnyj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v55gJGYnyj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v55gJGYnyj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v55gJGYnyj .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-v55gJGYnyj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v55gJGYnyj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v55gJGYnyj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v55gJGYnyj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v55gJGYnyj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v55gJGYnyj .dropdown-item.active,
.cid-v55gJGYnyj .dropdown-item:active {
  background-color: transparent;
}
.cid-v55gJGYnyj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v55gJGYnyj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v55gJGYnyj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v55gJGYnyj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v55gJGYnyj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v55gJGYnyj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v55gJGYnyj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v55gJGYnyj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v55gJGYnyj .navbar-buttons {
    text-align: left;
  }
}
.cid-v55gJGYnyj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v55gJGYnyj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v55gJGYnyj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v55gJGYnyj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55gJGYnyj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55gJGYnyj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v55gJGYnyj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55gJGYnyj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v55gJGYnyj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v55gJGYnyj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55gJGYnyj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v55gJGYnyj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v55gJGYnyj .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-v55gJGYnyj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v55gJGYnyj .navbar {
    height: 70px;
  }
  .cid-v55gJGYnyj .navbar.opened {
    height: auto;
  }
  .cid-v55gJGYnyj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v55gJGYnyj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v55gJGYnyj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v55gJGYnyj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v55gJGYnyj .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-v55gJGYnyj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v55gJGYnyj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v55gJGYnyj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v55gJGYnyj .navbar-brand {
    margin-right: auto;
  }
  .cid-v55gJGYnyj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v55gJGYnyj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v55gJGYnyj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v55gJGYnyj .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-v55gJGYnyj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v55gJGYnyj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v55gJGYnyj .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-v55gJGYnyj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v55gJGYnyj .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-v55gJGYnyj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v55gJGYnyj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v55gJHQTUF .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v55gJHQTUF .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v55gJHQTUF .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v55gJHQTUF .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v55gJHQTUF .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v55gJHQTUF .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v55gJHQTUF .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55gJHQTUF .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55gJHQTUF .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v55gJHQTUF .tm-alt-wrapper ul,
.cid-v55gJHQTUF .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v55gJHQTUF .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v55gJHQTUF .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v55gJHQTUF .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v55gJHQTUF .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v55gJHQTUF .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v55gJHQTUF .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v55gJHQTUF .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v55gJHQTUF .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v55gJHQTUF .pros,
.cid-v55gJHQTUF .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v55gJHQTUF .pros h4 {
  color: #27ae60;
}
.cid-v55gJHQTUF .cons h4 {
  color: #e74c3c;
}
.cid-v55gJHQTUF .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v55gJHQTUF .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v55gJHQTUF .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v55gJHQTUF .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v55gJHQTUF .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v55gJHQTUF .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v55gJHQTUF .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v55gJHQTUF .faq-section {
  margin: 35px 0;
}
.cid-v55gJHQTUF .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v55gJHQTUF .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v55gJHQTUF .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v55gJHQTUF .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v55gJHQTUF .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v55gJHQTUF .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v55gJHQTUF .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v55gJHQTUF .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v55gJHQTUF .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v55gJHQTUF .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v55gJHQTUF .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
@media (max-width: 768px) {
  .cid-v55gJHQTUF .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v55gJHQTUF .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v55gJHQTUF .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v55gJHQTUF .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v55gJHQTUF .tool-section {
    padding: 20px;
  }
  .cid-v55gJHQTUF .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v55gJHQTUF .cta-section,
  .cid-v55gJHQTUF .final-cta {
    padding: 25px;
  }
  .cid-v55gJHQTUF .table-wrapper {
    border-radius: 8px;
  }
  .cid-v55gJHQTUF .table-wrapper th,
  .cid-v55gJHQTUF .table-wrapper td {
    padding: 12px 15px;
  }
}
.cid-v55gJIxEb0 .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v55gJIxEb0 .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v55gJIxEb0 .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v55gJIxEb0 .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v55gJIxEb0 .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v55gJIxEb0 .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v55gJIxEb0 .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v55gJIxEb0 .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v55gJIxEb0 .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v55gJIxEb0 .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v55gJIxEb0 .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v55gJIxEb0 .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v55gJIxEb0 .cta-title {
    font-size: 30px;
  }
  .cid-v55gJIxEb0 .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v55gJIZi9g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v55gJIZi9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55gJIZi9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55gJIZi9g .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v55gJIZi9g .footer-col {
    flex-direction: column;
  }
}
.cid-v55gJIZi9g .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v55gJIZi9g .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v55gJIZi9g .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v55gJIZi9g .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v55gJIZi9g .mbr-section-btn {
    text-align: center;
  }
}
.cid-v55gJIZi9g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v55gJIZi9g .soc-item {
  margin: 8px;
}
.cid-v55gJIZi9g .soc-item a:hover .mbr-iconfont,
.cid-v55gJIZi9g .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v55gJIZi9g .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v55gJIZi9g .row {
    text-align: center;
  }
  .cid-v55gJIZi9g .social-row {
    justify-content: center;
  }
}
.cid-v55gJIZi9g .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v55gJIZi9g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v55gJIZi9g .list {
    margin-bottom: 0rem;
  }
}
.cid-v55gJIZi9g .mbr-text {
  color: #bbbbbb;
}
.cid-v55gJIZi9g .mbr-section-subtitle {
  color: #000000;
}
.cid-v55gJIZi9g .list,
.cid-v55gJIZi9g .item-wrap {
  color: #232323;
}
.cid-v55gJIZi9g .copyright {
  color: #000000;
}
.cid-v55hUCByI5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v55hUCByI5 .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-v55hUCByI5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v55hUCByI5 .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-v55hUCByI5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v55hUCByI5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v55hUCByI5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v55hUCByI5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v55hUCByI5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v55hUCByI5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v55hUCByI5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v55hUCByI5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v55hUCByI5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v55hUCByI5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v55hUCByI5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v55hUCByI5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v55hUCByI5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v55hUCByI5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v55hUCByI5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v55hUCByI5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v55hUCByI5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v55hUCByI5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v55hUCByI5 .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v55hUCByI5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hUCByI5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v55hUCByI5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v55hUCByI5 .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: #ffffff;
}
.cid-v55hUCByI5 .nav-item:focus,
.cid-v55hUCByI5 .nav-link:focus {
  outline: none;
}
.cid-v55hUCByI5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v55hUCByI5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v55hUCByI5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v55hUCByI5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v55hUCByI5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v55hUCByI5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v55hUCByI5 .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-v55hUCByI5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v55hUCByI5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v55hUCByI5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v55hUCByI5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v55hUCByI5 .navbar.collapsed {
  justify-content: center;
}
.cid-v55hUCByI5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v55hUCByI5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v55hUCByI5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v55hUCByI5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v55hUCByI5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v55hUCByI5 .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-v55hUCByI5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v55hUCByI5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v55hUCByI5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v55hUCByI5 .navbar {
    min-height: 72px;
  }
  .cid-v55hUCByI5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v55hUCByI5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v55hUCByI5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v55hUCByI5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v55hUCByI5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v55hUCByI5 .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-v55hUCByI5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v55hUCByI5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v55hUCByI5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v55hUCByI5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v55hUCByI5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v55hUCByI5 .dropdown-item.active,
.cid-v55hUCByI5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v55hUCByI5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v55hUCByI5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v55hUCByI5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v55hUCByI5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v55hUCByI5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v55hUCByI5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v55hUCByI5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v55hUCByI5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v55hUCByI5 .navbar-buttons {
    text-align: left;
  }
}
.cid-v55hUCByI5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v55hUCByI5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v55hUCByI5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v55hUCByI5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55hUCByI5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55hUCByI5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v55hUCByI5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55hUCByI5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v55hUCByI5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v55hUCByI5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55hUCByI5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v55hUCByI5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v55hUCByI5 .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-v55hUCByI5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v55hUCByI5 .navbar {
    height: 70px;
  }
  .cid-v55hUCByI5 .navbar.opened {
    height: auto;
  }
  .cid-v55hUCByI5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v55hUCByI5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v55hUCByI5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v55hUCByI5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v55hUCByI5 .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-v55hUCByI5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v55hUCByI5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v55hUCByI5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v55hUCByI5 .navbar-brand {
    margin-right: auto;
  }
  .cid-v55hUCByI5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v55hUCByI5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v55hUCByI5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v55hUCByI5 .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-v55hUCByI5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v55hUCByI5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v55hUCByI5 .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-v55hUCByI5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v55hUCByI5 .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-v55hUCByI5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v55hUCByI5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v55hUDBwJs .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v55hUDBwJs .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v55hUDBwJs .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v55hUDBwJs .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v55hUDBwJs .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v55hUDBwJs .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v55hUDBwJs .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55hUDBwJs .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55hUDBwJs .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v55hUDBwJs .tm-alt-wrapper ul,
.cid-v55hUDBwJs .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v55hUDBwJs .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v55hUDBwJs .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v55hUDBwJs .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v55hUDBwJs .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v55hUDBwJs .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v55hUDBwJs .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v55hUDBwJs .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v55hUDBwJs .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v55hUDBwJs .pros,
.cid-v55hUDBwJs .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v55hUDBwJs .pros h4 {
  color: #27ae60;
}
.cid-v55hUDBwJs .cons h4 {
  color: #e74c3c;
}
.cid-v55hUDBwJs .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v55hUDBwJs .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v55hUDBwJs .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v55hUDBwJs .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v55hUDBwJs .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v55hUDBwJs .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v55hUDBwJs .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v55hUDBwJs .faq-section {
  margin: 35px 0;
}
.cid-v55hUDBwJs .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v55hUDBwJs .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v55hUDBwJs .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v55hUDBwJs .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v55hUDBwJs .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v55hUDBwJs .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v55hUDBwJs .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v55hUDBwJs .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v55hUDBwJs .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v55hUDBwJs .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v55hUDBwJs .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
@media (max-width: 768px) {
  .cid-v55hUDBwJs .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v55hUDBwJs .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v55hUDBwJs .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v55hUDBwJs .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v55hUDBwJs .tool-section {
    padding: 20px;
  }
  .cid-v55hUDBwJs .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v55hUDBwJs .cta-section,
  .cid-v55hUDBwJs .final-cta {
    padding: 25px;
  }
  .cid-v55hUDBwJs .table-wrapper {
    border-radius: 8px;
  }
  .cid-v55hUDBwJs .table-wrapper th,
  .cid-v55hUDBwJs .table-wrapper td {
    padding: 12px 15px;
  }
}
.cid-v55hUEhZWm .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v55hUEhZWm .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v55hUEhZWm .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v55hUEhZWm .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v55hUEhZWm .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v55hUEhZWm .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v55hUEhZWm .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v55hUEhZWm .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v55hUEhZWm .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v55hUEhZWm .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v55hUEhZWm .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v55hUEhZWm .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v55hUEhZWm .cta-title {
    font-size: 30px;
  }
  .cid-v55hUEhZWm .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v55hUEDbXr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v55hUEDbXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55hUEDbXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55hUEDbXr .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v55hUEDbXr .footer-col {
    flex-direction: column;
  }
}
.cid-v55hUEDbXr .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v55hUEDbXr .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v55hUEDbXr .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v55hUEDbXr .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hUEDbXr .mbr-section-btn {
    text-align: center;
  }
}
.cid-v55hUEDbXr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v55hUEDbXr .soc-item {
  margin: 8px;
}
.cid-v55hUEDbXr .soc-item a:hover .mbr-iconfont,
.cid-v55hUEDbXr .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v55hUEDbXr .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v55hUEDbXr .row {
    text-align: center;
  }
  .cid-v55hUEDbXr .social-row {
    justify-content: center;
  }
}
.cid-v55hUEDbXr .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v55hUEDbXr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v55hUEDbXr .list {
    margin-bottom: 0rem;
  }
}
.cid-v55hUEDbXr .mbr-text {
  color: #bbbbbb;
}
.cid-v55hUEDbXr .mbr-section-subtitle {
  color: #000000;
}
.cid-v55hUEDbXr .list,
.cid-v55hUEDbXr .item-wrap {
  color: #232323;
}
.cid-v55hUEDbXr .copyright {
  color: #000000;
}
.cid-v55jRru1aT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v55jRru1aT .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-v55jRru1aT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v55jRru1aT .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-v55jRru1aT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v55jRru1aT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v55jRru1aT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v55jRru1aT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v55jRru1aT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v55jRru1aT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v55jRru1aT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v55jRru1aT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v55jRru1aT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v55jRru1aT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v55jRru1aT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v55jRru1aT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v55jRru1aT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v55jRru1aT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v55jRru1aT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v55jRru1aT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v55jRru1aT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v55jRru1aT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v55jRru1aT .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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v55jRru1aT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v55jRru1aT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v55jRru1aT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v55jRru1aT .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: #ffffff;
}
.cid-v55jRru1aT .nav-item:focus,
.cid-v55jRru1aT .nav-link:focus {
  outline: none;
}
.cid-v55jRru1aT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v55jRru1aT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v55jRru1aT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v55jRru1aT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v55jRru1aT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v55jRru1aT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v55jRru1aT .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-v55jRru1aT .navbar.opened {
  transition: all 0.3s;
}
.cid-v55jRru1aT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v55jRru1aT .navbar .navbar-logo img {
  width: auto;
}
.cid-v55jRru1aT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v55jRru1aT .navbar.collapsed {
  justify-content: center;
}
.cid-v55jRru1aT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v55jRru1aT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v55jRru1aT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v55jRru1aT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v55jRru1aT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v55jRru1aT .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-v55jRru1aT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v55jRru1aT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v55jRru1aT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v55jRru1aT .navbar {
    min-height: 72px;
  }
  .cid-v55jRru1aT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v55jRru1aT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v55jRru1aT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v55jRru1aT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v55jRru1aT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v55jRru1aT .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-v55jRru1aT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v55jRru1aT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v55jRru1aT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v55jRru1aT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v55jRru1aT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v55jRru1aT .dropdown-item.active,
.cid-v55jRru1aT .dropdown-item:active {
  background-color: transparent;
}
.cid-v55jRru1aT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v55jRru1aT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v55jRru1aT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v55jRru1aT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v55jRru1aT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v55jRru1aT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v55jRru1aT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v55jRru1aT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v55jRru1aT .navbar-buttons {
    text-align: left;
  }
}
.cid-v55jRru1aT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v55jRru1aT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v55jRru1aT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v55jRru1aT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55jRru1aT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55jRru1aT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v55jRru1aT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55jRru1aT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v55jRru1aT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v55jRru1aT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55jRru1aT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v55jRru1aT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v55jRru1aT .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-v55jRru1aT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v55jRru1aT .navbar {
    height: 70px;
  }
  .cid-v55jRru1aT .navbar.opened {
    height: auto;
  }
  .cid-v55jRru1aT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v55jRru1aT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v55jRru1aT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v55jRru1aT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v55jRru1aT .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-v55jRru1aT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v55jRru1aT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v55jRru1aT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v55jRru1aT .navbar-brand {
    margin-right: auto;
  }
  .cid-v55jRru1aT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v55jRru1aT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v55jRru1aT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v55jRru1aT .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-v55jRru1aT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v55jRru1aT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v55jRru1aT .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-v55jRru1aT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v55jRru1aT .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-v55jRru1aT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v55jRru1aT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v55jRsAdy4 .tm-alt-wrapper {
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cid-v55jRsAdy4 .tm-alt-wrapper h1 {
  color: #ef4243;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  text-align: center;
  font-weight: 700;
}
.cid-v55jRsAdy4 .tm-alt-wrapper h2 {
  color: #ef4243;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}
.cid-v55jRsAdy4 .tm-alt-wrapper h3 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-v55jRsAdy4 .tm-alt-wrapper h4 {
  color: #555;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v55jRsAdy4 .tm-alt-wrapper p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #444;
}
.cid-v55jRsAdy4 .intro-text1 {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #3835d1;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55jRsAdy4 .intro-text {
  background: #fff5f5;
  padding: 25px;
  border-left: 5px solid #ef4243;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 1.1rem;
}
.cid-v55jRsAdy4 .highlight-box {
  background: #ffecec;
  padding: 22px;
  border-radius: 8px;
  border-left: 5px solid #ef4243;
  margin: 30px 0;
  font-style: italic;
}
.cid-v55jRsAdy4 .tm-alt-wrapper ul,
.cid-v55jRsAdy4 .tm-alt-wrapper ol {
  margin: 20px 0 20px 25px;
  padding-left: 15px;
}
.cid-v55jRsAdy4 .tm-alt-wrapper li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.cid-v55jRsAdy4 .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-v55jRsAdy4 .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 700px;
}
.cid-v55jRsAdy4 .table-wrapper th {
  background: #ef4243;
  color: white;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}
.cid-v55jRsAdy4 .table-wrapper td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.cid-v55jRsAdy4 .table-wrapper tr:nth-child(even) {
  background: #fafafa;
}
.cid-v55jRsAdy4 .table-wrapper tr:hover {
  background-color: #fff5f5;
}
.cid-v55jRsAdy4 .tool-section {
  margin: 40px 0;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.cid-v55jRsAdy4 .pros,
.cid-v55jRsAdy4 .cons {
  background: #f7f7f7;
  padding: 22px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 5px solid #ef4243;
}
.cid-v55jRsAdy4 .pros h4 {
  color: #27ae60;
}
.cid-v55jRsAdy4 .cons h4 {
  color: #e74c3c;
}
.cid-v55jRsAdy4 .cta-section {
  background: linear-gradient(to right, #ffeaea, #fff5f5);
  padding: 30px;
  border-radius: 12px;
  margin: 35px 0;
  text-align: center;
  border: 2px dashed #ef4243;
}
.cid-v55jRsAdy4 .cta-section h3 {
  color: #ef4243;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.cid-v55jRsAdy4 .cta-button {
  display: inline-block;
  background: #ef4243;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  margin: 10px 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 66, 67, 0.3);
  border: none;
  cursor: pointer;
}
.cid-v55jRsAdy4 .cta-button:hover {
  background: #d13839;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(239, 66, 67, 0.4);
  text-decoration: none;
  color: white;
}
.cid-v55jRsAdy4 .cta-button.secondary {
  background: #6c5ce7;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}
.cid-v55jRsAdy4 .cta-button.secondary:hover {
  background: #5a4fcf;
  box-shadow: 0 6px 18px rgba(108, 92, 231, 0.4);
}
.cid-v55jRsAdy4 .choice-section {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #3498db;
}
.cid-v55jRsAdy4 .faq-section {
  margin: 35px 0;
}
.cid-v55jRsAdy4 .faq-item {
  border: 1px solid #eee;
  padding: 22px;
  border-radius: 8px;
  margin: 18px 0;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.cid-v55jRsAdy4 .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cid-v55jRsAdy4 .faq-question {
  font-weight: 700;
  margin-bottom: 12px;
  color: #ef4243;
  font-size: 1.2rem;
}
.cid-v55jRsAdy4 .faq-answer {
  color: #333;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cid-v55jRsAdy4 .recommendation-box {
  background: #fff7f7;
  border-left: 5px solid #ef4243;
  padding: 28px;
  border-radius: 10px;
  margin: 35px 0;
  font-size: 1.1rem;
}
.cid-v55jRsAdy4 .recommendation-box p {
  margin-bottom: 15px;
}
.cid-v55jRsAdy4 .final-cta {
  background: linear-gradient(to right, #ef4243, #ff6b6b);
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  text-align: center;
  color: white;
}
.cid-v55jRsAdy4 .final-cta h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cid-v55jRsAdy4 .final-cta p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.cid-v55jRsAdy4 .final-cta .cta-button {
  background: white;
  color: #ef4243;
  margin: 8px 10px;
}
.cid-v55jRsAdy4 .final-cta .cta-button:hover {
  background: #f8f8f8;
  color: #d13839;
}
@media (max-width: 768px) {
  .cid-v55jRsAdy4 .tm-alt-wrapper {
    padding: 20px 15px;
  }
  .cid-v55jRsAdy4 .tm-alt-wrapper h1 {
    font-size: 2rem;
  }
  .cid-v55jRsAdy4 .tm-alt-wrapper h2 {
    font-size: 1.5rem;
  }
  .cid-v55jRsAdy4 .tm-alt-wrapper h3 {
    font-size: 1.3rem;
  }
  .cid-v55jRsAdy4 .tool-section {
    padding: 20px;
  }
  .cid-v55jRsAdy4 .cta-button {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
  }
  .cid-v55jRsAdy4 .cta-section,
  .cid-v55jRsAdy4 .final-cta {
    padding: 25px;
  }
  .cid-v55jRsAdy4 .table-wrapper {
    border-radius: 8px;
  }
  .cid-v55jRsAdy4 .table-wrapper th,
  .cid-v55jRsAdy4 .table-wrapper td {
    padding: 12px 15px;
  }
}
.cid-v55jRtgrmV .final-cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #ffe0e0 0%, #fff5f5 60%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cid-v55jRtgrmV .cta-wrapper {
  max-width: 800px;
  margin: auto;
}
.cid-v55jRtgrmV .cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.cid-v55jRtgrmV .cta-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}
.cid-v55jRtgrmV .cta-highlight-box {
  background: linear-gradient(135deg, rgba(239, 66, 67, 0.12), rgba(239, 66, 67, 0.25));
  border: 1px solid rgba(239, 66, 67, 0.45);
  padding: 18px 25px;
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 8px 25px rgba(239, 66, 67, 0.2);
}
.cid-v55jRtgrmV .cta-highlight-box p {
  color: #ef4243;
  font-size: 18px;
  font-weight: 600;
}
.cid-v55jRtgrmV .big-offer {
  background: #ef4243;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(239, 66, 67, 0.4);
}
.cid-v55jRtgrmV .cta-action-btn {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #ef4243, #d93737);
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(239, 66, 67, 0.35);
  transition: .3s ease;
}
.cid-v55jRtgrmV .cta-action-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 40px rgba(239, 66, 67, 0.5);
}
.cid-v55jRtgrmV .cta-guarantee-box {
  margin-top: 25px;
  text-align: center;
}
.cid-v55jRtgrmV .cta-guarantee-box img {
  width: 70px;
  margin-bottom: 10px;
}
.cid-v55jRtgrmV .cta-guarantee-box p {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-v55jRtgrmV .cta-title {
    font-size: 30px;
  }
  .cid-v55jRtgrmV .cta-action-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
.cid-v55jRtFqM9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ef4243;
}
.cid-v55jRtFqM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55jRtFqM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55jRtFqM9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v55jRtFqM9 .footer-col {
    flex-direction: column;
  }
}
.cid-v55jRtFqM9 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v55jRtFqM9 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v55jRtFqM9 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v55jRtFqM9 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v55jRtFqM9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v55jRtFqM9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v55jRtFqM9 .soc-item {
  margin: 8px;
}
.cid-v55jRtFqM9 .soc-item a:hover .mbr-iconfont,
.cid-v55jRtFqM9 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v55jRtFqM9 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v55jRtFqM9 .row {
    text-align: center;
  }
  .cid-v55jRtFqM9 .social-row {
    justify-content: center;
  }
}
.cid-v55jRtFqM9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v55jRtFqM9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v55jRtFqM9 .list {
    margin-bottom: 0rem;
  }
}
.cid-v55jRtFqM9 .mbr-text {
  color: #bbbbbb;
}
.cid-v55jRtFqM9 .mbr-section-subtitle {
  color: #000000;
}
.cid-v55jRtFqM9 .list,
.cid-v55jRtFqM9 .item-wrap {
  color: #232323;
}
.cid-v55jRtFqM9 .copyright {
  color: #000000;
}
