
:root {
  
  --white: 0 0% 100%;
  --black: 0 0% 0%;
  
  --danger: 341 57% 52%;
  
  --gray-50: 210 20% 98%;
  --gray-100: 220 14% 96%;
  --gray-200: 220 13% 91%;
  --gray-300: 216 12% 84%;
  --gray-400: 218 11% 65%;
  --gray-500: 220 9% 46%;
  --gray-600: 215 14% 34%;
  --gray-700: 217 19% 27%;
  --gray-800: 215 28% 17%;
  --gray-900: 221 39% 11%;
  
  --green-700: 176 83% 36%;
  --green-800: 176 83% 32%;
  
  --green-900: 176 83% 28%;
  --green: var(--green-700);
  
  --purple-100: 288 44% 68%;
  --purple-500: 297 18% 38%;
  --purple-700: 288 23% 25%;
  --purple-800: 294 28% 14%;
  --purple-900: 286 31% 14%;
  --purple: var(--purple-700);
  
  --robin-blue-100: 177 67% 93%;
  --robin-blue-700: 177 39% 73%;
  --robin-blue-800: 177 31% 65%;
  --robin-blue-900: 177 28% 57%;
  
  --blue-600: 210 50% 63%;
  
  --pink-700: 341 57% 52%;
  
  
  --font-sans: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
  --font-small-text: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
  
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.85rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-4_5xl: 2.625rem;
  --font-size-5xl: 3rem;
  --font-size-6xl: 3.75rem;
  --font-size-7xl: 4.5rem;
  --font-size-8xl: 6rem;
  --font-size-9xl: 8rem;
  
  --font-line-height-base: 1rem;
  --font-line-height-lg: 1.25rem;
  --font-line-height-xl: 1.5rem;
  --font-line-height-2xl: 1.75rem;
  --font-line-height-3xl: 2rem;
  --font-line-height-4xl: 2.25rem;
  --font-line-height-5xl: 2.5rem;
  
  --border-radius-sm: 0.5rem;
  --border-radius-base: 1rem;
  --border-raduis-sm: var(--border-radius-sm);
  --border-raduis-base: var(--border-radius-base);
  --border-raduis-8xl: 6.25rem;
  --card-border-radius: var(--border-raduis-base);
  
  
  --robin-blue: #a0d5d2;
  --sky-blue: #709fcf;
  --pink: #cb406d;
  --ligh-background: #e9ebf0;
  --light-green: #e9f4f3;
  --green-gradient-primary: #a0d5d2;
  --green-gradient-secondary: #c1e8e6;
}




*, *:before, *:after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --headline-font-weight: 500;

  --section-title-fs: var(--font-size-2xl);
  --section-title-lh: var(--font-line-height-3xl);
  --section-title-fw: 500;

  --section-description-fs: var(--font-size-lg);
  --section-description-lh: var(--font-line-height-2xl);
}

@media(min-width: 768px) {

  :root {
    --section-title-fs: var(--font-size-3xl);
    --section-title-lh: 1.4;

    --section-description-fs: var(--font-size-xl);
    --section-description-lh: var(--font-line-height-3xl);
  }
}

:root {
  font-family: var(--font-sans);
  font-size: var(--font-size-base);
  font-synthesis: none;
  font-weight: 500;
  line-height: var(--font-line-height-xl);
  text-rendering: optimizeLegibility;
  text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: var(--headline-font-weight);
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
}

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

li {
  margin-top: 0;
}

