
@font-face {
  font-family: 'Poppins';
  src: url(https://www.webcanopystudio.com/hubfs/2023_Website/fonts/Poppins-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Poppins Medium';
  src: url(https://www.webcanopystudio.com/hubfs/2023_Website/fonts/Poppins-Medium.ttf) format("truetype");
}
@font-face {
  font-family: 'Poppins Bold';
  src: url(https://www.webcanopystudio.com/hubfs/2023_Website/fonts/Poppins-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'Poppins Italic';
  src: url(https://www.webcanopystudio.com/hubfs/2023_Website/fonts/Poppins-Italic.ttf) format("truetype");
}







/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */











/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */









































/* 1l. Tables */











/* 1m. Site Header */











/* 1n. Site Footer */












/* 1o. Blog */










.content-wrapper {
  max-width: 1340px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1340px;
}





html {
  font-size: 16px;
}

body {
  
  font-family: 'Poppins';
  background-color: #FFFFFF;
  color: #10284f;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: 'Poppins', sans-serif;
  color: #F24495;
}

a:hover, a:focus {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #f24495;
}

a:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #ff94e5;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #10284f;
  text-transform: uppercase;
}



  h1 {
    font-family: 'Poppins Medium', sans-serif;
    color: #10284f;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  h2 {
    font-family: 'Poppins Medium', sans-serif;
    color: #10284f;
    font-size: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  h3 {
    font-family: 'Poppins Medium', sans-serif;
    
    color: #10284f;
    font-size: 24px;
    letter-spacing: 1.2px;
    text-transform: none;
  }

  h4 {
    font-family: 'Poppins Medium', sans-serif;
    
    color: #10284f;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  h5 {
    font-family: 'Poppins Medium', sans-serif;
    
    color: #10284F;
    font-size: 18px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }

  h6 {
    font-family: 'Poppins Medium', sans-serif;
    
    color: #10284f;
    font-size: 15px;
    letter-spacing: 0.8px;
    text-transform: none;
  }



/* Lists */

ul,
ol {
  margin: 1.4rem 0;
  padding-left: 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.4rem;
}

/* Blockquote */

blockquote {
  border-left: 16px solid #F24495;
  padding-left: 1.4rem;
}

/* Horizontal Rules */

hr {
  background-color: #d0d0d0;
  color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(242, 68, 149, 1.0)

;
  border: 1px solid #F24495;
  border-radius: 4px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 13px 13px;
  text-transform: uppercase;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #f1f1f1;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(153, 64, 154, 1.0)

;
  border: 1px solid #99409A;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(233, 144, 234, 100);
  background-color: #e990ea;
  border: 1px solid #99409A;
  border-color: #e990ea;
}

/* Secondary Button */

.button.button--secondary {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #F24495;
  border-radius: 4px;
  color: #F24495;
  fill: #F24495;
  padding: 13px 13px;
  text-transform: uppercase;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #99409A;
  color: #99409A;
  fill: #99409A;
}

.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #99409A;
  border-color: #e990ea;
  color: #e990ea;
  fill: #e990ea;
}

/* Simple Button */

.button.button--simple {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #F24495;
  fill: #F24495;
  text-transform: uppercase;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #99409A;
  fill: #99409A;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #e990ea;
  fill: #e990ea;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 13px 13px;
}

.button.button--large {
  font-size: 18px;
  padding: 13px 13px;
}





form {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  padding: 45px 45px;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Form Title */

.form-title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(16, 40, 79, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFFFFF;
  font-size: 24px;
  padding: 45px 45px;
  text-transform: uppercase;
}

/* Labels */

.hs-form-field > label {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #10284f;
  font-size: 16px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  ;
  color: ;
  font-size: ;
}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
select,
textarea {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  color: #10284f;
  font-size: 16px;
  padding: 12px 12px;
}

::-webkit-input-placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

::-moz-placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

:-ms-input-placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

:-moz-placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

::placeholder {
  color: {color=#D0D0D0, opacity=null, rgba=rgba(208, 208, 208, 1), rgb=rgb(208, 208, 208), hex=#D0D0D0, css=#D0D0D0};
}

/* Inputs - Datepicker */

.fn-date-picker td.is-today .pika-button {
  color: #10284F;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #10284F;
}

.hs-datepicker button.pika-button:hover {
  background-color: #F24495 !important;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
}

/* Submit */



  form input[type=submit],
  form .hs-button {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(242, 68, 149, 1.0)

;
    border: 1px solid #F24495;
    border-radius: 4px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 13px 13px;
    text-transform: uppercase;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(153, 64, 154, 1.0)

;
    border: 1px solid #99409A;
    color: #FFFFFF;
  }

  form input[type=submit]:active,
  form .hs-button:active {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(233, 144, 234, 100);
    border: 1px solid #99409A;
    border-color: #e990ea;
}





  form input[type=submit],
  form .hs-button {
    font-size: 16px;
    padding: 13px 13px;
  }







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: #10284f;
  padding: 10px 10px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(16, 40, 79, 1.0)

;
  border-bottom: 2px solid #D0D0D0;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px solid #D0D0D0;
}






.header {
  background-color: 

  
  
    
  


  rgba(16, 40, 79, 1.0)

;
  border-bottom: 1px none #FFFFFF;
}

.header__container {
  max-width: 1340px;
}

/* Logo */

.header__logo .logo-company-name {
  color: #FFFFFF;
}

/* Navigation Menu */

.navigation-primary .menu-item a {
  font-family: 'Poppins', sans-serif;
  
  color: #FFFFFF;
  text-transform: uppercase;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  font-family: 'Poppins', sans-serif;
  
  color: #FFFFFF;
}

.navigation-primary .menu-item a:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.navigation-primary .submenu.level-2 {
  background-color: 

  
  
    
  


  rgba(16, 40, 79, 1.0)

;
  border: 1px solid #d0d0d0;
}

.navigation-primary .submenu.level-2 > li {
  border-bottom: 1px solid #d0d0d0;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link:hover,
.navigation-primary .submenu.level-2 .menu-item .menu-link:focus {
  font-family: 'Poppins', sans-serif;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(242, 68, 149, 1.0)

;
  color: #FFFFFF;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(242, 68, 149, 1.0)

;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(16, 40, 79, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
      background-color: #FFFFFF;
  }

  .navigation-primary .submenu.level-1 > li,
  .navigation-primary .submenu.level-2 .menu-item {
    border-top-color: #d0d0d0;
  }
}

/* Language Switcher */

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(16, 40, 79, 1.0)

;
  border: 1px solid #d0d0d0;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #F24495;
}





.footer {
  background-color: 

  
  
    
  


  rgba(30, 43, 51, 1.0)

;
  border-top: 1px none #1E2B33;
}

.footer__container {
  max-width: 1340px;
}

.footer__bottom-section {
  border-top: 1px solid #d0d0d0;
  border-color: #FFFFFF;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #FFFFFF;
}



  .footer h4 {
      font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
      color: #10284f;
      font-size: 15px;
      letter-spacing: 0.8px;
      text-transform: none;
  }



/* Footer Menu */

.footer__navigation a {
  font-family: 'Poppins', sans-serif;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.footer__navigation a:hover,
.footer__navigation a:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.footer__navigation a:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}





/* Blog Meta - Author */

.blog-card__author-name,
.blog-post__author-name {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #10284f;
}

/* Tags */

.blog-card__tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(16, 40, 79, 1.0)

;
  color: #FFFFFF;
}

.blog-card__tags svg,
.blog-post__tags svg {
  fill: #10284F;
}

/* Blog Listing */

.blog-index-header {
  background-image: url('https://7303166.fs1.hubspotusercontent-na1.net/hubfs/7303166/Sprout/blog-listing-banner.png');
}

.blog-card__title a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #10284f;
  text-transform: uppercase;
  letter-spacing: px;
}



  .blog-card__title a {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #10284f;
    font-size: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }



/* Blog Pagination */

.blog-pagination__link {
  color: #F24495;
}

.blog-pagination__link:hover {
  color: #f24495;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #f24495;
}

.blog-pagination__link:active {
  color: #ff94e5;
}

.blog-pagination__link:active svg {
  fill: #ff94e5;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #10284F;
  color: #fff;
}

.blog-pagination__link--active:hover {
  color: #fff;
}

/* Blog Post */

.blog-post-header {
  background-image: url('https://7303166.fs1.hubspotusercontent-na1.net/hubfs/7303166/Sprout/blog-post-banner.png');
}





/* Error Pages - Global */

.error-page:before {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #d0d0d0;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #10284f;
}

.hs-search-results__title:hover {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 20px;
}

/* Password Prompt */

.password-prompt input[type=password] {
  margin-bottom: 1.4rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 12px 12px !important;
}





/* Accordion */

body .accordion button {
  color: #F24495;
}

body .accordion button:hover,
body .accordion button:focus {
  color: #f24495;
}

body .accordion button:active,
body .accordion[aria-expanded=true] button {
  color: #ff94e5;
}

body button .accordion__icon {
  background-color: #F24495;
}

body button:hover .accordion__icon,
body button:focus .accordion__icon {
  background-color: #f24495;
}

body button:active .accordion__icon,
body .accordion[aria-expanded=true] button .accordion__icon {
  background-color: #ff94e5;
}

/* Blog Related Posts */

body .blog-card__title a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #10284f;
  text-transform: uppercase;
}



  body .blog-card__title a {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #10284f;
    font-size: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }



body .blog-card__title a,
body .blog-card__author-name {
  color: #10284f;
}

/* Icon */

body .icon svg {
  fill: #10284F;
}

/* Pricing Table */

body .price-block__header {
  background-color: #10284F;
}

body .billing-selectors__pricing-option input[type="radio"]:checked + label:before {
  border-color: #10284F;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

body .social-links__icon svg {
  fill: #10284f;
}

body .social-links__icon:hover svg {
  fill: #10284f;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__info {
  color: #10284f;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #10284F;
}

body .statistic__circle::after {
  background-color: #FFFFFF
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #10284F;
}