

/* ************************************************************************* */
/* ****************************  Primary Accent (PA)   **************************** */
/* ************************************************************************* */





/* ************************************************************************* */
/* ****************************  Secondary Accent (SA)   **************************** */
/* ************************************************************************* */




/* ************************************************************************* */
/* ****************************  Dark Color (DC)   **************************** */
/* ************************************************************************* */





/* ************************************************************************* */
/* ****************************  Light Color (LC)   **************************** */
/* ************************************************************************* */





/* ************************************************************************* */
/* ****************************  Success Color   **************************** */
/* ************************************************************************* */




/* ************************************************************************* */
/* ****************************  Error Color   **************************** */
/* ************************************************************************* */




/* ************************************************************************* */
/* ****************************  Typography   **************************** */
/* ************************************************************************* */













/* ************************************************************************* */
/* ****************************  Layout   **************************** */
/* ************************************************************************* */






/* ************************************************************************* */
/* ****************************  Buttons   **************************** */
/* ************************************************************************* */







/* ************************************************************************* */
/* ****************************  Forms   **************************** */
/* ************************************************************************* */








/* ************************************************************************* */
/* ****************************  Header   **************************** */
/* ************************************************************************* */









  


/* ************************************************************************* */
/* ****************************  CSS Variables   **************************** */
/* ************************************************************************* */

:root {

  /* Primary Accent Hue, Shades, & Tints */
  --primary-accent: #ebebeb;

  /* Secondary Accent Hue, Shades, & Tints */
  --secondary-accent: #16171d;

  /* Success Hue, Shades, & Tints */
  --success: #5eddfc;

  /* Error Hue, Shades, & Tints */
  --error: #666666;

  /* Dark Hue & Tints */
  --dark: #000000;

  /* Light Hue & Shades */
  --light: #ffffff;

  /* Animation */
  --transition: transform .6s ease-in-out;

  /* Shadow */
  --shadow: 0 0 12px rgb(24 28 32 / 6%), 0 4px 48px rgb(24 28 32 / 3%);

  /* Corners */
  --radius: 8px;
  --half-radius: calc(8px / 2);

  /* Typography */
  --primary-font-family: 'Poppins', sans-serif;
  --secondary-font-family: 'Poppins', sans-serif;
   --base-font-size: 17px;
  --body-text-font: Poppins;
  --body-text-size: nullpx;
  --heading-color: #ffffff;
  --link-color: #FFFFFF;
  --link-hover-color: #4E3CCB;
  
  
    /* Casper Colors */  
  --WhiteLightGrey: linear-gradient(90deg, #FFF 0%, #EDEDED 100%);
  --CardBack_Dark: linear-gradient(180deg, rgba(73, 172, 227, 0.50) 0%, rgba(40, 95, 125, 0.50) 80%);
  --HotPinkRed: linear-gradient(180deg, #FF2D2E 0%, #F622E6 100%);
  --Casper-Blue: #39ace3;
  --prove_dark: #141414;
  --prove_white: #fff;
  --transparent: transparent;
  --casper-red: #E91C65;
  --casper-blue-hover: #398AB7;
  --casper-red-hover: #BD1853;
  

  /* Simple Button Arrow */
  --arrow: "\2192";
   --next: "\25B6";
  --prev: "\25C0";
  --pdf: "data:image/svg+xml;utf8,<svg width="12" height="11" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.997559 4.00021H9.00205M9.00205 4.00021L5.8578 0.855957M9.00205 4.00021L5.8578 7.14447" stroke="black" /> </svg>";

  /* Layout */
  --narrow-container: 992px;
  --desktop-container: 1100px;
  --blogpost-container: calc((1180px + 620*(100vw - 1440px)/1120) * 66%) !important;

  /* Buttons */
  --btn-radius: 8px;
  
  --btn-color: #16171D;
  --btn-hover-color: transparent;
  --btn-active-color: ;
  --btn-text-color: #FFFFFF;

  --btn-color-secondary: ;
  --btn-hover-color-secondary: ;
  --btn-active-color-secondary: ;
  --btn-text-color-secondary: #16171D;

  --btn-hover-color-simple: ;

    --btn-arrow-black: url('https://casperlabs.io/hubfs/arrow-vector-black.svg');
  --btn-arrow-white: url('https://casperlabs.io/hubfs/arrow-vector-white.svg');
  
  /* Forms */--field-bg-color: #ffffff;--field-border-color: #e1e1e1;--field-border-radius: 8px;
  --field-border-width: 1px;
  --field-border-style: none;

  /* Header */
  --header-bg-color: background: linear-gradient(to right, rgba(78, 58, 202, 1), rgba(0, 224, 255, 1));
  --header-height: 85px;--header-bottom-border: none;--nav-item-color: #FFFFFF;
    --nav-item-hover-color: #4e3ccb;--search-icon-color: #ebebeb;--search-icon-size: 1rem;}



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.1;-webkit-text-size-adjust:100%}
body{margin:0;}
main{display:block;}
h1{font-size:2.94rem;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bold}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.2;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */
*, *:before, *:after {
  box-sizing: border-box;
}
::selection {
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  margin:  0;
  overflow-x: hidden; /* Prevents horizontal scrolling */
  -webkit-overflow-scrolling: touch;
  padding: 0;
  word-break: normal;
  background-color: var(--primary-accent);
}

.dnd-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 0rem;
  padding-right: 0rem;
}

@media screen and (max-width: 991px) {  
  .dnd-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0rem;
  padding-right: 0rem;
}
}

img {
  max-width: 100%;
}

.img img {
  border-radius: var(--radius);
  width: 100%;
}



.container {
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 1.33rem;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    margin: 0 auto;
    max-width: var(--desktop-container);
  }

  .container--narrow {
    margin: 0 auto;
    max-width: var(--narrow-container);
  }
}

.b-section {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .b-section {
    padding-bottom: 4rem;
    padding-top:    4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .b-section {
    padding-bottom: 6.67rem;
    padding-top:    6.67rem;
  }
}

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1.14rem;
}

.dnd-section > .row-fluid {
  padding-left:  1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .dnd-section > .row-fluid {
    padding-left:  1.33rem;
    padding-right: 1.33rem;
  }
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: var(--desktop-container);
}

.dnd-section .dnd-column {
  /* padding: 0 1.14rem; */
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}



/*Casper Sans Regular */
/* 
@font-face { 
  font-family: 'Casper Sans'; 
  src: url('//6073987.fs1.hubspotusercontent-na1.net/hubfs/6073987/raw_assets/public/Prove%20AI/fonts/CasperSans/woff/CasperSans-Regular.woff2') format('woff2'), 
        url('//6073987.fs1.hubspotusercontent-na1.net/hubfs/6073987/raw_assets/public/Prove%20AI/fonts/CasperSans/woff/CasperSans-Regular.woff') format('woff'), 
        url('//6073987.fs1.hubspotusercontent-na1.net/hubfs/6073987/raw_assets/public/Prove%20AI/fonts/CasperSans/TTF/CasperSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Casper Sans';
  src:  url('//6073987.fs1.hubspotusercontent-na1.net/hubfs/6073987/raw_assets/public/Prove%20AI/fonts/CasperSans/woff/CasperSans-Light.woff2') format('woff2'), 
        url('//6073987.fs1.hubspotusercontent-na1.net/hubfs/6073987/raw_assets/public/Prove%20AI/fonts/CasperSans/woff/CasperSans-Light.woff') format('woff'), 
        url('//6073987.fs1.hubspotusercontent-na1.net/hubfs/6073987/raw_assets/public/Prove%20AI/fonts/CasperSans/TTF/CasperSans-Light.ttf') format('truetype');
  font-weight: 300;
            font-style: light;
  font-display: swap;
}

@font-face {
font-family: 'Casper Sans';
src:  url('//6073987.fs1.hubspotusercontent-na1.net/hubfs/6073987/raw_assets/public/Prove%20AI/fonts/CasperSans/woff/CasperSans-Medium.woff2') format('woff2'), 
      url('//6073987.fs1.hubspotusercontent-na1.net/hubfs/6073987/raw_assets/public/Prove%20AI/fonts/CasperSans/woff/CasperSans-Medium.woff') format('woff'), 
      url('//6073987.fs1.hubspotusercontent-na1.net/hubfs/6073987/raw_assets/public/Prove%20AI/fonts/CasperSans/TTF/CasperSans-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: medium;
font-display: swap;
}

 */
    
@font-face {
    font-family: 'Poppins';
    src: url('https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2') format('woff2'),
         url('https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8c1xlFQ.woff') format('woff');
    font-weight: 600;
    font-style: bold;
  font-display: swap;
}

/* General Typography Styles */


html {
  font-size: var(--base-font-size);
  font-weight: 300;
}

body {
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
           font-smoothing: antialiased;
  color: #ffffff;
  font-family: var(--primary-font-family);
  font-weight: 300;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  word-break: normal;
}

/* Paragraph */

p, li {
  line-height: 1.35;
}

.g-paragraph {
  opacity: 0.8;
}

strong, b,.strong, .g-strong {
  font-weight: 500 !important;
}

.textHighlight {
  color: #bcfc07;
}

.half-title, .half-title-black, .half-title p {
    text-transform: uppercase;
    letter-spacing: 1px!important;
    font-size: 13px !important;
    margin-bottom: 20px;
    font-weight: 500;
    text-decoration: none;
}

