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







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






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



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




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


    


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

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {

    /* Primary Brand Shades (Non-Computed) */

    --brand-primary-100: #F2F6FF;
    --brand-primary-200: #E9F1FE;
    --brand-primary-300: #DFEBFE;
    --brand-primary-400: #C9D8F0;
    --brand-primary-500: #9DAFCB;
    --brand-primary-600: #3B5F97;
    --brand-primary-700: #0A377D;
    --brand-primary-800: #082C64;
    --brand-primary-900: #06214B;

    /* Secondary Brand Shades (Non-Computed) */

    --brand-secondary-100: #FFF5F7;
    --brand-secondary-200: #FFEAEF;
    --brand-secondary-300: #FFD5DF;
    --brand-secondary-400: #FFABBF;
    --brand-secondary-500: #FF829F;
    --brand-secondary-600: #FF587F;
    --brand-secondary-700: #FF2E5F;
    --brand-secondary-800: #CC254C;
    --brand-secondary-900: #991C39;

    /* Tertiary Brand Shades (Non-Computed) */

    --brand-tertiary-100: #F6FCFD;
    --brand-tertiary-200: #ECF9FB;
    --brand-tertiary-300: #DAF3F7;
    --brand-tertiary-400: #B5E7EF;
    --brand-tertiary-500: #90DBE7;
    --brand-tertiary-600: #6BCFDF;
    --brand-tertiary-700: #46C3D7;
    --brand-tertiary-800: #389CAC;
    --brand-tertiary-900: #2A7581;

    /* Animation */
    --transition: all 0.3s linear;

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


      --radius: 24px;
    --half-radius: 12px;
    --primary-font-family: Ubuntu;
    --base-font-size: 19px;
    --body-text-font: Ubuntu;
    --body-text-size: 19px;
    --arrow: "\219D";
    --narrow-container: 840px;
    --desktop-container: 1380px;
    --blogpost-container: 1120px;
    --btn-radius: 100px;
  
    
    --btn-color: var(--brand-secondary-700);
    --btn-hover-color: var(--brand-secondary-700);
    --btn-active-color: var(--brand-secondary-700);
    --btn-text-color: white;

    --btn-color-secondary: var(--brand-secondary-200);
    --btn-hover-color-secondary: var(--brand-secondary-200);
    --btn-active-color-secondary: var(--brand-secondary-200);
    --btn-text-color-secondary: var(--brand-secondary-700);

    --btn-hover-color-simple: var(--brand-secondary-700);

    /* Forms */--field-bg-color: var(--brand-primary-900);--field-border-color: var(--brand-primary-800);--field-border-radius: ;
    --field-border-width: nullpx;
    --field-border-style: ;

    /* Header */
    --header-bg-color: white;
    --header-height: 110px;
    --header-bottom-border: 1px solid var(--brand-primary-300);

}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.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: bolder;
}
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: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  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: 0.35em 0.75em 0.625em;
  max-width: none !important;
}
fieldset .hs-fieldtype-select .hs-input,
fieldset .hs-fieldtype-text .hs-input,
fieldset .hs-fieldtype-textarea .hs-input {
  width: 100% !important;
}
.hs-field-desc {
  font-size: 0.9rem !important;
  font-style: italic;
}
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;
  margin-top: 0.3em !important;
  width: 20px !important;
  height: 20px;
  margin-right: 1em;
  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 */
/* General */

::selection {
  background-color: var(--brand-primary-400);
  color: var(--brand-primary-900);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden; /* Prevents horizontal scrolling */
  -webkit-overflow-scrolling: touch;
  padding: 0;
  word-break: break-word;
}

/* Forms */

form {
  padding: 0;
}
/* Links */

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

/* Images */

img {
  max-width: 100%;
}

.img img {
  width: 100%;
}

figure {
  margin: 0;
}

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

/* Captions */

figcaption {
  text-align: center;
  font-style: italic;
  font-size: 0.9rem;
  margin-bottom: 1em;
  color: var(--brand-tertiary-800);
}

.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%;
  }
}
.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;
  }
}

/* General Typography Styles */

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
           font-smoothing: antialiased;
  color: var(--brand-primary-900);
  font-family: var(--primary-font-family);
}

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

/* Paragraph */

p {
  font-family: var(--body-text-font);
  font-size: 0.89rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

li {
  font-size: 0.89rem;
}

.g-paragraph {
  opacity: 0.8;
}

strong,
.g-strong {
  font-weight: 700;
}

.textHighlight {
  color: var(--brand-primary-900);
  font-family: var(--primary-font-family);
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  
  p,
  li {
    
      font-size: var(--body-text-size);
    
  }

  .paragraph--xs,
  .paragraph--xs p {
    font-size: 0.78rem;
  }

  .paragraph--sm,
  .paragraph--sm p {
    font-size: 0.89rem;
  }

  .paragraph--md,
  .paragraph--md p {
    font-size: 1rem;
  }

  .paragraph--l,
  .paragraph--l p {
    font-size: 1.125rem;
  }

  .paragraph--xl,
  .paragraph--xl p {
    font-size: 1.5rem;
  }
}

.no-margin p {
  margin: 0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.4em !important;
}

.dnd-section h1,
.dnd-section h2,
.dnd-section h3,
.dnd-section h4,
.dnd-section h5,
.dnd-section h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--brand-primary-800);
  font-family: var(--primary-font-family);
  font-weight: 700;
  line-height: 1.2;
}

