<script>
$(document).ready(function(){$('a[href^="#"]').on("click",function(o){o.preventDefault();var t=this.hash,n=$(t);$("html, body").stop().animate({scrollTop:n.offset().top},1200,function(){window.location.hash=t})})});
</script>
<style>
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,300;1,600&display=swap');

/* Headings and price elements */
.pricing-card__price,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Libre Baskerville', serif !important;
  font-weight: 600 !important;
}
h1{
     font-size: 3.2rem !important;
     line-height:1.3 !important;
  }
h2{
     font-size: 2.2rem !important;
     line-height:1.3 !important;
  }
h3{
     font-size: 1.7rem !important;
     line-height:1.3 !important;
  }
h4{
     font-size: 1.4rem !important;
     line-height:1.3 !important;
  }
/* Body text */
p {
  font-family: 'Libre Baskerville', serif !important;
  font-size: 1rem !important;
     line-height:1.7 !important;
    font-weight: 400 !important;
}
  li{
     font-family: 'Libre Baskerville', serif !important;
    font-size: 1rem !important;
     line-height:1.7 !important;
    font-weight: 400 !important;
  }
  .button{
  font-family: 'Libre Baskerville', serif !important;
  font-size: 1rem !important;
     line-height:1.3 !important;
    text-transform: capitalize;
    font-weight: 400 !important;
}

/* General link styles */
a {
  color: red;
}

/* Accordions and subtitles */
.accordion__content,
.subtitle {
  margin-left: 35px;
}

.accordion__content p,
.accordion__summary,
.hs-button,
.subtitle {
  color: #fcfff3 !important;
}

/* Overlay and controls */
.overlay:hover,
.splide__controls {
  display: none !important;
}

.overlay {
  display: none !important;
  pointer-events: none;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Layout tweaks */
.cell_17225126310713-background-layers {
  margin-left: -20px !important;
}

.cell_17225126310714-background-layers {
  margin-left: 20px !important;
}

/* HubSpot form */
#hsForm_3f28614e-0880-4af8-915b-041f5e554743 {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
  background-color: transparent !important;
  color:#fff !important;
}
  #label-email-3f28614e-0880-4af8-915b-041f5e554743{
     color:#fff !important;
  }
  .hs-form-field{
     color:#fff !important;
  }
  label{
     color:#fff !important;
  }
  .hs-richtext{
     color:#fff !important;
  }
  input.hs-button.primary.large{
    background-color:#794FF3 !important;
    font-family: 'Libre Baskerville', serif !important;
  font-size: 1rem !important;
   line-height:1.7 !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
  }
  .hs-form-3f28614e-0880-4af8-915b-041f5e554743_516f2c19-0d65-4e7e-9c5b-7cca5f3231d0.legal-consent-container.hs-richtext.hs-form-3f28614e-0880-4af8-915b-041f5e554743_516f2c19-0d65-4e7e-9c5b-7cca5f3231d0.legal-consent-container label:not(.hs-error-msg) {
     color:#fff !important;
  }
/* HubSpot form end */
@media (max-width: 768px) {
  .hs-button {
    width: 70% !important;
    margin: 10px auto;
    max-width: 400px !important;
  }
}

/* Disable links in accordion layout */
.vertical-accordion-with-image-and-content a {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
  cursor: default;
}

/* Card and image tweaks */
.widget-type-cell {
  border-radius: 15px;
}

.card-block-first img {
  border-radius: 50px !important;
}

.hs-img-vert {
  margin-bottom: 0 !important;
}

/* List items */
li {
  color: #000000;
}
/* Header override */
.header__bottom{
  background-color:rgb(0,0,0,0.0) !important;
}
  .header__menu-item {
  padding: 0.4em !important;
}

.header__wrapper {
  max-width: 98%; 
}
.header__menu-child-toggle {
  display: none !important;
}
 .header__menu-submenu {
    background-color: rgba(0, 0, 0, 0.0);
    border-color: rgba(0, 0, 0, 0.0);
  }

  .header__menu-item:hover {
    background-color: rgba(0,0,0, 0.0) !important;
    color: #ed5424 !important;
  }
  .header__menu-toggle svg {
  fill: none;
}
@media (max-width: 769px) {
  .header__menu-toggle svg {
    fill: #fff;
  }

  .header__menu--mobile {
    background-color: rgba(0, 16.08, 12.16, 0.8);
  }

  .header__menu-item--depth-1 {
    border: 1px solid #fcfff3;
  }
  .header__logo-col{
    display:none;
  }
  .header__menu-col {
  flex-direction: row !important;
}
  }
img{
    border-radius:15px;
  }
  .hsfc-Step__Banner{
    display:none !important;
  }
body {
    background-color:#002A20;
  }
  </style>/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/