:is(ul,ol).no-list {
  list-style: none;
  padding: 0;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

.page-h1 {
  font-size: var(--font-size-3xl);
  font-weight: var(--section-title-fw);
  line-height: var(--font-line-height-4xl);
}
.page-h1-ai {
  font-size: var(--font-size-3xl);
  font-weight: var(--section-title-fw);
  line-height: var(--font-line-height-4xl);
}

.section-title {
  font-size: var(--section-title-fs);
  font-weight: var(--section-title-fw);
  line-height: var(--section-title-lh);
}

.section-title--is-light {
  color: hsl(var(--purple));
}

.section-description {
  font-size: var(--section-description-fs);
  line-height: var(--section-description-lh);
}

.section-description--is-light {
  color: hsl(var(--purple));
}

.rich-text {
  --rich-text-color: inherit;
  --rich-text-line-height: 1.618;
  --rich-text-title-color: var(--purple);
  --rich-text-title-weight: 500;
  --rich-text-link-color: var(--green);
}

.rich-text {
  color: var(--rich-text-color);
  line-height: var(--rich-text-line-height);
}

.rich-text a {
  color: hsl(var(--rich-text-link-color));
}

.rich-text a:hover {
  text-decoration: underline;
}

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

.rich-text ul li {
  display: flex;
}

.rich-text ul li::before {
  background-color: hsl(var(--bullet-color, var(--green)));
  border-radius: 100%;
  content: '';
  display: inline-block;
  flex-shrink: 0;
  height: 0.5em;
  margin-bottom: 1px;
  margin-right: 1rem;
  margin-top: 0.5em;
  width: 0.5em;
}

.rich-text * + * {
  margin-top: var(--flow-spacing, 1rem);
}

.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5 {
  color: hsl(var(--rich-text-title-color));
  font-weight: var(--rich-text-title-weight);
  --flow-spacing: 2em;
}

.rich-text h2 {font-size: 1.953rem;}

.rich-text h3 {font-size: 1.563rem;}

.rich-text h4 {font-size: 1.25rem;}

.rich-text h5 {font-size: 1.125rem;}


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

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

.text-right {
  text-align: right;
}


.text-black {
  color: hsl(var(--black));
}

.text-white {
  color: hsl(var(--white));
}

.text-purple {
  color: hsl(var(--purple));
}

.text-purple-900 {
  color: hsl(var(--purple-900));
}

.text-green {
  color: hsl(var(--green));
}

.text-robin-blue {
  color: hsl(var(--robin-blue-700));
}

.text-gray-600 {
  color: hsl(var(--gray-600));
}



.font-normal {
  font-weight: 400;
}
.text-regular {
  font-weight: 500;
}
.text-semi {
  font-weight: 600;
}
.font-bold {
  font-weight: bold;
}


.text-xs {
  font-family: var(--font-small-text);
  font-size: var(--font-size-xs);
  line-height: var(--font-line-height-base);
}

.text-sm {
  font-family: var(--font-small-text);
  font-size: var(--font-size-sm);
  line-height: var(--font-line-height-lg);
}

.text-base {
  font-size: var(--font-size-base);
  line-height: var(--font-line-height-xl);
}

.text-lg {
  font-size: var(--font-size-lg);
  line-height: var(--font-line-height-2xl);
}

.text-xl {
  font-size: var(--font-size-xl);
  line-height: var(--font-line-height-2xl);
}

.text-2xl {
  font-size: var(--font-size-2xl);
  line-height: var(--font-line-height-3xl);
}

.text-3xl {
  font-size: var(--font-size-3xl);
  line-height: var(--font-line-height-4xl);
}

.text-4xl {
  font-size: var(--font-size-4xl);
  line-height: var(--font-line-height-5xl);
}

.text-5xl {
  font-size: var(--font-size-5xl);
  line-height: var(--font-line-height-5xl);
}

.text-6xl {
  font-size: var(--font-size-6xl);
  line-height: var(--font-line-height-base);
}

.text-7xl {
  font-size: var(--font-size-7xl);
  line-height: var(--font-line-height-base);
}

.text-8xl {
  font-size: var(--font-size-8xl);
  line-height: var(--font-line-height-base);
}

.text-9xl {
  font-size: var(--font-size-9xl);
  line-height: var(--font-line-height-base);
}


@media(min-width: 768px) {

  .page-h1 {
    font-size: var(--font-size-5xl);
    line-height: 1.3;
  }
  .page-h1-ai {
    font-size: var(--font-size-4xl);
    line-height: 1.3;
  }

}
:root {
  --cta-primary-color: var(--robin-blue-700);
  --cta-primary-color-hover: var(--robin-blue-800);
}

.cta,
.rich-text .cta {
  align-items: center;
  background-color: hsl(var(--cta-primary-color));
  border-radius: 1.5rem;
  color: hsl(var(--black));
  display: inline-flex;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  text-align: left;
}

.cta::after {
  display: block;
  content: url("data:image/svg+xml,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.66 3'%3E%3Cpath d='m11.66 1.5-3-1.5v1H0v1h8.66v1l3-1.5z'/%3E%3C/svg%3E");
  margin: -2px 0 0 0.5rem;
  width: 1.5rem;
}

.whyChoose__cta .cta::after {
  content: url("data:image/svg+xml,%3Csvg fill='#fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.66 3'%3E%3Cpath d='m11.66 1.5-3-1.5v1H0v1h8.66v1l3-1.5z'/%3E%3C/svg%3E");
}

.cta:active,
.cta:hover,
.cta:focus,
.rich-text .cta:active,
.rich-text .cta:hover,
.rich-text .cta:focus {
  background-color: hsl(var(--cta-primary-color-hover))!important;
}

.cta--dark-mode {
  background-color: hsl(var(--white))!important;
}

.cta--dark-mode:is(:active, :hover, :focus) {
  background-color: hsl(var(--white) / 0.9)!important;
}

.cta--disagree {
  background-color: hsl(var(--purple))!important;
  color: hsl(var(--white))!important;
}

.cta.cta--disagree::after {
  content: url("data:image/svg+xml,%3Csvg fill='#fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.66 3'%3E%3Cpath d='m11.66 1.5-3-1.5v1H0v1h8.66v1l3-1.5z'/%3E%3C/svg%3E")!important;
}

.cta--disagree:active,
.cta--disagree:hover,
.cta--disagree:focus {
  background-color: hsl(var(--purple-900))!important;
  color: hsl(var(--white))!important;
}


.cta--outline {
  background-color: transparent!important;
  border: solid 1px hsl(var(--cta-primary-color))!important;
}
.cta--outline--white {
  background-color: transparent!important;
  border: solid 1px hsl(var(--white))!important;
  color: hsl(var(--white))!important;
  font-size: var(--font-size-xs);
  line-height: 100%;
  font-weight: 400;  
  white-space: nowrap;
  width: max-content;
}
.cta.cta--outline--white::after {
  content: url("data:image/svg+xml,%3Csvg fill='#fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.66 3'%3E%3Cpath d='m11.66 1.5-3-1.5v1H0v1h8.66v1l3-1.5z'/%3E%3C/svg%3E");
}

.videoTestimonials .cta.cta--outline::after {
  content: url("data:image/svg+xml,%3Csvg fill='#10A9A0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.66 3'%3E%3Cpath d='m11.66 1.5-3-1.5v1H0v1h8.66v1l3-1.5z'/%3E%3C/svg%3E")!important;
}


.cta--outline:active,
.cta--outline:hover,
.cta--outline:focus {
  background-color: transparent!important;
  border: solid 1px hsl(var(--cta-primary-color-hover))!important;
}

.cta--outline.cta--dark-mode {
  color: hsl(var(--white))!important;
  border-color: hsl(var(--white))!important;
}

.cta--outline.cta--dark-mode::after {
  content: url("data:image/svg+xml,%3Csvg fill='#ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.66 3'%3E%3Cpath d='m11.66 1.5-3-1.5v1H0v1h8.66v1l3-1.5z'/%3E%3C/svg%3E")!important;
}

.cta--outline.cta--dark-mode:active,
.cta--outline.cta--dark-mode:hover,
.cta--outline.cta--dark-mode:focus {
  color: hsl(var(--gray-200));
  border-color: hsl(var(--gray-200))!important;
}

.cta--outline.cta--dark-mode:active::after,
.cta--outline.cta--dark-mode:hover::after,
.cta--outline.cta--dark-mode:focus::after {
  content: url("data:image/svg+xml,%3Csvg fill='#e5e7eb' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.66 3'%3E%3Cpath d='m11.66 1.5-3-1.5v1H0v1h8.66v1l3-1.5z'/%3E%3C/svg%3E")!important;
}



.cta--minimal {
  background-color: transparent!important;
  padding: 0!important;
}

.cta--minimal:hover,
.cta--minimal:focus {
  background-color: transparent!important;
}

.cta--minimal.cta--dark-mode {
  color: hsl(var(--green))!important;
}

.cta--minimal.cta--dark-mode:after {
  content: url("data:image/svg+xml,%3Csvg fill='#10a89e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.66 3'%3E%3Cpath d='m11.66 1.5-3-1.5v1H0v1h8.66v1l3-1.5z'/%3E%3C/svg%3E")!important;
}

.cta--minimal.cta--dark-mode:active::after,
.cta--minimal.cta--dark-mode:hover::after,
.cta--minimal.cta--dark-mode:focus::after {
  content: url("data:image/svg+xml,%3Csvg fill='#10a89e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.66 3'%3E%3Cpath d='m11.66 1.5-3-1.5v1H0v1h8.66v1l3-1.5z'/%3E%3C/svg%3E")!important;
}

.cta--minimal.cta--tertiary {
  color: hsl(var(--green))!important;
}
button,
.button {
  align-items: center;
  background-color: hsl(var(--cta-primary-color));
  border: 0;
  border-radius: 1.5rem;
  color: hsl(var(--black));
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  margin: 0;
  padding: 0.5rem 1.5rem;
}

button:active,
.button:active,
button:hover,
.button:hover,
button:focus,
.button:focus {
  background-color: hsl(var(--cta-primary-color-hover));
}

.hs-button.disabled,
.hs-button.disabled:active,
.hs-button.disabled:hover,
.hs-button.disabled:focus,
.submit-button--is-disabled,
.submit-button--is-disabled:active,
.submit-button--is-disabled:hover,
.submit-button--is-disabled:focus {
  background-color: hsl(var(--gray-300));
  cursor: auto;
}






:root {
  --input-placeholder-color: hsl(var(--white) / 0.6);
}

form {
  font-family: var(--font-sans);
}

.hs-form-field {
  margin-bottom: 1.5rem;
}

body .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

@media (max-width: 400px),
(max-device-width: 480px) and (min-device-width: 320px) {
    body form.hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
    body form.hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }
}

