@font-face {
  font-family: 'PP Mori - Regular';
  font-display: swap;
  src: url("https://26797407.fs1.hubspotusercontent-eu1.net/hubfs/26797407/2023-theme-assets/Fonts/PP%20Mori%20-%20Regular%20v1.0/PPMori-Regular.otf") format('otf'),
  url("https://26797407.fs1.hubspotusercontent-eu1.net/hubfs/26797407/2023-theme-assets/Fonts/PP%20Mori%20-%20Regular%20v1.0/PPMori-Regular.ttf") format('ttf'),
  url("https://26797407.fs1.hubspotusercontent-eu1.net/hubfs/26797407/2023-theme-assets/Fonts/PP%20Mori%20-%20Regular%20v1.0/PPMori-Regular.woff") format("woff"),
  url("https://26797407.fs1.hubspotusercontent-eu1.net/hubfs/26797407/2023-theme-assets/Fonts/PP%20Mori%20-%20Regular%20v1.0/PPMori-Regular.woff2") format("woff2")
}

@font-face {
  font-family: 'PP Mori - SemiBold';
  font-display: swap;
  src: url("https://26797407.fs1.hubspotusercontent-eu1.net/hubfs/26797407/2023-theme-assets/Fonts/PP%20Mori%20-%20SemiBold%20v1.0/PPMori-SemiBold.otf") format('otf'),
  url("https://26797407.fs1.hubspotusercontent-eu1.net/hubfs/26797407/2023-theme-assets/Fonts/PP%20Mori%20-%20SemiBold%20v1.0/PPMori-SemiBold.ttf") format('ttf'),
  url("https://26797407.fs1.hubspotusercontent-eu1.net/hubfs/26797407/2023-theme-assets/Fonts/PP%20Mori%20-%20SemiBold%20v1.0/PPMori-SemiBold.woff") format("woff"),
  url("https://26797407.fs1.hubspotusercontent-eu1.net/hubfs/26797407/2023-theme-assets/Fonts/PP%20Mori%20-%20SemiBold%20v1.0/PPMori-SemiBold.woff2") format("woff2")
}









/* 1a. Containers */


  
  



  


/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */






























/* 1e. Forms */































/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 60px 20px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 60px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.content-wrapper,
.header__wrapper {
  max-width: 1274px;
}

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





html {
  font-size: 1rem;
  overflow-x: hidden;
}

body {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #fffDfd;
  color: #201D22;
  font-size: 1rem;
  overflow-x: hidden;
}

html,
body {
  overflow-x: clip;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html,
  body {
    overscroll-behavior: none;
  }
}

/* Paragraphs */

p {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height: 1.5;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'PP Mori - Regular', sans-serif; font-style: normal;
  color: #591bdd;
}

a.social-follow__link,
a.social-follow__link:hover {
  text-decoration: none;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: 'PP Mori - Regular', sans-serif; font-style: normal;
  color: #591bdd;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: 'PP Mori - Regular', sans-serif; font-style: normal;
  color: #a96bff;
}

/* Headings */

h1,
h2.h1 {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
  font-size: 3.75rem;
  text-transform: none;
  line-height: 1.25;
}

h2 {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
  font-size: 2.5rem;
  text-transform: none;
}

h3 {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
  font-size: 1.875rem;
  text-transform: none;
}

h4 {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-family: 'PP Mori - SemiBold', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: 'PP Mori - SemiBold', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
  font-size: 1rem;
  text-transform: none;
}

/* Blockquotes */

blockquote::before {
  content: "\201C";
  display: block;
  height: 0;
  width: 0;
  margin-left: -18px;
  color: #591BDD;
}

blockquote::after {
  content: "\201D";
  color: #591BDD;
  margin-left: 3px;
}

blockquote {
  font-size: 2rem;
  line-height: 1.5;
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #FFFDFD;
  color: #201D22;
}

blockquote > footer {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 1rem;
}

/* Horizontal rules */

hr {
  border-bottom-color: #f5ffd8;
}