.inverted h1,
.inverted h2,
.inverted h3,
.inverted h4,
.inverted h5,
.inverted h6 {
  color: white;
  font-weight: 700;
}

.g-heading {
  color: var(--brand-primary-800);
  line-height: 1;
}

.g-heading--inverted {
  color: white;
}

.g-heading--primary,
.dnd-section h1 {
  font-size: 2.5rem;
}

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

.g-heading--tertiary,
.dnd-section h3 {
  font-size: 1.5rem;
}

.g-heading--quaternary,
.dnd-section h4 {
  font-size: 1.125rem;
}

.g-heading--quinary,
.dnd-section h5 {
  font-size: 1rem;
  font-weight: 700;
}

.g-heading--senary,
.dnd-section h6 {
  font-size: 0.75rem;
  font-weight: 700;
}

.g-metaLabel {
  display: block;
  font-size: 0.89rem;
  font-weight: 500;
  line-height: 1;
}

.question {
  font-weight: 700;
  font-style: italic;
  font-family: var(--primary-font-family);
}

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

  .g-heading--primary,
  .dnd-section h1 {
    font-size: 4rem;
  }

  .g-heading--secondary,
  .dnd-section h2 {
    font-size: 2.8rem;
  }

  .g-heading--tertiary,
  .dnd-section h3 {
    font-size: 2rem;
  }

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

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

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

  .g-metaLabel {
    font-size: 1rem;
  }
}

.no-margin h1,
.no-margin h2,
.no-margin h3,
.no-margin h4,
.no-margin h5,
.no-margin h6,
.no-margin.g-heading--primary,
.no-margin.g-heading--secondary,
.no-margin.g-heading--tertiary,
.no-margin.g-heading--quaternary,
.no-margin.g-heading--quinary,
.no-margin.g-heading--senary {
  margin: 0;
}

/* Lists */

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

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

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

li:not([class]) {
  line-height: 1.5;
  margin-bottom: 0.6em;
}

/* Links */

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

/* :not pseudo selector prevents button-like-visually anchors to have styles of the ordinary link element */
a:not([class]) {
  color: var(--brand-tertiary-800);
  text-decoration: none;
}

a:not([class]):visited {
  color: var(--brand-tertiary-800);
}

a:not([class]):hover {
  color: var(--brand-tertiary-800);
}

a:not([class]):focus {
  outline: 2px solid var(--brand-tertiary-900);
}

a:not([class]):active {
  color: var(--brand-tertiary-800);
}

a[href^="tel:"]:link,
a[href^="mailto:"]:link {
  color: inherit;
}

a[href^="tel:"]:visited,
a[href^="mailto:"]:visited {
  color: inherit;
}

a[href^="tel:"]:hover,
a[href^="mailto:"]:hover {
  box-shadow: none;
  color: inherit;
}

/* Blockquotes */

blockquote {
  border-left: 2rem solid var(--brand-primary-100);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 0.75em 0;
  padding: 1.5em 2em;
}

/* Horizontal Rules */

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

/* 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(--brand-primary-500);
  vertical-align: bottom;
}

/* Highlighted text */

mark {
  background-color: #ff0;
  color: #000;
}

/* .gradient-underline,
.gradient-underline-dark,
.gradient-underline-secondary, 
.gradient-underline-tertiary {    
  background-position: bottom;
  background-size: 100% 30%;
  background-repeat: no-repeat;
}

.gradient-underline {
  background-image: linear-gradient(90deg, var(--brand-secondary-300), var(--brand-primary-300));
}

.gradient-underline-dark {
  background-image: linear-gradient(90deg, var(--brand-secondary-600), var(--brand-primary-600));
}

.gradient-underline-secondary {
  background-image: linear-gradient(90deg,var(--brand-secondary-800),var(--brand-secondary-500));
}

.gradient-underline-tertiary {
  background-image: linear-gradient(90deg,var(--brand-tertiary-800),var(--brand-tertiary-500));
} */

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
/* General button styles */

button,
input[type="submit"] {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

button,
.button,
input[type="submit"],
.hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-items: center;
  appearance: none;
  border: none;
  border-radius: var(--btn-radius);
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  fill: var(--btn-text-color);
  flex-shrink: 0;
  font-weight: 500;
  outline: none;
  padding: 1em 1.4em;
  text-decoration: none;
}

button:focus,
.button:focus,
input[type="submit"]:focus,
.hs-button:focus {
  outline: 2px solid var(--brand-primary-900);
}

/* Primary button */

.button--primary {
  background-color: var(--btn-color);
  color: var(--btn-text-color);
}

.button--primary:visited {
  background-color: var(--btn-color);
  color: var(--btn-text-color);
}

.button--primary:hover {
  background-color: var(--btn-hover-color);
  box-shadow: none;
}

.button--primary:active {
  background-color: var(--btn-active-color);
  box-shadow: none;
}

/* Secondary button */

.button--secondary {
  background-color: var(--btn-color-secondary);
  color: var(--btn-text-color-secondary);
  fill: var(--btn-text-color-secondary);
}

.button--secondary:visited {
  background-color: var(--btn-color-secondary);
  color: var(--btn-text-color-secondary);
  fill: var(--btn-text-color-secondary);
}

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

.button--secondary:active {
  background-color: var(--btn-active-color-secondary);
  box-shadow: none;
}

/* Inverted Button */

.button--inverted {
  background-color: white;
  color: var(--btn-color);
}

.button--inverted:visited {
  background-color: white;
  color: var(--btn-color);
}