/* Labels */

.hs-form-field > label {
  color: inherit;
  display: block;
  font-family: var(--font-small-text);
  font-size: 13px;
  font-weight: 600;
  padding-top: 0;
  text-align: left;
  width: auto;
}

/* Help text - legends */

.hs-form-field legend {
  color: #9e9fa0;
  font-family: var(--font-small-text);
  font-size: 10px;
  letter-spacing: .25px;
  line-height: 1.4;
  margin: -.25rem 0 .5rem 0;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid hsl(var(--white));
  color: hsl(var(--white));
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 12px 0;
  width: 100%;
}

select.is-placeholder {
  color: var(--input-placeholder-color);
}

select option {
  color: hsl(var(--black));
}

textarea {
  line-height: 1.618;
  min-height: 60px;
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: hsl(var(--robin-blue-900));
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  font-family: var(--font-sans);
  color: var(--input-placeholder-color);
}

::-moz-placeholder {
  font-family: var(--font-sans);
  color: var(--input-placeholder-color);
}

:-ms-input-placeholder {
  font-family: var(--font-sans);
  color: var(--input-placeholder-color);
}

:-moz-placeholder {
  font-family: var(--font-sans);
  color: var(--input-placeholder-color);
}

::placeholder {
  font-family: var(--font-sans);
  color: var(--input-placeholder-color);
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-family: var(--font-small-text);
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

.hs-form-booleancheckbox-display {
  display: flex;
}

.hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
  margin-top: -.3rem;
}

