.home-page .component.hero {
    background: linear-gradient(
		  180deg,
		  #FFFFFF 0%,
		  #FFFFFF 38.84%,
		  rgba(0, 62, 126, 0.2) 100%
		);
		margin-top:100px;
}
.hero-section {
  width: 80%;
  margin:auto;
  position: relative;
  border:2px solid #DB7C00; 
  border-bottom:0;
  border-radius:55px;
  
}
/* Logo */
.hero-section .logo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: -40px;
  z-index: 2;
   position:absolute;
  left:50%;
  top:-65px;
  transform:translate(-50%,0);
}

.hero-section .logo-pill h2 {
  color: #1f3d6d;
  letter-spacing: 3px;
}

.hero-section .logo-pill span {
  font-size: 14px;
  color: #333;
}
.component.hero .logo-pill img{
	width:351px;
}
/* Card */
.hero-section .card {
  background: #003E7E;
  border-radius: 20px;
  padding: 80px 60px 120px;
  position: relative;
  color: #fff;
  margin:20px 20px 0;  
  border-radius:40px;
}

.hero-section .content {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.hero-section .content h1 {
  font-weight: 300;
  font-size: 45px;
  line-height: 58px;
}

.hero-section .content h1 strong {
  font-weight: 800;
}

.hero-section .sub {
  margin-top: 30px;
  font-weight: bold;
  font-size: 22px;
}

.hero-section .buttons {
  margin-top: 25px;
  display: flex;
  flex-wrap:wrap;
  gap: 30px;
  justify-content: center;
}

.hero-section .pill-btn {
  background: #fff;
  color: #003E7E;
  padding: 20px 40px;
  border-radius: 70px;
  border: 3px solid #DB7C00;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
  z-index:1;
}

.hero-section .pill-btn:hover {
  background: #DB7C00;
  color: #fff;
}

/* People */
.hero-section .person {
  position: absolute;
  bottom: -33px;
}

.hero-section .person.left {
  left: -15%;
}

.hero-section .person.right {
  right: -15%;
}
.component.hero .hero-section .person.left img,
.component.hero .hero-section .person.right img{
	width: auto;
}
.hero-section .note {
    position: absolute;
    bottom: 10px;
    left: 77px;
    font-size: 12px;
    color: #000000;
}

/* CTA */
.hero-section .cta {
  display: flex;
  justify-content: center;
  position:absolute;
  left:50%;
  bottom:-10px;
  transform:translate(-50%,10px);
  z-index:2;
}

.hero-section .cta a {
  background: #7A003C;
  color: #fff;
  padding: 18px 50px 18px 40px ;
  border-radius: 70px;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  transition: 0.3s ease;
  position: relative;
  border:1px solid #7A003C;
}
.hero-section .cta a:after {
    position: absolute;
    background-image: url('/-/media/Project/Common/LyricaCom/Redesign Media/Home/right-arrow-header.png');
    width: 15px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    top: 52%;
    transform: translateY(-50%);
    right: 24px;
    transition: right 0.9s ease-in-out;
}
.hero-section .cta:hover a:after {
	right: 17px; 
}
.hero-section .cta a:hover {
  background: #870a3a;
}
#savings-terms{
	margin:30px 0;
}
#savings-terms h1{
	font-weight: 800;
	font-size: 34px;
	color:#7A003C;
	border-bottom:2px solid #7A003C;
	padding-bottom:10px;
	margin:0px 0 30px;
}
#savings-terms h3{
	font-weight: 700;
	font-size: 20px;
	color:#003E7E;
	padding-bottom:20px;
}
.import-safety-page #savings-terms h3{
	font-weight: 800;
}
#savings-terms p,
#savings-terms li{
	font-weight: 400;
	font-size: 16px;
	color:#000;
	padding-bottom: 16px;
    line-height: 1.4;
}
#savings-terms p a, #savings-terms li a{
	text-decoration: underline;
	color:#003E7E;
}
strong{
	font-weight:700;
}
#savings-terms ul {
  list-style: none;      /* Remove default bullets */
  padding-left: 0;
}

#savings-terms ul li {
  position: relative;
  padding-left: 14px;    /* Space for custom dot */
}

#savings-terms ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #DB7C00; /* 🔴 Red dot */
  border-radius: 50%;    /* Makes it round */
}
#savings-terms ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 26px;
}
#possible-side-effects h1{
    font-weight: 800;
    font-size: 34px;
    line-height: 47px;
    color: #7A003C;
    padding-bottom: 5px;
    border-bottom: 2px solid #7a003c;
    margin-bottom: 30px;
    width: 100%;
}
#possible-side-effects .home-box-section{
    display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
}
#possible-side-effects {
    padding-top: 30px;
	padding-bottom: 30px;
}
#possible-side-effects .home-box-section .icon-with-text{
	text-align:center;
	flex: 0 0 13.4%;
    max-width: 13.4%;
}
#possible-side-effects .home-box-section p{
	font-size:16px;
}
#possible-side-effects .content-sub{
	padding-bottom:20px;
	font-size:16px;
}
#possible-side-effects .icon-with-text-image{
	padding-bottom:15px;
}
#serious-side-effects .field-body-copy {
    border: 2px solid #DB7C00;
    padding: 20px 30px;
    border-radius: 20px;
	background-color: #fff;
}
#serious-side-effects .field-body-copy .serious-header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #DB7C00;
    padding-bottom: 10px;
	margin-bottom:15px;
}
#serious-side-effects .field-body-copy .serious-header h2 {
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    padding-left: 10px;
    color: #DB7C00;
}
#serious-side-effects .field-body-copy ul li {
    font-weight: 400;
    font-size: 16px;
    color: #000;
	padding-bottom:10px;
	position: relative;
}
#serious-side-effects .field-body-copy ul{
    list-style: none;
    padding-left: 0;
	margin-left: 15px;
}
#serious-side-effects .field-highlight-text p {
    padding: 20px 0 0;
    font-weight: 800;
    font-size: 16px;
}

.signup-page .main-menu-section .nav-buttons ul li .sign-up,
.savings .main-menu-section .nav-buttons ul li .savings-card,
.savings .main-menu-section .nav_ul > li > ul.nav-submenu.active,
#text .privacy-notice{
	display: none;
}
.home-page .top-menu-nav{
	justify-content: space-between;
}
.home-page #content{
	padding: 0 12px;
}
.home-page.footer-isi-visible .isi-footer {
    background-color: #fff;
    padding-top: 20px;
}