.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Anton', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bed3f9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
  color: #1046a8 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6f9df2 !important;
  border-color: #6f9df2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1046a8 !important;
  background-color: #6f9df2 !important;
  border-color: #6f9df2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bed3f9;
  color: #bed3f9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6f9df2 !important;
  background-color: transparent!important;
  border-color: #6f9df2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1046a8 !important;
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #bed3f9 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6194f0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #bed3f9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bed3f9;
  border-color: #bed3f9;
  color: #1250c0;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bed3f9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #bed3f9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #bed3f9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #bed3f9;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bed3f9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bed3f9;
  border-bottom-color: #bed3f9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #bed3f9 !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: #ff6666 !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='%23bed3f9' %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;
}
.cid-uNmmH5rnyY {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-06-at-7.53.55-am.jpeg");
}
.cid-uNmmH5rnyY H2 {
  color: #8caff0;
}
.cid-uNmmH5rnyY .mbr-text,
.cid-uNmmH5rnyY .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmmH5rnyY img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmmH5rnyY img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmmH5rnyY H1 {
  color: #ffffff;
}
.cid-uNmmLGFa83 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmmKqFq6D {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmmKqFq6D .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmmKqFq6D .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmmKqFq6D H2 {
  color: #e7272d;
}
.cid-uNmmKqFq6D .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmmKqFq6D .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmmKqFq6D .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmmKqFq6D .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmmKqFq6D .col-lg-12 {
  overflow: hidden;
}
.cid-uNmmKqFq6D H4 {
  color: #fbbe36;
}
.cid-uNmmKqFq6D .mbr-text,
.cid-uNmmKqFq6D .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmmKqFq6D .logo-wrap:before {
    content: none;
  }
  .cid-uNmmKqFq6D .logo-wrap:after {
    content: none;
  }
}
.cid-uNmxJnGdVe {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uNmxJnGdVe H2 {
  color: #0182de;
}
.cid-uNmxJnGdVe .mbr-text,
.cid-uNmxJnGdVe .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmxJnGdVe img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmxJnGdVe img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmxJnGdVe H1 {
  color: #ffffff;
}
.cid-uNmxJoDQqJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmxJoUirE {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmxJoUirE .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmxJoUirE .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmxJoUirE H2 {
  color: #e7272d;
}
.cid-uNmxJoUirE .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmxJoUirE .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmxJoUirE .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmxJoUirE .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmxJoUirE .col-lg-12 {
  overflow: hidden;
}
.cid-uNmxJoUirE H4 {
  color: #fbbe36;
}
.cid-uNmxJoUirE .mbr-text,
.cid-uNmxJoUirE .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmxJoUirE .logo-wrap:before {
    content: none;
  }
  .cid-uNmxJoUirE .logo-wrap:after {
    content: none;
  }
}
.cid-uNmARYjwTJ {
  padding-top: 45px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-42-35-am.png");
}
.cid-uNmARYjwTJ H2 {
  color: #0182de;
}
.cid-uNmARYjwTJ .mbr-text,
.cid-uNmARYjwTJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmARYjwTJ img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmARYjwTJ img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmARYjwTJ H1 {
  color: #ffffff;
}
.cid-uNmARZ6zHt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmARZzpgu {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmARZzpgu .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmARZzpgu .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmARZzpgu H2 {
  color: #e7272d;
}
.cid-uNmARZzpgu .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmARZzpgu .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmARZzpgu .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmARZzpgu .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmARZzpgu .col-lg-12 {
  overflow: hidden;
}
.cid-uNmARZzpgu H4 {
  color: #fbbe36;
}
.cid-uNmARZzpgu .mbr-text,
.cid-uNmARZzpgu .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmARZzpgu .logo-wrap:before {
    content: none;
  }
  .cid-uNmARZzpgu .logo-wrap:after {
    content: none;
  }
}
.cid-uNmBBNqSjm {
  padding-top: 0px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-06-at-7.54.16-am.jpeg");
}
.cid-uNmBBNqSjm H2 {
  color: #0182de;
}
.cid-uNmBBNqSjm .mbr-text,
.cid-uNmBBNqSjm .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmBBNqSjm img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmBBNqSjm img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmBBNqSjm H1 {
  color: #ffffff;
}
.cid-uNmBBOKfae {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmBBP1Glo {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmBBP1Glo .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmBBP1Glo .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmBBP1Glo H2 {
  color: #e7272d;
}
.cid-uNmBBP1Glo .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmBBP1Glo .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmBBP1Glo .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmBBP1Glo .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmBBP1Glo .col-lg-12 {
  overflow: hidden;
}
.cid-uNmBBP1Glo H4 {
  color: #fbbe36;
}
.cid-uNmBBP1Glo .mbr-text,
.cid-uNmBBP1Glo .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmBBP1Glo .logo-wrap:before {
    content: none;
  }
  .cid-uNmBBP1Glo .logo-wrap:after {
    content: none;
  }
}
.cid-uNmClbXKJ1 {
  padding-top: 45px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-42-35-am.png");
}
.cid-uNmClbXKJ1 H2 {
  color: #0182de;
}
.cid-uNmClbXKJ1 .mbr-text,
.cid-uNmClbXKJ1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmClbXKJ1 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmClbXKJ1 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmClbXKJ1 H1 {
  color: #ffffff;
}
.cid-uNmClcyhVK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmClcRlZZ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmClcRlZZ .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmClcRlZZ .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmClcRlZZ H2 {
  color: #e7272d;
}
.cid-uNmClcRlZZ .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmClcRlZZ .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmClcRlZZ .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmClcRlZZ .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmClcRlZZ .col-lg-12 {
  overflow: hidden;
}
.cid-uNmClcRlZZ H4 {
  color: #fbbe36;
}
.cid-uNmClcRlZZ .mbr-text,
.cid-uNmClcRlZZ .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmClcRlZZ .logo-wrap:before {
    content: none;
  }
  .cid-uNmClcRlZZ .logo-wrap:after {
    content: none;
  }
}
.cid-uNmCFUR03E {
  padding-top: 45px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uNmCFUR03E H2 {
  color: #0182de;
}
.cid-uNmCFUR03E .mbr-text,
.cid-uNmCFUR03E .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmCFUR03E img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmCFUR03E img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmCFUR03E H1 {
  color: #ffffff;
}
.cid-uNmCFVxC4A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmCFVOBFA {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmCFVOBFA .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmCFVOBFA .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmCFVOBFA H2 {
  color: #e7272d;
}
.cid-uNmCFVOBFA .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmCFVOBFA .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmCFVOBFA .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmCFVOBFA .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmCFVOBFA .col-lg-12 {
  overflow: hidden;
}
.cid-uNmCFVOBFA H4 {
  color: #fbbe36;
}
.cid-uNmCFVOBFA .mbr-text,
.cid-uNmCFVOBFA .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmCFVOBFA .logo-wrap:before {
    content: none;
  }
  .cid-uNmCFVOBFA .logo-wrap:after {
    content: none;
  }
}
.cid-uNmDmWPLRU {
  padding-top: 45px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-42-35-am.png");
}
.cid-uNmDmWPLRU H2 {
  color: #0182de;
}
.cid-uNmDmWPLRU .mbr-text,
.cid-uNmDmWPLRU .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmDmWPLRU img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmDmWPLRU img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmDmWPLRU H1 {
  color: #ffffff;
}
.cid-uNmDmXjF8I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmDmXBdwR {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmDmXBdwR .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmDmXBdwR .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmDmXBdwR H2 {
  color: #e7272d;
}
.cid-uNmDmXBdwR .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmDmXBdwR .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmDmXBdwR .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmDmXBdwR .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmDmXBdwR .col-lg-12 {
  overflow: hidden;
}
.cid-uNmDmXBdwR H4 {
  color: #fbbe36;
}
.cid-uNmDmXBdwR .mbr-text,
.cid-uNmDmXBdwR .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmDmXBdwR .logo-wrap:before {
    content: none;
  }
  .cid-uNmDmXBdwR .logo-wrap:after {
    content: none;
  }
}
.cid-uNmE0Fg4VE {
  padding-top: 45px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-06-at-7.54.16-am.jpeg");
}
.cid-uNmE0Fg4VE H2 {
  color: #0182de;
}
.cid-uNmE0Fg4VE .mbr-text,
.cid-uNmE0Fg4VE .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmE0Fg4VE img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmE0Fg4VE img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmE0Fg4VE H1 {
  color: #ffffff;
}
.cid-uNmE0GjFmB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmE0GGKoL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmE0GGKoL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmE0GGKoL .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmE0GGKoL H2 {
  color: #e7272d;
}
.cid-uNmE0GGKoL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmE0GGKoL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmE0GGKoL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmE0GGKoL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmE0GGKoL .col-lg-12 {
  overflow: hidden;
}
.cid-uNmE0GGKoL H4 {
  color: #fbbe36;
}
.cid-uNmE0GGKoL .mbr-text,
.cid-uNmE0GGKoL .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmE0GGKoL .logo-wrap:before {
    content: none;
  }
  .cid-uNmE0GGKoL .logo-wrap:after {
    content: none;
  }
}
.cid-uNmFnF1jD6 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-42-35-am.png");
}
.cid-uNmFnF1jD6 H2 {
  color: #0182de;
}
.cid-uNmFnF1jD6 .mbr-text,
.cid-uNmFnF1jD6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmFnF1jD6 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmFnF1jD6 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmFnF1jD6 H1 {
  color: #ffffff;
}
.cid-uNmFnG5kFt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmFnGlmpG {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmFnGlmpG .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmFnGlmpG .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmFnGlmpG H2 {
  color: #e7272d;
}
.cid-uNmFnGlmpG .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmFnGlmpG .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmFnGlmpG .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmFnGlmpG .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmFnGlmpG .col-lg-12 {
  overflow: hidden;
}
.cid-uNmFnGlmpG H4 {
  color: #fbbe36;
}
.cid-uNmFnGlmpG .mbr-text,
.cid-uNmFnGlmpG .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmFnGlmpG .logo-wrap:before {
    content: none;
  }
  .cid-uNmFnGlmpG .logo-wrap:after {
    content: none;
  }
}
.cid-uNmFOHsnr2 {
  padding-top: 45px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uNmFOHsnr2 H2 {
  color: #0182de;
}
.cid-uNmFOHsnr2 .mbr-text,
.cid-uNmFOHsnr2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmFOHsnr2 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmFOHsnr2 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmFOHsnr2 H1 {
  color: #ffffff;
}
.cid-uNmFOIOTv5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmFOJimpA {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmFOJimpA .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmFOJimpA .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmFOJimpA H2 {
  color: #e7272d;
}
.cid-uNmFOJimpA .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmFOJimpA .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmFOJimpA .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmFOJimpA .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmFOJimpA .col-lg-12 {
  overflow: hidden;
}
.cid-uNmFOJimpA H4 {
  color: #fbbe36;
}
.cid-uNmFOJimpA .mbr-text,
.cid-uNmFOJimpA .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmFOJimpA .logo-wrap:before {
    content: none;
  }
  .cid-uNmFOJimpA .logo-wrap:after {
    content: none;
  }
}
.cid-uNmGnknJyG {
  padding-top: 45px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-42-35-am.png");
}
.cid-uNmGnknJyG H2 {
  color: #0182de;
}
.cid-uNmGnknJyG .mbr-text,
.cid-uNmGnknJyG .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmGnknJyG img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmGnknJyG img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmGnknJyG H1 {
  color: #ffffff;
}
.cid-uNmGnkYBme {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmGnlhV8R {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmGnlhV8R .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmGnlhV8R .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmGnlhV8R H2 {
  color: #e7272d;
}
.cid-uNmGnlhV8R .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmGnlhV8R .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmGnlhV8R .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmGnlhV8R .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmGnlhV8R .col-lg-12 {
  overflow: hidden;
}
.cid-uNmGnlhV8R H4 {
  color: #fbbe36;
}
.cid-uNmGnlhV8R .mbr-text,
.cid-uNmGnlhV8R .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmGnlhV8R .logo-wrap:before {
    content: none;
  }
  .cid-uNmGnlhV8R .logo-wrap:after {
    content: none;
  }
}
.cid-uNmGE3wShh {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-06-at-7.54.16-am.jpeg");
}
.cid-uNmGE3wShh H2 {
  color: #0182de;
}
.cid-uNmGE3wShh .mbr-text,
.cid-uNmGE3wShh .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmGE3wShh img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmGE3wShh img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmGE3wShh H1 {
  color: #ffffff;
}
.cid-uNmGE4o6kY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmGE4UsA1 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmGE4UsA1 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmGE4UsA1 .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmGE4UsA1 H2 {
  color: #e7272d;
}
.cid-uNmGE4UsA1 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmGE4UsA1 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmGE4UsA1 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmGE4UsA1 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmGE4UsA1 .col-lg-12 {
  overflow: hidden;
}
.cid-uNmGE4UsA1 H4 {
  color: #fbbe36;
}
.cid-uNmGE4UsA1 .mbr-text,
.cid-uNmGE4UsA1 .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmGE4UsA1 .logo-wrap:before {
    content: none;
  }
  .cid-uNmGE4UsA1 .logo-wrap:after {
    content: none;
  }
}
.cid-uNmH0ajbay {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-42-35-am.png");
}
.cid-uNmH0ajbay H2 {
  color: #0182de;
}
.cid-uNmH0ajbay .mbr-text,
.cid-uNmH0ajbay .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmH0ajbay img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmH0ajbay img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmH0ajbay H1 {
  color: #ffffff;
}
.cid-uNmH0bVKGS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmH0ces2d {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmH0ces2d .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmH0ces2d .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmH0ces2d H2 {
  color: #e7272d;
}
.cid-uNmH0ces2d .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmH0ces2d .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmH0ces2d .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmH0ces2d .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmH0ces2d .col-lg-12 {
  overflow: hidden;
}
.cid-uNmH0ces2d H4 {
  color: #fbbe36;
}
.cid-uNmH0ces2d .mbr-text,
.cid-uNmH0ces2d .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmH0ces2d .logo-wrap:before {
    content: none;
  }
  .cid-uNmH0ces2d .logo-wrap:after {
    content: none;
  }
}
.cid-uNmHn4xc62 {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uNmHn4xc62 H2 {
  color: #0182de;
}
.cid-uNmHn4xc62 .mbr-text,
.cid-uNmHn4xc62 .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmHn4xc62 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmHn4xc62 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmHn4xc62 H1 {
  color: #ffffff;
}
.cid-uNmHn5M2cw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmHn6f6ZN {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmHn6f6ZN .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmHn6f6ZN .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmHn6f6ZN H2 {
  color: #e7272d;
}
.cid-uNmHn6f6ZN .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmHn6f6ZN .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmHn6f6ZN .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmHn6f6ZN .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmHn6f6ZN .col-lg-12 {
  overflow: hidden;
}
.cid-uNmHn6f6ZN H4 {
  color: #fbbe36;
}
.cid-uNmHn6f6ZN .mbr-text,
.cid-uNmHn6f6ZN .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmHn6f6ZN .logo-wrap:before {
    content: none;
  }
  .cid-uNmHn6f6ZN .logo-wrap:after {
    content: none;
  }
}
.cid-uNmHNuYjpK {
  padding-top: 45px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-42-35-am.png");
}
.cid-uNmHNuYjpK H2 {
  color: #0182de;
}
.cid-uNmHNuYjpK .mbr-text,
.cid-uNmHNuYjpK .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmHNuYjpK img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmHNuYjpK img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmHNuYjpK H1 {
  color: #ffffff;
}
.cid-uNmHNvn05a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmHNvEr8g {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmHNvEr8g .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmHNvEr8g .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmHNvEr8g H2 {
  color: #e7272d;
}
.cid-uNmHNvEr8g .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmHNvEr8g .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmHNvEr8g .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmHNvEr8g .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmHNvEr8g .col-lg-12 {
  overflow: hidden;
}
.cid-uNmHNvEr8g H4 {
  color: #fbbe36;
}
.cid-uNmHNvEr8g .mbr-text,
.cid-uNmHNvEr8g .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmHNvEr8g .logo-wrap:before {
    content: none;
  }
  .cid-uNmHNvEr8g .logo-wrap:after {
    content: none;
  }
}
.cid-uNmI5uV9hi {
  padding-top: 45px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-06-at-7.54.16-am.jpeg");
}
.cid-uNmI5uV9hi H2 {
  color: #0182de;
}
.cid-uNmI5uV9hi .mbr-text,
.cid-uNmI5uV9hi .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmI5uV9hi img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmI5uV9hi img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmI5uV9hi H1 {
  color: #ffffff;
}
.cid-uNmI5wwiCA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmI5wOok6 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmI5wOok6 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmI5wOok6 .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmI5wOok6 H2 {
  color: #e7272d;
}
.cid-uNmI5wOok6 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmI5wOok6 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmI5wOok6 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmI5wOok6 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmI5wOok6 .col-lg-12 {
  overflow: hidden;
}
.cid-uNmI5wOok6 H4 {
  color: #fbbe36;
}
.cid-uNmI5wOok6 .mbr-text,
.cid-uNmI5wOok6 .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmI5wOok6 .logo-wrap:before {
    content: none;
  }
  .cid-uNmI5wOok6 .logo-wrap:after {
    content: none;
  }
}
.cid-uNmIqKbiGP {
  padding-top: 45px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-42-35-am.png");
}
.cid-uNmIqKbiGP H2 {
  color: #0182de;
}
.cid-uNmIqKbiGP .mbr-text,
.cid-uNmIqKbiGP .mbr-section-btn {
  color: #ffffff;
}
.cid-uNmIqKbiGP img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNmIqKbiGP img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uNmIqKbiGP H1 {
  color: #ffffff;
}
.cid-uNmIqKH8d8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uNmIqKYHde {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uNmIqKYHde .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uNmIqKYHde .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uNmIqKYHde H2 {
  color: #e7272d;
}
.cid-uNmIqKYHde .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uNmIqKYHde .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uNmIqKYHde .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmIqKYHde .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uNmIqKYHde .col-lg-12 {
  overflow: hidden;
}
.cid-uNmIqKYHde H4 {
  color: #fbbe36;
}
.cid-uNmIqKYHde .mbr-text,
.cid-uNmIqKYHde .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uNmIqKYHde .logo-wrap:before {
    content: none;
  }
  .cid-uNmIqKYHde .logo-wrap:after {
    content: none;
  }
}
.cid-uP4l2wpMGY {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4l2wpMGY H2 {
  color: #0182de;
}
.cid-uP4l2wpMGY .mbr-text,
.cid-uP4l2wpMGY .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4l2wpMGY img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4l2wpMGY img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4l2wpMGY H1 {
  color: #ffffff;
}
.cid-uP4l2wVNot {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4l2xcPEC {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4l2xcPEC .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4l2xcPEC .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4l2xcPEC H2 {
  color: #e7272d;
}
.cid-uP4l2xcPEC .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4l2xcPEC .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4l2xcPEC .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4l2xcPEC .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4l2xcPEC .col-lg-12 {
  overflow: hidden;
}
.cid-uP4l2xcPEC H4 {
  color: #fbbe36;
}
.cid-uP4l2xcPEC .mbr-text,
.cid-uP4l2xcPEC .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4l2xcPEC .logo-wrap:before {
    content: none;
  }
  .cid-uP4l2xcPEC .logo-wrap:after {
    content: none;
  }
}
.cid-uP4lZ8c4WW {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4lZ8c4WW H2 {
  color: #0182de;
}
.cid-uP4lZ8c4WW .mbr-text,
.cid-uP4lZ8c4WW .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4lZ8c4WW img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4lZ8c4WW img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4lZ8c4WW H1 {
  color: #ffffff;
}
.cid-uP4lZ9XGE0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4lZapkll {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4lZapkll .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4lZapkll .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4lZapkll H2 {
  color: #e7272d;
}
.cid-uP4lZapkll .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4lZapkll .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4lZapkll .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4lZapkll .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4lZapkll .col-lg-12 {
  overflow: hidden;
}
.cid-uP4lZapkll H4 {
  color: #fbbe36;
}
.cid-uP4lZapkll .mbr-text,
.cid-uP4lZapkll .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4lZapkll .logo-wrap:before {
    content: none;
  }
  .cid-uP4lZapkll .logo-wrap:after {
    content: none;
  }
}
.cid-uP4llQGK6E {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4llQGK6E H2 {
  color: #0182de;
}
.cid-uP4llQGK6E .mbr-text,
.cid-uP4llQGK6E .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4llQGK6E img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4llQGK6E img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4llQGK6E H1 {
  color: #ffffff;
}
.cid-uP4llSeCnF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4llSD6It {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4llSD6It .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4llSD6It .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4llSD6It H2 {
  color: #e7272d;
}
.cid-uP4llSD6It .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4llSD6It .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4llSD6It .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4llSD6It .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4llSD6It .col-lg-12 {
  overflow: hidden;
}
.cid-uP4llSD6It H4 {
  color: #fbbe36;
}
.cid-uP4llSD6It .mbr-text,
.cid-uP4llSD6It .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4llSD6It .logo-wrap:before {
    content: none;
  }
  .cid-uP4llSD6It .logo-wrap:after {
    content: none;
  }
}
.cid-uP4n6EWK4R {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-06-at-7.54.16-am.jpeg");
}
.cid-uP4n6EWK4R H2 {
  color: #0182de;
}
.cid-uP4n6EWK4R .mbr-text,
.cid-uP4n6EWK4R .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4n6EWK4R img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4n6EWK4R img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4n6EWK4R H1 {
  color: #ffffff;
}
.cid-uP4n6GeGRK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4n6GMvy2 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4n6GMvy2 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4n6GMvy2 .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4n6GMvy2 H2 {
  color: #e7272d;
}
.cid-uP4n6GMvy2 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4n6GMvy2 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4n6GMvy2 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4n6GMvy2 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4n6GMvy2 .col-lg-12 {
  overflow: hidden;
}
.cid-uP4n6GMvy2 H4 {
  color: #fbbe36;
}
.cid-uP4n6GMvy2 .mbr-text,
.cid-uP4n6GMvy2 .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4n6GMvy2 .logo-wrap:before {
    content: none;
  }
  .cid-uP4n6GMvy2 .logo-wrap:after {
    content: none;
  }
}
.cid-uP4o9RqrYX {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-06-at-7.54.16-am.jpeg");
}
.cid-uP4o9RqrYX H2 {
  color: #0182de;
}
.cid-uP4o9RqrYX .mbr-text,
.cid-uP4o9RqrYX .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4o9RqrYX img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4o9RqrYX img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4o9RqrYX H1 {
  color: #ffffff;
}
.cid-uP4o9SJ4v1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4o9TcXjT {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4o9TcXjT .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4o9TcXjT .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4o9TcXjT H2 {
  color: #e7272d;
}
.cid-uP4o9TcXjT .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4o9TcXjT .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4o9TcXjT .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4o9TcXjT .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4o9TcXjT .col-lg-12 {
  overflow: hidden;
}
.cid-uP4o9TcXjT H4 {
  color: #fbbe36;
}
.cid-uP4o9TcXjT .mbr-text,
.cid-uP4o9TcXjT .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4o9TcXjT .logo-wrap:before {
    content: none;
  }
  .cid-uP4o9TcXjT .logo-wrap:after {
    content: none;
  }
}
.cid-uP4oZi5kRC {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4oZi5kRC H2 {
  color: #0182de;
}
.cid-uP4oZi5kRC .mbr-text,
.cid-uP4oZi5kRC .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4oZi5kRC img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4oZi5kRC img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4oZi5kRC H1 {
  color: #ffffff;
}
.cid-uP4oZiLVL4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4oZj34zz {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4oZj34zz .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4oZj34zz .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4oZj34zz H2 {
  color: #e7272d;
}
.cid-uP4oZj34zz .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4oZj34zz .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4oZj34zz .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4oZj34zz .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4oZj34zz .col-lg-12 {
  overflow: hidden;
}
.cid-uP4oZj34zz H4 {
  color: #fbbe36;
}
.cid-uP4oZj34zz .mbr-text,
.cid-uP4oZj34zz .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4oZj34zz .logo-wrap:before {
    content: none;
  }
  .cid-uP4oZj34zz .logo-wrap:after {
    content: none;
  }
}
.cid-uP4qL8oOcq {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4qL8oOcq H2 {
  color: #0182de;
}
.cid-uP4qL8oOcq .mbr-text,
.cid-uP4qL8oOcq .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4qL8oOcq img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4qL8oOcq img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4qL8oOcq H1 {
  color: #ffffff;
}
.cid-uP4qL9ElxT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4qL9ZQ2G {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4qL9ZQ2G .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4qL9ZQ2G .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4qL9ZQ2G H2 {
  color: #e7272d;
}
.cid-uP4qL9ZQ2G .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4qL9ZQ2G .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4qL9ZQ2G .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4qL9ZQ2G .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4qL9ZQ2G .col-lg-12 {
  overflow: hidden;
}
.cid-uP4qL9ZQ2G H4 {
  color: #fbbe36;
}
.cid-uP4qL9ZQ2G .mbr-text,
.cid-uP4qL9ZQ2G .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4qL9ZQ2G .logo-wrap:before {
    content: none;
  }
  .cid-uP4qL9ZQ2G .logo-wrap:after {
    content: none;
  }
}
.cid-uP4rjx0gkW {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-06-at-7.54.16-am.jpeg");
}
.cid-uP4rjx0gkW H2 {
  color: #0182de;
}
.cid-uP4rjx0gkW .mbr-text,
.cid-uP4rjx0gkW .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4rjx0gkW img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4rjx0gkW img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4rjx0gkW H1 {
  color: #ffffff;
}
.cid-uP4rjxQkIt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4rjyitay {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4rjyitay .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4rjyitay .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4rjyitay H2 {
  color: #e7272d;
}
.cid-uP4rjyitay .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4rjyitay .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4rjyitay .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4rjyitay .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4rjyitay .col-lg-12 {
  overflow: hidden;
}
.cid-uP4rjyitay H4 {
  color: #fbbe36;
}
.cid-uP4rjyitay .mbr-text,
.cid-uP4rjyitay .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4rjyitay .logo-wrap:before {
    content: none;
  }
  .cid-uP4rjyitay .logo-wrap:after {
    content: none;
  }
}
.cid-uP4rQaW0BF {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4rQaW0BF H2 {
  color: #0182de;
}
.cid-uP4rQaW0BF .mbr-text,
.cid-uP4rQaW0BF .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4rQaW0BF img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4rQaW0BF img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4rQaW0BF H1 {
  color: #ffffff;
}
.cid-uP4rQbUqQA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4rQctjyK {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4rQctjyK .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4rQctjyK .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4rQctjyK H2 {
  color: #e7272d;
}
.cid-uP4rQctjyK .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4rQctjyK .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4rQctjyK .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4rQctjyK .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4rQctjyK .col-lg-12 {
  overflow: hidden;
}
.cid-uP4rQctjyK H4 {
  color: #fbbe36;
}
.cid-uP4rQctjyK .mbr-text,
.cid-uP4rQctjyK .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4rQctjyK .logo-wrap:before {
    content: none;
  }
  .cid-uP4rQctjyK .logo-wrap:after {
    content: none;
  }
}
.cid-uP4ui2jkek {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4ui2jkek H2 {
  color: #8caff0;
}
.cid-uP4ui2jkek .mbr-text,
.cid-uP4ui2jkek .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4ui2jkek img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4ui2jkek img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4ui2jkek H1 {
  color: #ffffff;
}
.cid-uP4ui37PPr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4ui3rUdF {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4ui3rUdF .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4ui3rUdF .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4ui3rUdF H2 {
  color: #e7272d;
}
.cid-uP4ui3rUdF .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4ui3rUdF .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4ui3rUdF .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4ui3rUdF .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4ui3rUdF .col-lg-12 {
  overflow: hidden;
}
.cid-uP4ui3rUdF H4 {
  color: #fbbe36;
}
.cid-uP4ui3rUdF .mbr-text,
.cid-uP4ui3rUdF .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4ui3rUdF .logo-wrap:before {
    content: none;
  }
  .cid-uP4ui3rUdF .logo-wrap:after {
    content: none;
  }
}
.cid-uP4vf28ksE {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4vf28ksE H2 {
  color: #8caff0;
}
.cid-uP4vf28ksE .mbr-text,
.cid-uP4vf28ksE .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4vf28ksE img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4vf28ksE img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4vf28ksE H1 {
  color: #ffffff;
}
.cid-uP4vf3dS1s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4vf3DMfv {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4vf3DMfv .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4vf3DMfv .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4vf3DMfv H2 {
  color: #e7272d;
}
.cid-uP4vf3DMfv .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4vf3DMfv .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4vf3DMfv .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4vf3DMfv .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4vf3DMfv .col-lg-12 {
  overflow: hidden;
}
.cid-uP4vf3DMfv H4 {
  color: #fbbe36;
}
.cid-uP4vf3DMfv .mbr-text,
.cid-uP4vf3DMfv .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4vf3DMfv .logo-wrap:before {
    content: none;
  }
  .cid-uP4vf3DMfv .logo-wrap:after {
    content: none;
  }
}
.cid-uP4wsTOAl3 {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4wsTOAl3 H2 {
  color: #8caff0;
}
.cid-uP4wsTOAl3 .mbr-text,
.cid-uP4wsTOAl3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4wsTOAl3 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4wsTOAl3 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4wsTOAl3 H1 {
  color: #ffffff;
}
.cid-uP4wsUeJsB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4wsUrPy3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4wsUrPy3 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4wsUrPy3 .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4wsUrPy3 H2 {
  color: #e7272d;
}
.cid-uP4wsUrPy3 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4wsUrPy3 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4wsUrPy3 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4wsUrPy3 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4wsUrPy3 .col-lg-12 {
  overflow: hidden;
}
.cid-uP4wsUrPy3 H4 {
  color: #fbbe36;
}
.cid-uP4wsUrPy3 .mbr-text,
.cid-uP4wsUrPy3 .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4wsUrPy3 .logo-wrap:before {
    content: none;
  }
  .cid-uP4wsUrPy3 .logo-wrap:after {
    content: none;
  }
}
.cid-uP4wW71Of5 {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4wW71Of5 H2 {
  color: #8caff0;
}
.cid-uP4wW71Of5 .mbr-text,
.cid-uP4wW71Of5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4wW71Of5 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4wW71Of5 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4wW71Of5 H1 {
  color: #ffffff;
}
.cid-uP4wW7pqyd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4wW7FvFN {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4wW7FvFN .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4wW7FvFN .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4wW7FvFN H2 {
  color: #e7272d;
}
.cid-uP4wW7FvFN .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4wW7FvFN .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4wW7FvFN .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4wW7FvFN .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4wW7FvFN .col-lg-12 {
  overflow: hidden;
}
.cid-uP4wW7FvFN H4 {
  color: #fbbe36;
}
.cid-uP4wW7FvFN .mbr-text,
.cid-uP4wW7FvFN .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4wW7FvFN .logo-wrap:before {
    content: none;
  }
  .cid-uP4wW7FvFN .logo-wrap:after {
    content: none;
  }
}
.cid-uP4xoI5FNJ {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4xoI5FNJ H2 {
  color: #8caff0;
}
.cid-uP4xoI5FNJ .mbr-text,
.cid-uP4xoI5FNJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4xoI5FNJ img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4xoI5FNJ img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4xoI5FNJ H1 {
  color: #ffffff;
}
.cid-uP4xoIInUs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4xoIZQRL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4xoIZQRL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4xoIZQRL .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4xoIZQRL H2 {
  color: #e7272d;
}
.cid-uP4xoIZQRL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4xoIZQRL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4xoIZQRL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4xoIZQRL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4xoIZQRL .col-lg-12 {
  overflow: hidden;
}
.cid-uP4xoIZQRL H4 {
  color: #fbbe36;
}
.cid-uP4xoIZQRL .mbr-text,
.cid-uP4xoIZQRL .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4xoIZQRL .logo-wrap:before {
    content: none;
  }
  .cid-uP4xoIZQRL .logo-wrap:after {
    content: none;
  }
}
.cid-uP4xCL7wCn {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4xCL7wCn H2 {
  color: #8caff0;
}
.cid-uP4xCL7wCn .mbr-text,
.cid-uP4xCL7wCn .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4xCL7wCn img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4xCL7wCn img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4xCL7wCn H1 {
  color: #ffffff;
}
.cid-uP4xCLWxyE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4xCMkx7L {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4xCMkx7L .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4xCMkx7L .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4xCMkx7L H2 {
  color: #e7272d;
}
.cid-uP4xCMkx7L .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4xCMkx7L .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4xCMkx7L .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4xCMkx7L .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4xCMkx7L .col-lg-12 {
  overflow: hidden;
}
.cid-uP4xCMkx7L H4 {
  color: #fbbe36;
}
.cid-uP4xCMkx7L .mbr-text,
.cid-uP4xCMkx7L .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4xCMkx7L .logo-wrap:before {
    content: none;
  }
  .cid-uP4xCMkx7L .logo-wrap:after {
    content: none;
  }
}
.cid-uP4xX3CIKk {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4xX3CIKk H2 {
  color: #8caff0;
}
.cid-uP4xX3CIKk .mbr-text,
.cid-uP4xX3CIKk .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4xX3CIKk img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4xX3CIKk img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4xX3CIKk H1 {
  color: #ffffff;
}
.cid-uP4xX4pX2S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4xX4Ho1j {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4xX4Ho1j .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4xX4Ho1j .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4xX4Ho1j H2 {
  color: #e7272d;
}
.cid-uP4xX4Ho1j .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4xX4Ho1j .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4xX4Ho1j .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4xX4Ho1j .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4xX4Ho1j .col-lg-12 {
  overflow: hidden;
}
.cid-uP4xX4Ho1j H4 {
  color: #fbbe36;
}
.cid-uP4xX4Ho1j .mbr-text,
.cid-uP4xX4Ho1j .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4xX4Ho1j .logo-wrap:before {
    content: none;
  }
  .cid-uP4xX4Ho1j .logo-wrap:after {
    content: none;
  }
}
.cid-uP4ydD9MBb {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4ydD9MBb H2 {
  color: #8caff0;
}
.cid-uP4ydD9MBb .mbr-text,
.cid-uP4ydD9MBb .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4ydD9MBb img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4ydD9MBb img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4ydD9MBb H1 {
  color: #ffffff;
}
.cid-uP4ydE77U4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4ydEp8w8 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4ydEp8w8 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4ydEp8w8 .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4ydEp8w8 H2 {
  color: #e7272d;
}
.cid-uP4ydEp8w8 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4ydEp8w8 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4ydEp8w8 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4ydEp8w8 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4ydEp8w8 .col-lg-12 {
  overflow: hidden;
}
.cid-uP4ydEp8w8 H4 {
  color: #fbbe36;
}
.cid-uP4ydEp8w8 .mbr-text,
.cid-uP4ydEp8w8 .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4ydEp8w8 .logo-wrap:before {
    content: none;
  }
  .cid-uP4ydEp8w8 .logo-wrap:after {
    content: none;
  }
}
.cid-uP4yCTYGXD {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4yCTYGXD H2 {
  color: #8caff0;
}
.cid-uP4yCTYGXD .mbr-text,
.cid-uP4yCTYGXD .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4yCTYGXD img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4yCTYGXD img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4yCTYGXD H1 {
  color: #ffffff;
}
.cid-uP4yCVObtb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4yCWm5Sn {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4yCWm5Sn .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4yCWm5Sn .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4yCWm5Sn H2 {
  color: #e7272d;
}
.cid-uP4yCWm5Sn .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4yCWm5Sn .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4yCWm5Sn .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4yCWm5Sn .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4yCWm5Sn .col-lg-12 {
  overflow: hidden;
}
.cid-uP4yCWm5Sn H4 {
  color: #fbbe36;
}
.cid-uP4yCWm5Sn .mbr-text,
.cid-uP4yCWm5Sn .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4yCWm5Sn .logo-wrap:before {
    content: none;
  }
  .cid-uP4yCWm5Sn .logo-wrap:after {
    content: none;
  }
}
.cid-uP4yR3LHbG {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4yR3LHbG H2 {
  color: #8caff0;
}
.cid-uP4yR3LHbG .mbr-text,
.cid-uP4yR3LHbG .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4yR3LHbG img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4yR3LHbG img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4yR3LHbG H1 {
  color: #ffffff;
}
.cid-uP4yR51d42 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4yR5nL32 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4yR5nL32 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4yR5nL32 .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4yR5nL32 H2 {
  color: #e7272d;
}
.cid-uP4yR5nL32 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4yR5nL32 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4yR5nL32 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4yR5nL32 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4yR5nL32 .col-lg-12 {
  overflow: hidden;
}
.cid-uP4yR5nL32 H4 {
  color: #fbbe36;
}
.cid-uP4yR5nL32 .mbr-text,
.cid-uP4yR5nL32 .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4yR5nL32 .logo-wrap:before {
    content: none;
  }
  .cid-uP4yR5nL32 .logo-wrap:after {
    content: none;
  }
}
.cid-uP4z6lqdEd {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4z6lqdEd H2 {
  color: #8caff0;
}
.cid-uP4z6lqdEd .mbr-text,
.cid-uP4z6lqdEd .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4z6lqdEd img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4z6lqdEd img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4z6lqdEd H1 {
  color: #ffffff;
}
.cid-uP4z6lXWpZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4z6mcXHq {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4z6mcXHq .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4z6mcXHq .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4z6mcXHq H2 {
  color: #e7272d;
}
.cid-uP4z6mcXHq .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4z6mcXHq .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4z6mcXHq .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4z6mcXHq .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4z6mcXHq .col-lg-12 {
  overflow: hidden;
}
.cid-uP4z6mcXHq H4 {
  color: #fbbe36;
}
.cid-uP4z6mcXHq .mbr-text,
.cid-uP4z6mcXHq .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4z6mcXHq .logo-wrap:before {
    content: none;
  }
  .cid-uP4z6mcXHq .logo-wrap:after {
    content: none;
  }
}
.cid-uP4zj8hmOd {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4zj8hmOd H2 {
  color: #8caff0;
}
.cid-uP4zj8hmOd .mbr-text,
.cid-uP4zj8hmOd .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4zj8hmOd img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4zj8hmOd img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4zj8hmOd H1 {
  color: #ffffff;
}
.cid-uP4zj9enzF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4zj9yGkE {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4zj9yGkE .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4zj9yGkE .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4zj9yGkE H2 {
  color: #e7272d;
}
.cid-uP4zj9yGkE .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4zj9yGkE .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4zj9yGkE .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4zj9yGkE .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4zj9yGkE .col-lg-12 {
  overflow: hidden;
}
.cid-uP4zj9yGkE H4 {
  color: #fbbe36;
}
.cid-uP4zj9yGkE .mbr-text,
.cid-uP4zj9yGkE .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4zj9yGkE .logo-wrap:before {
    content: none;
  }
  .cid-uP4zj9yGkE .logo-wrap:after {
    content: none;
  }
}
.cid-uP4zzPvohz {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4zzPvohz H2 {
  color: #8caff0;
}
.cid-uP4zzPvohz .mbr-text,
.cid-uP4zzPvohz .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4zzPvohz img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4zzPvohz img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4zzPvohz H1 {
  color: #ffffff;
}
.cid-uP4zzPWzir {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4zzQgC1k {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4zzQgC1k .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4zzQgC1k .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4zzQgC1k H2 {
  color: #e7272d;
}
.cid-uP4zzQgC1k .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4zzQgC1k .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4zzQgC1k .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4zzQgC1k .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4zzQgC1k .col-lg-12 {
  overflow: hidden;
}
.cid-uP4zzQgC1k H4 {
  color: #fbbe36;
}
.cid-uP4zzQgC1k .mbr-text,
.cid-uP4zzQgC1k .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4zzQgC1k .logo-wrap:before {
    content: none;
  }
  .cid-uP4zzQgC1k .logo-wrap:after {
    content: none;
  }
}
.cid-uP4zHg4PfG {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4zHg4PfG H2 {
  color: #8caff0;
}
.cid-uP4zHg4PfG .mbr-text,
.cid-uP4zHg4PfG .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4zHg4PfG img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4zHg4PfG img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4zHg4PfG H1 {
  color: #ffffff;
}
.cid-uP4zHgPCBo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4zHh6LDI {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4zHh6LDI .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4zHh6LDI .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4zHh6LDI H2 {
  color: #e7272d;
}
.cid-uP4zHh6LDI .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4zHh6LDI .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4zHh6LDI .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4zHh6LDI .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4zHh6LDI .col-lg-12 {
  overflow: hidden;
}
.cid-uP4zHh6LDI H4 {
  color: #fbbe36;
}
.cid-uP4zHh6LDI .mbr-text,
.cid-uP4zHh6LDI .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4zHh6LDI .logo-wrap:before {
    content: none;
  }
  .cid-uP4zHh6LDI .logo-wrap:after {
    content: none;
  }
}
.cid-uP4zTqJVNc {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4zTqJVNc H2 {
  color: #8caff0;
}
.cid-uP4zTqJVNc .mbr-text,
.cid-uP4zTqJVNc .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4zTqJVNc img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4zTqJVNc img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4zTqJVNc H1 {
  color: #ffffff;
}
.cid-uP4zTrlNzM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4zTrKrNV {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4zTrKrNV .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4zTrKrNV .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4zTrKrNV H2 {
  color: #e7272d;
}
.cid-uP4zTrKrNV .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4zTrKrNV .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4zTrKrNV .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4zTrKrNV .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4zTrKrNV .col-lg-12 {
  overflow: hidden;
}
.cid-uP4zTrKrNV H4 {
  color: #fbbe36;
}
.cid-uP4zTrKrNV .mbr-text,
.cid-uP4zTrKrNV .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4zTrKrNV .logo-wrap:before {
    content: none;
  }
  .cid-uP4zTrKrNV .logo-wrap:after {
    content: none;
  }
}
.cid-uP4A1WMGAM {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4A1WMGAM H2 {
  color: #8caff0;
}
.cid-uP4A1WMGAM .mbr-text,
.cid-uP4A1WMGAM .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4A1WMGAM img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4A1WMGAM img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4A1WMGAM H1 {
  color: #ffffff;
}
.cid-uP4A1Xtp7b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4A1XKJCh {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4A1XKJCh .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4A1XKJCh .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4A1XKJCh H2 {
  color: #e7272d;
}
.cid-uP4A1XKJCh .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4A1XKJCh .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4A1XKJCh .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4A1XKJCh .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4A1XKJCh .col-lg-12 {
  overflow: hidden;
}
.cid-uP4A1XKJCh H4 {
  color: #fbbe36;
}
.cid-uP4A1XKJCh .mbr-text,
.cid-uP4A1XKJCh .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4A1XKJCh .logo-wrap:before {
    content: none;
  }
  .cid-uP4A1XKJCh .logo-wrap:after {
    content: none;
  }
}
.cid-uP4AboNvGU {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4AboNvGU H2 {
  color: #8caff0;
}
.cid-uP4AboNvGU .mbr-text,
.cid-uP4AboNvGU .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4AboNvGU img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4AboNvGU img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4AboNvGU H1 {
  color: #ffffff;
}
.cid-uP4AbpjcJ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4AbpDR5Y {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4AbpDR5Y .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4AbpDR5Y .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4AbpDR5Y H2 {
  color: #e7272d;
}
.cid-uP4AbpDR5Y .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4AbpDR5Y .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4AbpDR5Y .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4AbpDR5Y .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4AbpDR5Y .col-lg-12 {
  overflow: hidden;
}
.cid-uP4AbpDR5Y H4 {
  color: #fbbe36;
}
.cid-uP4AbpDR5Y .mbr-text,
.cid-uP4AbpDR5Y .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4AbpDR5Y .logo-wrap:before {
    content: none;
  }
  .cid-uP4AbpDR5Y .logo-wrap:after {
    content: none;
  }
}
.cid-uP4AkpzwR4 {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4AkpzwR4 H2 {
  color: #8caff0;
}
.cid-uP4AkpzwR4 .mbr-text,
.cid-uP4AkpzwR4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4AkpzwR4 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4AkpzwR4 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4AkpzwR4 H1 {
  color: #ffffff;
}
.cid-uP4Akqq5wl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4Akr12M8 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4Akr12M8 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4Akr12M8 .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4Akr12M8 H2 {
  color: #e7272d;
}
.cid-uP4Akr12M8 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4Akr12M8 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4Akr12M8 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4Akr12M8 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4Akr12M8 .col-lg-12 {
  overflow: hidden;
}
.cid-uP4Akr12M8 H4 {
  color: #fbbe36;
}
.cid-uP4Akr12M8 .mbr-text,
.cid-uP4Akr12M8 .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4Akr12M8 .logo-wrap:before {
    content: none;
  }
  .cid-uP4Akr12M8 .logo-wrap:after {
    content: none;
  }
}
.cid-uP4AukWLqa {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4AukWLqa H2 {
  color: #8caff0;
}
.cid-uP4AukWLqa .mbr-text,
.cid-uP4AukWLqa .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4AukWLqa img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4AukWLqa img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4AukWLqa H1 {
  color: #ffffff;
}
.cid-uP4AulvFZW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4AulOtxd {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4AulOtxd .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4AulOtxd .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4AulOtxd H2 {
  color: #e7272d;
}
.cid-uP4AulOtxd .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4AulOtxd .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4AulOtxd .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4AulOtxd .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4AulOtxd .col-lg-12 {
  overflow: hidden;
}
.cid-uP4AulOtxd H4 {
  color: #fbbe36;
}
.cid-uP4AulOtxd .mbr-text,
.cid-uP4AulOtxd .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4AulOtxd .logo-wrap:before {
    content: none;
  }
  .cid-uP4AulOtxd .logo-wrap:after {
    content: none;
  }
}
.cid-uP4AFjMdUL {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4AFjMdUL H2 {
  color: #8caff0;
}
.cid-uP4AFjMdUL .mbr-text,
.cid-uP4AFjMdUL .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4AFjMdUL img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4AFjMdUL img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4AFjMdUL H1 {
  color: #ffffff;
}
.cid-uP4AFktXgW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4AFkJiCk {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4AFkJiCk .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4AFkJiCk .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4AFkJiCk H2 {
  color: #e7272d;
}
.cid-uP4AFkJiCk .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4AFkJiCk .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4AFkJiCk .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4AFkJiCk .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4AFkJiCk .col-lg-12 {
  overflow: hidden;
}
.cid-uP4AFkJiCk H4 {
  color: #fbbe36;
}
.cid-uP4AFkJiCk .mbr-text,
.cid-uP4AFkJiCk .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4AFkJiCk .logo-wrap:before {
    content: none;
  }
  .cid-uP4AFkJiCk .logo-wrap:after {
    content: none;
  }
}
.cid-uP4AVT3MZp {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4AVT3MZp H2 {
  color: #8caff0;
}
.cid-uP4AVT3MZp .mbr-text,
.cid-uP4AVT3MZp .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4AVT3MZp img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4AVT3MZp img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4AVT3MZp H1 {
  color: #ffffff;
}
.cid-uP4AVU36Gu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4AVUlOla {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4AVUlOla .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4AVUlOla .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4AVUlOla H2 {
  color: #e7272d;
}
.cid-uP4AVUlOla .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4AVUlOla .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4AVUlOla .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4AVUlOla .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4AVUlOla .col-lg-12 {
  overflow: hidden;
}
.cid-uP4AVUlOla H4 {
  color: #fbbe36;
}
.cid-uP4AVUlOla .mbr-text,
.cid-uP4AVUlOla .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4AVUlOla .logo-wrap:before {
    content: none;
  }
  .cid-uP4AVUlOla .logo-wrap:after {
    content: none;
  }
}
.cid-uP4B5BQHvP {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4B5BQHvP H2 {
  color: #8caff0;
}
.cid-uP4B5BQHvP .mbr-text,
.cid-uP4B5BQHvP .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4B5BQHvP img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4B5BQHvP img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4B5BQHvP H1 {
  color: #ffffff;
}
.cid-uP4B5CfULm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4B5CvS10 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4B5CvS10 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4B5CvS10 .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4B5CvS10 H2 {
  color: #e7272d;
}
.cid-uP4B5CvS10 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4B5CvS10 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4B5CvS10 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4B5CvS10 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4B5CvS10 .col-lg-12 {
  overflow: hidden;
}
.cid-uP4B5CvS10 H4 {
  color: #fbbe36;
}
.cid-uP4B5CvS10 .mbr-text,
.cid-uP4B5CvS10 .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4B5CvS10 .logo-wrap:before {
    content: none;
  }
  .cid-uP4B5CvS10 .logo-wrap:after {
    content: none;
  }
}
.cid-uP4Beq92c0 {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4Beq92c0 H2 {
  color: #8caff0;
}
.cid-uP4Beq92c0 .mbr-text,
.cid-uP4Beq92c0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4Beq92c0 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4Beq92c0 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4Beq92c0 H1 {
  color: #ffffff;
}
.cid-uP4Ber4e93 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4Berjifh {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4Berjifh .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4Berjifh .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4Berjifh H2 {
  color: #e7272d;
}
.cid-uP4Berjifh .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4Berjifh .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4Berjifh .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4Berjifh .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4Berjifh .col-lg-12 {
  overflow: hidden;
}
.cid-uP4Berjifh H4 {
  color: #fbbe36;
}
.cid-uP4Berjifh .mbr-text,
.cid-uP4Berjifh .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4Berjifh .logo-wrap:before {
    content: none;
  }
  .cid-uP4Berjifh .logo-wrap:after {
    content: none;
  }
}
.cid-uP4Bt1iUWE {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4Bt1iUWE H2 {
  color: #8caff0;
}
.cid-uP4Bt1iUWE .mbr-text,
.cid-uP4Bt1iUWE .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4Bt1iUWE img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4Bt1iUWE img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4Bt1iUWE H1 {
  color: #ffffff;
}
.cid-uP4Bt26Pzl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4Bt2wYqk {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4Bt2wYqk .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4Bt2wYqk .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4Bt2wYqk H2 {
  color: #e7272d;
}
.cid-uP4Bt2wYqk .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4Bt2wYqk .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4Bt2wYqk .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4Bt2wYqk .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4Bt2wYqk .col-lg-12 {
  overflow: hidden;
}
.cid-uP4Bt2wYqk H4 {
  color: #fbbe36;
}
.cid-uP4Bt2wYqk .mbr-text,
.cid-uP4Bt2wYqk .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4Bt2wYqk .logo-wrap:before {
    content: none;
  }
  .cid-uP4Bt2wYqk .logo-wrap:after {
    content: none;
  }
}
.cid-uP4BCaKV0n {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4BCaKV0n H2 {
  color: #8caff0;
}
.cid-uP4BCaKV0n .mbr-text,
.cid-uP4BCaKV0n .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4BCaKV0n img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4BCaKV0n img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4BCaKV0n H1 {
  color: #ffffff;
}
.cid-uP4BCbdojd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4BCbytS2 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4BCbytS2 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4BCbytS2 .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4BCbytS2 H2 {
  color: #e7272d;
}
.cid-uP4BCbytS2 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4BCbytS2 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4BCbytS2 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4BCbytS2 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4BCbytS2 .col-lg-12 {
  overflow: hidden;
}
.cid-uP4BCbytS2 H4 {
  color: #fbbe36;
}
.cid-uP4BCbytS2 .mbr-text,
.cid-uP4BCbytS2 .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4BCbytS2 .logo-wrap:before {
    content: none;
  }
  .cid-uP4BCbytS2 .logo-wrap:after {
    content: none;
  }
}
.cid-uP4BNloghT {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt-image-jun-19-2025-11-38-42-am.png");
}
.cid-uP4BNloghT H2 {
  color: #8caff0;
}
.cid-uP4BNloghT .mbr-text,
.cid-uP4BNloghT .mbr-section-btn {
  color: #ffffff;
}
.cid-uP4BNloghT img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP4BNloghT img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uP4BNloghT H1 {
  color: #ffffff;
}
.cid-uP4BNmbr2B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020642;
}
.cid-uP4BNmvsvS {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #020642;
}
.cid-uP4BNmvsvS .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uP4BNmvsvS .row {
  border-bottom: 1px solid #8caff0;
}
.cid-uP4BNmvsvS H2 {
  color: #e7272d;
}
.cid-uP4BNmvsvS .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uP4BNmvsvS .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uP4BNmvsvS .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4BNmvsvS .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #8caff0;
}
.cid-uP4BNmvsvS .col-lg-12 {
  overflow: hidden;
}
.cid-uP4BNmvsvS H4 {
  color: #fbbe36;
}
.cid-uP4BNmvsvS .mbr-text,
.cid-uP4BNmvsvS .mbr-section-btn {
  color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uP4BNmvsvS .logo-wrap:before {
    content: none;
  }
  .cid-uP4BNmvsvS .logo-wrap:after {
    content: none;
  }
}
