







/* 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: 80px 20px;
}

/* Padding on blog post sections */

.blog-post__column-wrapper  {
  padding: 80px 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: 1200px;
}





html {
  font-size: 16px;
}

body {
  font-weight: 400; font-family: Inter;
  background-color: #010304;
  color: #FFFFFF;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-weight: 400; font-family: Inter;
}

/* Anchors */

a {
  font-weight: 400; font-family: Inter; text-decoration: none;
  color: #544fff;
}

a:hover,
a:focus {
  font-weight: 400; font-family: Inter; text-decoration: underline;
  color: #9a00ff;
}

a:active {
  font-weight: 400; font-family: Inter; text-decoration: underline;
  color: #ea50ff;
}

/* Headings */

h1 {
  font-weight: 900; font-family: 'Neue Plak Condensed';
  color: #FFFFFF;
  font-size: 90px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  h1 {    
    font-size: 36px;    
  }
}

h2 {
  font-weight: 900; font-family: 'Neue Plak Condensed';
  color: #FFFFFF;
  font-size: 54px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  h2 {    
    font-size: 30px;    
  }
}

h3 {
  font-weight: 900; font-family: 'Neue Plak Condensed';
  color: #FFFFFF;
  font-size: 42px;
  text-transform: none;
}
@media (max-width: 767px) {
  h3 {    
    font-size: 28px;    
  }
}

h4 {
  font-weight: 900; font-family: 'Neue Plak Condensed';
  color: #FFFFFF;
  font-size: 24px;
  text-transform: none;
}
@media (max-width: 767px) {
  h4 {    
    font-size: 22px;    
  }
}

h5 {
  font-weight: 700; font-family: NeuePlak;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: none;
}
@media (max-width: 767px) {
  h5 {    
    font-size: 20px;    
  }
}

h6 {
  font-weight: 700; font-family: NeuePlak;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: none;
}
@media (max-width: 767px) {
  h6 {    
    font-size: 18px;    
  }
}

/* Blockquotes */

blockquote {
  font-weight: 700; font-family: NeuePlak;
  border-left-color: #9b36fa;
  color: #FFFFFF;
  font-size: 24px;
}

blockquote > footer {
  font-weight: 400; font-family: Inter;
  font-size: 16px;
}

/* Horizontal rules */

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





/* Primary button */

button,
.button,
.hs-button {
  border: 2px solid #2ED2FF;

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

  font-weight: 700; font-family: Inter;
  background-color: 

  
  
    
  


  rgba(46, 210, 255, 1.0)

;
  border-radius: 30px;
  color: #000000;
  fill: #000000;
  font-size: 18px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 3px solid #1d3a2d;

  font-weight: 700; font-family: Inter;
  background-color: 

  
  
    
  


  rgba(29, 58, 45, 1.0)

;
  color: #FFFFFF;
  fill: #FFFFFF;
}