.half-title-black, .text-black, span.text-black {
    color: #000000 !important;
  text-decoration: none;
}


.half-title {
      color: #fff;
}

.no-margin p {
  margin: 0;
}

/* Headings */

h1, .h1, .dnd-section h1,
h2, .h2, .dnd-section h2,
h3, .h3, .dnd-section h3,
h4, .h4, .dnd-section h4,
h5, .h5, .dnd-section h5,
h6, .h6, .dnd-section h6 {
  color: var(--heading-color);
  margin: 0 0 1.5rem 0;
}

h1 { letter-spacing: -0.02rem; }
h2 { letter-spacing: -0.015rem; }
h3 { letter-spacing: -0.01rem; }
h4 { letter-spacing: 0rem; }
h5 { letter-spacing: 0.01rem; }
h6 { letter-spacing: 0.02rem; }
p { letter-spacing: 0.01rem; }

h1, .h1, .dnd-section h1, h3, .h3, .dnd-section h3 {
    font-weight: 300;
    line-height: 1.1;
}

h2, .h2, .dnd-section h2 {
  font-size: 2.5rem;
    font-weight: 300;
}

.size-h2 {
  font-size: 2.5rem !important;
    font-weight: 300 !important;
}


h4, .h4, .dnd-section h4,
h5, .h5, .dnd-section h5,
h6, .h6, .dnd-section h6 {
    font-weight: 400;
}

h3, .h3, .dnd-section h3 {
      font-size: 1.76rem;
}

.size-h3 {
  font-size: 1.76rem !important;
  font-weight: 300 !important;
}

h4, .h4, .dnd-section h4 {
      font-size: 1.5rem;
}

.size-h4 {
  font-size: 1.5rem !important;
}

h5, .h5, .dnd-section h5 {
     font-size: 1.18rem;
}

h6, .h6, .dnd-section h6 {
    font-size: 1.06rem;
}


.size80 {
  font-size: 80px;
}

.size-60 {
  font-size: 60px;
}

.size35 {
  font-size: 35px !important;
}

.size26 {
  font-size: 26px;
}

.no-bottom {
  margin-bottom: 0px !important
}

@media (max-width: 768px) {
    h1, .dnd-section h1 {
        font-size: 2.25rem;
    }

    h2, .size-h2, .dnd-section h2 {
        font-size: 2rem;
    }

    h3, .dnd-section h3 {
        font-size: 1.625rem;
    }

    h4, .dnd-section h4 {
        font-size: 1.375rem;
    }

    h5, .dnd-section h5 {
        font-size: 1.125rem;
    }

    h6, .dnd-section h6 {
        font-size: 1rem;
    }

    p, body {
        font-size: 16px;
    }
  
   h1 { letter-spacing: -0.015rem; }
  h2 { letter-spacing: -0.01rem; }
  h3 { letter-spacing: 0rem; }
  h4 { letter-spacing: 0.01rem; }
  h5 { letter-spacing: 0.02rem; }
  h6 { letter-spacing: 0.025rem; }
  p { letter-spacing: 0.02rem; }
  
.size80 {
  font-size: calc(80px * (55/100));
}

.size-60 {
  font-size: calc(60px * (55/100));
}
  
  .size35 {
  font-size: calc(35px * (70/100)) !important;
}

.size26 {
  font-size: font-size: calc(26px * (70/100));
}
}

/* Specialty */
.text-green-lt {
      color: #BFEDBB;
}

.text-purple, span.text-purple {
    color: #f622e6;
    text-decoration: none;
}

.text-dk-purple, span.text-dk-purple {
    color: #4E3CCB;
    text-decoration: none;
}

.text-green, span.text-green {
    color: #bcfc07;
    text-decoration: none;
}

.text-pink, span.text-pink {
    color: #E91C65;
    text-decoration: none;
}

.white-title {
  color: #ffffff !important;
}

.tag {
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 14.7px;
    letter-spacing: 0.1em;
    text-align: left; 
}
/* Lists */

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

ul {
    padding-left: 1.33rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

li:not([class]) {
  margin-bottom: 1em;
}

/* Links */

a {
  transition: var(--transition);
}

/* :not pseudo selector prevents button-like-visually anchors to have styles of the ordinary link element */
a:not([class]), a:not([class]):active, a[href^="tel:"]:link, a[href^="mailto:"]:link, a[href^="tel:"]:hover,
a[href^="mailto:"]:hover {
  color: #fff;
  text-decoration: none;
  
}

a:not([class]):hover {
  color: var(--link-hover-color);
  box-shadow: 0px 2px var(--link-hover-color);
  text-decoration: none;
}

a:not([class]):focus {
  outline: 0px solid var(--dark);
}

/* Blockquotes */

blockquote {
  margin: 0rem;
  padding: 0rem 0.75rem;
  color: #000;
  letter-spacing: 2px!important;
  line-height: 1;
}

blockquote:before {
   color: black;
   content: open-quote;
  font-size: 6em;
  line-height: 0em;
  margin-left: 0em;
  margin-right: -0.22em;
  margin-bottom: 1rem;
  vertical-align: -0.25em;
        }

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary-accent);
}

/* Subscripts and Superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  color: var(--dark);
  vertical-align: bottom;
}

/* Highlighted text */

mark {
  background-color: #4E3CCB;
  color: #000;
}

/* Resource + Media - HubDB pages */
.video-h1 {
  font-size: 66px;
  color: #000 !important;
}

.video-date {
  margin: 30px auto;
}

.p {
    margin: 1.5em auto;
}



.media-tag {
  text-transform: uppercase;
  margin: 30px auto;
}

.mediaCard__title {
    color: #16171d!important;
    font-size: 1.3rem !important;
    margin-bottom: 0!important
}

.mediaCard__description {
  font-size: 1rem;
  color: #16171D;
}

@media (max-width: 768px) {
.video-h1 {
        font-size: 36px !important;
    }
  
   h4 {
        font-size: 22px !important;
    }
  
  p {
         font-size: 16px !important;
    }
}
/* General Button Styles */

.cta_button a {
 height: auto; 
      padding: 0px 1rem;
}

.button-download:after {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="13" fill="none"><path stroke="%23fff" d="M5 .975V8.98m0 0 3.144-3.145M5 8.98 1.856 5.835M.627 9.98v2.005h8.746V9.979"/></svg>')!important
}

.button-download-black:after,.button-download:after {
    display: inline-block;
    margin-bottom: .2rem;
    margin-left: .5rem;
    margin-top: .2rem;
    transition: transform .3s
}

.button-download-black:after {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="13" fill="none"><path stroke="%23000" d="M5 .975V8.98m0 0 3.144-3.145M5 8.98 1.856 5.835M.627 9.98v2.005h8.746V9.979"/></svg>')!important
}

button,
input[type=submit] {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  padding-right: 4rem;
}

button,
.button,
.blogCard-button {
    font-size: 1.125rem;
}

button,
.button,
.blogCard-button,
form .hs-submit, 
form .hs_submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-items: center;
  appearance: none;
  border: 1px solid;
  border-radius: var(--btn-radius);
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--primary-font-family);
  fill: transparent;
  flex-shrink: 0;
  font-weight: 400;
  outline: none;
  text-decoration: none;
  transition: var(--transition);
  padding: .8rem 1rem;
  letter-spacing: 0.04rem;
  justify-content: space-between;
  line-height: 1rem;
 }


button:focus,
.button:focus,
input[type=submit]:focus,
.hs-button:focus {
  outline: 0px solid var(--dark);
}

.button:after {
  margin-left: 4rem;
}

.button:after, .hs_submit *:after {
  transition: transform 0.3s;
  content: '';
  display: inline-block;
  width: 24px; /* Adjust as needed */
  height: 24px; /* Adjust as needed */
  background-size: contain;
  background-repeat: no-repeat; 
}

.blogCard-button:after, .button--s:after, .form-watch-now form .hs_submit *:after {
  width: 16px !important; /* Adjust as needed */
  height: 16px !important; /* Adjust as needed */
  margin-left: 1.5rem;
}

.button:hover::after, .hs_submit *:hover::after, .blogCard-button:hover::after {
  transform: translateX(0.75rem);
}