.button--inverted:hover {
  background-color: var(--btn-color);
  box-shadow: none;
  color: white;
}

.button--inverted:active {
  background-color: var(--btn-active-color);
  box-shadow: none;
  color: var(--btn-color);
}

/* Simple Button */

.button--simple {
  border-radius: 0;
  color: var(--brand-tertiary-800);
  position: relative;
}

.button--simple:hover {
  color: var(--brand-tertiary-800);
}

/* Switcher Button */

.button--switcher,
.button--switcher .button {
  color: var(--btn-color);
  font-size: 0.9rem;
  padding: 0;
}

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

/* Button Sizing */

.button--s {
  font-size: 0.75rem;
  padding: 0.84em 1.3em;
}

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

.button--l {
  font-size: 1.3rem;
}

/* 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;
}
.hs-form-field {
  margin-bottom: 0.8em;
}

/* Labels */

.hs-form-field > label {
  color: var(--brand-primary-800);
  display: block;
  font-family: var(--primary-font-family);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}

/* Inputs */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select,
textarea {
  border: 1px solid var(--field-border-color);
  color: var(--brand-primary-900);
  font-size: 1rem;
  padding: 0.8em;
  width: 100%;
}

::-webkit-input-placeholder {
  color: var(--brand-primary-900);
  opacity: 0.7;
}

::-moz-placeholder {
  color: var(--brand-primary-900);
  opacity: 0.7;
}

:-ms-input-placeholder {
  color: var(--brand-primary-900);
  opacity: 0.7;
}

:-moz-placeholder {
  color: var(--brand-primary-900);
  opacity: 0.7;
}

::placeholder {
  color: var(--brand-primary-900);
  opacity: 0.7;
}

/* Inputs - Datepicker */

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

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

/* Validation */

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

.hs-error-msg {
  color: var(--brand-secondary-800) !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

/* Submit */

form input[type="submit"],
form .hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-items: center;
  appearance: none;
  border: none;
  border-radius: var(--btn-radius);
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  fill: white;
  flex-shrink: 0;
  font-weight: 500;
  outline: none;
  padding: 1em 1.4em;
  text-decoration: none;
}

form input[type="submit"].primary,
form .hs-button.primary {
  background-color: var(--btn-color);
  transition: var(--transition);
  color: var(--btn-text-color);
  font-weight: 700;
  font-size: 0.8rem;
}

form input[type="submit"].primary:hover,
form .hs-button.primary:hover {
  box-shadow: none;
  opacity: 0.7;
}

form input[type="submit"].primary:focus,
form .hs-button.primary:focus {
  background-color: var(--brand-secondary-700);
  box-shadow: none;
  opacity: 0.7;
}

form input[type="submit"].primary:active,
form .hs-button.primary:active {
  background-color: var(--btn-active-color);
  box-shadow: none;
}

form input[type="submit"].secondary,
form .hs-button.secondary {
  background-color: var(--btn-color-secondary);
  color: var(--btn-text-color-secondary);
  -webkit-appearance: none;
  -moz-appearance: none;
  align-items: center;
  appearance: none;
  border: none;
  border-radius: var(--btn-radius);
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  fill: white;
  flex-shrink: 0;
  font-weight: 500;
  outline: none;
  padding: 1em 1.4em;
  text-decoration: none;
  transition: var(--transition);
}

form .inputs-list {
  list-style: none;
  padding-left: 0;
}

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

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

/* Table cells */

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

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

tr:first-of-type td {
  color: var(--brand-primary-800);
  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;
}

/* 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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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;
  }
}
/* ----------- Header ----------- */

/* Header container */

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

.header--simple {
  left: 50%;
  padding: 0.5rem 1.6rem;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  z-index: 10;
}

.js-launch.header {
  height: 100vh;
}

@media only screen and (min-width: 768px) {
  .header {
    overflow: initial;
  }

  .js-launch.header {
    height: auto;
  }
}

/* Logo */

.header__logo {
  flex-shrink: 0;
}

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

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

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

#hs-link-header_logo_logo_widget:focus {
  outline: none !important;
}

/* Navigation */