@media (max-width: 768px) {
  h1,
  h2.h1 {
    font-size: 2.125rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  blockquote {
    font-size: 1.25rem;
    margin-left: 10px;
  }

  blockquote::before {
    margin-left: -12px;
  }
}





/* Primary button */

button,
.button,
.hs-button {
  border: 3px solid #591BDD;

  padding-top: 10px;
padding-right: 26px;
padding-bottom: 8px;
padding-left: 26px;

  font-family: 'PP Mori - SemiBold', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  font-weight: normal !important;
  background-color: 

  
  
    
  


  rgba(89, 27, 221, 1.0)

;
  border-radius: 100px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
}

button:not(.header__menu-toggle):not(.header__language-switcher-child-toggle):not(.header__menu-child-toggle):hover,
button:not(.header__menu-toggle):not(.header__language-switcher-child-toggle):not(.header__menu-child-toggle):focus,
button:not(.header__menu-toggle):not(.header__language-switcher-child-toggle):not(.header__menu-child-toggle):active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 3px solid #7E6DE2;

  font-family: 'PP Mori - SemiBold', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(126, 109, 226, 1.0)

 !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}

button:active,
.button:active,
.hs-button:active {
  border: 3px solid #7E6DE2;

  font-family: 'PP Mori - SemiBold', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(206, 189, 255, 100);
  border-color: #a96bff;
  color: #ffffff;
  fill: #ffffff;
}

.header__language-switcher-child-toggle:hover,
.header__language-switcher-child-toggle:focus,
.header__language-switcher-child-toggle:active {
    padding: 0!important;
    background-color: transparent!important;
    border: 0!important;
}

/* Secondary button */

.button.button--secondary {
  border: 3px solid #591BDD;

  font-family: 'PP Mori - SemiBold', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 100px;
  color: #591bdd;
  fill: #591bdd;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 3px solid #7E6DE2;

  font-family: 'PP Mori - SemiBold', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: #7E6DE2!important;
  color: #FFFFFF !important;
  fill: #FFFFFF;
}

.button.button--secondary:active {
  font-family: 'PP Mori - SemiBold', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(206, 189, 255, 100);
  border: 3px solid #7E6DE2;

  border-color: #a96bff;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Simple button */

.button.button--simple {
  font-weight: normal; text-decoration: none; font-family: 'PP Mori - Regular', sans-serif; font-style: normal;
  color: #591bdd;
  fill: #591bdd;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: normal; text-decoration: underline; font-family: 'PP Mori - Regular', sans-serif; font-style: normal;
  color: #591bdd;
  fill: #591bdd;
}

.button.button--simple:active {
  font-weight: normal; text-decoration: underline; font-family: 'PP Mori - Regular', sans-serif; font-style: normal;
  color: #a96bff;
  fill: #a96bff;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

form {
  border: 1px none #f2eee2;

  padding-top: 30px;
padding-right: 30px;
padding-bottom: 40px;
padding-left: 30px;

  background-color: 

  
  
    
  


  rgba(242, 238, 226, 0.0)

;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.10); 
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.10);
}

/* Form title */

.form-title {
  border: 1px none #ffffff;

  padding-top: 25px;
padding-right: 0px;
padding-bottom: 25px;
padding-left: 0px;

  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 1.875rem;
  text-transform: ;
}

/* Labels */

form label {
  padding: 0px;

  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
  font-size: 1rem;
}

/* Help text */

form legend {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #f5ffd8;

  padding: 15px;

  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 10px;
  color: #201D22;
  font-size: 1rem;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.10); 
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.10);
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #201D22;
}

::-moz-placeholder {
  color: #201D22;
}

:-ms-input-placeholder {
  color: #201D22;
}

:-moz-placeholder {
  color: #201D22;
}

::placeholder {
  color: #201D22;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 15px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(253, 9, 102, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #201D22;
}

form .is-selected .pika-button {
  background-color: #FFFDFD;
  color: #201D22;
}

form .pika-button:hover {
  background-color: #FD0966 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201d22;
}