.hs-form .legal-consent-container div,
.hs-form .legal-consent-container p {
  font-family: var(--font-small-text);
  font-size: 10px;
  line-height: 1.618;
}


/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-family: var(--font-small-text);
  font-size: 0.875rem;
  line-height: 1.618;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-family: var(--font-small-text);
  font-size: 10px;
}

.legal-consent-container a {
  text-decoration: underline;
}

.legal-consent-container a:hover {
  text-decoration: none;
}

/* Validation */

.hs-form-required {
  color: var(--pink);
}

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

.hs-error-msg {
  color: var(--pink);
  font-family: var(--font-small-text);
  font-size: .8rem;
  margin-top: 0.35rem;
}

.hs-error-msgs li {
  margin: 2px 0 0 0;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: hsl(var(--cta-primary-color));
  background-image: url("data:image/svg+xml,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.66 3'%3E%3Cpath d='m11.66 1.5-3-1.5v1H0v1h8.66v1l3-1.5z'/%3E%3C/svg%3E");
  background-position: calc(100% - 1.5rem) calc(50% + 1px);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 0;
  border-radius: 1.5rem;
  color: hsl(var(--black));
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: hsl(var(--cta-primary-color-hover));
}

.hs-form .submit-button--is-disabled {
  background-color: var(--ligh-background);
  cursor: not-allowed;
  opacity: 0.5;
}

.hs-form .submit-button--is-disabled:hover,
.hs-form .submit-button--is-disabled:focus,
.hs-form .submit-button--is-disabled:active {
  background-color: var(--ligh-background);
}

/* Captcha */

/* Title */
.form-title:empty {
  display: none;
}



.form-hero input[type=email], 
.form-hero input[type=file], 
.form-hero input[type=number], 
.form-hero input[type=password], 
.form-hero input[type=tel], 
.form-hero input[type=text], 
.form-hero select, 
.form-hero textarea {
  background-color: hsl(var(--white));
  border: solid 1px hsl(var(--green));
  border-radius: var(--border-raduis-sm);
  color: hsl(var(--black));
  padding-left: 1rem;
  padding-right: 1rem;
}