button:active,
.button:active,
.hs-button:active {
  border: 3px solid #1d3a2d;

  font-weight: 700; font-family: Inter;
  background-color: rgba(109, 138, 125, 100);
  border-color: #7effff;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Secondary button */

.button.button--secondary {
  border: 3px none #2ED2FF;

  font-weight: 700; font-family: Inter; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 2, 1, 0.0)

;
  border-radius: 25px;
  color: #FFFFFF;
  fill: #FFFFFF;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 3px none rgba(29, 58, 45, 0%);

  font-weight: 700; font-family: Inter; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(29, 58, 45, 0.0)

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

.button.button--secondary:active {
  font-weight: 700; font-family: Inter; text-decoration: none;
  background-color: rgba(109, 138, 125, 0);
  border: 3px none rgba(29, 58, 45, 0%);

  border-color: #7effff;
  color: #ffffff;
  fill: #ffffff;
}

/* Brutalist button */

.button.button--brutalist {   
  border: 2px solid #000000;

  ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #000000;
  fill: #000000;
  text-transform: none;
  box-shadow: 8px 8px 0px 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.button.button--brutalist:hover,
.button.button--brutalist:focus,
.button.button--brutalist:active {        
  border: 2px solid #000000;

  ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
  fill: #000000;
  top: -4px;
  left: -4px;
  box-shadow: 12px 12px 0px 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Highlight button */

.button.button--highlight {
  border: 3px solid #61faa7;

  ;
  background-color: 

  
  
    
  


  rgba(97, 250, 167, 1.0)

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

.button.button--highlight:hover,
.button.button--highlight:focus,
.button.button--highlight:active {
  border: 3px solid #61faa7;

  font-weight: 700; font-family: Inter;
  background-color: 

  
  
    
  


  rgba(195, 52, 227, 0.0)

;
  color: #61faa7;
  fill: #61faa7;
}

.button.button--highlight:active {
  font-weight: 700; font-family: Inter;
  background-color: rgba(255, 132, 255, 0);
  border: 3px solid #61faa7;

  border-color: #b1fff7;
  color: #61faa7;
  fill: #61faa7;
}

/* Simple button */

.button.button--simple {
  font-weight: 400; font-family: Inter; text-decoration: none;
  color: #544fff;
  fill: #544fff;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: 400; font-family: Inter; text-decoration: underline;
  color: #9a00ff;
  fill: #9a00ff;
}

.button.button--simple:active {
  font-weight: 400; font-family: Inter; text-decoration: underline;
  color: #ea50ff;
  fill: #ea50ff;
}

/* 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: 16px;
padding-right: 36px;
padding-bottom: 16px;
padding-left: 36px;

  font-size: 20px;
}





/* Form */

form {
  border: 0px none #010304;

  padding-top: 0px;
padding-right: 45px;
padding-bottom: 45px;
padding-left: 45px;
  
  border-radius: 0px;  
}

.widget-type-form {
  background-color: 

  
  
    
  


  rgba(1, 3, 4, 1.0)

 !important;
}


/* Form title */

.form-title {
  border: 0px none #69cefe;

  padding: 25px;

  font-weight: 900; font-family: 'Neue Plak Condensed';
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #030303 !important;
  font-size: 42px;
  text-transform: none;
}

/* Labels */

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

  font-family: Inter;
  color: #FFFFFF;
  font-size: 16px;
}

/* Help text */

form legend {
  font-weight: 400; font-family: Inter;
  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: 0px none #030303;

  padding: 10px;

  font-weight: 400; font-family: Inter;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
}

/* Form fields - placeholders */

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

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

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

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

::placeholder {
  color: #FFFFFF;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(#null, 1.0)

;
  color: #030303;
}

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

form .is-selected .pika-button {
  background-color: #9b36fa;
  color: #FFFFFF;
}

form .pika-button:hover {
  background-color: #69cefe !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-weight: 400; font-family: Inter;
  color: #FFFFFF;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-weight: 400; font-family: Inter;
  color: #FFFFFF;
  font-size: 14px;
}

/* Submit button */



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

    font-weight: 700; font-family: Inter;
    background-color: 

  
  
    
  


  rgba(46, 210, 255, 1.0)

;
    border-radius: 30px;
    color: #000000;
    text-transform: none;
  }

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

    font-weight: 700; font-family: Inter;
    background-color: 

  
  
    
  


  rgba(29, 58, 45, 1.0)

;
    color: #FFFFFF;
  }

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

    font-weight: 700; font-family: Inter;
    background-color: rgba(109, 138, 125, 100);
    border-color: #7effff;
    color: #FFFFFF;
}





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

    font-size: 18px;
  }



/* Inline thank you message */

.submitted-message {
  border: 0px none #010304;

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

  background-color: 

  
  
    
  


  rgba(1, 3, 4, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 12px;

  background-color: 

  
  
    
  


  rgba(84, 79, 255, 1.0)

;
}

.icon svg {
  fill: #FFFFFF;
  height: 22px;
  width: 22px;
}

/* Light icon */

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

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
}

.icon--light svg {
  fill: #544fff;
}

/* Size */

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

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

}

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

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

}





/* Table */

table {
  border: 0px solid #030303;

  background-color: 

  
  
    
  


  rgba(1, 3, 4, 1.0)

;
}

/* Table cells */

th,
td {
  border: 0px solid #030303;

  padding: 10px;

  color: #FFFFFF;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(#null, 1.0)

;
  color: #030303;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(155, 54, 250, 1.0)

;
  color: #FFFFFF;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(11, 11, 11, 0.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: #FFFFFF;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-weight: 400; font-family: Inter;
  color: #FFFFFF;
  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-weight: 400; font-family: Inter;
  color: #000000;
}

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