.button--primary:after, .button--secondary:after, .button--transparent:after, .blogCard-button:after, .blogCard-transparent:after, 
.button--inverted:after, .button--inverted-blue:after, .button--inverted-red:after, .button--third_blue:after, .button--fourth_red:after {
  content: ''; 
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

/* Primary Button */

.button--primary {
  background-color: var(--btn-text-color);
  color: #000;
  border: 1px solid #fff;
}

.button--primary:after, .blogCard-button:after, form .hs_submit:after {
  background-image: var(--btn-arrow-black);
}

.button--primary:hover, .hs-submit:hover, .hs_submit:hover, .blogCard-button:hover {
  background-color: transparent;
  box-shadow: none;
}

.button--primary:hover, .hs-submit:hover, .hs_submit:hover {
    border: 1px solid #fff;
    color: var(--btn-text-color);
}

.blogCard-button:hover {
    border: 1px solid #000;
    color: #000;
}

.button--primary:hover::after {
 background-image: var(--btn-arrow-white);
}

.blogCard-button:hover::after {
 background-image: var(--btn-arrow-black);
}


/* Primary Button AI */
.button--primary-ai {
  background-color: var(--btn-text-color);
  color: #000;
  border: 1px solid #fff;
}

.button--primary-ai-purple {
    background-color: #4E3CCB;
  color: #fff;
  border: 1px solid #4E3CCB;
}

.button--primary-ai-purple:after {
  background-image: var(--btn-arrow-white);
}


.button--primary-ai:after {
  background-image: var(--btn-arrow-black);
}

.button--primary-ai:hover {
  background-color: #D9D9D9;
  color: var(--btn-color);
  box-shadow: none;
  border: 1px solid #D9D9D9;
}

.button--primary-ai:hover::after {
   background-image: var(--btn-arrow-black);
}

/* Transparent Button */

.button--transparent  {
  background-color: transparent;
  color: #fff;
   border: 1px solid #fff;
}

.button--transparent:hover, .button--transparent a:not([class]):hover {
  color: #D9D9D9;
     border: 1px solid #D9D9D9;
}


.button--transparent:after, .blogCard-transparent:after {
 background-image: var(--btn-arrow-white);
}

/* Secondary Button */

.button--secondary {
  background-color: var(--btn-color);
  color: var(--btn-text-color);
  border: 1px solid #16171D;
}

.button--secondary:hover {
  color: var(--btn-color);
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #000;
}

.button--secondary:after {
  color: var(--btn-text-color);  
 background-image: var(--btn-arrow-white);
}

.button--secondary:hover::after {
  background-image: url('https://casperlabs.io/hubfs/arrow-vector-black.svg');
}

/* Secondary Button - Prove AI */

.button--secondary-ai {
  background-color: #16171D;
    border: 1px solid #16171D;
  color: var(--btn-text-color);
}

.button--secondary-ai:hover {
  color: var(--btn-text-color);
  box-shadow: none;
  background-color: #000;
  border: 1px solid #000;
}

.button--secondary-ai:after {
 background-image: var(--btn-arrow-white);
}

.button--secondary-ai:hover::after {
   background-image: url('https://casperlabs.io/hubfs/arrow-vector-white.svg');
}

/* Inverted Button */

.button--inverted {
  background-color: transparent;
  border-width: 1px;
  border-color: #ffffff;
  color: #ffffff;
  fill: transparent;
}

.button--inverted:after {
  color: var(--btn-text-color); 
 background-image: var(--btn-arrow-white);
}

.button--inverted:hover {
  box-shadow: none;
  color: #D9D9D9;
  border-color: #D9D9D9;
}

.button--inverted:hover::after {
 background-image: var(--btn-arrow-white);
}

/* Inverted Button - Blue */

.button--inverted-blue {
  background-color: transparent;
  border-width: 1px;
  border-color: var(--casper-blue);
  color: var(--casper-blue);
  fill: transparent;
}

.button--inverted-blue:after {
  color: var(--btn-text-color); 
  background-image: url('https://casperlabs.io/hubfs/arrow-vector-blue.svg');
}

.button--inverted-blue:hover {
  box-shadow: none;
  border-color: var(--casper-blue-hover);
  color: var(--casper-blue-hover);
}


/* Inverted Button - Red */

.button--inverted-red {
  background-color: transparent;
  border-width: 1px;
  border-color: var(--casper-red);
  color: var(--casper-red);
  fill: transparent;
}

.button--inverted-red:after {
  color: var(--btn-text-color); 
  background-image: url('https://casperlabs.io/hubfs/arrow-vector-red.svg');
}

.button--inverted-red:hover {
  box-shadow: none;
  border-color: var(--casper-red-hover);
  color: var(--casper-red-hover);
}

/* Third Blue Button */

.button--third_blue{
  background-color: var(--casper-blue);
  color: var(--btn-text-color);
  fill: var(--casper-blue);
}

.button--third_blue:hover {
  background-color: var(--casper-blue-hover);
  color: var(--btn-text-color);
  box-shadow: none;
  fill: var(--btn-text-color-secondary);
}

.button--third_blue:after {
  color: var(--btn-text-color);  
 background-image: var(--btn-arrow-white);
}

/* Fourth Red Button */

.button--fourth_red {
  background-color: var(--casper-red);
  color: var(--btn-text-color);
  fill: var(--casper-red);
}

.button--fourth_red:hover {
  background-color: var(--casper-red-hover);
  color: var(--btn-text-color);
  box-shadow: none;
  fill: var(--btn-text-color-secondary);
}

.button--fourth_red:after {
  color: var(--btn-text-color);  
 background-image: var(--btn-arrow-white);
}

/* Fourth Red Button No Outline */

.button--fourth_red_no_outline {
  background-color: var(--casper-red);
  color: var(--btn-text-color);
  fill: var(--casper-red);
  border-color: var(--casper-red)
}

.button--fourth_red_no_outline:hover {
  background-color: var(--casper-red-hover);
  color: var(--btn-text-color);
  box-shadow: none;
  fill: var(--btn-text-color-secondary);
}

.button--fourth_red_no_outline:after {
  color: var(--btn-text-color);  
 background-image: var(--btn-arrow-white);
}

/* Simple Button */

.button--simple {
  border-radius: 0;
  color: var(--btn-text-color);
  position: relative;
  padding: 1rem;
  font-size: calc(18px + 2 * (100vw - 1440px) / 1120);
}

.button--simple:after {
  color: ;
  content: var(--arrow);
}

.button--simple:hover {
  box-shadow: 0px 0px var(--btn-hover-color-simple);
  color: var(--btn-text-color);
}

.button--simple:hover::after {
  color: var(--btn-text-color);
  margin-left: 2rem;
        transition: transform 0.3s;
        display: inline-block;
}

/* Switcher Button */

.button--switcher,
.button--switcher .button {
  color: var(--btn-color);
  font-size: calc(18px + 2 * (100vw - 1440px) / 1120);
  padding: 0;
}

.button--switcher .button::before {
  display: none;
}

/* Button Sizing */

.button--s {
  font-size: .85rem;
  padding: 0.7rem 1rem;
  width: auto;
  max-width: 260px;
  letter-spacing: 0.03rem;
}

.button--m {
 font-size: 1.1rem;
  letter-spacing: 0.04rem;
}

.button--l {
 font-size: 1.18rem;
 letter-spacing: 0.05rem;
}

/* Button Icons */

.button__icon > * {
  color: inherit;
  display: block;
  fill: inherit;
  height: 1rem;
  margin-right: 0.5em;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 0.8rem;
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .button {
    justify-content: center;
  }
  
.button:after, .hs_submit *:after {
  width: 16px;
  height: 16px;
}
  
  .button:after {
  margin-left: 2rem;
}

  .button--m {
    font-size: 1rem;
  }
}

.play-button {
   background: rgba(0,0,0,.3);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    left: 50%;
    padding: 12px 10px 10px 17px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: background .3s ease
}

.play-button:hover {
    background: rgba(0,0,0,.7)
}
/* Labels */

.hs-form-field > label {
  color: var(--light);
  display: block;
  font-family: var(--primary-font-family);
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.2;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
}
@media only screen and (min-width: 991px) {
.form-columns-2  {
       display: inline-flex;
    width: 95%;
}
}
  
/* Help Text - Legends */

.hs-form-field legend {
  color: var(--light);
  font-size: 0.9rem;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  color: var(--light);
  opacity: 0.6;
  font-size: 0.8rem;
  margin-bottom: 1.67em;
}

/* Inputs */

.formContainer .hs-input[type=checkbox]+span, 
.hs-form-checkbox-display, 
.hs-form-booleancheckbox-display, 
.form-contact .hs-form-field>label, 
.form-contact input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
.form-contact, 
.input[type='text'], 
.input[type='email'], 
.input[type='password'], 
.input[type='tel'], 
.input[type='number'], 
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
    font-size: 1rem;
  font-weight: 300;
    	padding: 10px 10px 10px 0px;
}

.hs-input:-internal-autofill-selected {
    background-color: transparent !important;
}
  
.hs-form-field input[type='text'],
.hs-form-field input[type='email'],
.hs-form-field input[type='password'],
.hs-form-field input[type='tel'],
.hs-form-field input[type='number'],
.hs-form-field select,
.hs-form-field textarea {
  background-color: transparent;
  border-bottom: 1px solid #595959;
  color: #fff;
  width: 100%; /* Still full width inside the form field column */
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}

::-webkit-input-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

::-moz-placeholder {
  color: var(--light);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--light);
  opacity: 1;
}

:-moz-placeholder {
  color: var(--light);
  opacity: 1;
}

::placeholder {
  color: var(--light);
  opacity: 1;
}

/* Inputs - Datepicker */

.hs-datepicker .is-selected button.pika-button {
  background-color: var(--primary-accent);
}

.hs-datepicker button.pika-button:hover {
  background-color: var(--primary-accent) !important;
}

/* Validation */
.cookie-reset-container, .cookie-reset-container a {
   color: var(--secondary-accent);
}


.hs-input.invalid.error {
  border-color: var(--error);
}

.hs-error-msg, .hs-error-msgs {
  color: var(--error);
  padding: 0em !important;
  background-color: var(--error-l4)!important;
  border: 0px solid var(--error-l3)!important;
  font-size: 0.8rem!important;
  border-radius: 3px!important;
}

/* Submit */

.hs_submit label,
.hs_submit span,
.hs_submit .hs-button {
  display: inline-flex;
  align-items: center;
}

form input[type='submit']:hover,
form .hs-button:hover,
form input[type='submit'].primary:hover,
form .hs-button.primary:hover {
 
}