::-webkit-input-placeholder {
  color: hsl(var(--gray-400));
}

::-moz-placeholder {
  color: hsl(var(--gray-400));
}

:-ms-input-placeholder {
  color: hsl(var(--gray-400));
}

:-moz-placeholder {
  color: hsl(var(--gray-400));
}

::placeholder {
  color: hsl(var(--gray-400));
}

.label-center .hs-form-field > label {
  margin-bottom: 0.25rem;
  text-align: center;
}

.label-center input[type=email], 
.label-center input[type=file], 
.label-center input[type=number], 
.label-center input[type=password], 
.label-center input[type=tel], 
.label-center input[type=text], 
.label-center select, 
.label-center textarea {
  text-align: center;
}

.form-legal-end .hs-form {
  display: flex;
  flex-direction: column;
}

:root {
  --container-max-width: 500px;
  --container-padding-x: 1.5rem;
  
  --section-padding-y: 3rem;
  --section-border-radius: 2.25rem;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.row-fluid-wrapper > .row-fluid .page-center,
.page-center {
  float: none;
  margin-left: auto !important;
  margin-right: auto;
  max-width: var(--container-max-width);
  padding-left: var(--container-padding-x);
  padding-right: var(--container-padding-x);
  width: 100%;
}

.flow > * + * {
  margin-top: var(--flow-spacing, 1rem);
}

.hide-on-mobile {
  display: none !important;
}

.hide-element {
  display: none !important;
}

.only-desk.only-desk {
  display: none;
}

.cS-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.bg-white {
  background-color: hsl(var(--white));
}

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

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

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

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

.bg-robin-blue {
  background-color: hsl(var(--robin-blue-700));
}

.section {
  padding-bottom: var(--section-padding-y);
  padding-top: var(--section-padding-y);
}

.hero-section {
  padding-bottom: var(--section-padding-y);
  padding-top: calc(var(--section-padding-y) + var(--menuHeight, 0px));
}

.icon-container {
  aspect-ratio: 1/1;
  align-items: center;
  border: solid 2px hsl(var(--purple));
  border-radius: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0.5rem;
}

.card {
  background-color: hsl(var(--white));
  border: solid 1px hsl(150 2% 24% / 0.08);
  border-radius: var(--card-border-radius);
  box-shadow: 1px 5px 5px 0px rgba(61,63,62,0.16);
  overflow: hidden;
  padding: var(--card-default-padding, 1.5rem);
  -webkit-box-shadow: 1px 5px 5px 0px rgba(61,63,62,0.16);
  -moz-box-shadow: 1px 5px 5px 0px rgba(61,63,62,0.16);
  transition: all ease .3s;
}

.card:hover {
  box-shadow: 1px 5px 5px 0px rgba(61,63,62,0.08);
  transform: translate(0, -4px);
  -webkit-box-shadow: 1px 10px 10px 0px rgba(61,63,62,0.08);
  -moz-box-shadow: 1px 10px 10px 0px rgba(61,63,62,0.08);
}

.shadow-base {
  box-shadow: 1px 5px 5px 0px rgba(61,63,62,0.16);
  -webkit-box-shadow: 1px 5px 5px 0px rgba(61,63,62,0.16);
  -moz-box-shadow: 1px 5px 5px 0px rgba(61,63,62,0.16);
}

.rounded {
  border: solid 1px hsl(150 2% 24% / 0.08);
  border-radius: var(--radius-value, 1rem);
  overflow: hidden;
}

.inset {
  inset: 0;
  position: absolute;
  z-index: 1;
}

@media(min-width: 768px) {
  
  :root {
    --container-max-width: 1360px;
    
    --section-padding-y: 5rem;
    --section-border-radius: 6.25rem;
  }

  .only-desk.only-desk {
    display: block;
  }
  
  .only-mobile.only-mobile {
    display: none;
  }
  
}

.card-c__link {
  background: hsl(var(--white));
  box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 10%);
  transition: transform ease 0.2s;
  will-change: transform;
  border-radius: var(--border-radius-base);
  overflow: hidden;
}

.card-c__link:hover {
  transform: translate(0, -4px);
}

.card-c__header {
  background: linear-gradient(45deg, #cad1d1 0%, #f0f0f0 100%);
  position: relative;
}

.card-c__header::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.card-c__header img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-c__coverage-logo img {
  height: auto;
  max-width: 190px;
  max-height: 30px;
  width: auto;
}

.card-c__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem 1rem;
}

.card-c__title {
  --flow-spacing: 0.25rem;
}