/* Language switcher - submenu */

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

  
  
    
  


  rgba(11, 11, 11, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-weight: 400; font-family: Inter;
  color: #FFFFFF;
  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(36, 39, 44, 1.0)

;
  color: #69cefe;
}

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

  
  
    
  


  rgba(11, 11, 11, 1.0)

;
}


  @media screen and (min-width: 768px) {
    .header__language-switcher .lang_list_class {
      box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -webkit-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -moz-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
    }    
  }


/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(11, 11, 11, 0.0)

;
}

/* Logo */

.header__logo-company-name {
  font-weight: 900; font-family: 'Neue Plak Condensed';
  color: #FFFFFF;
  font-size: 42px;
  text-transform: none;
}

/* Menu */

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

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-weight: 400; font-family: Inter;
  font-size: 16px;
  text-transform: none;
}

/* Menu items - top level */

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

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-weight: 400; font-family: Inter; text-decoration: none;
  color: #69cefe;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-weight: 400; font-family: Inter; text-decoration: none;
  color: #b9ffff;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-weight: 400; font-family: Inter; text-decoration: none;
  color: #69cefe;
}

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

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
}

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

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

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-weight: 400; font-family: Inter; text-decoration: none;
  color: #FFFFFF;
}

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

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
}

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

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
}


  @media screen and (min-width: 768px) {
    .header__menu-submenu {
      box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -webkit-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -moz-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
    }    
  }


/* Menu icons */

.header__menu-toggle svg {
  fill: #FFFFFF;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(1, 3, 4, 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: #FFFFFF;
}

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

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Inter;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Inter;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: Inter;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  text-decoration: underline; font-family: Inter;
  color: #000000;
}











/* Error templates */

.error-page:before {
  font-weight: 400; font-family: Inter;
}

/* System templates */

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

/* Search template */

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

/* Backup unsubscribe template */

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





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-weight: 900; font-family: 'Neue Plak Condensed';
  font-size: 24px;
}

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

.blog-post__left-sidebar .btn__back-to-posts {
  color: #FFFFFF;
}

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

.blog-listing__post-title-link {
  font-weight: 900; font-family: 'Neue Plak Condensed';
  color: #FFFFFF;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-weight: 900; font-family: 'Neue Plak Condensed';
  color: #afafaf;
}

.blog-listing__post-title-link:active {
  font-weight: 900; font-family: 'Neue Plak Condensed';
  color: #ffffff;
}

.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(4, 0, 175, 1.0);
}

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

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

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

/* Pagination */

.pagination__link-icon svg {
  fill: #544fff;
  height: 16px;
  width: 16px;
}

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

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

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

/* Pricing card */

.pricing-card__heading {
  background-color: #69cefe;
}

