#wpadminbar {
    opacity: 0;
  }

  #wpadminbar:hover {
    opacity: 1;
  }

  .elementor {
    display: none !important;
  }

  *,
  ::after,
  ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  html {
    margin-top: 0 !important;
  }

  body {
    margin: 0;
    min-width: 320px;
    overflow: auto;
  }

  img {
    max-width: 100%;
  }

  .fslp h1,
  .fslp h2,
  .fslp h3,
  .fslp h4,
  .fslp h5,
  .fslp h6,
  .fslp span,
  .fslp div {
    font-family: 'Montserrat', sans-serif;
  }

  .fslp p {
    font-family: 'Montserrat';
    letter-spacing: 0px;
    margin-top: 0;
    line-height: 1.6em;
  }

  .fslp-section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header,
  .site-footer {
    display: none;
  }

  .fslp-section-inner::after {
    clear: both;
    content: '';
    display: table;
  }

  .fslp-header {
    background: #fff;
    box-shadow: 0px 0px 22px 0 rgba(0, 0, 0, 0.2);
    position: relative;
  }

  .fslp-logo {
    max-width: 175px;
    padding: 10px 0 0px;
    float: left;
    position: relative;
    left: -10px;
  }

  .fslp-call {
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .fslp-icons {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .fslp-section-inner:after {
    clear: both;
    content: '';
    display: table;
  }

  .fslp-call span {
    color: #000;
    font-size: 12px;
    text-align: right;
    display: block;
  }

  .fslp-call a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-size: 27px;
    text-align: left;
    display: block;
  }

  .fslp-icons img {
    padding: 14px 9px 9px;
    object-fit: cover;
    height: 70px;
  }

  .fslp-icons img:first-child {
    position: relative;
    top: -2px;
  }

  .fslp-usp {
    background-color: #EF882B;
  }

  .fslp-usp-item {
    color: #fff;
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
  }

  .fslp-usp-item .fas {
    margin-right: 10px;
    display: inline-block;
  }

  .fslp-hero {
    position: relative;
    text-align: left;
    color: #fff;
    padding: 50px 0 60px;
    background-color: #EBF0F4;
    background-repeat: no-repeat;
    background-size: cover;
    background: #5c2684 !important;
  }

  .fslp-hero .fslp-section-inner {
    padding-right: 470px;
    position: relative;
  }

  .fslp-hero-stars img {
    max-height: 15px;
    padding-right: 7px;
  }

  .fslp-hero-stars {
    display: block;
    margin-bottom: 28px;
    width: 420px;
    left: -6px;
    position: relative;
  }

  .fslp-hero h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.1em;
    margin: 0 0 20px;
    padding-top: 15px;
    color: #fff;
    padding-right: 20px;
  }

  body .fslp-hero p {
    font-size: 19px;
    line-height: 1.5em;
    margin: 0 0 15px;
    color: #ffffff;
    font-weight: 500;
    max-width: 500px;
    margin-bottom: 20px;
  }

  .hero-box {
    position: absolute;
    right: 20px;
    width: 430px;
    background: #fff;
    top: 10px;
    padding: 30px 30px 10px;
    border-radius: 15px;
    min-height: 505px;
    display: flow-root;
  }

  .hero-box::before {
    content: 'FREE CLAIM ASSESSMENT';
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #3a1357;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 11px 0 0;
    border-radius: 10px 10px 0 0;
  }

  .hero-box>span {
    font-weight: 600;
    font-size: 19px;
    display: block;
    margin-bottom: 15px;
    padding-left: 43px;
    position: relative;
  }

  .hero-box>span>span {
    background: #fff;
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    color: #5c2684;
    position: absolute;
    left: 0;
  }

  .hero-box i {
    top: 1px;
    position: relative;
  }

  .intro-mobile {
    display: none;
  }

  /*.fslp-hero.fslp-section:after {
  content: '';
  background-color: #E8F1F3;
  opacity: 0.74;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}*/

  .fslp-hero.fslp-section>div {
    position: relative;
    z-index: 10;
    min-height: 420px;
  }

  /* The form card is absolutely positioned, so it does not push the hero open.
     Floor the hero at the card's own minimum height; tce023-scripts.js measures
     the card and raises this when a form page is taller. */
  @media only screen and (min-width: 1025px) {

    .fslp-hero.fslp-section>div {
      min-height: 515px;
    }

  }

  .fslp-tp {
    padding: 50px 0 70px;
    background: #f5f5f5;
  }

  .fslp-tp h2 {
    text-align: center;
    font-size: 38px;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6em;
    color: #20202e;
    font-weight: 700;
  }

  .fslp-summary {
    background: #fff;
    padding: 50px 0;
  }

  .fslp-summary h2 {
    color: #20202e;
    text-align: center;
    font-size: 38px;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6em;
    font-weight: 700;
  }

  .fslp-summary .fslp-summary-item {
    width: 31.333%;
    float: left;
    color: #20202e;
    text-align: left;
    padding: 10px 30px;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0 1%;
    border-radius: 10px;
  }

  .fslp-summary.fslp-section img {
    max-width: 110px;
    margin: 20px 0 10px;
  }

  .fslp-summary .fslp-summary-icon {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .fslp-summary .fslp-summary-step {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
  }

  .fslp-summary h3 {
    margin: 0 0 8px;
    color: #111;
    font-weight: 700;
    font-size: 26px;
  }

  .fslp-summary h3 span {
    color: #EF882B;
  }

  .fslp-summary p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .flsp-cta-btn {
    font-size: 16px;
    padding: 14px 28px;
    color: #fff !important;
    text-decoration: none !important;
    margin-bottom: 15px;
    display: inline-block;
    transition: all 0.4s;
    font-weight: 600 !important;
    background: #FC7A70 !important;
    border-radius: 15px;
    border: 2px solid #f77775 !important;
    text-transform: capitalize;
    cursor: pointer;
  }

  .flsp-cta-btn:hover {
    background-color: #fff !important;
    color: #f77775 !important;
  }

  .fslp-summary-cta {
    float: left;
    text-align: center;
    margin-top: 60px;
    width: 100%;
  }

  .fslp-summary-icon,
  .fslp-summary-step {
    color: #EF882B;
  }

  .flsp-cta-stars img {
    width: 75px;
    margin-right: 7px;
  }

  .fslp .flsp-cta-stars {
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
  }

  .fslp-footer {
    background: #fff;
    padding: 34px 20px 25px;
    color: #111;
    font-size: 12px;
    position: relative;
    text-align: left;
  }

  .fslp-footer p {
    text-align: center;
    color: #2a384d;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 0px;
  }

  .fslp-footer::before {
    opacity: 0.07;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .fslp-footer ul {
    text-align: left;
    padding: 0;
    border-top: 1px solid #A0AABA2B;
    padding-top: 25px;
    margin-top: 30px;
  }

  .fslp-footer li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
  }

  .fslp-footer a {
    color: #2a384d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 5px 0 5px;
    border-right: 1px solid #fff;
  }

  .fslp-footer.fslp-section>div {
    position: relative;
    z-index: 10;
  }

  .fslp-footer li:last-child a {
    border-right: none;
  }

  .fslp-footer ul {
    text-align: center;
  }

  #footer-menu {
    padding: 0;
  }

  .tp-mobile,
  .flsp-mobile-header {
    display: none !important;
  }

  .fslp-why {
    padding: 50px 0;
  }

  .fslp-why h2 {
    text-align: center;
    font-size: 26px;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: capitalize;
  }

  .flsp-why-block {
    float: left;
    width: 25%;
    padding: 0 20px 40px;
    box-sizing: border-box;
    text-align: center;
  }

  .flsp-why-block img {
    height: 140px;
  }

  .flsp-why-block h3 {
    color: #20202e;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.6em;
    margin-top: 15px;
  }

  .fslp-why .fslp-summary-cta {
    margin-top: 10px;
  }

  .fslp-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }

  .fslp-embed-container iframe,
  .fslp-embed-container object,
  .fslp-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .fslp-video {
    background: #20202e;
    padding: 60px 0 70px;
  }

  .fslp-video>div>div {
    padding-left: 34%;
    position: relative;
  }

  .fslp-video-text {
    width: 29%;
    position: absolute;
    left: 0;
  }

  .fslp-video h2 {
    color: #fff;
    font-size: 36px;
    margin: 0 0 20px;
    line-height: 1.3em;
    font-weight: 700;
    padding: 30px 23px 0 0;
  }

  .fslp-video p {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4em;
  }

  .fslp-video-text .flsp-cta-btn {
    padding: 15px 40px;
    margin-top: 10px;
  }

  .list-buttons li {
    display: block !important;
    width: 100% !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2) !important;
    margin-bottom: 18px !important;
    transition: all 0.5s;
  }

  .list-buttons li:first-child {
    margin-top: 20px !important;
  }

  .list-buttons li:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.9) !important;
  }

  .list-buttons input {
    position: absolute !important;
    top: 24px !important;
    left: 20px !important;
  }

  .list-buttons label {
    display: block !important;
    padding: 14px 5px 14px 50px !important;
    text-align: left !important;
    color: #141414 !important;
    font-weight: 700 !important;
  }

  body .wpforms-lead-forms-container .wpforms-form input[type="checkbox"]+label::before {
    bottom: auto;
    left: 27.5px;
    top: 21px;
    transform: rotate(45deg) translateX(-50%) scale(0.9);
    border-color: #252632;
  }

  body .wpforms-lead-forms-container .wpforms-form input[type="checkbox"]+label::after,
  body .wpforms-lead-forms-container .wpforms-form input[type="radio"]+label::after {
    bottom: auto;
    left: 27px;
    top: 50%;
    box-shadow: 0 0 0 1px #252632 !important;
    margin-top: -8px;
  }

  body .wpforms-lead-forms-container .wpforms-form input[type="radio"]+label::before {
    left: 27px;
    top: 50%;
    box-shadow: none;
    margin-top: -9px;
    background: #252632;
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }

  #accountant .wpforms-page-1 .wpforms-field-label::after {
    content: 'Select all which apply';
    font-size: 13px;
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    top: 10px;
    text-transform: none;
  }

  .fslp-perks.fslp-section {
    background: #f2f2f2;
    padding: 50px 0 55px;
  }

  .fslp-perks-img {
    width: 60%;
    float: left;
  }

  .fslp-perks-text {
    width: 40%;
    float: left;
    padding-left: 50px;
    position: relative;
  }

  .fslp-perks.fslp-section>div>div:after {
    content: '';
    display: table;
    clear: both;
  }

  .fslp-perks-img img {
    margin: 0 -24px;
  }

  .fslp-perks-text h2 {
    color: #EF882B;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 17px;
  }

  .fslp-perks-text h2 span {
    color: #111;
  }

  .fslp-perks-text p {
    line-height: 1.5em;
    color: #141414;
  }

  .fslp-perks-text:before {
    content: '';
    width: 200px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: -37px;
    top: -10px;
    background-size: 80px;
  }

  .fslp-help:before {
    content: '';
    background: rgba(0, 0, 0, 0.82);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
  }

  .fslp-help.fslp-section {
    position: relative;
    background-size: cover;
    padding: 70px 0 80px;
    background-position: center;
  }

  .fslp-help.fslp-section>div {
    z-index: 20;
    position: relative;
  }

  .fslp-help .sp-headline.slide {
    margin-top: 0;
    font-size: 40px;
  }

  .fslp-help.fslp-section p {
    color: #fff;
    line-height: 1.5em;
    margin: 0 0 15px;
  }

  .fslp-help.fslp-section .flsp-cta-btn {
    margin-top: 15px;
  }

  .fslp-help.fslp-section>div>dov {}

  .fslp-help.fslp-section>div>div:after {
    content: '';
    clear: both;
    display: table;
  }

  .fslp-help-text {
    width: 50%;
    float: left;
  }

  .fslp-help-img {
    width: 50%;
    float: left;
    padding: 0px 10px 0px 150px;
  }

  .fslp-talk.fslp-section>div>div {
    background: #f6f651;
    margin-top: 6%;
    margin-right: 0%;
    margin-bottom: 10%;
    margin-left: 0%;
    background-color: #F6F651;
    border-radius: 7px 7px 7px 7px;
    position: relative;
    padding: 40px 40px 45px 45%;
  }

  .fslp-talk-img {
    position: absolute;
    left: 65px;
    bottom: -70px;
    width: 400px;
  }

  .fslp-talk.fslp-section {
    position: relative;
  }

  .fslp-talk.fslp-section h2 {
    font-size: 42px;
    margin: 0 0 15px;
  }

  .fslp-talk.fslp-section p {
    max-width: 350px;
    line-height: 1.5em;
  }

  .fslp-talk.fslp-section .flsp-cta-btn {
    padding: 17px 26px;
    background: #000;
    margin-top: 5px;
  }

  .fslp-call .flsp-cta-btn {
    padding: 10px 25px;
    font-size: 16px;
  }

  /*-------------------------------------*/

  .accordion {
    max-width: 800px;
    margin: 0 auto;
  }

  .accordion__item {
    margin: 5px auto;
  }

  .accordion__item a,
  .accordion__item a:hover {
    color: #111;
  }

  .accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 15px 60px 15px 3px;
    margin-bottom: 2px;
    color: #272729;
    font-size: 22px;
    text-decoration: none;
    background-color: transparent;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
    border-top: 2px solid #eaeaea;
    font-weight: 600;
  }

  .accordion__item .accordion__title:hover {}

  .accordion__item .accordion-active {
    background-color: #fff;
  }

  .accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 17px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #5c2684;
    line-height: 30px;
    font-size: 37px;
    font-weight: 300;
    margin-right: 5px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .accordion__item .accordion__rotate {
    transform: rotate(225deg);
  }

  .accordion__item .accordion__content {
    padding: 1px 5px 20px;
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
    background-color: #fff;
  }

  .accordion__item .accordion__arrow-item {
    font-weight: 700;
  }

  .accordion__content p,
  .accordion__content li {
    font-size: 16px;
    line-height: 1.6em;
  }

  .accordion__content ul {
    margin: 0;
    padding: 0 0 20px 20px;
  }

  .accordion__content li {
    padding-bottom: 10px;
  }

  .accordion__content p:last-child,
  .accordion__content ul:last-child,
  .accordion__content li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /*-------------------------------------*/

  .fslp-accordion.fslp-section>div {
    padding: 55px 20px 30px;
  }

  .fslp-section-inner>h2 {
    color: #5c2684;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 60px;
    max-width: 630px;
  }

  .fslp-howitworks.fslp-section {
    background: #f1f1f1;
  }

  .fslp-howitworks.fslp-section>div {
    padding: 40px 20px 50px;
    text-align: center;
  }

  .hiw-wrapper:after {
    clear: both;
    display: table;
    content: '';
  }

  .hiw-item {
    width: 31%;
    float: left;
    min-height: 310px;
    background: #fff;
    margin: 0 1%;
    border-radius: 15px;
    padding: 26px 26px 26px;
    background-size: cover;
    text-align: left;
    margin-bottom: 40px;
  }

  .hiw-item>p:first-child {
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 7px;
  }

  .hiw-item>p:last-child {
    font-size: 14px;
    padding-left: 16px;
  }

  .fslp-howitworks.fslp-experienced.fslp-section {
    background: #fff;
  }

  .fslp-howitworks.fslp-experienced.fslp-section>div {
    padding: 40px 20px 10px;
  }

  .fslp-howitworks.fslp-experienced .hiw-item {
    background-position: center top;
    position: relative;
    background-size: 135%;
    border-top: 50px solid #f0e8e2;
  }

  .fslp-howitworks.fslp-experienced .hiw-item>p {
    color: #111;
    padding: 0;
    position: relative;
    top: -55px;
  }

  .fslp-whyuse.fslp-section {
    padding: 55px 0 50px;
    background: #fafafa;
    min-height: 445px;
  }

  .fslp-whyuse.fslp-section>.fslp-section-inner>div>h2 {
    color: #5c2684;
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    margin: 0px 0 20px;
  }

  .fslp-whyuse.fslp-section>.fslp-section-inner>div {
    padding-left: 50%;
    position: relative;
  }

  .fslp-whyuse.fslp-section>.fslp-section-inner>div .list-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    text-align: center;
    padding-right: 70px;
  }

  .fslp-whyuse.fslp-section ul {
    padding: 0;
    margin: 0;
  }

  .fslp-whyuse.fslp-section ul li {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
    color: #fff;
    position: relative;
    min-height: 45px;
    padding-left: 68px;
    padding-top: 10px;
    font-weight: 500;
    font-size: 18px;
  }

  .fslp-whyuse.fslp-section ul li i {
    width: 48px;
    height: 47px;
    background: #fff;
    text-align: center;
    color: #5c2684;
    font-size: 22px;
    padding-top: 13px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    padding-left: 2px;
    top: 0;
  }

  .fslp-whyuse.fslp-section>.fslp-section-inner>div .list-image img {
    height: 385px;
    display: inline-block;
    object-fit: contain;
  }

  .fslp-guarantee.fslp-section>div>div {
    background: #e8eaf4;
    border-radius: 15px;
    padding: 25px 25px 25px 170px;
    position: relative;
    min-height: 160px;
    margin: 0 10px;
  }

  .fslp-guarantee.fslp-section>div>div>img {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 100px;
  }

  .fslp-guarantee.fslp-section>div>div h2 {
    font-size: 20px;
    margin: 27px 0 6px;
    color: #1b2246;
    font-weight: 600;
  }

  .fslp-guarantee.fslp-section>div>div p {
    font-size: 13px;
    color: #1b2246;
    font-weight: 400;
  }

  .fslp-consultcta.fslp-section>div>a {
    background: #EF882B;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    margin: 50px 10px;
    display: block;
    text-decoration: none;
    transition: all 0.4s;
  }

  .fslp-consultcta.fslp-section>div>a:hover {
    background: #C35355;
  }

  .fslp-consultcta.fslp-section>div>a>div {
    position: relative;
    max-width: 610px;
    margin: 0 auto;
  }

  .fslp-consultcta.fslp-section h2 {
    color: #fff;
    padding-right: 60px;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
  }

  .fslp-consultcta.fslp-section i {
    position: absolute;
    right: 0;
    top: 20px;
    background: #fff;
    font-size: 30px;
    color: #ef882b;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    transition: all 0.4s;
  }

  .fslp-consultcta.fslp-section>div>a:hover i {
    color: #C35355;
  }

  .fslp-author.fslp-section {
    background: #f1f1f1;
    padding: 20px 0;
  }

  .fslp-author.fslp-section p {
    margin: 0 10px;
    font-size: 12px;
    position: relative;
    padding-left: 27px;
  }

  .fslp-author.fslp-section i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 17px;
  }

  .hiw-wrapper.hiw-mobile {
    display: none;
  }

  .fslp-product.fslp-section {
    background: #eff7fb;
    padding: 40px 0;
  }

  .fslp-product.fslp-section .fslp-section-inner>div:after {
    clear: both;
    display: table;
    content: '';
  }

  .fslp-product.fslp-section .fslp-section-inner>div>div {
    width: 50%;
    float: left;
  }

  .fslp-product img {
    border-radius: 10px;
  }

  :not(:defined) {
    visibility: hidden;
  }

  .carousel-thumbnails {
    --slide-aspect-ratio: 3 / 2;
  }

  .thumbnails {
    display: flex;
    justify-content: center;
  }

  .thumbnails__scroller {
    display: flex;
    gap: var(--sl-spacing-small);
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-padding: var(--sl-spacing-small);
  }

  .thumbnails__scroller::-webkit-scrollbar {
    display: none;
  }

  .thumbnails__image {
    width: 75px;
    height: 58px;
    object-fit: contain;
    opacity: 0.3;
    will-change: opacity;
    transition: 250ms opacity;
    cursor: pointer;
    padding: 10px;
    background: #fff;
  }

  .thumbnails__image.active {
    opacity: 1;
  }

  .carousel-thumbnails,
  .carousel-thumbnails>* {
    height: 300px;
  }

  .carousel-thumbnails img {
    padding: 20px 40px;
    background: #fff;
    object-fit: contain;
  }

  .fslp-product.fslp-section h1 {
    margin: 0 0 20px;
    color: #28282a;
    font-size: 38px;
  }

  .fslp-product sl-carousel::part(navigation-button--previous) {
    position: relative;
    left: 55px;
  }

  .fslp-product sl-carousel::part(navigation-button--next) {
    position: relative;
    right: 55px;
  }

  .carousel-tp>div {
    width: 300px;
    margin: 20px auto 0;
  }

  .carousel-tp>span {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
  }

  .product-desc .fslp-hero-stars {
    left: 0px;
  }

  .product-desc ul {
    border-top: 2px solid #e0e6ea;
    padding-top: 18px;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 2px solid #e0e6ea;
    padding-bottom: 8px;
  }

  .product-desc ul li {
    list-style-type: none;
    padding: 0 0 0 32px;
    margin: 0 0 10px;
    position: relative;
    font-size: 15px;
    line-height: 1.3em;
    color: #262628;
  }

  .product-desc ul li i {
    width: 20px;
    height: 20px;
    background: #006fb9;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    padding-left: 0px;
    top: 0;
  }

  .product-price {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    margin-bottom: 17px;
  }

  .product-price span {
    font-size: 24px;
    font-weight: 600;
    color: #00b67a;
    margin-bottom: 17px;
    color: #00b67a;
  }

  .product-desc .flsp-cta-btn span {
    display: block;
    text-align: center;
  }

  .product-desc .flsp-cta-btn {
    display: block;
  }

  .product-desc .flsp-cta-btn span:last-child {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .product-desc .flsp-cta-btn span:first-child {
    font-size: 21px;
  }

  .fslp-tpcarousel.fslp-section {
    padding: 55px 0 55px;
    background: #5c2684;
    text-align: center;
  }

  .fslp-tpcarousel.fslp-section h2 {
    max-width: none;
    margin-bottom: 30px;
    color: #fff;
  }

  .fslp-tpcarousel.fslp-section .flsp-cta-btn {
    margin: 20px 0 10px;
  }

  .fslp-howitworks.fslp-safeandsecure.fslp-section ul h2 {
    color: #5c2684;
    font-size: 40px;
    text-align: left;
    font-weight: 600;
    margin: 0 auto 20px;
    max-width: none;
  }

  .fslp-howitworks.fslp-safeandsecure.fslp-section .hiw-item {
    background: #ffffff;
    width: 48%;
    min-height: 350px;
  }

  .fslp-howitworks.fslp-safeandsecure.fslp-section .hiw-item p {
    font-weight: 600;
  }

  .fslp-howitworks.fslp-safeandsecure.fslp-section .hiw-item p:last-child {
    font-weight: 400;
    padding: 0;
  }

  .fslp-howitworks.fslp-safeandsecure .hiw-item img {
    height: 62px;
    object-fit: contain;
    margin-bottom: 7px;
  }

  .fslp-howitworks.fslp-safeandsecure.fslp-section {
    padding: 20px 0 0;
  }

  .fslp-safeandsecure ul {
    padding: 0 70px 0 0;
    margin: -10px 0 40px;
    width: 40%;
    float: left;
  }

  .fslp-safeandsecure ul li {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
    color: #5c2684;
    position: relative;
    min-height: 45px;
    padding-left: 68px;
    padding-top: 10px;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
  }

  .fslp-safeandsecure ul li i {
    width: 48px;
    height: 47px;
    background: #fff;
    text-align: center;
    color: #111;
    font-size: 22px;
    padding-top: 13px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    padding-left: 2px;
    top: 0;
  }

  .fslp-safeandsecure .hiw-wrapper.hiw-desktop {
    float: left;
    width: 60%;
  }

  .fslp-treatments.fslp-section {
    padding: 35px 0 60px;
  }

  .fslp-treatments.fslp-section p {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 40px;
  }

  .fslp-treatments.fslp-section h2 {
    margin-bottom: 20px;
  }

  .fslp-treatments.fslp-section tr>th,
  .fslp-treatments.fslp-section tr>td {
    width: 33%;
  }

  .fslp-treatments.fslp-section tr>td {
    background: #edf0fa;
    padding: 14px;
    color: #5c2684;
    font-weight: 500;
  }

  .fslp-treatments.fslp-section tr>th {
    background: #5d6e79;
  }

  .fslp-treatments.fslp-section tr>td:first-child {
    background: #5d6e79;
    color: #fff;
    font-weight: 600;
  }

  .fslp-treatments.fslp-section tr:first-child>th:first-child {
    background: transparent;
  }

  .fslp-treatments.fslp-section tr:first-child>th:nth-child(2) {
    border-radius: 10px 0 0 0;
  }

  .fslp-treatments.fslp-section tr:first-child>th:last-child {
    border-radius: 0 10px 0 0;
  }

  .fslp-treatments.fslp-section img {
    max-width: 200px;
    display: block;
    margin: -8px auto;
  }

  .fslp-treatments.fslp-section table {
    width: 100%;
    min-width: 700px;
  }

  .fslp-treatments.fslp-section tbody tr:first-child>td:first-child {
    border-radius: 10px 0 0 0;
  }

  .fslp-treatments.fslp-section tbody tr:last-child>td:first-child {
    border-radius: 0 0 0 10px;
  }

  .fslp-treatments.fslp-section tbody tr:last-child>td:last-child {
    border-radius: 0 0 10px 0;
  }

  .resp-table {
    overflow: auto;
  }

  .fslp-process-row.fslp-section h2 {
    color: #5c2684;
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    margin: 0 auto 40px;
    text-align: center;
  }

  .fslp-process-row.fslp-section {
    background: #fafafa;
    padding: 60px 0 70px;
  }

  .fslp-process-row.fslp-section>div>div:after {
    content: '';
    clear: both;
    display: table;
  }

  .fslp-process-row.fslp-section>div>div>div {
    width: 50%;
    float: left;
  }

  .flsp-process-step>span {
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 30px;
    color: #333;
  }

  .flsp-process-step {
    position: relative;
    padding-left: 65px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d0cdcd;
    margin-bottom: 20px;
  }

  .flsp-process-step>h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px;
    color: #111;
  }

  .flsp-process-step>p {
    font-size: 13px;
    max-width: 270px;
  }

  .fslp-process-form-wrapper>div {
    border-style: solid;
    border-color: #D3D3D3;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1607843137254902);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 45px 25px 45px;
    border-radius: 20px 20px 20px 20px;
    min-height: 520px;
    background: #fff;
    margin-left: 40px;
  }

  .fslp-process-form-wrapper>div h3 {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #333;
  }

  .fslp-process-form-wrapper>div p {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: -10px 0 -5px;
  }

  .fslp-process-form>div {
    margin: 8px 0 0px !important;
  }

  .fslp-process-form>div .wpforms-field-label {
    font-size: 15px;
    font-weight: 500 !important;
    color: #333;
    margin: 0 0 10px;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
  }

  .fslp-process-form>div select {
    background-color: #EFEFEF;
    border-width: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100% !important;
    color: #000;
  }

  .wpforms-submit {
    font-size: 16px !important;
    padding: 17px 28px !important;
    color: #fff !important;
    text-decoration: none !important;
    margin-bottom: 0px !important;
    display: block;
    transition: all 0.4s !important;
    background-image: linear-gradient(160deg, #38BDD0 0%, #0090A4 100%) !important;
    font-weight: 600 !important;
    height: auto !important;
    width: 100% !important;
    background: #fc7a70 !important;
    border-radius: 15px !important;
    text-transform: capitalize !important;
  }

  #page .wpforms-page-button.wpforms-page-next:hover,
  #page .wpforms-submit:hover {
    background: #5c2684 !important;
  }

  #wpforms-18967 .wpforms-page-indicator.progress {
    display: none;
  }

  #wpforms-21737-field_13-container {
    display: block;
  }

  #wpforms-18967 .wpforms-page-button {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 1.3px !important;
    font-size: 16px !important;
    padding: 17px 28px !important;
    color: #fff !important;
    text-decoration: none !important;
    margin-bottom: 0px !important;
    display: block;
    transition: all 0.4s !important;
    font-weight: 600 !important;
    height: auto !important;
    width: 100% !important;
    background: #fc7a70 !important;
    border-radius: 15px !important;
    text-transform: capitalize !important;
    margin-top: 70px;
  }

  #wpforms-18967 .loading-panel {
    height: calc(100% + 77px) !important;
    padding-top: 0 !important;
  }

  #wpforms-18967 .loading-panel h4 {
    margin-top: 15px !important;
    margin-bottom: 40px;
    font-size: 18px;
  }

  #wpforms-18967 .loading-panel img {
    margin: 20px auto 10px !important;
  }

  #wpforms-18967 .wpforms-field-email input,
  #wpforms-18967 .wpforms-field-text input,
  #wpforms-18967 .wpforms-field-phone input {
    color: #141414 !important;
    font-weight: 500 !important;
    text-align: center !important;
    font-size: 17px !important;
    font-family: 'Montserrat', sans-serif !important;
    display: block !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    margin-bottom: 0px !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2) !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #wpforms-18967 .last .wpforms-field-label {
    text-align: center;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin: 10px 0 10px !important;
    hyphens: none;
    line-height: 1.5em;
  }

  #wpforms-18967 .wpforms-submit {
    margin-top: 20px !important;
  }

  @media only screen and (max-width: 768px) {

    #wpforms-18967 .last .wpforms-field-label {
      font-size: 16px !important;
      margin: 0px 0 5px !important;
    }

    #wpforms-18967 .wpforms-page-button {
      margin-top: 25px;
    }

    .fslp-call a {
      font-size: 20px;
    }

  }

  .fslp-types.fslp-section {
    padding: 45px 0 45px;
    text-align: center;
  }

  .types-container:after {
    content: '';
    clear: both;
    display: table;
  }

  .types-container {}

  .type-item {
    float: left;
    width: 33.333%;
    padding: 0 30px 50px;
  }
  

  .types-container {
    max-width: 900px;
    margin: 0 auto 10px;
  }

  .type-item img {
    width: 70px;
    object-fit: contain;
    height: 70px;
    margin-bottom: 10px;
  }

  .type-item svg {
    margin: 0 auto;
}

  .type-item i {
    font-size: 70px;
    margin-bottom: 20px;
    color: #5c2684;
  }

  .fslp-types.fslp-section h3 {
    color: #2a384d;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
  }

  .fslp-example.fslp-section {
    background: #5c2684;
    padding: 40px 0 60px;
  }

  .fslp-example.fslp-section h2 {
    color: #fff;
    margin-bottom: 20px;
  }

  .fslp-example.fslp-section>div>p {
    color: #fff;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 870px;
    font-size: 18px;
    letter-spacing: 0;
  }

  .example-box:after {
    content: '';
    clear: both;
    display: table;
  }

  .example-box>div {
    width: 50%;
    float: left;
    min-height: 550px;
  }

  .example-box>div:first-child {
    background: #46C9DB;
    color: #fff;
    padding: 58px 40px;
  }

  @media only screen and (max-width: 768px) {
    .example-box>div:first-child {
      padding: 30px 40px;
    }
  }

  .example-box>div:first-child h3 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 21px;
  }

  .example-box table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
  }

  .example-box table tr td {
    font-size: 16px;
    color: #fff;
    padding: 12px 0px 6px;
    border: none;
    border-bottom: 1px dotted #fff;
    background-color: transparent !important;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    line-height: 1.5;
    vertical-align: top;
  }

  .example-box table tr td:last-of-type {
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    transition: 0.2s ease-in-out;
  }

  .example-box table tr:hover td {
    font-size: 18px;
    padding: 10px 0px 5px;
  }

  .example-box table tr:hover td:last-of-type {
    font-size: 20px;
  }

  .example-box>div>span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
    display: block;
    padding-top: 15px;
  }

  .example-box>div>span>span {
    float: right;
    display: block;
  }

  .example-box>div:last-child {
    background: #fff;
    padding: 30px 40px;
    text-align: center;
  }

  .example-box>div:last-child>h3 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 21px;
    text-align: center
  }

  .iva-wrap {
    display: flex;
    justify-content: space-around !important;
    margin-bottom: 40px;
  }

  .iva-circle {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 5px solid #46c9db;
    text-align: center;
    margin: 0 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .iva-circle h3 {
    font-size: 60px;
    color: #46c9db;
    margin: 0px;
    line-height: 1;
  }

  .iva-circle h6 {
    margin: 0px;
    color: #46c9db;
    font-size: 16px;
  }

  .suitable-term {
    font-size: 14px;
    font-style: italic;
    margin-top: 30px
  }

  .example-box>div:last-child p {
    font-size: 14px;
    text-align: center;
    color: #333;
  }

  .example-box .flsp-cta-btn {
    margin: 20px 0 30px;
  }

  .fslp-cta-call {
    display: none !important;
  }

  /* Start Media Queries */

  @media only screen and (max-width: 1200px) {

    .fslp-video>div>div {
      padding-left: 45%;
    }

    .fslp-video-text {
      width: 40%;
    }

    .fslp-video h2 {
      font-size: 30px;
      padding: 10px 0 0 0;
    }

    .fslp-video p {
      font-size: 16px;
      line-height: 1.4em;
    }

    .fslp-summary .fslp-summary-item {
      min-height: 435px;
    }

    .hiw-item>p:last-child {
      font-size: 12px;
    }

  }

  @media only screen and (max-width: 1024px) {

    #accountant .wpforms-image-choices-label {
      font-size: 14px;
      height: 60px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      line-height: 1.2em;
    }

    .fslp-usp-item {
      font-size: 15px;
    }

    .fslp-video>div>div {
      padding: 0;
    }

    .fslp-video-text {
      width: 100%;
      position: relative;
      margin-bottom: 30px;
      text-align: center;
    }

    .fslp-video h2 {
      font-size: 26px;
      padding: 0;
    }

    .fslp-video p {
      padding: 0 20px;
    }

    .fslp-perks.fslp-section {
      padding: 35px 0px 50px;
    }

    .fslp-perks.fslp-section>div>div {
      display: table;
      width: 100%;
    }

    .fslp-perks-img {
      width: 100%;
      float: none;
      margin: 0 auto;
      float: none;
      text-align: center;
      display: table-footer-group;
    }

    .fslp-perks-text {
      width: 100%;
      text-align: center;
      padding: 0;
      max-width: 800px;
      margin: 0 auto;
      float: none;
    }

    .fslp-perks-text:before {
      display: none;
    }

    .fslp-help-text {
      width: 100%;
    }

    .fslp-help.fslp-section {
      padding: 40px 0 45px;
    }

    .fslp-help-img {
      width: 100px;
      float: left;
      padding: 0;
      position: absolute;
      top: -24px;
      right: 20px;
      float: none;
      height: 150px;
      width: 70px;
    }

    .fslp-talk-img {
      left: 29px;
      bottom: -27px;
      width: 310px;
    }

    .fslp-hero .fslp-section-inner {
      padding: 0 30px 15px;
      text-align: center;
      max-width: 850px;
    }

    .hero-box {
      position: relative;
      right: auto;
      margin: 0 auto;
      width: auto;
      max-width: 450px;
      text-align: left;
      min-height: 0;
    }

    .fslp-hero h1 {
      padding-top: 0;
      font-size: 34px;
    }

    .fslp-hero-stars {
      left: 0;
      margin: 0 auto 20px;
    }

    .fslp-section-inner>h2,
    .fslp-whyuse.fslp-section>.fslp-section-inner>div>h2,
    .fslp-process-row.fslp-section h2 {
      font-size: 24px;
      text-align: center;
      margin: 0 auto 30px;
    }

    .accordion__item .accordion__title {
      font-size: 19px;
    }

    .accordion {
      padding: 0 10px;
    }

    .hiw-item {
      width: 100%;
      margin: 0 auto 30px;
      max-width: 450px;
      float: none;
    }

    .hiw-item>p:last-child {
      font-size: 14px;
    }

    .fslp-howitworks .flsp-cta-btn {
      width: 100%;
      max-width: 450px;
      margin-top: 0px;
    }

    .fslp-whyuse.fslp-section>.fslp-section-inner>div {
      padding: 0;
      margin: 0 auto;
      max-width: 500px;
      text-align: center;
    }

    .fslp-whyuse.fslp-section>.fslp-section-inner>div .flsp-cta-btn {
      margin-top: 20px;
    }

    .fslp-whyuse.fslp-section>.fslp-section-inner>div .list-image {
      position: relative;
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
      padding-right: 0;
    }

    .fslp-whyuse.fslp-section ul {
      margin: 0 auto;
      max-width: 500px;
      padding-left: 10px;
    }

    .fslp-whyuse.fslp-section>.fslp-section-inner>div .list-image img {
      height: auto;
      width: 300px;
    }

    .fslp-guarantee.fslp-section>div>div {
      padding: 20px;
      text-align: center;
    }

    .fslp-guarantee.fslp-section>div>div>img {
      position: relative;
      left: 0;
      top: 12px;
    }

    .hiw-wrapper.hiw-desktop {
      display: none;
    }

    .hiw-wrapper.hiw-mobile {
      overflow: hidden;
      display: block;
      padding: 0 0 10px;
      max-width: 450px;
      margin: 0 auto 30px;
    }

    .hiw-wrapper.hiw-mobile sl-carousel {
      position: relative;
      left: -23%;
      width: calc(100% + 23%);
      height: 450px;
    }

    .hiw-wrapper.hiw-mobile .hiw-item {
      max-width: none;
      margin: 0;
      height: 410px;
    }

    .fslp-experienced .hiw-wrapper.hiw-mobile sl-carousel {
      height: 360px;
    }

    .fslp-experienced .hiw-wrapper.hiw-mobile .hiw-item {
      height: 310px;
    }

    .fslp-safeandsecure .hiw-wrapper.hiw-mobile sl-carousel {
      height: 380px;
    }

    .fslp-safeandsecure .hiw-wrapper.hiw-mobile .hiw-item {
      height: 100px;
    }

    .hiw-wrapper.hiw-mobile sl-carousel::part(pagination) {
      justify-content: left;
      position: relative;
      left: 21%;
      padding-top: 15px;
    }

    .fslp-product.fslp-section .fslp-section-inner>div>div {
      width: 100%;
      float: left;
      overflow: hidden;
    }

    .carousel-thumbnails {
      width: calc(100% + 120px);
      position: relative;
      left: -60px;
    }

    .fslp-product .fslp-hero-stars {
      margin: 0 0 25px;
      max-width: 180px;
    }

    .thumbnails {
      display: none;
    }

    .product-desc ul {
      border: none;
      padding: 0;
      margin: 7px 0 14px;
    }

    .fslp-tpcarousel.fslp-section {
      padding: 30px 0 35px;
    }

    .fslp-howitworks.fslp-safeandsecure.fslp-section .hiw-item {
      width: auto;
    }

    .fslp-safeandsecure ul {
      margin: -15px auto 40px;
      max-width: 400px;
      float: none;
      width: 100%;
      padding-right: 0;
    }

    .fslp-product.fslp-section {
      padding: 20px 0;
    }

    .fslp-product.fslp-section h1 {
      font-size: 32px;
    }

    .fslp-tpcarousel.fslp-section h2 {
      max-width: none;
      margin-bottom: 25px;
    }

    .fslp-process-row.fslp-section>div>div>div {
      width: 100%;
    }

    .fslp-process-form-wrapper>div {
      margin: 25px 0 0;
    }

    .type-item {
      width: 50%;
      padding: 20px 30px 30px;
    }

    .example-box>div {
      width: 100%;
    }

    .fslp-process-row.fslp-section {
      padding: 30px 0 40px;
    }

    .fslp-types.fslp-section h3 {
      font-size: 18px;
      min-height: 50px;
    }

    .fslp-types.fslp-section {
      padding: 30px 0 10px;
    }

    .fslp-example.fslp-section {
      padding: 30px 0 40px;
    }

    body .fslp-hero p {
      max-width: 100%;
    }

    .flsp-process-steps {
      margin: 0 10px;
    }

    .fslp-example.fslp-section>div>p {
      font-size: 16px;
    }

    .flsp-process-step>p {
      max-width: none;
    }

    .fslp-accordion.fslp-section>div {
      padding: 25px 20px 30px;
    }

    .fslp-hero {
      padding: 20px 0 20px;
    }

    .fslp-process-form-wrapper>div p {
      text-align: center;
      width: 90%;
      margin: auto;
    }

    .intro-desktop {
      display: none;
    }

    .intro-mobile {
      display: block;
      padding-top: 10px;
      margin-bottom: 0 !important;
    }

    .hero-box .wpforms-field-select,
    .hero-box .wpforms-field-email {
      min-height: 266px !important;
    }

  }

  /* Start 768 */

  @media only screen and (max-width: 768px) {

    .fslp-header.fslp-section {
      text-align: center;
    }

    .fslp-icons {
      margin: 11px 0;
    }

    .fslp-icons img {
      padding: 10px 0 0 10px;
      height: 50px;
    }

    .fslp-usp {
      padding: 8px 2px 0;
      overflow: hidden;
    }

    .fslp-usp.fslp-section>div {
      padding: 0;
      width: 200%;
      left: 0%;
      position: relative;
      transition: all 0.2s;
      max-width: none;
    }

    .fslp-usp.fslp-section>div.slide {
      left: -100%;
    }

    .fslp-usp-item {
      padding: 4px;
      box-sizing: border-box;
      margin: 0 4px 8px;
      width: calc(25% - 8px);
      text-align: center;
      background: #54ada8;
    }

    .fslp-usp-item span {
      display: inline-block;
      text-align: center;
      font-size: 14px;
    }

    .fslp-usp-item .fas {
      margin-right: 6px;
    }

    .fslp-hero h1 {
      font-size: 25px;
      margin-bottom: 10px;
    }

    .fslp-hero p {
      font-size: 17px;
      line-height: 1.5em;
      margin: 0 0 15px;
    }

    body .fslp-hero p {
      font-size: 14px;
    }

    .fslp-hero p br {
      display: none;
    }

    .fslp-hero {
      min-height: 0;
      padding: 20px 0 10px;
    }

    .fslp-summary .fslp-summary-item {
      width: 100%;
      padding: 0 20px 15px;
      border: none;
      border-bottom: 1px solid rgba(256, 256, 256, .1);
      margin-bottom: 30px;
      min-height: 0;
      text-align: center;
    }

    .fslp-summary h3 {
      font-size: 26px;
    }

    .fslp-summary .fslp-summary-icon {
      font-size: 50px;
    }

    .flsp-cta-btn {
      padding: 12px 20px;
      min-width: 260px;
      font-size: 17px;
    }

    .fslp-summary-cta {
      margin-top: -10px;
    }

    .fslp-summary h2,
    .fslp-tp h2,
    .fslp-why h2,
    .fslp-video h2 {
      font-size: 30px;
    }

    .fslp-summary h2,
    .fslp-tp h2 {
      padding: 0 40px;
    }

    .fslp-summary h2 {
      margin-bottom: 30px;
    }

    .fslp-tp h2 {
      margin-bottom: 25px;
    }

    body {
      padding-top: 0px !important
    }

    .flsp-mobile-header {
      display: block !important;
      height: 43px !important;
      background: linear-gradient(#FF9003, #d53814);
      background: linear-gradient(#D91946, #a30415);
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
    }

    .flsp-mobile-header a {
      color: #fff !important;
      text-decoration: none !important;
      padding: 12px 0;
      display: block;
      font-weight: 700;
      font-size: 16px;
    }

    .flsp-mobile-header i {
      transform: scaleX(-1);
      margin-right: 6px;
    }

    .flsp-why-block {
      width: 100%;
    }

    .flsp-why-block h3 {
      max-width: 400px;
      margin: 7px auto 0;
    }

    .fslp-perks-text h2 {
      font-size: 30px;
    }

    .fslp-help .sp-headline.slide {
      font-size: 30px;
    }

    .fslp-talk-img {
      display: none;
    }

    .fslp-talk.fslp-section>div>div {
      padding: 20px 30px 20px;
    }

    .fslp-talk.fslp-section h2 {
      font-size: 34px;
    }

    .fslp-call .flsp-cta-btn {
      padding: 10px 17px;
      font-size: 14px;
      min-width: 0;
      margin: 0;
    }

    .fslp-logo {
      max-width: 150px;
      padding: 20px 0 12px;
      float: left;
    }

    .fslp-call {
      margin-top: 18px;
    }

    .hero-box {
      max-width: 400px;
      padding: 30px 20px 10px;
    }

    .hero-box>span {
      font-size: 15px;
    }

    .hero-box>span>span {
      padding-top: 3px;
      top: -3px;
    }

    .accordion__content p {
      font-size: 15px;
    }

    .fslp-consultcta.fslp-section>div>a {
      padding: 25px 25px 90px 25px;
      margin: 35px 10px 40px;
    }

    .fslp-consultcta.fslp-section h2 {
      padding-right: 40px;
      font-size: 25px;
    }

    .fslp-consultcta.fslp-section>div>a>div {
      position: initial;
    }

    .fslp-consultcta.fslp-section i {
      top: auto;
      bottom: 20px;
      right: 20px;
    }

    #footer-menu {
      padding: 10px 0 0;
    }

    .fslp-author.fslp-section p {
      max-width: 470px;
    }

    .fslp-author.fslp-section i {
      top: 10px;
    }

    .fslp-hero-stars {
      margin: 0 auto 20px;
    }

    .fslp-accordion.fslp-section>div {
      padding: 30px 20px 0;
    }

    .accordion__item .accordion__title {
      font-size: 17px;
    }

    .fslp-howitworks.fslp-section>div {
      padding: 25px 20px 10px;
    }

    .fslp-whyuse.fslp-section {
      padding: 40px 0 40px;
    }

    .fslp-whyuse.fslp-section ul {
      margin: -10px auto 0;
    }

    .fslp-whyuse.fslp-section ul li i {
      top: 12px;
    }

    .fslp-howitworks.fslp-experienced.fslp-section>div {
      padding-top: 30px;
    }

    .carousel-thumbnails,
    .carousel-thumbnails>* {
      height: 150px;
    }

    .fslp-product.fslp-section h1 {
      font-size: 25px;
      margin: 0 0 15px;
    }

    .iva-circle {
      width: 180px;
      height: 170px;
    }

    .iva-circle h3 {
      font-size: 50px;
    }

    .iva-circle h6 {
      font-size: 14px;
    }

    .example-box>div>span {
      font-size: 19px;
    }

    .fslp-logo {
      padding: 12px 0 7px;
    }

    .fslp-footer p {
      font-size: 13px;
    }

    .fslp-footer ul {
      text-align: center;
    }

    .fslp-call .flsp-cta-btn {
      font-size: 11px;
      right: -5px;
      position: relative;
    }

    .fslp-footer li {
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 15px;
    }

    .fslp-footer a {
      border: none;
      margin: 0;
      padding: 0;
      font-size: 13px;
    }

    .fslp-header .flsp-cta-btn {
      display: none !important;
    }

    a.fslp-cta-call {
      display: block !important;
      font-size: 19px;
      padding: 6px 0 0;
      font-weight: 600;
    }

    .fslp-cta-call i {
      transform: scaleX(-1);
      font-size: 16px;
      position: relative;
      display: inline-block;
      top: -1px;
      left: -6px;
    }

  }

  /* End 768 */

  @media only screen and (max-width: 500px) {

    .fslp-logo {
      max-width: 120px;
      padding-right: 15px;
    }

    .fslp-icons img {
      height: 32px;
    }

    .flsp-cta-btn {
      min-width: 200px;
    }

    .fslp-call {
      margin-top: 11px;
    }

    .fslp-hero-stars {
      max-width: 280px;
    }

    .fslp-hero-stars::after {
      content: 'Rated 4.7 / 5 based on 1600+ reviews' !important;
      color: #fff;
      font-size: 13px;
      margin-top: 2px;
      display: block;
      font-style: italic;
      margin-bottom: -10px;
    }

    .fslp-hero h1 {
      font-size: 24px;
    }

    .fslp-section-inner>h2,
    .fslp-whyuse.fslp-section>.fslp-section-inner>div>h2 {
      font-size: 24px;
      margin-bottom: 24px;
    }

    .hiw-item>p:last-child {
      font-size: 12px;
    }

    .iva-circle {
      width: 125px;
      height: 130px;
      margin: 0 5px;
    }

    .iva-circle h3 {
      font-size: 38px;
    }

    .iva-circle h6 {
      font-size: 11px;
    }

    .example-box>div>span {
      font-size: 17px;
    }

    .example-box>div:last-child {
      padding: 30px 10px;
    }

    .tp-mobile {
      display: block !important;
    }

    .tp-desktop {
      display: none !important;
    }

    .fslp-process-form-wrapper>div {
      padding: 25px 30px 25px 30px;
    }

  }

  @media only screen and (max-width: 400px) {

    .fslp-section-inner {
      padding-left: 15px;
      padding-right: 15px;
    }

    #accountant .wpforms-image-choices-label {
      font-size: 14px;
    }

    .fslp-usp-item span {
      font-size: 13px;
    }

    .fslp-call .flsp-cta-btn {
      padding: 12px 12px;
      font-size: 10px;
      min-width: 0;
      margin: 0;
    }

    .fslp-call {
      margin-top: 10px;
      margin-left: 10px;
    }

    .fslp-consultcta.fslp-section h2 {
      font-size: 21px;
    }

    .example-box>div>span>span {
      float: none;
      margin-top: 10px;
    }

    .example-box>div>span {
      font-size: 18px;
    }

    .example-box>div:first-child {
      padding: 20px 20px;
    }

    .flsp-cta-btn {
      font-size: 15px;
    }

  }

  @media only screen and (max-width: 350px) {

    .fslp-usp-item span {
      font-size: 12px;
    }

    .fslp-hero h1 {
      font-size: 23px;
    }

    .fslp-section-inner>h2,
    .fslp-whyuse.fslp-section>.fslp-section-inner>div>h2,
    .fslp-process-row.fslp-section h2 {
      font-size: 22px;
    }

    .fslp-hero p {
      font-size: 15px;
    }

    .fslp-hero-stars {
      font-size: 14px;
    }

    .fslp-call .flsp-cta-btn {
      padding: 13px 11px;
      font-size: 9px;
    }

    .fslp-types.fslp-section h3 {
      font-size: 16px;
    }

  }

  /* -------------- Form Customisations -------------- */

  /*  Buttons */

  .hero-box .wpforms-page-button.wpforms-page-next,
  .hero-box .wpforms-submit {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 1.3px !important;
    font-size: 16px !important;
    padding: 17px 28px !important;
    color: #fff !important;
    text-decoration: none !important;
    margin-bottom: 15px !important;
    display: block !important;
    transition: all 0.4s !important;
    font-weight: 600 !important;
    height: auto !important;
    width: 100% !important;
    flex: 1 1 100% !important;
    background: #fc7a70 !important;
    border-radius: 15px !important;
    text-transform: capitalize !important;
  }

  .hero-box .wpforms-submit-container {
    margin-top: -15px !important;
  }

  .hero-box .wpforms-clear.wpforms-pagebreak-left,
  .hero-box .wpforms-page-button-group {
    display: block !important;
    width: 100% !important;
  }

  .hero-box .wpforms-page-button.wpforms-page-prev {
    display: none !important
  }

  .hero-box .wpforms-field-pagebreak {
    padding-bottom: 0 !important;
    margin-bottom: -15px;
    display: none;
  }

  .hero-box .wpforms-page.last {
    min-height: 428px;
    position: relative !important;
  }

  /* Form wrapper */

  .hero-box .wpforms-container {
    max-width: 600px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .hero-box .wpforms-required-label {
    display: none;
  }

  @media only screen and (max-width: 768px) {

    .hero-box .wpforms-container {
      margin-top: 20px;
    }

  }

  /* Progress bar */

  .hero-box .wpforms-page-indicator-page-progress-wrap {
    height: 7px !important
  }

  .hero-box .wpforms-page-indicator-page-progress {
    transition: all 0.5s;
    background: #5c2684 !important;
  }

  .hero-box .wpforms-page-indicator {
    padding-bottom: 5px;
  }

  /* Progress percentage instead of steps */

  .hero-box .wpforms-page-indicator.progress {
    position: relative;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 10px !important;
  }

  .hero-box .wpforms-page-indicator-page-title {
    display: block !important;
    position: absolute !important;
    top: 2px;
    right: 0;
    font-weight: 700;
    font-size: 15px;
    display: none !important;
  }

  .hero-box .wpforms-page-indicator-steps {
    display: none;
  }

  .hero-box .wpforms-page-indicator.progress::before {
    content: 'Progress:';
    display: block !important;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    display: none !important;
  }

  /* Loading animation */

  .wpforms-page.last {
    position: relative !important;
  }

  .loading-panel {
    position: absolute !important;
    top: 0px;
    background: #fff !important;
    width: 102% !important;
    height: 100% !important;
    overflow: hidden !important;
    text-align: center;
    left: -1%;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
    z-index: 10;
  }

  .loading-panel h4 {
    text-align: center;
    width: 100%;
    font-size: 17px;
    margin-bottom: 50px;
    color: #0d0729;
    hyphens: none;
    font-weight: 700;
    display: none;
  }

  .loading-panel img {
    width: 140px !important;
    margin: 0 auto !important;
  }

  .loading-panel h5 {
    text-align: center;
    width: 100% !important;
    font-size: 17px !important;
    color: #0d0729;
    hyphens: none;
    font-weight: 600 !important;
    max-width: 90%;
    margin: 15px auto 0 !important;
  }

  @media only screen and (max-width: 500px) {

    .loading-panel h4 {
      font-size: 19px;
    }

  }

  /* List Buttons */

  .hero-box .list-buttons {
    margin-top: 0px;
    min-height: 330px;
    padding: 10px 0 0 !important;
  }

  .hero-box .wpforms-field-label {
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 0px !important;
    color: #141414;
    hyphens: none;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
  }

  .hero-box .list-buttons li {
    display: block !important;
    width: 100% !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2) !important;
    margin-bottom: 5px !important;
    transition: all 0.5s;
  }

  .hero-box .list-buttons li:first-child {
    margin-top: 20px !important;
  }

  .hero-box .list-buttons li:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.9) !important;
  }

  .hero-box .list-buttons li.wpforms-selected {
    box-shadow: 0 0 5px rgba(0, 0, 0, .4) !important;
  }

  .hero-box .list-buttons input {
    position: absolute !important;
    top: 16px !important;
    left: 17px !important;
    z-index: 20;
  }

  .hero-box .list-buttons label {
    display: block !important;
    padding: 15px 50px 14px 50px !important;
    color: #141414 !important;
    font-weight: 500 !important;
    text-align: center !important;
    font-size: 17px !important;
    z-index: 10;
    background: #fafafa !important;
    border-radius: 10px !important;
  }

  .hero-box .wpforms-container-full input[type="radio"]:checked::after {
    background: #45c9db;
    top: -15px;
    left: -15px;
    width: 42px;
    height: 42px;
  }

  .hero-box .wpforms-field-email input,
  .hero-box .wpforms-field-text input,
  .hero-box .wpforms-field-phone input {
    color: #141414 !important;
    font-weight: 500 !important;
    text-align: center !important;
    font-size: 17px !important;
    font-family: 'Montserrat', sans-serif !important;
    display: block !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    margin-bottom: 0px !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2) !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-box .above-button-text {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    padding-bottom: 0 !important;
    color: #111;
    padding-top: 10px !important;
  }

  .hero-box .above-button-text i {
    padding-right: 7px !important;
  }

  .above-button-text {
    display: none;
  }

  .hero-box .last .above-button-text {
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }

  .hero-box .wpforms-submit {
    margin-bottom: 0 !important;
  }

  .hero-disc {
    position: absolute;
    color: #fff;
    font-size: 12px;
    text-align: center;
    bottom: -50px;
    font-style: italic;
    left: 0;
    padding: 0 30px;
    display: none;
  }

  .hero-disc i {
    color: #444;
    position: relative;
    top: 0px;
    font-size: 10px;
  }

  .hero-box .last .wpforms-field-pagebreak {
    padding: 0 !important
  }

  .hero-box .wpforms-page.last {
    min-height: 310px;
  }

  .wpforms-container .last .wpforms-field:not(.wpforms-field-html) {
    padding-top: 10px !important;
  }

  .display-buttons .wpforms-field-pagebreak {
    display: block !important
  }

  .wpforms-page-indicator-page-title-sep {
    display: none !important;
  }

  .hero-box .wpforms-field-email {
    margin-top: 0px;
    min-height: 330px;
    padding: 10px 0 0 !important;
  }

  .hero-box .wpforms-field-email input {
    margin-top: 15px !important;
  }

  .consent-check label,
  .consent-check label a {
    color: #111 !important;
    font-size: 11px !important;
    margin: 0px !important;
    font-family: 'Montserrat', sans-serif;
    hyphens: none;
  }

  .hero-box .consent-check {
    margin-bottom: 15px !important;
  }

  div.wpforms-container-full .wpforms-form label.wpforms-error,
  div.wpforms-container-full .wpforms-form em.wpforms-error {
    position: absolute !important;
    bottom: -1px;
    font-size: 10px !important;
    font-weight: bold !important;
    left: 0;
  }

  div.wpforms-container-full .wpforms-form label.wpforms-error:before,
  div.wpforms-container-full .wpforms-form em.wpforms-error:before {
    display: none !important
  }

  @media only screen and (max-width: 1024px) {

    .hero-box .wpforms-submit {
      margin-bottom: 20px !important;
      position: relative;
      top: -20px;
    }

    .hero-box .above-button-text {
      padding-bottom: 20px !important;
    }

    .hero-box .wpforms-page-button.wpforms-page-next {
      position: relative;
      top: -10px;
    }

  }

  @media only screen and (max-width: 768px) {

    .hero-box .wpforms-container {
      margin-top: 20px;
    }

    .hero-box .list-buttons {
      margin-top: 5px;
      padding-top: 0px;
      min-height: 300px;
    }

    .hero-box .wpforms-field-label {
      font-size: 18px;
      margin-bottom: 0px;
    }

    .hero-box .last .wpforms-field-pagebreak {
      overflow-x: visible !important;
    }

    .hero-box .list-buttons label {
      padding: 10px 10px 10px 40px !important;
    }

    .hero-box .list-buttons li {
      margin-bottom: 2px !important;
    }

    .hero-box .list-buttons {
      margin-top: 5px;
    }

    .hero-box .list-buttons input {
      top: 9px !important;
    }

    .wpforms-page-1 .above-button-text {
      display: block;
    }

    .hero-box .consent-check {
      margin-bottom: 40px !important;
    }

  }

  @media only screen and (max-width: 450px) {

    .hero-disc {
      font-size: 11px;
      padding: 0 10px;
    }

  }

  @media only screen and (max-width: 370px) {

    .hero-disc {
      font-size: 11px;
      padding: 0 5px;
    }

    .hero-box .list-buttons label {
      font-size: 16px !important;
    }

  }

  @media only screen and (max-width: 350px) {

    .hero-disc {
      font-size: 10px;
      padding: 0px;
    }

  }

  /* Errors */

  .hero-box #wpforms-260-header-error {
    display: none !important;
  }

  /* .hero-box #wpforms-260-field_21-error{
  position:absolute;
  top:80px;
}

@media only screen and (max-width: 600px) {
  .hero-box #wpforms-260-field_21-error{
    position:absolute;
    top:80px;
  }
} */

  .hero-box .wpforms-field-select {
    margin-top: 0px;
    min-height: 330px;
    padding: 10px 0 0 !important;
  }

  .hero-box .wpforms-field-select+.wpforms-field-pagebreak {
    display: block;
  }

  .hero-box .wpforms-field-select select {
    background-color: #fafafa !important;
    border: 1px solid #eee !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px !important;
    border-radius: 12px !important;
    font-family: 'Montserrat', sans-serif;
    text-align: left !important;
    font-size: 17px !important;
    color: #141414 !important;
    font-weight: 500 !important;
  }

  .hero-box .wpforms-field-select select:focus {
    border: 1px solid #888 !important;
    box-shadow: none !important;
  }

  /* Tick Box */

  .fslp-tick-box {
    background: #50e6d3;
    padding: 30px 0;
  }

  .fslp-tick-box h3 {
    margin: 0;
    font-size: 19px;
  }

  .fslp-tick-box>div>div {
    background: #fff;
    width: 18%;
    float: left;
    height: 200px;
    margin: 45px 1% 50px;
    padding: 35px 20px 25px;
    position: relative;
  }

  .fslp-tick-box>div:after {
    content: '';
    clear: both;
    display: table;
  }

  .fslp-tick-box h3 {
    color: #3a1357;
  }

  .fslp-tick-box p {
    font-size: 15px;
    color: #444;
    margin: 13px 0 0;
  }

  .fslp-tick-box>div>div::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 27px;
    width: 30px;
    height: 30px;
    background: #3a1357;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23fff' d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z'/%3E%3C/svg%3E");
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 0;
    transition: all 0.3s;
    padding: 0;
    text-align: center;
  }

  .fslp-tick-box .tc-text {
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    margin: -20px 0 30px;
    font-weight: 500;
    font-size: 14px;
  }

  @media only screen and (max-width: 1024px) {

    .fslp-tick-box {
      display: none;
    }

  }

  /* Number box */

  .fslp-number-box {
    background: #50e6d3;
    padding: 30px 0;
  }

  .fslp-number-box.fslp-section>div>div {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
  }

  .fslp-number-box.fslp-section>div>div h2 {
    margin: 0px 0px 22px;
    color: #5c2684;
  }

  .fslp-number-box.fslp-section>div>div>div>span {
    background: #3a1357;
    width: 25px;
    display: inline-block;
    height: 25px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 3px 6px 6px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .fslp-number-box.fslp-section>div>div>div {
    position: relative;
    padding-left: 38px;
  }

  .fslp-number-box.fslp-section>div>div>div p {
    margin: 0;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .tc-text {
    font-size: 14px;
    margin: 20px 0 0;
    color: #555;
    font-style: italic;
  }

  .tc-btn {
    cursor: pointer;
    text-decoration: underline;
  }

  sl-dialog::part(panel) {
    position: relative;
    padding-top: 40px;
  }

  sl-dialog::part(header) {
    position: absolute;
    width: 100%;
    top: 0px;
  }

  @media only screen and (min-width: 1025px) {

    .fslp-number-box {
      display: none;
    }

  }

  /* Additional CSS */

  .page_header, footer { 
    display: none !important;
  }

  .fslp-tpcarousel .trustpilot-widget iframe {
    height: 240px !important;
}

.fslp-whyuse.fslp-section p {
    font-size: 16px;
}

.hero-box .list-buttons > label {
    text-align: center !important;
    width: 100%;
    margin-bottom: 0px !important;
    hyphens: none;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
    background: transparent !important;
    padding: 0 !important;
}

.wpa-test-msg {
  display: none !important;
}

html body #page .hero-box .list-buttons li {
    display: block !important;
    width: 100% !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2) !important;
    margin-bottom: 20px !important;
    transition: all 0.5s;
}