form .hs_submit,
form .hs-submit {
  background-color: #fff;
  max-width: fit-content;
  font-size: .9rem;
  font-weight: 300;  
}

form .hs_submit-bk {
  background-color: #000;
}

.newsletter-form form .hs_submit,
.newsletter-form form .hs-submit {
  background-color: #16171D;
  max-width: 100%;
  border: 1px solid #16171D;
}

form .hs_submit:hover,
form .hs-submit:hover { 
  background-color: #D9D9D9;
  box-shadow: none;
  border: 1px solid #D9D9D9;
}

form input[type='submit'],
form .hs-button,
form input[type='submit'].primary,
form .hs-button.primary { 
  fill: var(--light);
  color: var(--btn-text-color-secondary);
  letter-spacing: .8px;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  border: none;
  background-color: #fff;
      padding: .8rem 1rem;
  border-radius: var(--btn-radius);
}

form .hs_submit *:after {
  background-image: url('https://casperlabs.io/hubfs/arrow-vector-black.svg');
}


form input[type='submit'].secondary,
form .hs-button.secondary {
  background-color: var(--btn-color-secondary);
  color: var(--btn-text-color); 
  display: inline-flex;
  font-size: 1rem;
  fill: var(--light); 
  padding: 1em 1.4em;
  transition: var(--transition);
}

form .inputs-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  color: #4B4B4B;
}

form .hs-form-radio-display input,
form .hs-form-checkbox-display input,
[type=checkbox] {
  margin-right: 0.5em;
}
/* Table */

table {
  border-collapse: separate;
  border-radius: 3px;
  border-spacing: 0;
  border: 1px solid var(--primary-accent-l3);
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  border-bottom: 1px solid var(--primary-accent-l3);
  border-right: 1px solid var(--primary-accent-l3);
  padding: 1em;
  text-align: center;
  vertical-align: top;
}

th:last-of-type,
td:last-of-type {
  border-right: none;
}

tr:first-of-type td {
  color: var(--primary-accent-d1);
  font-weight: 700;
}

tr:last-of-type td {
  border-bottom: none;
}

thead th,
thead td {
  border: 0;
  padding: 1em;
}

/* Table header */

thead th {
  vertical-align: bottom;
}



.carousel-prev::before {
  display: block;
  content: var(--prev);
  color: #9795A7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  unicode-bidi: plaintext;
}

.carousel-next::after {
  display: block;
  content: var(--next);
  color: #9795A7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  unicode-bidi: plaintext;
}

/* ************************************************************************* */

/* ***********************   Menu and simple menu   ************************ */

/* ************************************************************************* */

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 991px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 991px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 991px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* ************************************************************************* */

/* *******************************   Logo   ******************************** */

/* ************************************************************************* */

.widget-type-logo img {
  
}

/* ************************************************************************************** */

/* *******************************   Language switcher   ******************************** */

/* ************************************************************************************** */