.card-c__footer {
  margin: auto 0 0 0;
}

.card-c__footer > * {
  margin: 1.5rem 0 0 0;
}

.get-started .form-cta-section {
  padding-top: calc(var(--section-padding-y) + var(--menuHeight, 0px));
}

.get-started .solutions-logos {
  border-bottom-left-radius: var(--border-raduis-8xl);
  border-bottom-right-radius: var(--border-raduis-8xl);
}

.get-started .testimonials.section {
  background-color: hsl(var(--white));
  padding-bottom: var(--section-padding-y);
}

.get-started .faq {
  padding-top: 0;
}

.get-started .content .form-cta-section {
  border-top-left-radius: var(--border-raduis-8xl);
  border-top-right-radius: var(--border-raduis-8xl);
  padding-top: var(--section-padding-y);
}

.get-started .content .form-cta-section-container {
  display: block;
}

.get-started .content .form-cta-section__txt {
  align-items: center;
  display: flex;
  text-align: center;  
}

.get-started .content .form-cta-section__form {
  margin: 3rem 0 0 0;
}
.blog {
  --offset-feature-post: 8rem;
}

.blog .widget-span {
  min-height: 0 !important;
}

.hero-blog {
  padding-bottom: calc(var(--offset-feature-post) + var(--section-padding-y));
  position: relative;
  overflow: hidden;
}

.hero-blog--is-newsroom {
  padding-bottom: var(--section-padding-y);
}

.hero-blog-bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-blog-bg img {]
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.hero-blog-container {
  position: relative;
}

.blog-listing-wrapper {
  position: relative;
}

.blog-card-link-container {
  align-items: center;
  border-radius: var(--border-raduis-base);
  box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--offset-feature-post) * -1);
  overflow: hidden;
}

.blog-card__photo {
  flex: 2;
  flex-shrink: 0;
}

.blog-card__txt {
  flex: 1;
  padding: 2rem;
}

.blog-filter {
  margin: 0.5rem 0 0 0;
}


.blog-filter__topics {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-top: -1rem;
}

.blog-filter__topics li {
  margin: 1rem 0 0 0.5rem;
}

.blog-filter__topics li a {
  border-radius: 4rem;
  display: block;
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  transition: background .3s linear;
  will-change: background;
}

.blog-filter__topics li a:hover {
  background: hsl(var(--green));
  color: hsl(var(--white));
}

.blog-card-container {
  grid-gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  margin-top: 1.5rem;
}

.blog-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -1rem;
  margin-top: 3rem;
}

.blog-pagination__link {
  align-items: center;
  color: hsl(var(--green));
  display: flex;
}

.blog-pagination__link:hover,
.blog-pagination__link:active,
.blog-pagination__link:focus {
  text-decoration: underline;
}

.blog-pagination > * {
  margin-left: 1rem;
}

.blog-pagination__link--active {
  border-radius: 4px;
  background-color: hsl(var(--green));
  color: hsl(var(--white));
  padding: 2px 8px;
}

.blog-pagination__link--active:hover,
.blog-pagination__link--active:active,
.blog-pagination__link--active:focus {
  text-decoration: none;
}

.blog-pagination__prev-link::before,
.blog-pagination__next-link::before {
  background-image: url(https://5242234.fs1.hubspotusercontent-na1.net/hubfs/5242234/US/_v2/assets/home/icon-next.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 30px;
  margin-left: 0.5rem;
  order: 1;
  padding-left: 44px;
  width: auto;
}

.blog-pagination__prev-link::before {
  margin: 0 0.5rem 0 0;
  order: 0;
  transform: rotate(180deg);
}



:root {
  --offset-blog-featured-image: 5rem;
}

.header-blogpost {
  background: hsl(var(--purple));
  padding-top: calc(1.5rem + var(--offset-blog-featured-image) + var(--menuHeight, 0px));
}

.post-featured-container {
  border-radius: 1rem;
  -webkit-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 10%);
  box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 10%);
  margin-top: calc(var(--offset-blog-featured-image) * -1);
  max-height: 50vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.post-featured-container::before {
  content: '';
  padding-top: 52.61%;
  display: block;
}