.header__nav {
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.inner-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.top-bar {
  background-color: var(--brand-primary-100);
  padding: 0.4em 0.4em 0.5em 0.4em;
}

@media only screen and (max-width: 768px) {
  .top-bar {
    display: none;
  }
}

.top-bar__nav {
  display: flex;
  justify-content: space-between;
  max-width: var(--desktop-container);
  margin: 0 auto;
  padding: 0 0.9em;
}

@media only screen and (min-width: 1380px) {
  .top-bar__nav {
    padding: 0 1.35em;
  }
}

.top-bar__listPrimary,
.top-bar__listSecondary {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.top-bar__listPrimary .hs-menu-wrapper ul {
  gap: 0.75em;
}

.top-bar__listPrimary .dnd-section > .row-fluid {
  padding: 0 !important;
}

.top-bar__listSecondary {
  justify-content: end;
}

.top-bar__listPrimary--item {
  margin-right: 1em;
  gap: 0.5em;
}

.top-bar__listPrimary--item a:hover {
  box-shadow: none !important;
}

.top-bar__listSecondary--item {
  margin-left: 1em;
}

.top-bar__listPrimary--item a,
.top-bar__listSecondary--item a,
.mobile-menu__bottomNavList--item a {
  color: var(--brand-tertiary-800);
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .header__nav {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
}

.mobile-menu__bottomNav {
  display: flex;
}

.mobile-menu__bottomNavList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__bottomNavList--item {
  margin: 1em;
}

.mobile-menu__bottomNavList--link {
  color: var(--brand-secondary-700);
  margin: 1em;
}

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

@media screen and (min-width: 768px) {
  .header__cta {
    display: flex;
    flex-shrink: 0;
    margin-left: 1em;
    margin-bottom: 0;
    margin-top: 0;
    order: 3;
    padding-left: 0;
  }

  .header__helpers {
    order: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
  }

  .mobile-menu__bottom {
    display: none;
  }
}

/* Mobile drawer */

.header__block {
  background-color: white;
  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;
}

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

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

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

.header__block-toggle-item {
  background-color: var(--brand-primary-800);
  height: 1px;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.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: 768px) {
  .header__block-toggle {
    display: none;
  }

  .header__block {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    height: initial;
    opacity: 1;
    overflow: initial;
    position: static;
  }

  .header__block.is-active {
    flex-direction: row;
    height: auto;
    justify-content: initial;
    overflow: initial;
    padding: 0;
    position: static;
  }
}
/* ----------- Footer ----------- */

.b-footer {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
}

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

.b-footer a {
  color: var(--brand-primary-900);
  opacity: 0.7;
}

.b-footer a:visited {
  color: var(--brand-primary-900);
  opacity: 0.7;
}

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

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

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

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

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

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

.container-fluid.footer__nav--dnd .hs-menu-item a {
  line-height: 1.3;
}

.footer__meta,
.footer__metaNav li a {
  font-size: 0.8rem;
}

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

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

.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: 0.7;
}

.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 (min-width: 640px) {
  .footer__navCol {
    flex-basis: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .footer__metaNav {
    margin-right: -1.4em;
  }

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

@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,
.footer__meta--simple .footer__copyright {
  justify-content: center;
}

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

/* Blog post */

/* .blogPost {
  background: linear-gradient(to bottom, var(--brand-primary-100), #fff);
} */

.blogPost__header {
  padding-top: 2em;
  padding-bottom: 0;
  text-align: center;
  max-width: 720px;
}

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

/* Meta information */

.blogPost__title {
  font-weight: 700;
  text-align: center;
}

.blogPost__metaDescription {
  text-align: center;
  margin: 2em 0 1em 0;
  font-size: 1.15rem;
}

.g-metaLabel {
  font-weight: 400;
  font-style: italic;
  color: var(--brand-tertiary-800);
}

/* Blog post typography */

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

.blogPost__body a:not(.cta_button) {
  font-weight: 500;
  text-decoration: underline;
}

.blogPost__body h1,
.blogPost__body h2,
.blogPost__body h3,
.blogPost__body h4,
.blogPost__body h5,
.blogPost__body h6 {
  color: var(--brand-tertiary-800) !important;
  font-weight: 400 !important;
  margin-bottom: 0.3em;
  padding: 0;
}

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

.blogPost__body h2 {
  font-size: 1.8rem !important;
}

.blogPost__body h3 {
  font-size: 1.6rem !important;
}

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

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

.blogPost--body h6 {
  font-size: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.blogPost__body ul,
.blogPost__body ol {
  list-style-type: initial;
}

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

/* Blog post body */

.blogPost__body {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1120px) {
  .blogPost__body {
    flex-direction: row;
  }

  .blogPost__body > * {
    padding: 0 1em;
  }

  .blogPost__socialSharing {
    margin-bottom: 0.89rem;
  }
}

/* Block quotes */

.blogPost__body blockquote {
  font-weight: 100;
  color: var(--brand-secondary-700);
  text-align: center;
  line-height: 1.4;
  position: relative;
  margin: 1em 0;
  font-style: italic;
  padding: 0.5rem;
  border-left: 0;
}

.blogPost__body blockquote p {
  font-size: 1.5rem !important;
}

/* Image */

.blogPost__body img {
  height: auto;
}

/* Time to read */

.time-to-read {
  text-align: center;
  color: var(--brand-tertiary-800);
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Drop cap */

/* .blogPost__body h2 + p:first-letter {
  float: left;
  font-size: 3rem;
  line-height: 0.4;
  margin: 0.3em 0.1em 0.2em 0;
  font-weight: 700;
  color: var(--brand-secondary-700);
} */

/* Blog listing */

.blogListing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -9rem;
}

.blogListing__intro {
  max-width: 1280px;
  padding-top: 1em;
  margin: 0 auto;
}

.blogListing__intro h1 {
  font-weight: 700;
  margin-bottom: 0.2em;
}

.blogListing__intro p {
  font-size: 1.2rem;
}

.blogHeader {
  padding-bottom: 0;
  padding-top: 2.6rem;
  transition: var(--transition);
}

.blogHeader--alt h1 {
  font-size: 2rem;
  margin: 0;
}

.blogSubheader {
  background-color: var(--brand-primary-100);
  margin-bottom: 2rem;
  padding: 1.6rem 1.6rem 8rem 1.6rem;
}

.blogSubheader__header {
  border-bottom: 1px solid white;
  margin-bottom: 2.2rem;
  padding-bottom: 1.4rem;
}

.blogSubheader__authorImg {
  border-radius: 50%;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 5rem;
}

.blogSubheader__authorBio {
  margin: 1em auto 0 auto !important;
}

.blogSubheader__authorLinks a {
  display: inline-block;
  padding-right: 0.8rem;
}

.blogSubheader__authorLinks a:hover {
  box-shadow: none;
  opacity: 0.7;
}

.blogSubheader__authorLinks svg {
  fill: var(--brand-tertiary-800);
  height: 1.4rem;
  width: 1.4rem;
}

.blogSubheader__authorName {
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .blogSubheader__author {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .blogSubheader__authorImg {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1rem;
  }

  .blogSubheader__authorName {
    text-align: initial;
  }

  .blogSubheader__authorBio {
    width: 60%;
  }
}

/* Post card */

.blogCard {
  color: var(--brand-primary-900);
  flex-shrink: 0;
  margin-bottom: 1rem;
  margin-right: 0.55rem;
  margin-left: 0.55rem;
  min-height: 400px;
  overflow: hidden;
  width: 100%;
}

.blogCard--s {
  width: 95%;
}

.blogCard__link {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .blogCard--s {
    width: 47%;
  }
}

@media only screen and (min-width: 1400px) {
  .blogCard--s {
    width: 31%;
  }
}

.blogCard__wrapper {
  padding: 1rem;
}

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

.blogCard a:visited {
  color: inherit;
  text-decoration: none;
}

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

.blogCard .blogCard__author {
  margin-bottom: 1rem;
}

.blogCard__title {
  font-size: 1.2rem;
  font-weight: 700;
}

.blogCard__summary p {
  font-size: 1rem;
}

.blogCard__image {
  display: block;
  border-radius: 0;
}

.blogCard__content {
  background-color: var(--brand-primary-100);
  min-height: 100%;
  padding: 1.2em;
}

@media only screen and (min-width: 768px) {
  .blogCard__content {
    padding: 1.5em 2.4em 1.5em;
  }
}

.blogCard__tags {
  margin-bottom: 0.89rem;
}

.blogCard__tags span {
  font-size: 0.89rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--brand-tertiary-800);
}

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

/* Pagination */

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

.blogPagination__link {
  align-items: center;
  border-radius: 50%;
  color: var(--brand-tertiary-800);
  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.7;
}

.blogPagination__link svg {
  fill: var(--brand-tertiary-800);
}

.blogPagination__link--active {
  cursor: initial;
  background-color: var(--brand-tertiary-200);
}

.blogPagination__link--active:hover {
  opacity: initial;
}

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

.blogPagination__linkNext--disabled svg,
.blogPagination__linkPrev--disabled svg {
  fill: var(--brand-tertiary-300);
}

/* Author */

.blogCard__author {
  align-items: center;
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  margin-bottom: 2rem;
  line-height: 1.2em;
}

.blogPost__header .blogCard__author {
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .blogPost__header .blogCard__author {
    flex-direction: column;
  }
}

.blogCard__authorName,
.blogCard__authorName:hover,
.blogCard__authorName:visited {
  color: var(--brand-tertiary-800);
  text-decoration: none;
}

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

.blogPost__author {
  flex-direction: row;
  align-items: center;
  max-width: 1320px;
  display: flex;
  margin: 0 0 3rem 0;
  padding: 2rem;
}

.blogPost__authorImage {
  margin-right: 1.8rem;
  flex-shrink: 0;
}

.blogPost__authorImage img {
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .blogPost__author {
    flex-direction: column;
    align-items: start;
  }

  .blogPost__authorImage {
    margin-bottom: 1.5em;
  }
}

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

.blogPost__authorName {
  font-size: 1.4rem;
  font-weight: 700;
}

.blogPost__authorLinks {
  margin-bottom: 0.6rem;
}

.blogPost__authorLinks a,
.blogPost__authorLinks a:visited,
.blogPost__authorLinks a:active {
  box-shadow: none;
  display: inline-block;
  padding-right: 0.8rem;
}

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

.blogPost__authorLinks svg {
  fill: var(--brand-tertiary-800);
  height: 1.4rem;
  width: 1.4rem;
}

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

/* Blog post featured image */

.blogPost__image {
  aspect-ratio: 2/1;
  box-shadow: 0.5em 0.5em 0 var(--brand-primary-400);
}

@media only screen and (min-width: 768px) {
  .blogPost__image {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}

/* Blog post tags */

.blogPost__tags {
  padding-top: 1em;
  margin-bottom: 2rem;
  border-top: 1px solid var(---brand-primary-300);
  position: relative;
}

.blogPost__tags a {
  text-transform: uppercase;
  font-weight: 700;
}

.blogPost__tagLink {
  color: var(--brand-tertiary-800);
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  margin-right: 0.7em;
  text-decoration: none;
}

.blogPost__tagLink:visited,
.blogPost__tagLink:hover,
.blogPost__tagLink:active {
  color: var(--brand-tertiary-800);
}

.blogPost__tagLink:focus {
  outline: 2px solid var(--brand-tertiary-800);
}

/* Social sharing */

.blogPost__socialSharing {
  align-items: center;
  justify-content: center;
  display: flex;
  padding-bottom: 0;
  padding-top: 0;
}

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

.c-social__link {
  display: block;
  padding: 0.5rem;
}

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

.c-social__link svg {
  fill: var(--brand-tertiary-800);
  height: 1.2rem;
  width: 1.2rem;
}

/* Related posts */

.relatedPosts {
  border-top: 1px solid var(--brand-primary-300);
}

.relatedPosts__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}

.relatedPosts .blogCard__content {
  padding: 1.4em;
}

.relatedPost__authorName {
  font-weight: 600;
}
/* Subheader */

.directorySubheader {
  background-color: var(--brand-primary-100);
  margin-bottom: 2rem;
  padding: 1.6rem 1.6rem 4.5rem 1.6rem;
}

.directorySubheader.extended {
  padding-bottom: 6.5rem;
}

.directorySubheader__intro {
  max-width: 1280px;
  padding-top: 1em;
  margin: 0 auto;
}

.directorySubheader__intro a {
  font-size: 0.7rem;
  width: fit-content;
  text-transform: uppercase;
  color: var(--brand-tertiary-800);
  margin-bottom: 1em;
  display: block;
}

.directorySubheader__intro a:hover {
  box-shadow: none;
}

.directorySubheader__intro h1,
.directorySubheader__intro p {
  max-width: 700px;
}

.directorySubheader__intro h1 {
  font-weight: 700;
  margin-bottom: 0.2em;
}

.directorySubheader__intro p {
  font-size: 1.2rem;
}

/* Listings */

.directoryListings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -9rem;
}

.directoryListings__card {
  color: var(--brand-primary-900);
  flex-shrink: 0;
  margin-bottom: 1rem;
  margin-right: 0.55rem;
  margin-left: 0.55rem;
  min-height: 400px;
  overflow: hidden;
  width: 100%;
}

.listingTags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.2em;
}

.listingTags a {
  color: var(--brand-tertiary-800);
}

.listingTag {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.5rem;
  margin-right: 1rem;
}

.listingTag--active {
  background-color: white;
  border-radius: var(--btn-radius);
  padding-right: 1em;
  padding-left: 1em;
  font-weight: 700;
}

.listingCard--s {
  width: 95%;
}

@media only screen and (min-width: 768px) {
  .listingCard--s {
    width: 47%;
  }
}

@media only screen and (min-width: 1400px) {
  .listingCard--s {
    width: 31%;
  }
}

.directoryListings__card--link {
  display: inline;
}

.directoryListings__card--content {
  background-color: var(--brand-primary-100);
  min-height: 100%;
  padding: 1.2em;
}

@media only screen and (min-width: 768px) {
  .directoryListings__card--content {
    padding: 1.5em 2.4em;
  }
}

/* Listings' content */

.directoryListings__card--tags {
  margin-bottom: 0.89rem;
}

.directoryListings__card--tags span {
  font-size: 0.89rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--brand-tertiary-800);
}

.directoryListings__card--summary p {
  color: var(--brand-primary-900);
  font-size: 0.9rem;
}

.directoryListings__card--title {
  font-size: 1.3rem;
}

.directoryListings__card--image {
  display: block;
  border-radius: 0;
}

/* Individual listings */

.listingBody {
  display: flex;
  flex-direction: column;
  padding: 0 1.5em;
}

.listingBody__leftColumn {
  width: 100%;
  margin-top: -6rem;
  background-color: var(--brand-primary-300);
  padding: 2em 2em 0 2em;
  height: fit-content;
  min-width: 300px;
}

.listingBody__leftColumn--preview {
  background-color: white;
  margin-bottom: 4em;
  border-radius: 10em;
  display: block;
  padding: 2em;
}

.listingBody__leftColumn ul {
  list-style: none;
  padding: 0;
}

.listingBody__leftColumn--property {
  padding-bottom: 0.6em;
}

.listingBody__leftColumn--property p {
  margin-bottom: 0.6em;
}

.listingBody__leftColumn--property p,
.listingBody__leftColumn--property ul {
  margin-top: 0.2em;
}

.listingBody__leftColumn--property p,
.listingBody__leftColumn--property ul li {
  font-size: 0.9rem;
}

.listingBody__leftColumn--propertyLabel {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
}

.listingBody__leftColumn--propertyLabel img {
  margin-right: 0.5em;
}

.listingBody__leftColumn--propertyLabel > * {
  display: block;
}

.listingBody__rightColumn {
  margin-top: 3rem;
}

.listingBody__rightColumn--meta {
  margin-bottom: 2em;
  padding-top: 0.25em;
  display: flex;
}

.listingBody__rightColumn--meta.pinned {
  border-bottom: 2px solid var(--brand-primary-800);
  background-color: white !important;
  padding-bottom: 1em;
  padding-top: 1em;
  position: sticky;
  z-index: 99;
  top: 0;
}

.listingBody__rightColumn--title {
  width: fit-content;
  font-size: 0.8rem;
  font-weight: 500;
  margin-right: 1em;
  text-transform: uppercase;
}

.listingBody__rightColumn--skip {
  font-size: 0.8rem;
  color: var(--brand-tertiary-800);
  display: block;
}

@media only screen and (min-width: 960px) {
  .listingBody {
    flex-direction: row;
  }

  .listingBody__leftColumn {
    max-width: 360px;
  }

  .listingBody__rightColumn {
    padding: 0 2.5em;
    margin-top: 0;
  }

  .listingBody__rightColumn--meta {
    background-color: #ffffff00 !important;
    position: relative;
    margin-top: -5rem;
    border-bottom: 0;
    padding-top: 0;
  }

  .listingBody__rightColumn--title {
    font-size: 1rem;
    padding-top: 0.25em;
  }

  .listingBody__rightColumn--skip {
    padding: 0.6em 0.5em;
    border: 2px solid var(--brand-tertiary-800);
    border-radius: 5em;
    font-size: 0.7rem;
    height: fit-content;
  }

  .listingBody__rightColumn--description {
    margin-top: 2.5rem;
    line-height: 1.5;
  }
}

.listingBody__rightColumn--cta {
  padding-top: 1em;
}

.listingBody__rightColumn--form {
  background-color: var(--brand-tertiary-200);
  padding: 2em;
  margin-top: 2em;
}

.listingBody__rightColumn--formIntro h3,
.listingBody__rightColumn--formIntro p {
  color: var(--brand-primary-800);
}

.listingBody__rightColumn--formIntro h3 {
  font-weight: 500;
}

.listingBody__rightColumn--formBody {
  width: 100%;
}

.listingBody__rightColumn--formBody label {
  color: var(--brand-primary-800);
  font-size: 1rem;
  font-weight: 700;
}

form input[type="submit"].primary:hover {
  background-color: var(--brand-secondary-700);
  color: white;
  opacity: 0.7;
}

.listingBody__rightColumn--formBody input,
.listingBody__rightColumn--formBody textarea {
  color: var(--brand-primary-800);
  font-size: 0.8rem;
  padding: 0.4em;
}

.listingBody__rightColumn--formBody input:focus-visible,
.listingBody__rightColumn--formBody textarea:focus-visible {
  outline-color: var(--brand-primary-800);
}

.listingBody__rightColumn--formBody .actions input {
  transition: var(--transition);
}

.listingBody__rightColumn--formBody .actions input:hover,
.listingBody__rightColumn--formBody .actions input:focus {
  background-color: var(--brand-primary-800);
  outline: none;
  opacity: 0.7;
}

.submitted-message p {
  color: var(--brand-primary-800);
  font-size: 0.8rem;
}
/* Landing Pages */

.heroWithForm {
  --content-width: 32rem;
}

/* Simple Form */

.landing__simpleForm form {
  margin: 0 auto;
  max-width: var(--content-width);
  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(--brand-secondary-800);
}

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

.landing__formExplainer {
  font-size: 0.8rem;
  margin: 0 auto;
  max-width: var(--content-width);
  opacity: 0.7;
}
/* Error pages */

.container--error {
  min-height: 100%;
  padding: 1rem;
}

.error__imgStack {
  justify-content: left;
  align-items: center;
  display: flex;
}

.error__img {
  height: 250px;
  width: 250px;
}

.error__type {
  display: inline-block;
  color: var(--brand-tertiary-800);
  border: 1px solid var(--brand-tertiary-800);
  padding: 0.75em 1.25em;
  font-weight: 300;
  font-size: 1rem;
}

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

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

.error__links a {
  color: var(--brand-tertiary-800) !important;
}

.mobile-menu__bottomNavList--item a,
.top-bar__listPrimary--item a,
.top-bar__listSecondary--item a {
  color: var(--brand-tertiary-800) !important;
}

@media only screen and (min-width: 768px) {
  .errorWrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .error__imgStack,
  .error__content {
    max-width: 450px;
  }
}

/* System pages */

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

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

.container--system .success {
  background-color: lightgreen;
  border: 1.5px solid green;
  border-radius: 3px;
  color: darkgreen;
  display: inline-block;
  font-size: 0.9rem;
  margin: 1.4rem 0;
  padding: 1em;
  width: 100%;
}

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

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

.subscription--preferences .page-header {
  border-bottom: 1px solid var(--brand-primary-300);
  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: 0.9rem;
  margin-left: 1.2em;
}

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

.subscription .page-header h2 {
  border-bottom: 1px solid var(--brand-primary-300);
  padding-bottom: 1.4em;
}

#email-prefs-form .header {
  background-color: transparent;
}

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

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

/* Backup unsubscribe */

.c-unsubscribe h1 {
  text-transform: lowercase;
}

.c-unsubscribe h1::first-letter {
  text-transform: uppercase;
}

.c-unsubscribe h3 {
  display: none;
}

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

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

/* Footer */

.h-footerBottom__base {
  display: flex;
  flex-direction: column;
}

.h-footerBottom__shift {
  flex: 1 0 auto;
}

/* Screen readers */

.h-screenreader {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 767px) {
  .h-hide--m {
    display: none;
  }
}

@media (min-width: 768px) {
  .h-hide--d {
    display: none;
  }
}

/* Font sizes */

.font-size--m {
  font-size: 0.9rem !important;
}

.font-weight--700 {
  font-weight: 700;
}

/* Alignment */

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

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

/* Spacing */

.margin-top--s {
  margin-top: 0.5em;
}

.margin-top--m {
  margin-top: 1em;
}

.-margin-top--s {
  margin-top: -0.5em;
}

.-margin-top--m {
  margin-top: -1em;
}

/* Colors */

.secondary-color {
  color: var(--brand-secondary-700);
}

/* Layout */

.h-relative {
  position: relative;
}

.js-noscroll {
  overflow: hidden;
}

.h-flex {
  display: flex;
}

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

.h-innerSpace {
  padding: 2.5em;
}

.h-fsHeight {
  height: 100vh;
}

/* Backgrounds */

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

.bg--comboDark {
  background: linear-gradient(
    to top,
    white,
    white 50%,
    var(--brand-primary-900) 50%,
    var(--brand-primary-900) 50%
  );
}

.bg--comboAlt {
  background: linear-gradient(
    to bottom,
    var(--brand-primary-100),
    var(--brand-primary-100) 50%,
    white 50%,
    white 50%
  );
}

.h-bg--color {
  background-color: var(--brand-primary-700);
}

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

.h-bg--light {
  background-color: white;
}

.bg--lightAlt {
  background-color: var(--brand-primary-100);
}

.bg--secondaryAlt {
  background-color: var(--brand-secondary-200);
}

.bg--tertiaryAlt {
  background-color: var(--brand-tertiary-200);
}

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

.divider--light {
  border-bottom-color: white;
}

/* Various */

.inverted {
  color: white;
  fill: white;
}

.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;
}