.lang_switcher_class .globe_class {
  background-image: url(//6073987.fs1.hubspotusercontent-na1.net/hubfs/6073987/raw_assets/public/Prove%20AI/images/icons/globe-solid.svg);
  background-color: var(--primary-accent);
  background-size: 18px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.lang_switcher_class .lang_list_class li:first-child {
  border: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 1.6em;
}

.lang_switcher_class .lang_list_class li:last-child {
  border: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-bottom: 1.6em;
}

.lang_switcher_class .lang_list_class {
  top: 36px;
}
.lang_switcher_class .lang_list_class li {
  background-color: var(--primary-accent);
  border: none;
  font-size: 0.84rem;
  padding: 0.6em;
}

.lang_switcher_class .lang_list_class::after {
  border-bottom-color: var(--primary-accent);
}

.lang_switcher_class .lang_list_class::before {
  border-bottom-color: var(--primary-accent);
}

.lang_switcher_class .lang_list_class li a:hover {
  color: var(--primary-accent);
  text-decoration: underline;
}
/* ----------- Header ----------- */

/* Header container */

.header {
  border-bottom: var(--header-bottom-border);
  overflow: hidden;
  transition: height 0.7s ease-in-out;
  width: 100%;
}

.header-menu {
  background-color: var(--dark);
}


@media only screen and (max-width: 991px) {
  .header {
    height: var(--header-height);
  }
}

.header--fixed {
  right: 0;
  min-height: var(--header-height);
  position: fixed;
  z-index: 1000;
}

.header--simple {
  z-index: 10;
  padding: 1.5rem 1.33rem 1.25rem 1.33rem;
  background-color: var(--dark);
}
    
.simple-header-margin {
    margin-top: 3rem;
}

.js-launch.header {
  height: 100vh; /* Enables mobile drawer take full height of the screen */
  width: 350px;
}

@media only screen and (min-width: 992px) {
  .header {
    overflow: initial; /* Disables overflow cut off of the header on desktop */
  }

  .js-launch.header {
    height: auto; /* Disables full screen height mode for header while window resizing without closing mobile menu via menu icon */
    width: 100%;
  }
}

/* Logo */

.header__logo {
  flex-shrink: 0;
  margin-right: 1rem;
  padding: 0.275rem 0rem;
}

/* img, a */
.header__logo img,
.header__logo a {
  display: block;
}

.header__logo a:not([class]):hover {
  box-shadow: none;
  opacity: 0.8;
}

.header__logo a:not([class])::before {
  display: none;
}

/* Navigation */

  .header__nav {
    display: flex;
    flex-grow: 1;
        justify-content: flex-end;
  }

  .header__nav-full {
    align-items: center;
        display: flex;
        width: 100%;
}


.inner-header{
  align-items: center;
  display: flex;
  justify-content: space-between;
      max-width: var(--desktop-container);
    margin: 0 auto;
}

@media only screen and (max-width: 468px) {
.inner-header {
  width: calc(100% - 1.5rem);
        max-width: 100%;
    margin: 0;
}
}

@media only screen and (max-width: 768px) {
  .header--fixed {
      top: 0;
    background-color: black;
}
  
  .simple-header-margin {
    margin-top: 12rem;
}
}

@media screen and (max-width: 991px) {  
.header__nav {
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
      justify-content: flex-end;
  margin-top: 1rem;
}
  
  .header__nav-full {
justify-content: space-evenly;
    flex-direction: column;
    align-items: flex-start;
}
}
  
/* Header CTA */

.header__cta {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-left: 1rem;
  display: flex;
}

.header__cta .btn-list {
  padding: 0;
}

.header__cta .btn-list__item {
  margin: 0;
}



/* Helpers */

.header__helpers {
  align-items: center;
  display: flex;
  padding-bottom: 1rem;
  padding-left:   1rem;
  padding-top:    1rem;
}

/* Search */

.header__search-btn {
  opacity: 1;
  padding: 0 1em;
  transition: var(--transition);
  vertical-align: middle;
}

.header__search-btn:focus {
  outline: none;
}

.header__search-btn svg {
  fill: var(--search-icon-color);
  width: var(--search-icon-size);
}

.header__search-btn:hover {
  opacity: 0.75;
  transform: scale(0.9);
}

.header__search .hs-search-field {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.4s ease-in-out;
  width: 1px;
}

.header__search.is-active .hs-search-field {
  background-color: var(--light);
  height: 100vh;
  position: fixed;
  left: 0;
  opacity: 1;
  padding: 1rem;
  top: 0;
  width: 100vw;
}

.header__search .hs-search-field__bar {
  transform: translateY(-10vw);
  transition: transform 0.7s ease-in-out;
}

.header__search.is-active .hs-search-field__bar {
  margin: 30vh auto 0;
  max-width: 600px;
  transform: translateY(0);
}

.header__search .hs-search-field__bar button {
  right: 1rem;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header__search .hs-search-field__bar button:focus {
  outline: none;
}

.header__search .hs-search-field__bar button span {
  display: block;
}

.header__search .hs-search-field__bar button svg {
  display: block;
  fill: var(--search-icon-color);
  height: 1rem;
  opacity: 1;
  transition: var(--transition);
  width:  1rem;
}

.header__search .hs-search-field__bar button:hover {
  opacity: 0.75;
}

.header__search .header__search-close {
  opacity: 0;
  right: 0;
  position: absolute;
  top:   0;
  transition: var(--transition);
}

.header__search.is-active .header__search-close {
  opacity: 1;
}

.header__search .header__search-close:hover {
  opacity: 0.75;
  transform: scale(0.9);
}

.header__search.is-active .header__search-close:focus {
  outline: none;
}

.header__search-close svg {
  fill: var(--search-icon-color);
  width: var(--search-icon-size);
}

  
/* Mobile drawer */

.header__block {
  background-color: transparent;
  height: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 5.25rem;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
}

.header__block.is-active {
  display: flex;
  flex-direction: column;
  height: calc(100% - 5.25rem);
  left: 0;
  opacity: 1;
  overflow: auto;
  justify-content: flex-start;
}

.header__block-toggle {
  align-items: flex-start;
  color: var(--nav-item-color);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 24px;
  justify-content: space-around;
  padding: 3px;
  transform: translateY(-3px) rotate(0deg);
  transition: all .3s ease-in-out;
  width: 24px;
  border: 0px
}

.js-header__block-toggle--reverse {
  transform: rotate(90deg);
}

.header__block-toggle-item {
  background-color: var(--nav-item-color);
  height: 1px;
  transition: all .2s ease-in-out;
  transition-delay: .2s;
}

.header__block-toggle-item--s {
  transform: translateY(0) scale(1);
  width: 50%;
}

.header__block-toggle-item--l {
  width: 100%;
  transform: translateY(0) rotate(0deg);
}

.header__block-toggle-item--m {
  transform: translateY(0) rotate(0deg);
  width: 68%;
}

.js-header__block-toggle--reverse .header__block-toggle-item--s {
  transform: translateY(6px) scale(0);
}

.js-header__block-toggle--reverse .header__block-toggle-item--l {
  transform: translateY(0) rotate(45deg);
}

.js-header__block-toggle--reverse .header__block-toggle-item--m {
  transform: translateY(-6px) rotate(-45deg);
  width: 100%;
}

@media screen and (min-width: 992px) {
  .header__block-toggle {
    display: none;
  }

  .header__block {
    flex-direction: row;
    flex-grow: 1;
    height: initial;
    opacity: 1;
    overflow: initial;
    position: static;
    align-items: center;
    display: flex;
    flex-direction: row;
  justify-content: flex-end;;
  }

  .header__block.is-active {
    flex-direction: row;
    height: auto;
    overflow: initial;
    padding: 0;
    position: static;
    display: flex;
    flex-wrap: wrap;
  }

  .header__cta {
    flex-shrink: 0;   
    order: 3;
    padding-left: 0px !important;
      padding-right: 0rem!important;
        z-index: 100;
  }

  .header__helpers {
    order: 2;
    padding-bottom: 0;
    padding-left:   0;
    padding-top:    0;
  }
}
/* ----------- Footer ----------- */
.footer-section {
  background-color: var(--dark);
}

.footer-module-section1 p {
  color: #fff;
}

.b-footer {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  background-color: #000;
  width: 100%;
  /* padding-bottom: 1.17rem; */
}


.b-footer .dnd-section .dnd-column {
  padding-right: 1.5rem !important;
  width: 100%;
}

.b-footer p, .b-footer-heading, .b-footer-heading p {
  font-size: 1.5rem !important;
      margin: 0px;
  color: #fff !important;
}


.b-footer ul {
  padding-left: 0;
}

.b-footer a {
  color: var(--light);
  opacity: 1;
  font-size: 1.2rem !important;
  letter-spacing: .1rem;
  font-weight: 400;
}

.b-footer a:visited {
  color: var(--dark);
  opacity: 1;
}

.b-footer a:hover {
  box-shadow: none;
  color: var(--light);
  opacity: 1;
}

/* .footer__nav--dnd {
  padding-top: 1.67rem;
} */

.footer__nav--dnd ul {
  margin: 0;
}

.footer__nav--dnd li,
.footer__nav li {
  padding-bottom: 0rem;
  padding-top:    0rem;
}

.footer__nav--dnd h4,
.footer__nav h4 {
  font-weight: 500;
}

.footer__nav h4 {
  margin-bottom: 0.5rem;
}

.footer__nav--dnd h4 {
  font-size: 1rem;
}

.footer__meta {
  font-size: 0.8rem;
}

.footer__meta {
  border-top: 1px solid var(--secondary-light);
}

.footer__meta--simple {
  border: none;
  padding: 1.25rem 1.33rem;
}

.footer__metaNav li,
.footer__metaNav .hs-menu-flow-horizontal .hs-menu-item {
  padding: 0.67em 1.167em 0.67em 0;
}

.footer__metaNav .hs-menu-flow-horizontal ul {
  justify-content: flex-end;
}

.footer__metaNav .hs-menu-flow-horizontal ul {
  justify-content: flex-end;
} 

.footer__copyright {
  align-items: center;
  display: flex;
}

.footer__copyrightLabel span {
  opacity: 1;
}

.footer__logo {
  margin-right: 0.3rem;
}

.footer__logo a,
.footer__logo a:visited {
  opacity: 1;
}

.footer__navCol {
  margin-bottom: 1em;
  margin-top: 1em;
}

@media only screen and (min-width: 425px) {
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1.67rem;
    padding-top:    1.67rem;
  }

  .footer__navCol {
    flex-basis: 50%;
  }

  .footer__metaNav ul {
    display: flex;
  }
}

@media only screen and (max-width: 425px) {
  .footer__copyright {
flex-direction: column;
}
  
  .footer__logo {
    margin-bottom: 0.3rem;
  }
}

@media only screen and (min-width: 640px) {
  .footer__navCol {
    flex-basis: 30%;
  }
}

@media only screen and (min-width: 960px) {
  .footer__navCol {
    flex-basis: 25%;
  }
}

@media only screen and (min-width: 1024px) {

  .footer__metaNav {
    order: 2;
  }

  .footer__metaNav li:last-of-type {
    padding-right: 0;
  }
}

.footer__meta--simple_logo {
  padding-bottom: 2rem
}

.footer__meta--simple,
.footer__meta--simple .footer__copyright {
  justify-content: space-between;
    max-width: calc(382.85714px + 55.35714vw)!important;
    margin: 0 auto;
}

/* ----------------------------------- */ 

.newsletter_prefooter {
   background-color: #5CAE54;
}

.b-footer .dnd-section>.row-fluid {
  margin: 0 auto;
  justify-content: space-between;
}



/* Blog Post */

/* .container--post {
  background: linear-gradient(to bottom, var(--primary-accent-l4) 0%, var(--primary-accent-l4) 5%, transparent 5%, transparent 100%);
} */

a:not([class]):hover {
    box-shadow: 0 0 var(--link-hover-color)
}


.blogCard--featured-tags .blogCard__tags {
    display: none;
}

.hs-responsive-embed-wrapper, .hs-responsive-embed {
  min-width: 100% !important;
  min-height: 100% !important;
    max-height: 100% !important;
}

.lineBodyEnd {
  border: 1px solid #4e3ccb;
    width: 170px;
    margin: 5rem 0;
}

.BlogPost {
    padding-top: calc(60px + 30*(100vw - 1440px)/1120);
  background-color: #fff;
      padding-bottom: 5rem;

}

.blogpost span, .blogpost p, .blogPost__body h2, .blogPost__body h4, .blogPost__body h5, .blogPost__body h6 {
      color: #000;
}

.blogPost__body {
    color: #000;
}

.blogPost__body h3 {
  color: #4e3ccb;
}

.blogpost_width {
   max-width: 970px;
}
  
  .blogpost__time_tag {
display: flex;
    justify-content: space-between;
        align-items: center;
}


.blogpost_image_social {
   margin: 0 auto;
   max-width: var(--desktop-container);
}

.blogPost__header {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
}

.blogPost__title, .blogPost__title h1 { 
  font-size: calc(52px + 20*(100vw - 1440px)/1120);
}

/* Blog Post Typography */

.blogPost__body h1,
.blogPost__body h2,
.blogPost__body h3,
.blogPost__body h4,
.blogPost__body h5,
.blogPost__body h6 {
  padding-top: 0.2em;
  margin-bottom: 10px;
}

.blogPost__body h2 {
  font-size: 2rem;
}

.blogPost__body h3 {
  font-size: 1.5rem;
    font-weight: 400;
}

.blogPost__body h4 {
  font-size: 1.125rem;
  font-weight: 300;
}

.blogPost__body h5 {
  font-size: 1rem;
}

.blogPost__body h6 {
  font-size: 0.85rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.blogPost__body p {
  margin-block-start: 0.5em;
}

.blogPost__body blockquote {
  font-style: italic;
}

.blogPost__body blockquote:before {
  display: none;
  visibility: hidden;
}

/* .blogPost__body p:first-of-type {
  font-size: 1.34rem;
  color: var(--dark-l1);
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
} */

.blogPost__body ul,
.blogPost__body ol, .blogPost__body ul a,
.blogPost__body ol a {
  list-style-type: initial;
   color: #000;
}

.blogPost__body li {
  margin-bottom: 0.8em;
   color: #000;
}

.blogPost__body span {
   color: #000;
}

.blogPost__body a {
  color: #4e3ccb;
}


/* Image */

.blogPost__body img {
  width: 100% !important;
}

/* Post Card */

.blogCard , .mediacard {
  border-radius: 0;
  flex-shrink: 0;
  overflow: hidden;  
}

 .mediacard {
  margin-bottom: 0rem;
}


.blogCard__date, .blogPost__date {
  font-size: .9rem;
  color: #4E3CCB;
  margin-bottom: 1rem;
}

.blogCard__description {
    margin: 0 auto 1rem 0rem;
    line-height: 1.25;
  color: #000;
      font-size: .8rem;
      overflow: hidden;
    text-overflow: ellipsis;
    max-height: 5em;
}

.blogCard__wrapper {
  padding: 1rem;
}

.blogCard a:link {
  text-decoration: none;
}

.blogCard a:hover {
  box-shadow: none;
  text-decoration: none;
}

.blogCard .blogCard__author {
  margin-bottom: 0;
}

.blogCard--featured .blogCard__title {
      -webkit-line-clamp: 3 !important;
}

.mediaCard__title {
      -webkit-line-clamp: 2 !important;
}


@media only screen and (max-width: 767px) {
.blogCard--featured .blogCard__title, .mediaCard__title {
      -webkit-line-clamp: 4 !important;
}
}



.blogCard--featured {
  font-size: calc(42px + 12*(100vw - 1440px)/1120)!important;
}

.blogCard__summary p {
  font-size: 0.9rem;
  display: none;
  visibility: hidden;
}

.blogCard__image {
  display: block;
  flex-basis: 50%;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0;
  position: relative;
  width: 100%;
}


.blogCard__image {
  height: initial;
  padding-bottom: 0;
}

.blogCard__image img {
  display: block;
  border-radius: 0;
  width: 100%;
  inset: 0px;
  color: transparent;
  position: relative!important;
}

.blogCard .blogCard__image img, .mediacard .blogCard__image img {
  aspect-ratio: 16/9;
  object-fit: fill !important;
}


@media only screen and (min-width: 991px) {
  .blogCard--featured .blogCard__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
.blogCard .blogCard__image img, .related-post__image img, .related-post__image {
  height: fit-content;
      aspect-ratio: 16 / 9;
}
}

.blogCard__content, .relatedPosts__content {
  padding: 1rem 0rem 0rem 0rem;
  display: flex;
  flex-direction: column;
}

.blogCard-button {
  background-color: transparent;
    color: var(--btn-color);
      border: 1px solid #000;
}

.blogCard--featured .blogCard__content {
  min-height: initial;
}

.blogCard--featured-button {
  display: flex;
  color: #000;
  border-color: #000;
}

.blogCard--featured-tags-hide {
  display: none;
  visibility: hidden
}


.blogCard__tags {
  margin-bottom: 1rem;
}

.blogCard__tags, .blogCard__tags span, .blogCard__tags a, .blogCard--featured-tags {
  font-size: .8125rem;
  color: #E91C65;
  text-transform: uppercase;
  letter-spacing: 2px!important;
  text-decoration: none;
}

.blogCard--featured-tags {
    margin-bottom: 1rem;
}

/* Resource/Media */
.blogbanner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
    align-items: center;
}

/* Tags */

.blogHeader__tags {
  font-size: 0.9rem;
}

.blogHeader__tagList {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .blogHeader__tags {
    align-items: baseline;
    display: flex;
    margin: 0 auto;
  }

  .blogHeader__tagList {
    display: flex;
    justify-content: space-between;
    padding-left: 0.5em;
  }

  .blogHeader__tagList li {
    padding: 0 0.5em;
  }
}

@media only screen and (max-width: 991px) {
   .blogCard--featured {
  margin-bottom: 0rem;
  }
  
  .blogCard--featured-tags, .blogCard__tags a {
    margin-bottom: 1rem !important;
    font-size: 14px;
  }
  
  
  .blogCard--featured {
    height: auto
  }
}


/* Pagination */

.blogPagination {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0; 
}

.blogPagination__link {
  align-items: center;
  border-radius: 50%;
  color: var(--primary-accent);
  cursor: pointer;
  display: inline-flex;
  height: 1.8rem;
  justify-content: center;
  opacity: 1;
  padding: 0.5em;
  text-decoration: none;
  transition: var(--transition);
  width: 1.8rem;
}

.blogPagination__link:hover {
  opacity: 0.6;
  transform: scale(1.1);
}

.blogPagination__link svg {
  fill: var(--primary-accent);
}

.blogPagination__link--active {
  cursor: initial;
  background-color: var(--primary-accent-l4);
}

.blogPagination__link--active:hover {
  opacity: initial;
  transform: scale(1);
}

.blogPagination__linkNext--disabled,
.blogPagination__linkPrev--disabled {
  color: var(--dark-l2);
  cursor: not-allowed;
  pointer-events: none;
}

.blogPagination__linkNext--disabled svg,
.blogPagination__linkPrev--disabled svg {
  fill: var(--dark-l2);
}

/* Author */

.blogpost__author_feature {
      gap: 1.5rem!important;
      align-items: center!important;
      display: flex!important;
      margin-top: 2rem;
}

.blogCard__author {
  align-items: center;
  display: flex;
  font-size: var(--p-text-size);
  margin-bottom: 1rem;
  line-height: 1.2em;
}

.blogCard__authorName {
  color: var(--heading-color);
  text-decoration: none;
  margin-bottom: 0rem;
  margin-top: 0px;
}

.blogCard__authorBio {
  margin: 0px;
}

.blogCard__authorImage {
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover; 
  border-radius: 50%;
  height: 80px;
  margin-right: 0.5rem;
  width: 80px;
  vertical-align: middle;
}

.blogPost__author {
  align-items: center;
  display: flex;
  margin-bottom: 3rem;
  margin-left:  -2rem;
  margin-right: -2rem;
  padding: 2rem;
}

.blogpost_authorinfo {
      display: flex!important;
      flex-direction: column!important;
    justify-content: space-between;
}

.blogPost__authorImage { 
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover; 
  border-radius: 50%;
  height: 80px;
  margin-right: 0.5rem;
  width: 80px;
  vertical-align: middle;
}

.blogPost__authorImage img { 
  align-items: center;
  height: 8rem;
  justify-content: center;
  object-fit: cover;
  width:  8rem;
}

.blogPost__authorName {
  font-size: var(--p-text-size);
    color: var(--heading-color);
  text-decoration: none;
  font-weight: 700;
  margin-bottom: .5rem;
  margin-top: 0px;
}

.blogPost__authorLinks {
  margin-bottom: 0.6rem;
}

.blogPost__authorLinks a {
  fill: var(--primary-accent);
  padding: 0.4rem;
}

.blogPost__authorLinks a:visited {
  fill: var(--primary-accent);
}

.blogPost__authorLinks a:hover {
  box-shadow: none;
  opacity: 0.6;
}

.blogPost__authorLinks a:active {
  box-shadow: none;
  fill: var(--primary-accent);
}

.blogPost__authorLinks svg {
  height: 0.8rem;
  width:  0.8rem;
}

.c-blog-Post__authorBio {
  margin: 0;
}

/* Blog Post Featured Image */
.blogPost__image {
  max-height: 545px;
    overflow: hidden;
    object-fit: scale-down;
   max-width: 970px;
      display: flex;
    align-items: center;
}

.blogPost__image img {
   background-position: center;
   margin-left: 1.2rem;
}

.blogpost_image_social_section {
    position: relative;
    overflow: hidden;
}


.blogPost__image {
    position: relative;
    z-index: 2; /* Ensure this is above the blurred background */
}


/* Blog Post Tags */

.blogPost__tags {
  position: relative;
}

.blogPost__tagLink {
  color: #E91C65;
  display: inline-block;
  margin-right: 0.7em;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
}

.blogPost__tagLink:hover,
.blogCard__authorName:hover {
  color: var(--heading-color);
  box-shadow: 0px 0px var(--primary-accent-d2);
}

.blogPost__tagLink:focus,
.blogCard__authorName:focus {
  outline: 2px solid var(--dark);
}

.blogPost__tagLink:active,
.blogCard__authorName:active {
  color: #E91C65;
  box-shadow: 0px 0px var(--primary-accent-d2);
}

/* Social Sharing */

.blogPost__socialSharing {
  align-items: center;
  display: flex;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.c-social {
  display: flex;
  margin-bottom: 0.89rem;
  padding-left:  1rem;
  padding-right: 1rem;
}

.c-social__link {
  display: block;
  padding: 0.25rem;
      height: 1.5rem;
    width: 1.5rem;
    background-color: white;
    border-radius: 50%;
}

.c-social__link:hover {
  opacity: 0.6;
}

.c-social__link svg {
  fill: var(--primary-accent);
  height: 1rem;
  width:  1rem;
}




/* Comments */

#comments-listing {
  margin-bottom: 2rem;
}

#comments-listing .comment.depth-0 {
  border: none;
  margin-bottom: 0.6rem;
  margin-top: 0;
  padding-top: 1.4rem;
}

#comments-listing .comment-from h4 {
  font-size: 0.8em;
  font-weight: initial;
  margin-bottom: 0.7em;
}