.wpforms-container .wpforms-field-pagebreak:empty {
    display: none;
}

#page {
    margin-top: 0px !important;
}

.tp-mobile iframe {
    height: 24px !important;
}
.gvlp-three-card {
      background: #EFEAF3;
      padding: 60px 0 65px;
    }

    .gvlp-three-card h2 {
      margin: 0 0 32px;
      text-align: center;
      color: #000;
      font-size: 30px;
    }

    .gvlp-section-inner {
      max-width: 1100px;
      padding: 0 20px;
    }

    .gvlp-three-card .gvlp-section-inner {
      margin: auto;
    }

    .card-container {
      margin: auto;
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .comp-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      gap: 20px;
      width: 330px;
    }

    .comp-card span {
      color: #000;
      font-family: Montserrat;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }

    .comp-card h3 {
      color: #000;
      font-family: Montserrat;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin: 8px 0;
    }

    .comp-card img {
      width: 40px;
      margin-top: 4px;
    }

    .three-card-dsc {
      color: #000;
      font-size: 11px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-align: center;
      display: block;
      margin-top: 32px;

    }

    @media only screen and (max-width: 768px) {
      .gvlp-section-inner {
        padding: 0 15px;
      }

      .gvlp-three-card {
        padding: 22px 0 30px;
      }

      .gvlp-three-card h2 {
        text-align: left;
        color: #000;
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0 0 20px;
      }

      .card-container {
        flex-direction: column;
      }

      .comp-card {
        width: 100%;
        padding: 20px 16px;
      }

      .comp-card h3 {
        font-size: 36px;
      }

      .three-card-dsc {
        text-align: left;
        margin: 20px 0 0;
      }
    }

    /* Equal height for type-item boxes on desktop */
    @media (min-width: 768px) {
      .types-container {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
      }

      .type-item {
        float: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .type-item h3 {
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        align-items: top;
        flex-grow: 1;
      }
    }
.gvlp-fullwidthcta.gvlp-section {
      background: #5c2684;
      padding: 40px 0 75px;
      text-align: center;
    }

    #footer-form-popup .wpforms-container {
      padding: 0 !important;
    }

    #footer-form-popup .dialog__body h2 {
      margin-top: 0 !important;
    }

    .gvlp-fullwidthcta h2 {
      color: #fff;
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 40px;
    }

    .gvlp-fullwidthcta .flsp-cta-btn {
      margin: 0 15px;
      cursor: pointer;
    }

    .gvlp-fullwidthcta .gvlp-btn {
      margin: 0 7px 30px;
      border: 1px solid #5cb85c;
    }

    .gvlp-fullwidthcta .gvlp-btn:last-child {
      background: transparent !important;
      border: 1px solid #fff;
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    .gvlp-fullwidthcta .gvlp-section-inner {
      margin: auto;
    }

    .download-form-modal h2 {
      margin-top: 0 !important;
    }

    @media only screen and (max-width: 1024px) {

      .gvlp-fullwidthcta.gvlp-section {
        padding: 10px 0 40px;
      }

      .gvlp-fullwidthcta h2 {
        margin-bottom: 20px;
      }

      .gvlp-fullwidthcta .flsp-cta-btn {
        margin: 10px 0;
      }
    }

    @media only screen and (max-width: 500px) {

      .gvlp-fullwidthcta h2 {
        font-size: 26px;
        margin-bottom: 25px;
      }

    }

	.hero-box .wpforms-container { opacity: 0; }
	.tce-loading-bar {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 44px;
		height: 44px;
		margin-top: -22px;
		margin-left: -22px;
		border: 4px solid rgba(200, 200, 200, 0.5);
		border-top-color: #fc7a70;
		border-radius: 50%;
		animation: tce-spin 0.8s linear infinite;
		z-index: 9999;
		display: block;
	}
	@keyframes tce-spin {
		to { transform: rotate(360deg); }
	}