/* ----------- General ----------- */

.dnd_area-row-0-background-layers {
  background-color: var(--brand-primary-100);
}

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

/* Features */

.c-feature__text {
  padding-bottom: 1.33rem;
  padding-top:    1.33rem;
}

@media only screen and (min-width: 768px) {
  .c-feature {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    padding-top:    2rem;
  }

  .c-feature__img {
    flex-basis: 40%;
    flex-shrink: 0;
  }

  .c-feature__text {
    flex-basis: 60%;
    margin-left: 2.67rem;
  }

  .c-feature--rt .c-feature__img {
    order: 2;
  }

  .c-feature--rt .c-feature__text {
    margin-left: 0;
    margin-right: 2.67rem;
    padding-left: 1.33rem;
  }
}

@media only screen and (min-width: 1024px) {
  .c-feature {
    padding-bottom: 3.33rem;
    padding-top: 3.33rem;
  }

  .c-feature__text {
    padding-right: 3.67rem;
  }

  .c-feature--rt .c-feature__text {
    padding-left: 3.67rem;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .c-feature {
    padding-bottom: 3.67rem;
    padding-top:    3.67rem;
  }

  .c-feature__text {
    margin-left: 3.33rem;
    padding-right: 5.67rem;
  }

  .c-feature--rt .c-feature__text {
    margin-right: 3.33rem;
    padding-left: 5.67rem;
    padding-right: 0;
  }
}

/* Clients */

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

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

@media only screen and (max-width: 500px) {
  .logoList__item {
    height: 40px;
    /* flex: 1 1 50%; */
  }
}

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


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

/* Options */

.b-options {
  background-color: var(--brand-primary-100);
  padding-bottom: 4rem;
  padding-left:  0;
  padding-right: 0;
  padding-top:    4rem;
  text-align: center;
}

.options .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

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

  .b-options,
  .options .dnd-column {
    border-radius: var(--radius);
  }

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

.b-options__title {
  margin-bottom: 2rem;
}

.c-optionList {
  display: flex;
  margin-bottom: 2rem;
  overflow: scroll;
  padding-left: 0;
}

.c-optionList__item {
  align-items: center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 24px rgb(0, 126, 255, 0.07);
  display: flex;
  flex-shrink: 0;
  height: 200px;
  justify-content: center;
  margin: 1rem;
  width:  200px;
}

.c-optionList__item img {
  border-radius: 8px;
  height: 100%;
  width: auto;
}

/* Resources */

.b-resources--dnd h2 {
  text-align: center;
}

/* CTA */

.b-cta {
  padding-bottom: 6.6rem;
  padding-top:    6.6rem;
}

.b-cta--dnd {
  text-align: center;
}

.c-cta__btn {
  position: relative;
}

@media only screen and (min-width: 425px) {
  .c-cta__btn::after {
    content: url("//9471259.fs1.hubspotusercontent-na1.net/hubfs/9471259/raw_assets/public/Datavid/images/icons/svg/blue/ArrowRight.svg");
    display: block;
    position: absolute;
    right: -5rem;
    top: 0.2rem;
  }

  .c-cta__btn::before {
    content: url("//9471259.fs1.hubspotusercontent-na1.net/hubfs/9471259/raw_assets/public/Datavid/images/icons/svg/blue/ArrowLeft.svg");
    display: block;
    left: -5rem;
    position: absolute;
    top: 0.2rem;
  }
}

/* Social */

.social-links__icon:hover {
  opacity: 0.7;
}

/* Form */

.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%;
  }
}