#comments-listing .comment-from h4 a {
  color: var(--dark);
}

#comments-listing .comment-from h4 a:hover {
  box-shadow: 0px 2px var(--dark);
}

#comments-listing .comment-date {
  color: var(--dark-l1);
}

#comments-listing .comment-reply-to {
  background-image: none;
  border: none;
  border-radius: 0;
  color: var(--primary-accent);
  font-size: 0.9rem;
  padding: 0 0 0 1.5em;
  position: relative;
}

#comments-listing .comment-reply-to:hover {
  box-shadow: 0px 2px var(--primary-accent);
  color: var(--primary-accent);
}

#comments-listing .comment-reply-to::before {
  color: var(--primary-accent);
  content: var(--arrow);
  font-size: 1.5em;
  left: -0.5em;
  margin-bottom: 0.2em;
  position: relative;
}

#comments-listing .comment-reply-to em {
  padding: 0.4em;
}

#comments-listing .comment.depth-1 {
  border-left: 1px solid var(--primary-accent-l2);
  margin-bottom: 0.8rem;
  margin-left: 0.5rem;
  padding-top: 0.8rem;
}

#comments-listing .comment-body p {
  margin-bottom: 0.2em;
}

#comments-listing .replying {
  padding-top: 1rem;
  position: relative;
}

#comments-listing .replying-to {
  background-color: var(--primary-accent-l3);
  border-radius: var(--radius) var(--radius) 0 0;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 1em;
}

.blogPost .hs-common-confirm-message {
  background-color: var(--success-l4)!important;
  border: 1px solid #var(--success-l3)!important;
  color: var(--success)!important;
  font-size: 0.8rem!important;
  border-radius: 3px!important;
  padding: 1em!important;
}