.post-featured__image {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.article-container {
  margin: 1.5rem 0 0 0;
}

.blog-post__nav {
  color: rgba(0,0,0,.2);
  display: flex;
  font-weight: 600;
  margin-left: -0.5rem;
}

.blog-post__nav a {
  color: hsl(var(--green));
}

.blog-post__nav a:hover {
  color: hsl(var(--green-900));
  text-decoration: underline;
}

.blog-post__nav > * {
  margin-left: 0.5rem;
}

.blog-post__nav li::after {
  content: '|';
  margin-left: .5rem;
}

.blog-post__nav li:last-child::after {
  content: '';
}

.blog-post__title {
  margin: 1rem 0 0 0;
}

.blog-post__summary {
  color: hsl(var(--purple));
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.618;
  margin: 1rem 0 0 0;
}


.blog-post__body {
  margin-top: 60px;
  line-height: 1.618;
}

/* .blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5 {
  color: #000;
} */

.blog-post__body img {
  max-width: 100%;
}

.blog-post__body a {
  color: hsl(var(--green));
  font-style: italic;
  word-break: break-word;
}

.blog-post__body a.cta {
  color: initial;
  font-style: initial;
}

.blog-post__body span > *:first-child {
  margin-top: 0;
}

.blog-post__body span > * {
  margin-top: var(--flow-spacing, 1rem);
  margin-bottom: 0;
}

.blog-post__body blockquote {
  border-left: solid 3px hsl(var(--robin-blue-700));
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5rem;
}

.blog-post__body .blog-post__bloquote-secondary {
  border: 0;
  font-style: italic;
  padding: 0;
}

/* .blog-post__body p + h2,
.blog-post__body p + h3,
.blog-post__body p + h4,
.blog-post__body p + h5,
.blog-post__body p + h6 {
  margin-top: 2.5rem;
} */

/* .blog-post__body ul {
  list-style: none;
  padding: 0;
}

.blog-post__body ul li::before {
  background-color: hsl(var(--green));
  border-radius: 100%;
  content: '';
  display: inline-block;
  flex-shrink: 0;
  height: 8px;
  margin-bottom: 1px;
  margin-right: 1rem;
  width: 8px;
} */


.blog-post__key-takeways {
  --key-takeways-padding: 2rem;
  --key-takeways-margin: 3rem;
}

.blog-post__key-takeways {
  padding: var(--key-takeways-padding);
  position: relative;
}

.blog-post__key-takeways.blog-post__key-takeways {
  margin-bottom: var(--key-takeways-margin);
  margin-top: var(--key-takeways-margin);
}

.blog-post__key-takeways::after,
.blog-post__key-takeways::before {
  border-color: hsl(var(--green));
  border-width: 3px;
  content: '';
  display: block;
  height: var(--key-takeways-padding);
  max-width: 400px;
  position: absolute;
  width: 100%;
}

.blog-post__key-takeways::after {
  border-bottom-style: solid;
  border-right-style: solid;
  bottom: 0;
  right: 0;
}

.blog-post__key-takeways::before {
  border-top-style: solid;
  border-left-style: solid;
  left: 0;
  top: 0;
}

.blog-post-key-takeways__title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-post__author {
  clear: both;
  margin: 3rem 0 0 0;
  text-align: center;
}

.author__photo {
  border-radius: 100%;
  filter: grayscale(1);
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 120px;
}

.author__photo img {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  width: 100%;
}

.author__name {
  color: ;
  line-height: inherit;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1.5rem;
}

.author__bio {
  margin-top: .5rem;
}

.author-bio__action {
  margin-top: 1rem;
}

.blog-post iframe[data-container="full"] {
  width: 100%;
}


.blog-post__text-highlight {
  color: hsl(var(--green));
  font-weight: 600;
}

.blog-post__main-highlight {
  font-weight: 600;
}

.section-card {
  padding: 1.5rem;
  border-radius: 16px;
  border: solid 2px #a0d5d2;
}

.section-card--disagree {
  background: rgb(71,48,77);
  background: -moz-linear-gradient(45deg, rgba(71,48,77,1) 0%, rgba(98,69,106,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(71,48,77,1) 0%, rgba(98,69,106,1) 100%);
  background: linear-gradient(45deg, rgba(71,48,77,1) 0%, rgba(98,69,106,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47304d',endColorstr='#62456a',GradientType=1);
  border: 0;
  color: #fff;
}


.blog-card-feature-container .blog-author {
  align-items: center;
  background: hsl(var(--white));
  border-radius: var(--border-raduis-base);
  box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--offset-feature-post)*-1);
  overflow: hidden;
  padding: 1.5rem;
  text-align: center;
}

.blog-card-feature-container .blog-author__photo {
  flex-shrink: 0;
}

.blog-card-feature-container .blog-author__photo + .blog-author__txt {
  margin: 1rem 0 0 0;
}

.blog-card-feature-container .blog-author__socials {
  display: flex;
  justify-content: center;
  margin-left: -0.5rem;
}

.blog-card-feature-container .blog-author-socials__item {
  margin: 0 0 0 0.5rem;
  width: 1.5rem;
}

.blog-card-feature-container .blog-author-socials__item svg {
  fill: hsl(var(--green));
}

.blog-author-articles-title {
  margin: 3rem 0 0 0;
}


@media(min-width: 768px) {
  
  .blog-card-feature-container .blog-author {
    flex-direction: row;
    padding: 3rem;
    text-align: left;
  }
  
  .blog-card-feature-container .blog-author__photo+.blog-author__txt {
    margin: 0 0 0 1.5rem;
  }
  
  .blog-card-feature-container .blog-author__socials {
    justify-content: flex-start;
  }
  
}



.news-coverage {
  padding-bottom: var(--section-padding-y);
}

.press-infos__contacts a {
  color: hsl(var(--green));
}

.press-infos__contacts a:hover {
  text-decoration: underline;
}

.press-infos {
  background: hsl(var(--white));
  border-radius: var(--border-raduis-base);
  box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 10%);
  margin-bottom: var(--section-padding-y);
/*   margin-top: calc(var(--offset-feature-post) * -1); */
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
}

.newsroom-listing {
  padding-bottom: 60px;
}

.post-container .hero {
  background-color: var(--robin-blue);
}

@media (min-width: 768px) {
  
  .press-infos {
    display: flex;
    justify-content: space-between;
    padding: 4rem;
  }
  
  .press-infos__kit {
    margin-top: 0;
  }
  
}


.ib {
  --max-width-container: 1300px;
  --padding-x-article: 3.5rem;
}

.ib .post-featured-container.post-featured-container.page-center,
.ib .blog-post-container.blog-post-container.page-center {
  max-width: var(--max-width-container);
}

.ib .article-container {
  display: flex;
  flex-wrap: wrap;
}

.ib .blog-post {
  flex: 1;
  width: 100%;
}

.ib.ar-blog .blog-post {
  padding: 0 1.5rem 0 1.5rem;
}

.ib .blog-post__aside {
  flex: 1;
  margin-top: 3rem;
  width: 100%;
}

.ib .blog-post__aside > div {
  position: sticky;
  top: 2rem;
}

.ib .aside-cta {
  top: 2rem;
}

.ib.ar-blog .aside-cta {
  top: 9rem;
}

.ib .post__featured.post__featured.page-center,
.ib .blog-post-container.blog-post-container.page-center {
  max-width: var(--max-width-container);
}

@media(min-width: 768px) {

  .ib .blog-post {
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 850px;
    width: 100%;
  }

  .ib.ar-blog .blog-post {
    padding: 0 3.75rem 0 3.75rem;
  }

  .ib .blog-post__aside {
    padding-right: var(--padding-x-article);
  }

}

.header-blogpost--is-newsroom-single {
  height: var(--menuHeight, 0px);
  padding: 0;
}

@media(min-width: 768px) {
  
  .hero-blog {
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
  }
  
  .blog-card-link-container {
    flex-direction: row;
  }
  
  .blog-post {
    margin-top: 3rem;
    padding: 0 3.75rem 0 3.75rem;
    position: relative;
  }
  
  .blog-post__engage-options {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  
  .blog-post__aside {
    padding-right: var(--padding-x-article);
  }

  .blog-post__author {
    align-items: center;
    display: flex;
  }

  .blog-post__banner-float {
    float: right;
    margin: 0 0 0 2rem;
    max-width: 48%;
  }

  .blog-post__main-highlight--is-floated {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem !important;
    max-width: 400px;
  }

  .author__photo {
    flex-shrink: 0;
    margin: 0;
  }

  .author__txt {
    text-align: left;
    margin-left: 1.5rem;
  }

  .author__name {
    margin-top: 0;
  }
  
  .blog-card__photo {
    align-self: stretch;
  }
  
  .blog-card__photo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

}

.blog-post-aside-wrapper {
  display: grid;
  grid-gap: 1.5rem;
}


.tag {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  font-weight: 600;
  color: hsl(var(--white));
  background: hsl(var(--green));
  display: inline-flex;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
}

.cky-preference-content-wrapper .cky-show-desc-btn {
  color: hsl(var(--green)) !important;
}

.cky-consent-container a,
.cky-modal a {
  color: hsl(var(--green)) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.cky-consent-container a:hover,
.cky-modal a:hover {
  text-decoration: underline !important;
}