/* Cookie preferences */

button#hs-hud-cookie-settings {
  position: fixed !important;
  bottom: 27px;
  left: 1rem;
  font-size: 0.85rem;
  color: var(--brand-primary-700);
  background-color: var(--brand-primary-300);
  padding: 1em 1.4em;
  border-radius: 2em;
  appearance: none;
  transition: var(--transition);
}

button#hs-hud-cookie-settings:hover {
  opacity: 0.7;
}

/* Animations */

.splide__toggle {
  display: none !important;
}

.splide__pagination__page.is-active {
  background-color: var(--brand-secondary-700) !important;
}

button.splide__pagination__page:focus {
    outline: none !important;
}

/* Mobile */

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

  /* .dnd_area-row-0-background-image .widget-type-linked_image {
    margin-bottom: -10rem !important;
  }

  .dnd_area-row-0-background-image .hs-image-widget {
    box-shadow: 0px 5.6px 7.5px -0.7px #999999CC;
  } */

}

@media only screen and (min-width: 768px) and (max-width: 1060px) {

  .dnd_area-row-0-background-image h1 {
    font-size: 40px !important;
  }

  .dnd_area-row-0-background-image p {
    font-size: 20px !important;
  }

}

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

  .largeClaim span {
    font-size: 2.25rem;
  }

  .dnd-section h1 {
    font-size: 1.9rem !important;
  }

  .directorySeparator h2 span {
    font-size: 1.6rem !important;
  }

  .testimonialText span {
    font-size: 1.4rem !important;
  }

  .dnd_area-row-0-background-image p, 
  .directorySeparator p span {
    font-size: 1.1rem !important;
  }

}