/* Social follow and social sharing */

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

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(164, 159, 255, 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(158, 158, 158, 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;
}

/* Make the GLOBAL header sit on top of the hero and inherit the hero background visually */
header.header__fixed {
  background: transparent !important;
}

/* Kill any top/bottom bar fills coming from the header module's scoped styles */
header.header__fixed .header__top,
header.header__fixed .header__bottom {
  background: transparent !important;
}

/* Keep header content clickable above the hero/video */
header.header__fixed .header__container,
header.header__fixed .header__wrapper,
header.header__fixed .header__logo,
header.header__fixed .header__menu,
header.header__fixed .header__button {
  position: relative;
  z-index: 10;
}

/* If your header isn't actually fixed on this page, force overlay behavior */
header:not(.header__fixed) .header__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

/* Make sure the hero starts at the very top behind the header */
.dr_video-hero {
  margin-top: 0 !important;
}

/* (Optional but usually needed) mobile dropdown needs its own background since header is transparent */
@media (max-width: 767px) {
  header.header__fixed .header__menu--mobile {
    background: rgba(0, 0, 0, 0.75) !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}

/* FORCE true visual centering for LEFT layout header (desktop only) */
@media (min-width: 768px) {

  /* Make the bottom row a 3-column grid */
  .header__container.header__container--left .header__bottom .header__wrapper.header__wrapper--bottom {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important; /* logo | menu | button */
    align-items: center !important;
    column-gap: 24px !important;
  }

  /* Kill the old "push menu to the right" behavior */
  .header__container.header__container--left .header__bottom .header__menu-col {
    margin-left: 0 !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
  }

  /* Ensure logo sticks left, button sticks right */
  .header__container.header__container--left .header__bottom .header__logo-col {
    justify-self: start !important;
  }

  .header__container.header__container--left .header__bottom .header__button-col {
    margin-left: 0 !important;
    justify-self: end !important;
  }

  /* Center the actual <ul> of nav items */
  .header__container.header__container--left .header__menu--desktop .header__menu-wrapper {
    display: flex !important;
    justify-content: center !important;
    width: auto !important;
  }
}

.aw-carousel-review-star {
  display: none !important;
}

/* Alternate testimonial card backgrounds + text colors */
.aw-carousel-slider-inner > .aw-carousel-slider-item:nth-child(odd)  .aw-carousel-scrl-con{
  background-color: #141414 !important;
  background-image: none !important; /* remove if you still want bg images */
  color: #141414 !important;
}

.aw-carousel-slider-inner > .aw-carousel-slider-item:nth-child(even) .aw-carousel-scrl-con{
  background-color: #46D0F6 !important;
  background-image: none !important; /* remove if you still want bg images */
  color: #ffffff !important;
}

/* EVEN cards: force quote text + any nested spans to black */
.aw-carousel-slider-item:nth-child(even) .aw-carousel-scroll-rh p,
.aw-carousel-slider-item:nth-child(even) .aw-carousel-scroll-rh p span {
  color: #141414 !important;
  size: 20px ! important;
}

/* ODD cards: force quote text + any nested spans to white */
.aw-carousel-slider-item:nth-child(odd) .aw-carousel-scroll-rh p,
.aw-carousel-slider-item:nth-child(odd) .aw-carousel-scroll-rh p span {
  color: #ffffff !important;
  size: 20px ! important;
}

}

/* If the module uses the overlay tint, kill it so colors stay true */
.aw-carousel-slider-inner .aw-carousel-scrl-con .overlay{
  display: none !important;
}

/* Force testimonial avatar / icon size */
.aw-carousel-sco-ted,
.aw-carousel-sco-ted img {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
}

/* Prevent flex from stretching the container */
.aw-carousel-sco-ted {
  flex: 0 0 48px !important;
}

/* Force testimonial company/title typography to match Figma */
.aw-carousel-review-statu h4 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  letter-spacing: -0.04em !important;
  color: #46D0F6 !important;
  text-transform: none !important;
  margin: 0 !important;
}

/* tighten testimonial text → See Video spacing */

.aw-carousel-scroll-rh p {
  margin-bottom: 2px !important;
}

.aw-carousel-scol-bot {
  margin-top: 2px !important;   /* was 24px */
}

/* optional: even tighter */
.aw-carousel-scroll-rh {
  gap: 6px !important;
}

/* Base: keep existing typography from module */
.aw-carousel-review-statu h4 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.04em;
  margin: 0;
}

/* DARK cards (#141414 background) → blue text */
.aw-carousel-slider-item:nth-child(odd) .aw-carousel-review-statu h4 {
  color: #46D0F6 !important;
}

/* BLUE cards (#46D0F6 background) → black text */
.aw-carousel-slider-item:nth-child(even) .aw-carousel-review-statu h4 {
  color: #141414 !important;
}

/* Desktop: show 3.5 cards */
@media (min-width: 769px) {
  .aw-carousel-slider-item{
    flex: 0 0 28.5714% !important; /* 100 / 3.5 */
  }
}

@media (min-width: 769px) {
  .aw-carousel-slider-item{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (min-width: 769px) {
  .aw-carousel-slider-item{
    min-width: 400px !important;
  }
}

/* MOBILE: 1 card + peek of next */
@media (max-width: 567px) {

  /* create a left gutter so the first card isn't flush to the edge */
  .aw-carousel-slider{
    padding-left: 16px !important;
  }

  /* make each slide less than 100% so the next one shows */
  .aw-carousel-slider-item{
    flex: 0 0 84% !important;     /* tweak 80–88% until it matches Figma */
    padding-left: 0 !important;
    padding-right: 12px !important; /* spacing between cards / visible peek */
    min-width: 0 !important;      /* IMPORTANT: don't force 400px on mobile */
  }

  /* optional: keep the card from looking clipped */
  .aw-carousel-scrl-con{
    width: 100% !important;
  }
}

@media (max-width: 567px) {
  .aw-carousel-slick-carousel .aw-carousel-slider-item{
    flex: 0 0 84% !important;
  }
}