#comments-listing .replying .hs-common-confirm-message {
  margin: 0!important;
}


.blogPost__comments form {
  margin-bottom: 2rem;
  padding: 0;
}

.blogPost__comments .replying form {
  border-radius: 0 var(--radius) var(--radius) var(--radius);
}

/* Related Posts */

.relatedPosts {
  padding-bottom: 2.5rem;
  padding-top:    2.5rem;
}

.relatedPosts__list, .media-hub, .media-indiv-hubdb, .blogListing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); 
  gap: 40px 20px; /* Adjust spacing between grid items */
  padding: 0;
  min-height: 300px;
  justify-items: start;
}

.relatedPosts__list::after, .media-hub::after, .media-indiv-hubdb::after, .blogListing::after {
    content: "";
  visibility: hidden;
  display: block;
}

.relatedPosts__list > *, .media-hub > *, .media-indiv-hubdb > *, .blogListing > * { /* Ensures child elements take full width in each grid cell */
  width: 100%;
}

/* Mobile: Stack items */
@media (max-width: 768px) {
  .relatedPosts__list, .media-hub, .media-indiv-hubdb, .blogListing {
    grid-template-columns: 1fr; /* Single column on smaller screens */
    gap: 20px;
  }
}


.relatedPosts .blogCard__image {
  border-radius: var(--radius);
}

.relatedPost__authorName {
  font-weight: 600;
}


.badge {
    --bs-badge-padding-x: 1.5em;
    --bs-badge-padding-y: 1em;
    --bs-badge-font-size: 1em;
    --bs-badge-font-weight: 400;
    --bs-badge-color: #000;
    --bs-badge-border-radius: 0px;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x) var(--bs-badge-padding-y) 0px;
    line-height: 1;
    color: var(--bs-badge-color);
    font-size: var(--bs-badge-font-size);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
  text-decoration: none;
  &.active {border-bottom: 1px solid red;}
}

.BadgeList-link {
  padding-left: 0px;
}

.BadgeList {
  background-color: transparent !important;
  padding-left: 0px;
     border-radius: 0;
     &.active {border-bottom: 1px solid red; }
}

@media only screen and (max-width: 991px) {
  .BadgeList {
  margin-top: 0rem;
  }
}

.cursor-pointer {
    cursor: pointer;
}

/* Mobile + Tablet */

@media only screen and (min-width: 768px) {
  .container--blogPost {
    margin: 0 auto;
    width: var(--blogpost-container);
  }

  .blogPost__body h1 {
    font-size: 3.25rem;
  }

  .blogPost__body h3 {
    color: #4E3CCB;
  }

  .blogPost__body h4 {
    font-size: 1.5rem;
  }

  .blogPost__body h5 {
    font-size: 1.125rem;
  }

  .blogPost__body h6 {
    font-size: 1rem;
  }
  
  
    .blogHeader__search {
    width: 50%;
  }
}

/* Blog Card */

.blogCard__title, .blogCard__title h3, .blogCard__title a {
      max-height: 2.3em;
}
  
  .blogCard__title, .blogCard__title h3, .blogCard__title a, .mediaCard__title, .mediaCard__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1em;
    font-size: 1.33rem;
}

.mediaCard__title {
  min-height: fit-content;
}

  .blogCard__title, .blogCard__title h3, .blogCard__title a {
    margin-bottom: .5em;
    margin-top: 0px;
    color: #000;
    min-height: 2.3em;
}

@media only screen and (max-width: 767px) {
  .blogCard__title, .blogCard__title h3, .blogCard__title a, .mediaCard__title  {
      overflow: visible;
      max-height: 100%;
  min-height: auto;
  }
  
  .blogPost__body h2 {
    font-size: 1.5rem;
  }
  
    .blogPost__body h3 {
    font-size: 1.25rem;
  }
  
      .blogCard__title, .blogCard__title h3, .blogCard__title a {
    margin-bottom: .25em;
}
  
  .blogCard__content {
  height: auto;
  }
  
  .blogPost__image img {
   margin-left: 0rem;
}
    
    
}

@media only screen and (min-width: 992px) {
  
  .blogCard--l {
    width: calc(50% - 1rem);
  }

  .blogCard--featured {
    width: 100%;
  }
  
  .blogCard--featured {
    display: flex;
    /* flex-basis: 100%; */
  }
  
}

@media only screen and (max-width: 991px) {

  .blogCard, .mediaCard {
    margin-bottom: 1rem;
  }

    
  .blogpost_width {
    width: auto;
}
  .blogpost_offset {
    margin: auto .75rem;
  }
  
  .blogPost__header {
    padding-top: 0rem;
  }
  
}

@media only screen and (max-width: 768px) {
.blogpost_social {
  flex-direction: row;
  margin: auto 0rem;
}
  
.blogpost_image_social {
      padding-top: 0rem!important;
     display: flex;
    flex-direction: column-reverse;
}
  
  .blogpost_image_social_section {
    margin-left: 0%;
  }
  
  .blogPost__image {
    width: 100%;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
  

}
/* Landing Pages */
.heroWithForm {
  --content-width: 32rem;
}

/* Simple Form */

.landing__simpleForm form {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.landing__simpleForm .hs-form-field {
  margin: 0;
  position: relative;
}

.landing__simpleForm .hs-form-field label[class=""] {
  margin-left: 2em;
  position: absolute;
  top: 2.1rem;
  transform: translateY(-50%);
}

.landing__simpleForm .hs-form-field .hs-input {
  border-radius: 100px;
  padding: 1.4em 1.4em 1.4em 5em;
}

.landing__simpleForm .hs-form-field .hs-error-msgs {
  display: none;
}

.landing__simpleForm .hs-submit {
  position: absolute;
  right: 0.5em;
  top: 2rem;
  transform: translateY(-50%);
}

.landing__simpleForm form input[type='submit'].primary {
  background-color: var(--secondary-accent-d1);
}

.landing__simpleForm form input[type='submit'].primary:hover {
  background-color: var(--secondary-accent);
}

.landing__formExplainer {
  font-size: 0.8rem;
  margin: 0 auto;
  max-width: var(--content-width);
  opacity: 0.6;
}
/* Contact 2 Column Form */
.contact-main2 {
  display: flex
}

form .hs-submit, form .hs_submit {
  margin-top: 2rem;
}

.contact-form, .contact-how {
  width: 50%;    
}

.contact-form {
  padding: 3rem 4rem 4rem 0rem;
}

.contact-how {
  padding: 5rem 2.5rem;
}

.hs-form-field>label {
  font-size: 1rem;
  }

input[type='email'],
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
    border-bottom: 1px solid #a4a4a4;
    padding-left: 0px;
}

.contact-h2 {
    font-size: 80px;
}

.contact-h2, .contact-p {
  color: #000
}

.form {
  grid-template-columns: 1fr;
}


@media only screen and (max-width: 992px) {
  .contact-main2 {
    flex-direction: column;
  }
  
  .contact-form, .contact-how {
    width: 100%;
        padding: 1rem 1rem 3rem 1rem;
  }
}

/* Contact */ 

 @media only screen and (max-width: 991px) {
    .lander-hero-50-content {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
    }
   
    .contact-form {
      padding: 0rem 0rem 5rem 0rem;
    }
    
    form .hs-submit, form .hs_submit {
      max-width: 100%
    }
  }

.contact-container {
  max-width: 400px
}

ul {
  margin-bottom: 0rem;
}

form .hs-form-field input::placeholder {
  border-bottom: 0px solid #a4a4a4;
}


form .hs-form-field input::placeholder, form .hs-form-field textarea::placeholder {
  color: #a4a4a4 !important;
  font-weight: 300;
  font-size: 1rem;
}

.contact__form .actions .hs-button {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.hs-form-checkbox-display {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    margin-bottom: .5rem;
}

form .hs-form-checkbox-display input {
  padding: 10px;
  width: 20px;
  height: 20px;
}

.form-contact .form {
  display: block !important;
}

  
.form-contact form {
  grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
 
 
@media only screen and (max-width: 991px) {
  .contact__city h4 {
    font-size: 1.2rem;
  }
  
  .contact-how {
  padding: 5rem 0rem;
}  
}
/* About */

.quote {
  font-family: var(--primary-font-family);
  font-size: 2.5rem;
  margin-bottom: 0;
  text-align: center;
}
/* Pricing */

.pricing .row-fluid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 640px) {
  .pricing .row-fluid [class*="span"] {
    margin-left: 0.5%;
    width: 49%;
  }
}

@media only screen and (min-width: 1024px) {
  .pricing .row-fluid {
    flex-wrap: nowrap;
  }
}

.pricing .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* Error Pages */
.container--error {
  min-height: fit-content;
  padding: 5rem 0rem
}

.errorWrapper {
  min-height: calc(100vh - 189px);
  padding: 2.5rem 1.5rem;
      display: flex;
          justify-content: space-between;
        grid-gap: 30px;
      flex-wrap: wrap;
}

.error__imgStack {
  align-items: center;
  display: flex;
  justify-content: center;
             width: 100%;
        max-width: 450px;
}

.error_button {
    max-width: fit-content;
}

.error_button:after {
 margin-left: 2rem !important 
}

.error__img {
           width: 100%;
        max-width: 450px;
}

.error__type {
  border: 1px solid var(--primary-accent-l2);
  border-radius: 100px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  padding: 1em 1.8em;
}

.error__content .hs-menu-item {
  margin-bottom: 0.5em;
}

.error__content .hs-menu-item a {
  position: relative;
}

.error__links a {
    color: var(--success);
}


  .error__content {
    display: flex;
        row-gap: 30px;
        flex-direction: column;
  }

@media only screen and (min-width: 940px) {
  .errorWrapper {
    align-items: center;
      flex-wrap: nowrap;
            flex-direction: row;
        grid-gap: 100px;
  }
  
    .error__content {
      max-width: 500px
  }
     
  .error__imgStack {
           width: 100%;
        max-width: 450px;
  }
}


/* System Pages */

.container--system {
  padding-bottom: 3rem;
  padding-top:    3rem;
}

@media only screen and (min-width: 940px) {
  .container--system {
    margin: 0 auto;
    padding: 6rem 1.4rem;
  }
}

@media only screen and (min-width: 1440px) {
  .container--system {
    padding-top: 8rem;
  }
}

.systems-page--search-results {
  max-width: 100%;
}

.container--system .success {
  background-color: var(--dark);
  border: 0px solid var(--success-l3);
  border-radius: 3px;
  color: var(--success);
  display: inline-block;
  font-size: 1.5rem;
  margin: 1.4rem 0;
  padding: 1em 1em 1em 0em;
  width: 100%;
}

.container--system form input {
  max-width: 100%;
}

.subscription .page-header {
  font-size: 1.1rem;
  line-height: 1.5;
}

.subscription--preferences .page-header {
  border-bottom: 0px solid var(--primary-accent-l3);
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
}

.subscription--preferences .checkbox-row {
  margin-bottom: 0.3em;
}

.subscription--preferences .checkbox-row span,
.subscription--preferences .subscribe-options label {
  font-weight: 600;
}

.subscription--preferences .item p {
  font-size: 1.1rem;
  margin-left: 1.2em;
}

.subscription--preferences .subscribe-options {
  margin-bottom: 2rem;
  margin-right: 0;
}

.subscription .page-header h2 {
  border-bottom: 0px solid var(--primary-accent-l3);
  padding-bottom: 0em;
  margin: 0 0 0.5em;
}

.subscription .page-header h4 {
  margin: 0em;
}

.subscription--preferences .checkbox-row {
    font-size: 1.4rem;
}


#email-prefs-form .header {
  background-color: transparent;
  font-size: calc(18.85714px + .35714vw)!important;
  margin-top: 1em;
  color: var(--success);
}

#email-prefs-form form, #email-prefs-form {
  display: flex !important;
  flex-direction: column;
      grid-template-columns: 2fr;
}

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Search Pages */

