@font-face {
    font-family: 'MuseoSans-500';
    src: url('fonts/MuseoSans-500.eot') format('embedded-opentype');
    src: url('fonts/MuseoSans-500.woff') format('woff'), url('fonts/MuseoSans-500.ttf') format('truetype'), url(fonts/MuseoSans-500.eot?#iefix) format('embedded-opentype'), url('fonts/MuseoSans-500.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans500-bold';
    src: url('https://dev-chartersavingsbank.euwest01.umbraco.io/css/fonts/MuseoSans500-bold.eot') format('embedded-opentype');
    src: url('https://dev-chartersavingsbank.euwest01.umbraco.io/css/fonts/MuseoSans500-bold.woff') format('woff'), url('https://dev-chartersavingsbank.euwest01.umbraco.io/css/fonts/MuseoSans500-bold.woff2') format('woff2'), url(https://dev-chartersavingsbank.euwest01.umbraco.io/css/fonts/MuseoSans-500.eot?#iefix) format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
}
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'MuseoSans-500',Arial,sans-serif;
    color: #212b55 !important;
     font-weight: 600;
}
h1 {
    font-size: 2rem;
    font-family: 'MuseoSans-500',Arial,sans-serif;
    font-weight: bold;
}
h2 {
    font-size: 48px !important;
    font-weight: bold;
    font-family: 'MuseoSans-500',Arial,sans-serif;
}
h3 {
    font-size: 40px !important;
    color: #333;
}
ui {
    font-weight: 300 !important;
    font-family: 'MuseoSans-500',Arial,sans-serif;
}
li {
    font-weight: 300 !important;
    font-family: 'MuseoSans-500',Arial,sans-serif;
}
ol {
    font-weight: 300 !important;
    font-family: 'MuseoSans-500',Arial,sans-serif;
}
a:hover, a:focus {
    text-decoration: underline;
}
a {
    text-decoration: none;
    color: #007DB8;
    font-weight: 700;
    font-family: 'MuseoSans-500',Arial,sans-serif;
}
    a:hover, a:focus, a:visited {
        color: #007DB8;
    }
a:hover {
    cursor: pointer;
}
p a {
    text-decoration: underline;
}
.underline a {
    text-decoration: underline;
}
.underline li {
    text-decoration: underline;
}
a {
    text-decoration: underline;
    color: #333;
}
p {
    font-weight: 300 !important;
    font-family: 'MuseoSans-500',Arial,sans-serif;
}
span {
    font-weight: 300 !important;
    font-family: 'MuseoSans-500',Arial,sans-serif;
}

:root {
    --white: #ffffff;
    --muted: #bfc6dc;
}

body {
    margin: 0;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}

.blueE header.site-header {
    background: #212B55;
}
.site-header-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
    position: relative;
    height: 100px;
}

.navs {
    display: flex;
    align-items: center;
    gap: 18px;
}

nav.primary {
    display: flex;
    align-items: center;
    gap: 12px;
}

nav.primary a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: Arial;
    line-height: 130%;
}

nav.primary a:hover {
    color: #fff;
    text-decoration: underline;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.04);
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.hamburger {
    display: none;
    background: transparent;
    border: 0;
    padding: 8px;
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
    color: var(--white);
}

.hamburger:after {
    content: url(/media/2xkp3nrz/icon-grids.svg);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger.open:after {
    content: "✕";
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-panel {
    display: none;
    position: absolute;
    right: 12px;
    left: 12px;
    top: 64px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.03);
    box-shadow: 0 8px 30px rgba(2,6,23,0.6);
}

.mobile-panel .group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.mobile-panel a {
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--muted);
    font-weight: 600;
}

.mobile-panel a:hover {
    color: var(--white);
    background: rgba(255,255,255,0.02);
}