form .hs-richtext a {
  font-weight: normal; text-decoration: underline; font-family: 'PP Mori - Regular', sans-serif; font-style: normal;
  color: #201d22;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201d22;
  font-size: 14px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 3px solid #591BDD;

    font-family: 'PP Mori - SemiBold', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(89, 27, 221, 1.0)

;
    border-radius: 100px;
    color: #ffffff;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 3px solid #7E6DE2;

    font-family: 'PP Mori - SemiBold', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(126, 109, 226, 1.0)

;
    color: #ffffff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 3px solid #7E6DE2;

    font-family: 'PP Mori - SemiBold', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(206, 189, 255, 100);
    border-color: #a96bff;
    color: #ffffff;
}





  form input[type='submit'],
  form .hs-button {
    padding-top: 10px;
padding-right: 26px;
padding-bottom: 8px;
padding-left: 26px;

    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(242, 238, 226, 0.0)

;
  border-radius: 20px;
  color: #FFFDFD;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(147, 205, 143, 1.0)

;
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #93cd8f;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #f5ffd8;

  background-color: 

  
  
    
  


  rgba(255, 253, 253, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #f5ffd8;

  padding: 10px;

  color: #201D22;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(253, 9, 102, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 253, 253, 1.0)

;
  color: #201D22;
}






/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 253, 253, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #201D22;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(255, 253, 253, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
  font-size: 1rem;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #201D22;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  -webkit-box-shadow: 5px 7px 6px 1px rgba(0,0,0,0.10);
  box-shadow: 5px 7px 6px 1px rgba(0,0,0,0.10);
  border-radius: 14px;
  border: 1px solid #f2eee2;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 253, 253, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
  font-size: 1rem;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: #FFFAE2 !important;
  border-radius: 6px !important;
  color: #201d22;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 253, 253, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 253, 253, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
  font-size: 3.75rem;
  text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: transparent;
  }
}

/* Menu items */

.header__menu-link {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 1rem;
  text-transform: none;
}

@media (min-width: 768px) {
  .header__menu-item--depth-2:last-of-type,
  .header__menu-item--depth-2:last-of-type a {
    border-radius: 0 0 14px 14px;
  }
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #201D22;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #201D22;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 > .header__menu-link:not(.button) {
    font-weight: bold;
  }
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201d22;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #706d72;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #7e6de2;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #201D22;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 253, 253, 1.0)

;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .header__menu-submenu {
    -webkit-box-shadow: 5px 7px 6px 1px rgba(0,0,0,0.10); 
    box-shadow: 5px 7px 6px 1px rgba(0,0,0,0.10);
    border-radius: 14px;
    border: 1px solid #f2eee2;
    overflow: auto;
  }
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #201D22;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 250, 226, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201d22;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(255, 253, 253, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(235, 234, 252, 1.0)

;
  border-radius: 6px !important;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #591BDD;
}

.header__menu-toggle:hover svg {
  fill: #521D39;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(82, 29, 57, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #FFFDFD;
}

.footer hr {
  border-bottom-color: #FFFDFD !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFDFD;
  font-size: 1rem;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-decoration: underline;
  color: theme.colors.secondary.color;
}

.footer .hs-menu-wrapper ul li.hs-menu-depth-1 > a:hover,
.footer .hs-menu-wrapper ul li.hs-menu-depth-1 > a:focus {
  text-decoration: none;
  cursor: default;
}

.footer .hs-menu-wrapper a:active {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: theme.colors.secondary.color;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: 'PP Mori - Regular', sans-serif; font-style: normal;
  color: theme.colors.secondary.color;
}

.footer .icon.social-follow__icon {
  border: 1px solid #fff;
}

li.hs-item-has-children a:first-of-type{
  font-weight: bold;
}

.hs-menu-item.hs-menu-depth-2{
  font-weight: 100!important;
}






/* Dark card */

.card--dark {
  border: 1px solid #201D22;

  background-color: 

  
  
    
  


  rgba(32, 29, 34, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #f5ffd8;

  background-color: 

  
  
    
  


  rgba(255, 253, 253, 1.0)

;
  border-radius: 0px;
  color: #201D22;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #201D22;
}





/* Error templates */

.error-page:before {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #201D22;
}

/* Search template */

.hs-search-results__title {
  font-size: 2.5rem;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 1rem !important;
  padding: padding: 15px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 1.875rem;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #201D22;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #201D22;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: 'PP Mori - Regular', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #706d72;
}

.blog-listing__post-tag {
  color: #201D22;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #706d72;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #201D22;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #706d72;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(67, 125, 63, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(227, 255, 223, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #591bdd;
  height: 1rem;
  width: 1rem;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #591bdd;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #a96bff;
}

.pagination__link--active {
  border-color: #f5ffd8
}

/* Pricing card */

.pricing-card__heading {
  background-color: #FD0966;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(67, 125, 63, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(227, 255, 223, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #201D22;
  color: #201D22;
}