







/* 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; */
  padding: 0;
}

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

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1320px;
}





html {
  font-size: 16px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #222222;
  color: #FFFFFF;
  font-size: 16px;
}

/* Paragraphs */

p, .p {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; */
}

p.large, .p-large {
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
}

p.small, .p-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

/* Anchors */

a {
  /* font-weight: 300; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #ffffff; */
}

a:hover,
a:focus {
  /* font-weight: 300; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #415239; */
}

a:active {
  /* font-weight: 300; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #91a289; */
}

/* Headings */

h1, .h1 {
  /* Heading/H1/Default/Regular */
  color: #FFF;
  font-family: 'Founders Grotesk Light', sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px; /* 111.111% */
  /* font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
  font-size: 40px;
  text-transform: none; */
}

h2, .h2 {
  /* Heading/H2/Default/Regular */
  color: #FFF;
  font-family: 'Founders Grotesk Light', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 150% */
  /* font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
  font-size: 32px;
  text-transform: none; */
}

h3, .h3 {
  /* Heading/H3/Default/Regular */
  color: #FFF;
  font-family: 'Founders Grotesk Light', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  /* font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
  font-size: 28px;
  text-transform: none; */
}

h4, .h4 {
  /* Heading/H4/Default/Regular */
  color: #FFF;
  font-family: 'Founders Grotesk Light', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 153.846% */
  /* font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
  font-size: 24px;
  text-transform: none; */
}

h5 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  border-left-color: #222222;
  color: #231f20;
  font-size: 24px;
}

blockquote > footer {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

hr {
  /* border-bottom-color: #FBE89D; */
  border-color: #aaa !important;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 1px none #FBE89D;

  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(251, 232, 157, 1.0)

;
  border-radius: 8px;
  color: #222222;
  fill: #222222;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  /* border: 1px none #FBE89D;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: underline;
  background-color: 

  
  
    
  


  rgba(251, 232, 157, 1.0)

;
  color: #000000;
  fill: #000000; */
}

button:active,
.button:active,
.hs-button:active {
  /* border: 1px none #FBE89D;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: underline;
  background-color: rgba(255, 255, 237, 100);
  border-color: #ffffed;
  color: #000000;
  fill: #000000; */
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #FBE89D;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(34, 34, 34, 0.0)

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

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #FBE89D;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border: 1px solid #FBE89D;

  border-color: #ffffed;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-weight: 300; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: 300; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #415239;
  fill: #415239;
}

.button.button--simple:active {
  font-weight: 300; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #91a289;
  fill: #91a289;
}

/* 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 #222222;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  border-radius: 0px;
}

/* Form title */

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

  padding: 25px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
  font-size: 28px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
}

/* Help text */

form legend {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  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 #FBE89D;

  padding: 16px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
  color: #222222;
  font-size: 20px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #707070;
}

::-moz-placeholder {
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

:-moz-placeholder {
  color: #707070;
}

::placeholder {
  color: #707070;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #231f20;
}

form .is-selected .pika-button {
  background-color: #222222;
  color: #231f20;
}

form .pika-button:hover {
  background-color: #ffffff !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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

form .hs-richtext a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 1px none #FBE89D;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(251, 232, 157, 1.0)

;
    border-radius: 8px;
    color: #222222;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 1px none #FBE89D;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: underline;
    background-color: 

  
  
    
  


  rgba(251, 232, 157, 1.0)

;
    color: #000000;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 1px none #FBE89D;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: underline;
    background-color: rgba(255, 255, 237, 100);
    border-color: #ffffed;
    color: #000000;
}





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

    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  border: 1px none #222222;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(89, 89, 89, 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: #595959;
}

/* 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 #FBE89D;

  background-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

/* Table cells */

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

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  color: #231f20;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(34, 34, 34, 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: #231f20;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(246, 246, 246, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  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: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #231f20;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #FBE89D;
}

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

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  color: #000000;
}

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

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
  font-size: 40px;
  text-transform: none;
}

/* Menu */

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

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

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

/* Menu items - top level */

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

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #231f20;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  border-color: #FBE89D;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #231f20;
}

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

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

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

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

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

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #231f20;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(246, 246, 246, 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: #222222;
}

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

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #000000;
}






/* Dark card */