@media (max-width: 767px) {
    nav.primary {
        display: none;
    }

    .hamburger {
        display: inline-flex;
    }

    .mobile-panel {
        display: none;
    }

    .mobile-panel.open {
        display: block;
        animation: slideDown .18s ease-out;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.ppc-Section1, .ppc-Section2 {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    width: 100%;
    align-items: center;
    padding: 50px 0;
}
.ppc-Section2 {
    padding: 25px 0 !important;
}
.ppc-fscs-mains {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 20px 0;
    align-items: center;
}
.blueE .ppc-left a.btn-direct {
    background: #0093D6;
    color: #FFF;
    font-family: 'MuseoSans-500';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    padding: 10px 20px;
    text-decoration: none;
}
.ppc-left > p {
    color: #222;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    margin: 20px 0;
}
.ppc-left h2 {
    margin: 0;
}
.ppc-div-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
}
.ppc-div-blk {
    width: 33%;
}

.ppc-img {
    width: 27%;
}
.ppc-img img {
    height: 120px;
    width: 308px;
}
.ppc-div-list {
    width: 30%;
}

.ppcBtn {
    width: 10%;
}

.blueE .ppc-divMains {
    background: #E6F5FB;
        padding: 25px 0 0;
}
.ppc-Section3 {
    padding: 50px 0;
}
.ppc-div-blk h4{
    color: #212B55;
    font-family: 'MuseoSans-500';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.ppc-div-blk p {
    color: #222;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ppc-div-list ul li {
    color: #222;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.blueE .ppcBtn a {
    background: #0093D6;
    color: #FFF;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    padding: 10px 20px;
}
.blueE .ppc-Section5 {
    background: #E6F5FB;
    padding: 50px 0 100px;
}
.ppc-Section4 {
    padding: 0 0 50px;
}
.ppc-Section5 h3 {
    color: #212B55;
    text-align: center;
    font-family: 'MuseoSans-500';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}
.blueE .site-footer-img {
    background: #212B55;
    padding: 10px 0;
}
.site-footer-pages {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
        padding: 40px 0;
}
.site-footer-pages a {
    color: var(--Charcoal, #333);
    leading-trim: both;
    text-edge: cap;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.6px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}
.blueE .site-footer-content {
    background: #E6F5FB;
    padding-bottom: 10px;
}
.site-footer-para{
    padding:25px 0;
}
.site-footer-para p{
    color: #747474;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.ppc-fscs-text h6 {
    color: var(--Charcoal, #333);
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.ppc-fscs-text p {
    color: var(--Charcoal, #333);
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
        margin: 0;
}
.ppc-fscs-text p a {
    color: var(--Charcoal, #333);
}
.blueE .ppc-Section4 h2 button.accordion-button.collapsed {
    background: #F8F8F8;
    padding: 15px 20px 15px 50px;
}
.blueE .ppc-Section4 h2 button.accordion-button {
    background: #E6F5FB;
    box-shadow: none;
    padding: 10px 20px 5px 50px;
    color: #212B55;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 19.5px */
}
.ppc-Section4 .accordion-item {
    border: 0;
}
.ppc-Section4 .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ppc-Section4 .accordion-button:focus {
    outline: 0;
    box-shadow: none;
}
.ppc-Section4 div#accordionExample {
    border-radius: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
}
.ppc-Section4 .accordion-body {
    background: #E6F5FB;
    padding: 0px 50px 10px 50px;
}
.ppc-Section4 .accordion-body p {
    color: #222;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}
.ppc-Section4 .accordion-item{
    margin-bottom: 5px;
}
.ppc-Section2 .ppc-left > p {
    margin: 0 0 20px;
    font-size: 14px;
}
.ppc-Section2 ul li {
    color: #222;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.ppc-right {
    width: 48%;
}
.ppc-right img {
    height: auto;
    width: 585px;
}
.ppc-left {
    width: 48%;
}

.mailSecMain {
    display: flex;
    justify-content: center;
  
}




.blueE .ppc-Section4 h2 button.accordion-button::after {
    background-size: 10px !important;
    background-image: url("/media/n3canwux/path-31.svg") !important;
}

/* ===== HubSpot Inline Subscribe Form ===== */

/* Form wrapper */
.hsfc-FormWrapper {
  margin: 0 auto;
}

/* Hide label visually but keep for accessibility */
.hsfc-FieldLabel {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* Layout: input + button inline */
.hsfc-Step__Content {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* Remove extra rows spacing */
.hsfc-Row {
  margin: 56px 0 0 0;
}

/* Email input */
.hsfc-TextInput {
  flex: 1 !important;
  height: 68px !important;
  padding: 0 22px  !important;
  font-size: 14px !important;
  border-radius: 0!important;
  border: 0 !important;
  background: #ffffff !important;
  color: #1f2937 !important;
  width: 420px !important;
}

.hsfc-TextInput::placeholder {
  color: #9ca3af;
}

/* Submit button */
.hsfc-Button {
     border-radius: 0 !important;
  height: 68px !important;
  padding: 0 22px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
  background: #0b84ff !important;
  color: #ffffff;
  width: 180px !important;
  cursor: pointer;
  transition: background 0.2s ease;
}

.hsfc-Button:hover {
  background: #096dd9;
}

/* Remove default HubSpot button container spacing */
.hsfc-NavigationRow {
  margin: 0;
}

.hsfc-NavigationRow__Alerts {
  display: none;
}

/* Hide captcha row entirely */
.hsfc-ReCaptchaV2,
.hsfc-ReCaptchaV2 * {
  display: none !important;
  min-height:0 !important;
}

/* Mobile: stack vertically */
@media (max-width: 767px) {
  .hsfc-Step__Content {
    flex-direction: column;
    gap: 10px;
    padding: 0 !important;
  }
.hsfc-NavigationRow {
    margin-top:0 !important;
}
  .hsfc-Button {
    width: 100%;
  }
  .hsfc-TextInput {
      width:100% !important;
  }
  .hsfc-Row {
      margin:0 !important;
  }
  .ppc-fscs-img {
   align-self: flex-start ;   
  }
  .ppc-img img {
      width: 100%;
      height: auto;
  }
  .ppc-right img {
      width: 100%;
      height: auto;
  }
}
.ppc-left ul li {
    background: url("/media/musju3xx/check-circle.svg") no-repeat left center;
    background-size: 18px; /* adjust size */
    padding-left: 28px;    /* space for icon */
    margin-bottom: 8px;    /* spacing between items */
}

.ppc-left ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    img {
    width: 100%;
}

.site-footer-pages {
    flex-direction: column;
}

.inputMailSec {
    width: 100%;
}

.mailSubmtBtnSec button {
    width: 100%;
    margin: 0;
}

.mailSecMain {
    flex-direction: column;
}

.ppc-div-content {
    flex-direction: column;
}

.mobile-panel {
    /* box-shadow: none; */
    background: #fff;
    backdrop-filter: none;
    top: 100px;
}

.mobile-panel a {
    color: #212B55;
    text-align: left;
    font-family: 'MuseoSans-500';
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 0px;
}

.ppc-Section1 {
    padding: 10px 0px 30px 0px;
    flex-wrap: wrap;
    gap: 0;
}

main.site-content-mains .container {
    padding: 0px 36px 0 36px;
}

.ppc-left {
    width: 100%;
}

.ppc-fscs-img img {
    width: auto;
}

.ppc-fscs-text p {
    font-size: 13px;
}

.ppc-left > p {
    font-size: 15px;
    margin-top: 0;
}

.ppc-left h2 {
    font-size: 30px !important;
    margin-bottom: 10px;
}

.ppc-right {
    width: 100%;
    margin-top: 10px;
}

.ppc-divMains {
    padding: 0 !important;
}

.ppc-left {
    margin-top: 15px;
    align-items: center;
}

.ppc-Section2 {
    padding: 0px 0px 30px 0px !important;
    gap: 0px;
    flex-direction: column;
}

.ppc-Section2 {}

.ppc-Section2 .ppc-left h3 {
    text-align: center;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 150% */
}

.ppc-Section2 .ppc-left > p {
    text-align: center;
}

.ppc-left ul li {
    text-align: left;
    font-size: 15px;
}

.blueE .ppc-left a.btn-direct {
    text-align: center;
    width: fit-content;
    padding: 10px 12px;
    display: flex;
    justify-content: center;
}

.container.ppc-Section3 {}

.ppc-img {
    width: 100%;
}

.ppc-div-blk {
    width: 100%;
}

.ppc-div-blk h4,.ppc-div-blk p {
    text-align: center;
}

.ppc-div-list ul li {
    margin-bottom: 5px;
    width: 100%;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 130%; /* 23.4px */
}

.ppc-div-list {
    width: 100%;
}

.ppc-div-blk p {
    margin-bottom: 0px;
}

.ppcBtn {
    width: fit-content;
}

.container.ppc-Section3 .ppc-div-content:last-child {
    border-bottom: 0px;
}

.blueE .ppc-Section4 h2 button.accordion-button,.ppc-Section4 .accordion-body {
    padding: 15px 20px 18px 20px;
}

.accordion-body {
    padding-top: 0px !important;
}

.blueE .ppc-Section4 h2 button.accordion-button {
    padding-bottom: 10px;
}

.blueE .ppc-Section4 h2 button.accordion-button.collapsed {
    padding: 15px 20px 15px 20px;
}

main.site-content-mains .container {
    margin-bottom: 25px;
}

.ppc-Section5 h3 {
    color: #333;
    text-align: center;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.blueE .ppc-Section5 {
}

.mailSecMain {
    margin-top: 15px;
}

.mailSubmtBtnSec button {
    width: 180px;
    margin-top: 10px;
}

.mailSubmtBtnSec {
    text-align: center;
}

.blueE .ppc-Section5 {
    padding: 20px 0 0px;
}

.site-footer-img img {width: auto;}

.site-footer-img .container {
    display: flex;
    justify-content: center;
}

.ppc-Section5 {
    padding-bottom: 2px !important;
}

.site-footer-pages {
    display: inline-block;
    padding: 20px 36px 2px 36px;
}

.site-footer-pages a {margin-right: auto;float: left;width: 50%;margin-bottom: 10px;}

.container.site-footer-para {
    padding: 26px 50px 20px 50px;
}

.hsfc-Step__Content {
    align-items: center !important;
}

.blueE .ppc-Section4 h2 button.accordion-button.collapsed {
    font-weight: 300 !important;
}

.blueE .ppc-Section4 h2 button.accordion-button {
    font-weight: bold !important;
}

.blueE .ppc-Section4 h2 button.accordion-button::after {
    background-position: 0;
}

.hsfc-NavigationRow__Buttons, .hsfc-NavigationRow__Buttons button {
    width: 100px !important;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
    .ppc-Section1, .ppc-Section2 {
    flex-direction: column;
}

.ppc-right img {
    width: 100%;
    margin-bottom: 22px;
}

.brand-site a img {
    width: 130px;
}

.container.site-header-div {
    height: auto;
    padding: 10px 30px;
}

.ppc-left {
    width: 100%;
}

main.site-content-mains {
    padding: 0 0;
}

.ppc-left h2 {
    display: flex;
    height: 71px;
    flex-direction: column;
    justify-content: center;
    color: #333;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.ppc-left > p {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.ppc-fscs-text p, .ppc-fscs-text p a {
    color: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 16.9px */
}

.ppc-right {
    width: 100%;
}

.ppc-fscs-mains {
    margin-bottom: -25px;
    align-items: flex-start;
}

.ppc-Section1 {
    padding: 50px 20px 25px 20px;
}

.ppc-divMains {
    padding: 15px 45px 0 45px !important;
    text-align: center;
}

.ppc-divMains .ppc-left ul li::before {
  content: "";
  position: absolute;
  left: 0;                  /* icon stays at the start */
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/media/hsbanfwd/check-circle.svg) no-repeat center center;
  background-size: contain;
}


.ppc-divMains .ppc-left ul li {
  display: table;           /* keeps icon and text together */
  align-items: center;             /* vertically centered */
  justify-content: center;         /* horizontally centered */
  gap: 8px;                        /* space between icon and text */
  text-align: center;
  margin-bottom: 7px;
  position: relative;
}
  
.ppc-Section2 {
    gap: 0;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

a.btn-direct {
    margin-bottom: 13px;
    display: inline-block;
}

.ppc-left ul {
   margin: 15px auto 20px auto;
   max-width: 414px;
}

.ppc-Section2 .ppc-left > p {
    margin-bottom: 8px;
    font-size: 18px;
}

.ppc-left h3 {
    color: #333;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px; /* 150% */
}

.ppc-left p {
    color: #333;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 19.5px */
}

.ppc-Section1 .ppc-left p {
    text-align: left;
}

.ppc-img {
    display: none;
}

.container.ppc-Section3 {
    padding: 0 30px 0px 33px;
}

.ppc-div-content:last-child {
    border: navajowhite;
}

.ppc-div-blk {
    width: 52%;
    float: left;
    margin-top: 0px;
    padding-right: 37px;
}

.ppcBtn {float: right;width: 118px;text-align: center;margin-right: 129px;}

.ppc-div-content {
    display: block;
    clear: both;
    overflow: hidden;
    vertical-align: middle;
}

.ppc-div-list {
    float: left;
    width: 46%;
}

.ppc-Section4 .accordion-body {
    padding: 2px 20px 19px 20px;
    margin-top: -6px;
}

.blueE .ppc-Section4 h2 button.accordion-button {
    padding: 13px 20px 11px 20px !important;
}

.accordion-button::after {background-size: 12px;background-position: 4px 0px;}

.container.ppc-Section4 {
    padding: 6px 32px 14px 33px;
}

.ppc-Section5 h3 {
    color: #333;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.ppc-Section5 {
    padding: 17px 53px 0 53px !important;
}

.mailSecMain {
    margin-top: 6px;
    padding: 0 5px 50px 5px;
}

.site-footer-img {
    padding: 10px 49px 10px 50px !important;
}

.site-footer-pages {flex-wrap: wrap;width: 80%;align-items: center;text-align: center;margin: 0 auto;padding: 25px 0 5px 0;}

.site-footer-content {
    clear: both;
    overflow: hidden;
    padding-bottom: 50px;
    display: block;
    height: auto;
}

.site-footer-content .container {
    padding-bottom: 44px;
}

.ppc-fscs-img {
    margin-top: 5px;
}

.footer-site-fscs {
    padding: 0 30px;
}

.container.site-footer-para {
    padding: 25px 45px;
}

.ppc-Section5 .container {
    padding: 0 !important;
}

.inputMailSec, .mailSubmtBtnSec button {
    height: 60px;
}

.inputMailSec {
    width: 100%;
}

.site-footer-para p {
    margin-bottom: 0px;
}
}

@media (min-width: 1025px) and (max-width: 1399px) {
    .ppc-right img, .ppc-img img {
    width: 100%;
}

.ppcBtn {
    width: 121px;
}
}

.hsfc-Step__Content {
    align-items: flex-start;
}

.hsfc-NavigationRow, .hsfc-Row  {
    margin: 0 !important;
}

.hsfc-ErrorAlert {
    width: 258px;
}



.trustpilot-widget {
    margin-top: 30px;
}

a#profile-link {
    display: block;
}

.blueE .ppc-Section4 h2 button.accordion-button.collapsed {
    font-weight: 300 !important;
}

.blueE .ppc-Section4 h2 button.accordion-button {
    font-weight: bold !important;
}

.hsfc-EmailField::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    width: 21px;
    height: 18px;
    background: url(/media/j0ypc0pd/mailicon.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
    padding-left: 60px !important;
}


.hsfc-EmailField {
    position: relative;
}

.hsfc-TextInput {
    padding-left: 87px !important;
}
.trustpilot-widget .tp-widget-customerssay,
.trustpilot-widget .tp-widget-trustscore,
.trustpilot-widget .tp-widget-rating,
.trustpilot-widget .tp-widget-text {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.container.ppc-Section4 {
    padding-top: 40px;
}

.container.ppc-Section4 > h2 {
    margin-bottom: 30px;
}