.container--search-results {
  padding-bottom: 4.8rem;
}

.c-searchResults__title {
  border-bottom: 1px solid var(--primary-accent-l3);
  margin-bottom: 2.5rem;
  padding-bottom: 2.2rem;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: var(--light);
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

.hs-search-results__listing li {
  margin-bottom: 2.5rem !important;
}

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  padding-left: 1.4em;
  position: relative;
  text-decoration: none;
}

.hs-search-results__title::before {
  content: var(--arrow);
  font-size: 1.5em;
  left: 0;
  position: absolute;
  top: -0.4em;
}

.hs-search-results__title:hover {
  opacity: 0.6;
}


.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  background-color: var(--primary-accent-l3);
  font-weight: 700 !important;
  padding: 0 0.4em;
}

.hs-search-results__next-page,
.hs-search-results__prev-page {
  color: var(--primary-accent);
  font-weight: 500;
  text-decoration: none;
}

.hs-search-results__next-page:hover,
.hs-search-results__prev-page:hover {
  box-shadow: 0 2px var(--primary-accent);
}

/* Password Prompt */

.password-prompt form {
  margin: 0 auto;
  max-width: 320px;
}

.password-prompt input[type='password'] {
  height: auto !important;
  margin-bottom: 1rem;
}

.password-prompt input[type='submit'] {
  display: block;  
  margin: 0 auto;
}

/* Backup Unsubscribe */

.c-unsubscribe h1 {
  text-align: center;
}

.c-unsubscribe h3 {
  display: none;
}

.c-unsubscribe input[type='email'] {
  font-size: 1rem !important;
  height: auto !important;
  margin-bottom: 1rem;
  padding: .8em !important;
  width: 100% !important;
}

.c-unsubscribe input[type='submit'] {
  display: block;
  margin: 0 auto;
}

/* Membership Pages */

.systems-page .hs-login-widget-show-password,
.systems-page .hs-register-widget-show-password,
.systems-page .hs-reset-widget-show-password {
  display: block;
  margin-bottom: 0.5rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}
/* Video homepage */

.video-bg-container {
  position: absolute;
  top:0;
  left:0;
  height: 100vh;
  width: 100vw;
  z-index: 0;
}

.content-container {
  position: absolute;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  overflow-y: auto;
}

.h-blank-filler--full{
  height: 100vh;
  width: 100vw;
  overflow:hidden;
}

.h-center--vh {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.h-fading{
  background-color: rgba(0,0,0,0.25);
}

.video-bg-footer {
  bottom: 0;
  position: absolute;
}

.duobox-container.dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0;
}

#video_container_video_bg_module.video_container{
  position:relative;
  display:flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#video_container_video_bg_module.video_container video {
  border: 1px solid transparent;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 49.9%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 102%;
  width: 100%;
  height: 100%;
}



.h-footerBottom__base {
  display: flex; /* Enables body content to acquire flex properties like grow, shrink and base */
  flex-direction: column; /* Fixes the row layout for body that comes from display: flex */
}

.h-footerBottom__shift {
  flex: 1 0 auto; 
  /* Makes div, which is footer's sibling, to grow and take all the height and shifts footer 
  element to the bottom of the browser window. It works when summarized height of the body's 
  children is less then the height of the browser's window */
}

@media only screen and (max-width: 768px) {
  .h-footerBottom__shift {
        margin-top: 0rem;
  }
}
  
.h-screenreader {
  position: absolute !important; /* Outside the DOM flow */
  height: 1px; width: 1px; /* Nearly collapsed */
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 7+ only support clip without commas */
  clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
}

@media (max-width: 767px) {
  .h-hide--m {
    display: none; /* Hides element on mobile */
  }
}

@media (min-width: 768px) {
  .h-hide--d {
    display: none; /* Hides element on desktop */
  }
}

.left--t {
  text-align: left;
}

.centered--t {
  text-align: center;
}

.centered--m {
  margin: 0 auto;
}

.h-relative {
  position: relative;
}

.js-noscroll {
  overflow: hidden;
}

.h-flex {
  display: flex;
}

.h-spacing--b {
  margin-bottom: 2rem;
}

.h-innerSpace {
  padding: 2.5em;
}

.headerFix {
  padding-top: var(--header-height);
  margin-top 60px;
}

.h-fsHeight {
  height: 100vh;
}

.bg--combo {
  background: linear-gradient(to top, var(--light), var(--light) 50%, var(--primary-accent) 50%, var(--primary-accent) 50%);
}

.bg--comboDark {
  background: linear-gradient(to top, var(--light), var(--light) 50%, var(--dark) 50%, var(--dark) 50%);
}

.bg--comboAlt {
  background: linear-gradient(to bottom, var(--primary-accent-l4), var(--primary-accent-l4) 50%, var(--light) 50%, var(--light) 50%);
}

.h-bg--color {
  background-color: var(--secondary-accent);
}

.bg--colorAlt {
  background-color: var(--tertiary-accent);
}

.h-bg--light {
  background-color: var(--light);
}

.bg--lightAlt {
  background-color: var(--primary-accent-l4);
}

.divider {
  border-bottom: 1px solid var(--primary-accent-l3);
}

.divider--light {
  border-bottom-color: var(--light);
}

.inverted {
  color: var(--light);
  fill: var(--light);
}

.corners {
  border-radius: var(--radius);
}

.corners--s {
  border-radius: var(--half-radius);
}

.h-scaleDown {
  transform: scale(0.8);
}

.h-hide {
  display: none;
}

.h-full-screen {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.no-margin {
  margin: 0;
}

/* ----------- JS-related styles ----------- */

.js-hide {
  display: none;
}

.js-slidein-start {
  opacity: 0;
  transform: translateY(25%);
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.js-slidein-end {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------- */

/* ----------- Components ----------- */

.anchor {
position: relative;
top: -200px;
}


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

.mb-0 {
    margin-bottom: 0!important;
}

::-webkit-scrollbar{
   height: 4px;
   width: 100%;
   background: #141414;
    }

::-webkit-scrollbar-thumb:horizontal{
   background: #fff;
   height: 4px;
   border-radius: 9px;
    }

figure, .figure {
  height: fit-content !important;
}

/* Clients */

.logo {
    width: 155px;
    height: auto; /* Ensures the aspect ratio is maintained */
}

.logo-500 {
    width: 500px;
    height: auto; /* Ensures the aspect ratio is maintained */
}


.logoList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .logoList {
    justify-content: center;
  }
}

.logoList__item {
  height: 80px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.logoList__item img {
  height: 100%;
  max-width: auto;
  width: auto;
}

/* Form */


form {
    align-items: flex-start;
    margin-top: 0.5rem;
    align-items: end;
}

.heroLabel {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .featuredResources .row-fluid [class*="span"] {
    margin-left: 0;
    width: 100%;
  }
}