.card--dark {
  border: 1px solid #231f20;

  background-color: 

  
  
    
  


  rgba(35, 31, 32, 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 #FBE89D;

  background-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  border-radius: 0px;
  color: #231f20;
}

.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: #231f20;
}





/* Error templates */

.error-page:before {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
}

/* System templates */

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

/* Search template */

.hs-search-results__title {
  font-size: 32px;
}

/* Backup unsubscribe template */

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





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  font-size: 24px;
}

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

.card--light .accordion__summary:before {
  color: #231f20;
}

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

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

.blog-listing__post-title-link {
  /* font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none; */
  /* color: #231f20; */
  color: var(--white);
  text-decoration: none;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  /* font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none; */
  /* color: #000000; */
  color: var(--white);
  text-decoration: none;
}

.blog-listing__post-title-link:active {
  /* font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none; */
  /* color: #736f70; */
  color: var(--white);
  text-decoration: none;
}

.blog-listing__post-tag {
  color: #FFFFFF;
}

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

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

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

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

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

/* Image gallery */

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

.image-gallery__close-button-icon:active {
  background-color: rgba(169, 169, 169, 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: #ffffff;
  height: 16px;
  width: 16px;
}

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

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

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

/* Pricing card */

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

/* Social follow and social sharing */

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

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(169, 169, 169, 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: #FFFFFF;
  color: #FFFFFF;
}









/* Blueegg Specific */

:root {
    --purple: #5F00E9;
    --purple2: #691AFF;
    --green: #00CC70;
    --yellow: #FBE89D;
    --red: #FF7670;
    --blue: #006EE5;
    --white: #FFF;
    --dark: #222;
    --brand-black: #222;
    --neutrals70: #707070;
    --neutrals200: #DEDEDE;
    --neutrals300: #D1D1D1;
    --neutrals400: #BFBFBF;
}

@font-face { 
font-family: 'Founders Grotesk Bold Italic'; 
src: url('https://23589511.fs1.hubspotusercontent-na1.net/hubfs/23589511/raw_assets/public/blueeggtheme/fonts/founders-grotesk-bold-italic.woff2') format('woff2');
font-display: swap;
}

@font-face { 
font-family: 'Founders Grotesk Bold'; 
src: url('https://23589511.fs1.hubspotusercontent-na1.net/hubfs/23589511/raw_assets/public/blueeggtheme/fonts/founders-grotesk-bold.woff2') format('woff2'); 
font-display: swap;
}

@font-face { 
font-family: 'Founders Grotesk Light Italic'; 
src: url('https://23589511.fs1.hubspotusercontent-na1.net/hubfs/23589511/raw_assets/public/blueeggtheme/fonts/founders-grotesk-light-italic.woff2') format('woff2'); 
font-display: swap;
}

@font-face { 
font-family: 'Founders Grotesk Light'; 
src: url('https://23589511.fs1.hubspotusercontent-na1.net/hubfs/23589511/raw_assets/public/blueeggtheme/fonts/founders-grotesk-light.woff2') format('woff2'); 
font-display: swap;
}

@font-face { 
font-family: 'Founders Grotesk Medium Italic'; 
src: url('https://23589511.fs1.hubspotusercontent-na1.net/hubfs/23589511/raw_assets/public/blueeggtheme/fonts/founders-grotesk-medium-italic.woff2%29%20format%28%27woff2'); 
font-display: swap;
}

@font-face { 
font-family: 'Founders Grotesk Medium'; 
src: url('https://23589511.fs1.hubspotusercontent-na1.net/hubfs/23589511/raw_assets/public/blueeggtheme/fonts/founders-grotesk-medium.woff2') format('woff2'); 
font-display: swap;
}

@font-face { 
font-family: 'Founders Grotesk Italic'; 
src: url('https://23589511.fs1.hubspotusercontent-na1.net/hubfs/23589511/raw_assets/public/blueeggtheme/fonts/founders-grotesk-regular-italic.woff2') format('woff2'); 
font-display: swap;
}

@font-face { 
font-family: 'Founders Grotesk'; 
src: url('https://23589511.fs1.hubspotusercontent-na1.net/hubfs/23589511/raw_assets/public/blueeggtheme/fonts/founders-grotesk-regular.woff2') format('woff2'); 
}

@font-face { 
font-family: 'Founders Grotesk Semibold Italic'; 
src: url('https://23589511.fs1.hubspotusercontent-na1.net/hubfs/23589511/raw_assets/public/blueeggtheme/fonts/founders-grotesk-semibold-italic.woff2') format('woff2'); 
font-display: swap;
}

@font-face { 
font-family: 'Founders Grotesk Semibold'; 
src: url('https://23589511.fs1.hubspotusercontent-na1.net/hubfs/23589511/raw_assets/public/blueeggtheme/fonts/founders-grotesk-semibold.woff2') format('woff2'); 
font-display: swap;
}

html, body {
overflow-x: hidden;
}

.scroll-snap-y {
scroll-snap-type: y mandatory;
}

.scroll-snap-start {
scroll-snap-align: start;
}

.scroll-snap-end {
scroll-snap-align: end;
}

.hr-dotted-line {
border-bottom: dotted 1px #707070;
}

.hr-dashed-line {
border-bottom: dashed 1px #707070;
}

.hr-solid-line {
border-bottom: solid 2px #FFF;
}

.grotesk-regular {
    font-family: 'Founders Grotesk', sans-serif !important;
}

.grotesk-light {
  font-family: 'Founders Grotesk Light', sans-serif !important;
}

.uppercase {
    text-transform: uppercase;
}

.underlined-title {
    display: inline-block;
    border-bottom: solid 5px var(--purple);
}

.underlined-title-minor {
    display: inline-block;
    border-bottom: solid 4px var(--purple);
}

.inline-block {
    display: inline-block;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.margin-top-16 {
  margin-top: 16px;
}

.margin-top-24 {
  margin-top: 24px;
}

.margin-top-32 {
  margin-top: 32px;
}

.margin-bot-16 {
  margin-bottom: 16px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flex-row-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
}

.flex-row-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-shrink-1 {
    flex-shrink: 1;
}

.flex-shrink-2 {
    flex-shrink: 2;
}


.flex-gap-8 {
    gap: 8px;
}

.flex-gap-40 {
    gap: 40px;
}

.flex-gap-100 {
    gap: 100px;
}

.vert-centered {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

*:focus {
    /* outline: none; */
}

.be-dark, .dark {
  color: var(--dark) !important;
}

.be-blue {
    color: var(--blue) !important;
}

.be-green {
    color: var(--green) !important;
}

.be-yellow {
    color: var(--yellow) !important;
}

.be-neutrals70 {
    color: var(--neutrals70) !important;
}

.be-neutrals200 {
  color: var(--neutrals200) !important;
}

.be-neutrals300 {
  color: var(--neutrals300) !important;
}

.border-blue {
    border-color: var(--blue) !important;
}

.border-green {
    border-color: var(--green) !important;
}

.border-yellow {
    border-color: var(--yellow) !important;
}

.border-purple {
    border-color: var(--purple) !important;
}

.border-red {
    border-color: var(--red) !important;
}

.border-gray {
    border-color: var(--neutrals400) !important;
}


.be-bg-red {
    background-color: var(--red);
}

.be-bg-purple {
    background-color: var(--purple); 
}

.be-bg-yellow {
    background-color: var(--yellow); 
}

.be-bg-green {
    background-color: var(--green); 
}

.be-bg-blue {
    background-color: var(--blue); 
}

@media screen and (max-width: 612px) {
    .mobile-hide {
        display: none;
    }

    h1, .h1 {
        font-size: 50px;
        line-height: 64px;
    }
  
    p, .p {
        font-size: 20px;
        line-height: 32px;
    }
  
    p.large, .p-large {
        font-size: 20px;
        line-height: 32px;
    }

    p.small, .p-small {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (min-width: 613px) {
    .desktop-hide {
        display: none;
    }

    .hover-wrapper {
        display: inline-block;
        align-self: flex-start;
        transform: scale(1);
        transition: all 0.15s linear;
    }

    .hover-wrapper:hover {
        transform: scale(1.1);
        transition: all 0.15s linear;
    }

    .hover-wrapper-small {
        display: inline-block;
        align-self: flex-start;
        transform: scale(1);
        transition: all 0.15s linear;
    }

    .hover-wrapper-small:hover {
        transform: scale(1.04);
        transition: all 0.15s linear;
    }
}