/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

:root {
	--spacing-none: 0;
	--spacing-3xs: 2px;
	--spacing-2xs: 6px;
	--spacing-xs: 8px;
	--spacing-sm: 12px;
	--spacing-md: 16px;
	--spacing-lg: 20px;
	--spacing-xl: 24px;
	--spacing-2xl: 48px;
	--spacing-3xl: 60px;
	--spacing-4xl: 84px;
	--spacing-innerGutter: 24px;
	--spacing-outerButter: 16px;
}

@media(min-width: 768px) {
	:root {
		--spacing-3xs: 3px;
		--spacing-2xs: 7px;
		--spacing-xs: 10px;
		--spacing-sm: 14px;
		--spacing-md: 18px;
		--spacing-lg: 22px;
		--spacing-xl: 32px;
		--spacing-2xl: 52px;
		--spacing-3xl: 72px;
		--spacing-4xl: 108px;
		--spacing-innerGutter: 32px;
	  --spacing-outerButter: 24px;
	}
}

@media(min-width: 1440px) {
	:root {
		--spacing-3xs: 4px;
		--spacing-2xs: 8px;
		--spacing-xs: 12px;
		--spacing-sm: 16px;
		--spacing-md: 20px;
		--spacing-lg: 24px;
		--spacing-xl: 48px;
		--spacing-2xl: 60px;
		--spacing-3xl: 84px;
		--spacing-4xl: 120px;
		--spacing-innerGutter: 48px;
	  --spacing-outerButter: 0px;
	}
}

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

html {
  scroll-behavior: smooth;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

/* Leapwork */
.article__body, .body-container--lp .dnd-section>.row-fluid, .body-container--default .dnd-section>.row-fluid { margin: 0 auto; max-width: 1024px; padding: 0 2rem; }
.body-container--lp .dnd-section>.row-fluid, .body-container--default .dnd-section>.row-fluid { max-width: 1264px; padding: 1.5rem 2rem; }
.body-container--lp .dnd-section .dnd-column, .body-container--default .dnd-section .dnd-column { padding: 0; }
.body-container--lp .meetings-iframe-container, .body-container--default .meetings-iframe-container { max-width: 550px; }
.body-container--lp .logo-grid, .body-container--default .logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-evenly;
  max-width: 600px;
  padding: 1rem 0;
}

.logo-grid img {
  border-radius: 0;
  height: auto;
  max-height: 40px;
  width: 100px;
}

@media (max-width: 1049px) {
  .body-container--lp .logo-grid, .body-container--default .logo-grid { gap: 32px 20px; }
}

@media screen and (max-width: 900px) {
  .article__body { padding: 0 1rem; }
  .body-container--lp .dnd-section>.row-fluid, .body-container--default .dnd-section>.row-fluid { padding: 1rem; }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

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

/* Leapwork Custom Props */
/** %%%%%
Leapwork Custom Props
%%%%% **/
:root {
  /* Leapwork Web Styleguide */
  --lw-go-green: #00ff00;
  --lw-create-purple: #d1bbff;
  --lw-mid-purple: #9c69ff;
  --lw-flow-blue: #5da7ff;
  --lw-dark-blue: #3d6eff;
  --lw-light-orange: #ffecd9;
  --lw-light-blue: #e7f2ff;
  --lw-light-green: #d9ffd9;
  --lw-light-grey: #f1f1f1;
  --lw-mid-grey: #d2d2d2;
  --lw-dark-green: #074632;
  --lw-black: #0e1a26;
  /* Font */
  --lw-font-family: "Hellix", sans-serif;
  --lw-font-color: var(--lw-black);
  --lw-text-font-size: calc(18 / 16 * 1rem);
  --lw-text-letter-spacing: calc(-.2 / 16 * 1rem);
  --lw-text-line-height: calc(26 / 16 * 1rem);
  --lw-h1-font-size: calc(56 / 16 * 1rem);
  --lw-h1-letter-spacing: calc(-1.5 / 16 * 1rem);
  --lw-h1-line-height: calc(60 / 16 * 1rem);
  --lw-h2-font-size: calc(42 / 16 * 1rem);
  --lw-h2-letter-spacing: calc(-1 / 16 * 1rem);
  --lw-h2-line-height: calc(48 / 16 * 1rem);
  --lw-h3-font-size: calc(36 / 16 * 1rem);
  --lw-h3-letter-spacing: calc(-0.4 / 16 * 1rem);
  --lw-h3-line-height: calc(40 / 16 * 1rem);
  --lw-h4-font-size: calc(30 / 16 * 1rem);
  --lw-h4-letter-spacing: calc(-.3 / 16 * 1rem);
  --lw-h4-line-height: calc(28 / 16 * 1rem);
  --lw-h5-font-size: calc(24 / 16 * 1rem);
  --lw-h5-letter-spacing: calc(-.2 / 16 * 1rem);
  --lw-h5-line-height: calc(28 / 16 * 1rem);
  --lw-blog-related-font-size: calc(20 / 16 * 1rem);
  --lw-quote-font-size: calc(20 / 16 * 1rem);
  --lw-caption-font-size: calc(14 / 16 * 1rem);
  /* Image */
  --lw-border-radius: calc(16 / 16 * 1rem);
  --lw-cta-border-radius: calc(8 / 16 * 1rem);
  /* Grid */
  --lw-max-grid-width: 1200px;
}

/* Leapwork Globals */
/** %%%%%
Fine tuning
%%%%% **/
._uppercase {
  text-transform: uppercase;
}
._nowrap {
  white-space: nowrap;
}
/** %%%%%
Images
%%%%% **/
img { border-radius: var(--lw-border-radius); height: auto; width: 100%; }
.prevent-scroll { overflow: hidden; }

/* Leapwork Links */
/** %%%%%
Links
%%%%% **/
a {
  color: var(--lw-flow-blue);
  font-weight: 500;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: var(--lw-dark-blue);
  text-decoration: underline;
}

input[type='submit'] { font-weight: 500; }

.cta-primary, input[type='submit'] {
  background-color: var(--lw-go-green);
  border-radius: var(--lw-cta-border-radius);
  color: var(--lw-black);
  margin: 0 1rem;
  padding: 10px 16px 14px 16px;
  position: relative;
  transition: background-color .6s;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;  
}
input[type='submit']:hover {
  background-color: #000;
  color: #00FF00;  
}
.cta-primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(217,255,217,.8);
}
.cta-primary:hover { color: var(--lw-black); text-decoration: none; }
.cta-primary:hover:after {
  width: 120%;
  background-color: rgba(217,255,217,0);
  transition: .4s ease-in-out;
}

.cta:after {
      content: "\2192";
      display: inline-block;
      line-height: 1;
      margin: 0 0 .1875rem 0.3rem;
      transition: transform .4s;
      vertical-align: middle;
      width: calc(14 / 16 * 1rem);
  }

  input[type='submit']:hover { color: #fff; }

.blog-related-card:hover .cta:after, .cta:hover:after { transform: scaleX(1.5) translateX(3px); }

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/** %%%%%
Typography
%%%%% **/
@font-face {
  font-family: 'Hellix';
  src: url('https://www.leapwork.com/hubfs/brand/fonts/hellix-regular-webfont.woff2') format('woff2'),
    url('https://www.leapwork.com/hubfs/brand/fonts/hellix-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Hellix';
  src: url('https://www.leapwork.com/hubfs/brand/fonts/hellix-medium-webfont.woff2') format('woff2'),
    url('https://www.leapwork.com/hubfs/brand/fonts/hellix-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Hellix';
  src: url('https://www.leapwork.com/hubfs/brand/fonts/hellix-semibold-webfont.woff2') format('woff2'),
    url('https://www.leapwork.com/hubfs/brand/fonts/hellix-semibold-webfont.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

body, button, input, select, optgroup, textarea {
  color: var(--lw-font-color);
  font-family: var(--lw-font-family);
  font-size: var(--lw-text-font-size);
  letter-spacing: var(--lw-text-letter-spacing);
  line-height: var(--lw-text-line-height);
}

h1, h2, h3, h4, h5 {
  color: var(--lw-font-color);
  font-weight: normal;
  margin: 1rem 0;
}

h1 {
  font-size: var(--lw-h1-font-size);
  letter-spacing: var(--lw-h1-letter-spacing);
  line-height: var(--lw-h1-line-height);
}

h2 {
  font-size: var(--lw-h2-font-size);
  letter-spacing: var(--lw-h2-letter-spacing);
  line-height: var(--lw-h2-line-height);
  margin-top: 2rem;
}

h3 {
  font-size: var(--lw-h3-font-size);
  letter-spacing: var(--lw-h3-letter-spacing);
  line-height: var(--lw-h3-line-height);
}

h4 {
  font-size: var(--lw-h4-font-size);
  letter-spacing: var(--lw-h4-letter-spacing);
  line-height: var(--lw-h4-line-height);
}

h5 {
  font-size: var(--lw-h5-font-size);
  letter-spacing: var(--lw-h5-letter-spacing);
  line-height: var(--lw-h5-line-height);
}

.label {
  cursor: text;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.caption { font-size:  var(--lw-caption-font-size); }

.lw-tag {
  background-color: var(--lw-light-green);
  border-radius: 1rem;
  display: inline-block;
  font-weight: 500;
  margin: 0;
  padding: .5rem 1rem;
}

/* Lists */
ul,
ol {
  margin: 0 0 calc(18 / 16 * 1rem);
  padding-left: calc(18 / 16 * 1rem);
}

ul ul, ul ol, ol ol, ol ul {
  margin-top: calc(18 / 16 * 1rem);
}

main li:not(:last-of-type) {
  margin-bottom: calc(10 / 16 * 1rem);
}

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

.list-check li { list-style-image: url("https://www.leapwork.com/hubfs/images/icons/checkmark-icon.svg"); padding-left: .25rem; }

/* !# HS styles not validated whether needed yet */
/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
.btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  outline: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  transition: all .3s ease-in-out;
  padding: 12px 16px;
  padding: 10px 16px 14px 16px;
  letter-spacing: -0.14px;
  border-radius: 8px;
}
.btn:hover {
  text-decoration: none;
}
.btn .cta_button {
  line-height: normal; 
}

.btn:focus {
  box-shadow: none;
  text-decoration: none;
}

button,
.button,
.hs-button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* primary button */
.btn.primary-button {
  background-color: #00FF00;
  color: #000;  
  display: inline-flex;
  align-items: center;
}
.btn .ico-circle {
  margin: 4px 0 0 8px;
}
.btn.primary-button .ico-circle {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.btn.primary-button:hover,
.btn.primary-button:focus {
  background-color: #000;
  color:#00FF00;
}
.btn.primary-button:hover .ico-circle,
.btn.primary-button:focus .ico-circle {
  background-color: #00FF00;
}
.btn.primary-button .ico-circle svg {
  position: absolute;
  left: -2px; 
  width: 80%;
  transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}
.btn.primary-button:hover .ico-circle svg {
  left: -1px;
  width: 100%;
  transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}
.btn.primary-button:hover .ico-circle svg path,
.btn.primary-button:focus .ico-circle svg path {
  fill: #000;
}
.btn.primary-button.disabled {
  color: #d2d2d2;
  pointer-events: none;
  background-color: #f1f1f1;
}
.btn.primary-button.disabled .ico-circle {
  background-color: #d2d2d2;
}
.btn.primary-button.disabled .ico-circle svg path,
.btn.primary-button.disabled .ico-circle svg path {
  fill: #fff;
}
/* secondary button */
.btn.secondary-button {
  background-color: #D4E7FF;
  color: #000;
}
.btn.secondary-button:hover,
.btn.secondary-button:focus {
  background-color: #000;
  color:#fff;
}

/* tertiary button */
.btn.tertiary-button {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}
.btn.tertiary-button:hover,
.btn.tertiary-button:focus {
  background-color: #000;
  color: #fff;
}

/* quaternary button */
.btn.quaternary-button {
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
html body form .hs-input {
  border-radius: 12px;
  border: 1px solid #D2D2D2;
  background: rgba(241, 241, 241, 0.20);  
}
html body form .hs-input,
html body form .hs-input::placeholder,
html body form select.hs-input {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #505050;
}

html body form select.hs-input {
 background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzJCM0EyQiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTIuNzk3IDE1LjIwM2EuNTYzLjU2MyAwIDAgMS0uNzk2IDBMNi4yNjYgOS40NjhhLjU2LjU2IDAgMCAxIDAtLjc5NmwuMjY1LS4yNjVjLjIyLS4yMi41NzYtLjIyLjc5NiAwbDUuMDcyIDUuMDcyIDUuMDcyLTUuMDcyYy4yMi0uMjIuNTc2LS4yMi43OTUgMGwuMjY2LjI2NWMuMjIuMjIuMjIuNTc2IDAgLjc5NnoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==); 
 background-position: center right 11px;
 background-repeat: no-repeat;  
  -webkit-appearance: none;
  -moz-appearance: none;  
}

html body form select.hs-input::-ms-expand {
    display: none;
}

html body form .hs-error-msgs li {
  margin-top: 0;
}

html body form input[type=text].hs-input,
html body form input[type=email].hs-input,
html body form input[type=number].hs-input,
html body form input[type=tel].hs-input,
html body form select {
  padding: 14px 16px 14px 43px;
}

html body form input[type=submit].hs-button {
  margin-left: 0;
}


html body form .hs-form-booleancheckbox span {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.48px;  
}

html body form .hs-form-booleancheckbox input[type=checkbox].hs-input {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

html body form .hs-richtext.hs-main-font-element * {
  margin-top: 0;
}

html body form .hs-richtext.hs-main-font-element a {
  color: inherit;
}

/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  outline-color: var(--lw-flow-blue);
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: var(--lw-dark-green);
  margin-left: 2px;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Note */

.note-box {
  margin-top: 24px;
  padding: 1rem 2rem;
  background: #E7F2FF;
  border-radius: 12px;
}



/* New fields (Used in RIO calc) */

/* Reset Chrome, Safari, Edge, Opera */
.input-wrapper > input.input-default::-webkit-outer-spin-button,
.input-wrapper > input.input-default::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Reset Firefox */
.input-wrapper > input[type=number] {
  -moz-appearance: textfield;
}

input.input-default,
select.select-default { 
  height: 48px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: none;
  background: #fcfcfc;
  border-radius: 12px;
  font-family: inherit;
  border: 1px solid #d2d2d2;
}

/* Input number */
input.input-default {
  width: 82px;
  text-align: center;
}

/* Select dropdown */
select.select-default {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0 1rem;
  appearance: none;
  padding-right: 2.5rem;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");

}

/* GENERAL RESET */
input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 12px;
  background: transparent; /* remove default styling */
  cursor: pointer;
  margin-bottom: 8px;
  border: none;
  /* Za Chrome i Safari da thumb ne skace */
  padding: 0;
  margin: 0;
}

/* CHROME + SAFARI (WebKit browsers) */
input[type="range"]::-webkit-slider-runnable-track {
  height: 12px;
  background: linear-gradient(to right, #5DA7FF var(--percent, 0%), #D9D9D9 var(--percent, 0%));
  border-radius: 50px;
  transition: background 0.3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #5DA7FF;
  margin-top: -6px; /* Polovina razlike između thumb visine (24) i track visine (12) */
  cursor: pointer;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 2;
}

/* FIREFOX */
input[type="range"]::-moz-range-track {
  height: 12px;
  background: #D9D9D9;
  border-radius: 50px;
}

input[type="range"]::-moz-range-progress {
  background-color: #5DA7FF;
  height: 12px;
  border-radius: 50px;
}

input[type="range"]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #5DA7FF;
  border: none;
  cursor: pointer;
  box-shadow: none;
}

/* INTERNET EXPLORER + EDGE LEGACY */
input[type="range"]::-ms-track {
  height: 12px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #5DA7FF;
  border-radius: 50px;
}
input[type="range"]::-ms-fill-upper {
  background: #D9D9D9;
  border-radius: 50px;
}
input[type="range"]::-ms-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #5DA7FF;
  border: none;
  cursor: pointer;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

.tb-border th, .tb-border td { border: 1px solid var(--lw-dark-green); padding: calc(5 / 16 * 1rem); }

/* Latest Leapwork Table Design June 2025 */

table.table-default {
  margin: 0 auto;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.35rem;
  border: 1px solid #D9D9D9;
  border-collapse: separate;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
table.table-default th {
  border: none;
  padding: 8px;
  text-align: center;
}
table.table-default th.row-title {
  padding: 14px;
  color: #9c69ff;
  text-align: left;
  border-top: 2px solid #0E1A26;
  border-bottom: 2px solid #0E1A26;
}
table.table-default thead tr th {
  padding: 25px 12px;
}
table.table-default tbody.col-align-left tr td {
  text-align: left;
}

table.table-default tbody tr td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid #D2D2D2;
}

table.table-default tbody tr:last-of-type td {
  border-bottom: none;
}

table.table-default tbody tr > td:first-of-type {
  text-align: left;
  border-right: 3px solid #D1BBFF;
}

@media (max-width: 768px) {
  .table-wrapper {
    overflow: scroll;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/** %%%%%
Header
%%%%% **/
/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

header { border-bottom: 1px solid var(--lw-light-grey); padding: 1rem; }
.header-content {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: 180px auto;
  grid-template-rows: auto;
  grid-template-areas: "header-logo nav";
  align-items: center;
  height: 42px;
  margin: 0 auto;
  max-width: var(--lw-max-grid-width);
}
.header-logo { display: inline-block; line-height: 0; }
.header-logo img { grid-area: header-logo; max-width: 200px; }
nav {
  align-items: center;
  display: flex;
  gap: 1rem;
  grid-area: nav;
  width: 100%;
}
.nav-actions { margin-left: auto; }
nav ul {
  font-weight: 500;
  flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
nav > ul li { display: inline-block; padding: .5rem .625rem; text-align: left; }
nav li.has-children > a:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin: 0 0 0.125rem 0.5rem;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform .2s ease-out;
}
nav .nav-menu-l2 {
  background: #fff;
  border-radius: var(--lw-border-radius);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 20px 0px;
  display: flex;
  gap: 2rem;
  left: 0;
  position: absolute;
  top: 55px;
  overflow: hidden;
  padding: 1rem;
  opacity: 0;
  text-align: left;
  transform: translateX(-100vw);
  transition-property: opacity, transform;
  transition-delay: 125ms;
  z-index: 100;
}
.nav-menu-l3 {
  border-top: 1px solid var(--lw-dark-green);
  display: flex;
  flex-direction: column;
  margin-top: .5rem;
}
.nav-menu-l2 .submenu { min-width: 180px; }
.nav-menu-l2 .label { white-space: nowrap; }
.nav-menu-l3 li { padding: 0; }
.nav-menu-l3 a { display: inline-block; font-size: 1rem; height: 100%; padding: .5rem 1rem .5rem 0; transition: transform .2s ease-out; width: 100%; }
.nav-menu-l3 li:hover a { transform: translateX(.5rem); }
nav a, .nav-actions a { color: var(--lw-black); }
nav a:hover, nav a:focus { color: var(--lw-black); text-decoration: none; }
.nav-actions a { font-size: 1rem; }
.nav-actions a:first-of-type:hover { color: var(--lw-dark-blue); text-decoration: none; }
.nav-actions .cta-primary { margin-right: 0; }
.mobile-nav { display: none; }
.nav-scrolldown {
  background-color: #fff;
  left: 0;
  position: fixed;
  transform: translateY(-100%);
  top: 0;
  width: 100%;
  z-index: 100;
}
.nav-scrollup { transform: translateY(0); transition: transform 300ms ease-in; }

@media screen and (min-width: 1109px) {
  nav > ul li:not(.submenu):hover { background-color: var(--lw-light-green); border-radius: var(--lw-cta-border-radius); }
  nav li.has-children:hover > a:after {
    transform: rotate(-135deg);
  }
  nav li.has-children:hover .nav-menu-l2 { opacity: 1; transform: translateX(0); transition-delay: 0s; }
  .nav-menu-l2.nav-end { left: 300px; }
}

@media screen and (max-width: 1108px) {
  nav { display: none; grid-area: none; }
  .header-content {
    grid-template-columns: 180px auto;
    grid-template-areas: "header-logo mobile-nav";
  }
  .mobile-nav {
    cursor: default;
    display: block;
    grid-area: mobile-nav;
    justify-self: end;
    margin: .375rem 0;
  }
  #mobile-menu { opacity: 0; }
  #mobile-menu:checked + .mobile-nav-btn > span {
    transform: rotate(45deg);
  }
  #mobile-menu:checked + .mobile-nav-btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #mobile-menu:checked + .mobile-nav-btn > span::after {
    top: -1px;
    transform: rotate(90deg);
  }
  nav:has(~ .mobile-nav #mobile-menu:checked) {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    overflow: scroll;
    padding-bottom: 100px;
    position: absolute;
    top: 76px;
    width: 100%;
    z-index: 100;
  }
  nav > ul {
    display: flex;
    flex-direction: column;
  }
  nav a {
    display: inline-block;
    width: 100%;
  }
  .mobile-nav-btn {
    display: inline-block;
    position: relative;
    top: 0;
    right: 1rem;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  .mobile-nav-btn > span,
  .mobile-nav-btn > span::before,
  .mobile-nav-btn > span::after {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: var(--lw-dark-green);
    top: 14px;
    transition-duration: .25s;
  }
  .mobile-nav-btn > span::before {
    content: '';
    top: -8px;
  }
  .mobile-nav-btn > span::after {
    content: '';
    top: 7px;
  }
  nav .nav-menu-l2 {
    box-shadow: none;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    position: static;
    padding: 0;
    opacity: 1;
    overflow: auto;
    transform: none;
    transition: max-height 150ms ease-in, visibility 250ms ease-in;
    visibility: hidden;
  }
  nav > ul > li { padding-left: 1rem; }
  nav > ul > li a { padding: .5rem; }
  .open > .nav-menu-l2 {
    max-height: 100em;
    transition: max-height 500ms ease-in, visibility 1s ease-in;
    visibility: visible;
  }
  li:hover > a, .open .nav-menu-l3 li:hover { background-color: var(--lw-light-green); border-radius: var(--lw-cta-border-radius); }
  li.open:hover > a { background: none; }
  li.has-children.open { box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px -10px; }
  .nav-actions { align-items: center; display: flex; margin: 2rem auto 0; max-width: 200px; text-align: center; }
  .prevent-scroll .nav-scrollup { height: 100%; }
}
/** %%%%%
Footer
%%%%% **/
footer { border-top: 1px solid var(--lw-light-grey); overflow: hidden; padding: 1rem 2rem; position: relative; }
.footer:before, .blog-post__hero:before, .page__hero:before, .hero-xshapes:before {
  content: "";
  background-color: var(--lw-go-green);
  border-radius: 1rem;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -30px;
  left: -10px;
  transform: rotate(15deg);
  z-index: 1;
}

.footer:after, .blog-post__hero:after, .page__hero:after, .hero-xshapes:after {
  content: "";
  background-color: var(--lw-create-purple);
  border-radius: 50%;
  height: 150px;
  width: 150px;
  position: absolute;
  bottom: 0px;
  left: -100px;
}
.footer-nav {
  display: grid;
  column-gap: .75rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 50px auto;
  grid-template-areas: "footer-top footer-top footer-top footer-top" "nav-1 nav-2 nav-3 nav-4";
  justify-items: center;
  margin: 0 auto;
  max-width: var(--lw-max-grid-width);
  position: relative;
  z-index: 10;
}
.footer-top {
  align-items: center;
  border-bottom: 1px solid var(--lw-dark-green);
  display: grid;
  column-gap: .75rem;
  grid-template-columns: auto 30px 30px 30px;
  grid-template-rows: auto;
  grid-template-areas: "footer-logo footer-social-li footer-social-x footer-social-yt";
  grid-area: footer-top;
  width: 100%;
}
.footer-logo { margin: 0; }
.footer-logo img { grid-area: footer-logo; width: 180px;}
.footer-social-li img, .footer-social-x img, .footer-social-yt img { background-color: var(--lw-flow-blue); border-radius: .5rem; height: 30px; padding: 5px; width: 30px; }
.footer-social-li { grid-area: footer-social-li; }
.footer-social-x { grid-area: footer-social-x; }
.footer-social-yt { grid-area: footer-social-yt; }
.footer-social-li img:hover, .footer-social-x img:hover, .footer-social-yt img:hover { background-color: var(--lw-dark-blue); }
.footer-nav-1 { grid-area: nav-1; }
.footer-nav-2 { grid-area: nav-2; }
.footer-nav-3 { grid-area: nav-3; }
.footer-nav-4 { grid-area: nav-4; }
.footer-nav .label { margin-bottom: 0.625rem }
.footer-nav ul {
  list-style: none;
  padding: 0;
}
.footer-nav li { margin: 0.625rem 0; }
.footer-nav a, .otcookie-settings a, .otcookie-settings #ot-sdk-btn.ot-sdk-show-settings { color: var(--lw-black); font-size: 1rem; }
li.footer-contact-1 { margin-bottom: 1.2rem; }

footer .copyright, footer .otcookie-settings {
  font-size: 1rem;
  margin: 1rem auto 0;
  max-width: var(--lw-max-grid-width);
  position: relative;
  text-align: center;
  z-index: 10;
}

footer .otcookie-settings { margin-top: 0; }
.otcookie-settings #ot-sdk-btn.ot-sdk-show-settings { border: none; padding: 0; }
.otcookie-settings #ot-sdk-btn.ot-sdk-show-settings:hover { background: none; color: var(--lw-black); }

@media screen and (max-width: 630px) {
  footer { padding: 1rem; }
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50px auto auto;
    grid-template-areas: "footer-top footer-top" "nav-1 nav-2" "nav-3 nav-4";
    justify-items: start;
  }
}
/* Resources Form Global */
html body form input[type="email"].hs-input,
html body form input[type="number"].hs-input,
html body form input[type="tel"].hs-input,
html body form input[type="text"].hs-input,
html body form select {
  padding: 1rem;
}
.resource-body-form h3 {
  margin: 0;
}
.header-label {
  margin: 0;
  display: inline;
  font-size: 1rem;
  background: #d9ffd9;
  border-radius: 10px;
  padding: 2px 10px 4px 10px;
}
/* Leapwork Simple Hero */
.page__hero {
  min-height: 200px;
  overflow: hidden;
  padding: 3rem 1rem;
  position: relative;
 /* background-color: var(--lw-light-blue); */
}

.page__hero .hero-ctn {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  text-align: center;
  z-index: 10;
}
.hero-ctn > p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
} 
.hero-ctn h1 { margin-top: 0; } 
.hero-label { margin: 0 0 .5rem; }

.page__hero.default_shape:before {
  background-color: var(--lw-create-purple);
  bottom: -90px;
  left: -100px;
  height: 250px;
  width: 250px;
  transform: rotate(30deg);
  z-index: 0;
}

.page__hero.default_shape:after {
  background-color: var(--lw-flow-blue);
  bottom: -80px;
  height: 220px;
  width: 220px;
}

.hero-xshapes:before {
  background-color: var(--lw-flow-blue);
  left: auto;
  right: -80px;
  height: 230px;
  width: 230px;
  transform: rotate(-10deg);
  z-index: 0;
}

.hero-xshapes:after {
  background-color: var(--lw-go-green);
  bottom: -220px;
  left: auto;
  right: -100px;
  height: 350px;
  width: 350px;
}

.page__hero.variant_one_shape:before {
  background-color: var(--lw-create-purple);
  transform: rotate(30deg);
  border-radius: 2rem;
  bottom: -20px;
  height: 250px;
  left: -120px;
  width: 250px;
  z-index: 0;
}

.page__hero.variant_one_shape:after {
  background-color: var(--lw-go-green);
  bottom: -120px;
  height: 200px;
  width: 200px;
  left: 40px;
}

.cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.cta-wrapper a { margin: 0; }

@media screen and (max-width: 800px) {
  .page__hero:before { left: -170px; }
  .page__hero:after { left: -160px; }
  .hero-xshapes:before { right: -180px; }
  .hero-xshapes:after { right: -200px; }
}

/* Leapwork Related Content */
.related-content { padding: 3rem 2rem; }
.related-content h2 { width: 100%; }
.related-content-wrapper { margin: 0 auto; max-width: 1200px; }
.related-content-title-desc { margin: 0 0 2rem; }
.related-content-title-desc > p { max-width: 720px; }
.related-entries { display: flex; flex-wrap: wrap; gap: 2rem 2.5rem; }
.related-card { background-color: #fff; border: 1px solid var(--lw-mid-grey); border-radius: var(--lw-border-radius); flex-basis: 330px; flex-grow: 1; max-width: 370px; }
.related-card a { display: inline-flex; flex-direction: column; height: 100%; width: 100%; text-decoration: none; }
.related-card img { border-radius: 1rem 1rem 0 0; max-height: 188px; }
.related-card h3 { font-size: var(--lw-blog-related-font-size); font-weight: 500; line-height: normal; padding: 0 1rem; }
.related-card p { margin-top: auto; padding: 0 1rem; }
.related-card p.label { margin: 1rem 0 0; cursor: pointer; }
.related-card p:not(.cta) { color: var(--lw-black); font-weight: normal; }
.related-card:hover { box-shadow: 2px 2px 10px var(--lw-mid-grey); }
.related-card a:hover { text-decoration: none; }
.related-card:hover .cta:after { transform: scaleX(1.5) translateX(3px) }

/* Leapwork Resource Post  */
/* resource-post-body */
.resource-post-wrapper > section.resource-post-body > div {
  padding-bottom: 12px;
}
.resource-post-body {
  display: flex;
  padding: 0 2rem;
}
/* resource-post-inner */
.resource-post-inner {
  z-index: 5;
  display: flex;
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1200px;
  position: relative;
}
/* resource-body-content */
.resource-post-body .resource-body-content,
.resource-post-body .resource-body-form {
  width: 50%;
  float: left;
}
/* resource-body-content */
.resource-post-body .resource-body-content {
  padding-right: 20px;
}
/* resource-body-form */
.resource-post-body .resource-body-form {
  display: flex;
  max-width: 576px;
  padding-left: 20px;
  margin-bottom: 40px;
  justify-content: right;
}
.resource-post-body .resource-body-form .inner-container,
.resource-post-body .resource-body-form .widget-type-form {
  margin: auto;
  padding: 48px;
  max-width: 1000px;
  border-radius: 14px;
  padding-right: 24px;
  padding-bottom: 48px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}
/* Leapwork Resource Post */
/* Speakers */
.resource-speakers h2 {
  margin: 0 0 40px 0;
}
.resource-speakers .speakers-wrapper {
  display: flex;  
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.resource-speakers .speakers-inner {
  left: -20px;
  margin-right: 10px;
  text-align: center;
  position: relative;
  padding-bottom: 32px;
}
.resource-speakers .speakers-inner p {
  margin: 0;
  width: 160px;
  font-weight: 500;
  line-height: 12px;
}
.resource-speakers .speakers-inner p span {
  top: 10px;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}
.resource-speakers .speakers-inner img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .resource-post-body .resource-body-form > div {
    width: 576px;
    min-height: 576px;
  }
} 
@media (max-width: 768px) {  
  .resource-post-inner {
    flex-direction: column;
  }
  .resource-post-body .resource-body-form .inner-container,
  .resource-post-body .resource-body-form .widget-type-form {
    padding: 16px;
  }
  .resource-speakers .speakers-inner {
    left: 0;
  }
}/* END Mobile responsive */

/* Tabs */
.normal_state:hover .text-wrap { border-bottom: 2px solid var(--lw-create-purple); }
.active-hover_state .text-wrap { border-bottom: 2px solid var(--lw-go-green); cursor: default; }

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

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

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Macro Components */
/* Atoms */
/* .hd-icon {
	position: relative;
	display: block;
  margin: 0 0 15px 0;
}

.hd-icon svg {
	display: block;
}

.hd-icon img,
.hd-icon svg{
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

@media (min-width: 768px){
  .hd-icon {
    margin: 0 0 20px 0;
  }
  .hd-icon img,
  .hd-icon svg{
    width: 100px;
    height: 100px;
  }
} */

.hd-icon {
  display: block;
}

/* Icon Card Variant */
.hd-icon.icon-card {
  min-width: 40px;
}

/* Tab Nav Variant */
.hd-icon.tab-nav.fa_icon{
	width: 32px;
	height: 32px;
	padding: 4px;
	transition: all 0.3s ease;
}
.hd-icon.tab-nav.fa_icon svg{
	width: 100%;
	transition: all 0.3s ease;
}
.hd-icon.tab-nav.custom_icon {
	max-width: 42px;
	height: auto;
}
.close-modal {
  background: none;
  border: none;
  font-size: 2rem;
}
.hd-modal {
  width: 80vw;
  position: fixed;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.3s ease-in-out;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 9999;
  background-color: #fff;
  display: none;
}
.hd-modal.active {
  top: 50%;
  display: block;
}
.hd-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
}
.hd-modal .modal-body {
  padding: 20px;
}
#modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#modal-backdrop.active {
  display: block;
}

/* Molecules */
.hd-icon-text__wrapper {
	display: flex;
}

/* Icon Card Variant */
.hd-icon-text__wrapper.icon-card {
	flex-direction: column;
	flex-wrap: wrap;
	gap: 16px;
	padding: var(--spacing-lg);
}

.hd-icon-text__wrapper.icon-card .icon-wrap {
	display: flex;
}

/* Tab Nav Variant */
.hd-icon-text__wrapper.tab-nav {
	display: flex;
	align-items: center;
	gap: var(--spacing-xs);
	padding: var(--spacing-xs) 0;
}

.hd-icon-text__wrapper.tab-nav .text-wrap {
	font-weight: 700;
	text-align: left;
	font-size: 1rem;
	line-height: 1.4;
}

@media(min-width: 768px) {
	.hd-icon-text__wrapper.tab-nav {
		padding: var(--spacing-lg) 0;
	}
}
.button-group {
   display: flex;
   align-items: stretch;
   gap:24px;
}
.hd-card{
  padding: 15px 0;
  margin: 0 0 15px 0;
  text-align: center;
  position: relative;
}

.hd-card .hd-headline{
  margin: 0 0 15px 0;
}

.hd-card .body-text{
  display: inline-block;
}

.hd-card .body-text p{
  margin: 0;
}

.hd-card .btn{
  margin:0;
}

@media (min-width: 768px){
  .hd-card{
    margin: 0 0 30px 0;
  }
  .hd-card .hd-headline{
    margin: 0 0 20px 0;
  }
}
.text-block {
  display: flex;
  flex-direction: column;
	gap: var(--spacing-xl);
}

.text-block.text-block-hero-banner {
  gap: 24px;
}

.text-block .text-block-text {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-xs);
}

.text-block .text-block-text .hd-headline,
.text-block .text-block-text p {
	margin: 0;
}
.quote__wrapper.vertical {
  display: flex;
  grid-gap: 16px;
  max-width: 784px;
  margin: auto;
}

.quote__wrapper.vertical .button-wrap {
    margin-top: 28px;
}

.quote__wrapper.vertical .quote__content--text {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.2px;
}

.quote__wrapper.vertical .quote__content--name {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 21.6px;
}

.quote__wrapper.vertical .quote__content--designation {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 21.6px;
}

.quote__wrapper.vertical .quote__content--name,
.quote__wrapper.vertical .quote__content--designation {
  display: block;  
}

.quote__wrapper .quote__image {
  width: 78.78px;
  height: 78.78px;
  border-radius: 100%;
}

.quote__wrapper.horizontal img {
  height: auto;
  width: auto;
}

.logo-img .quote__image { border-radius: 0; }

.quote__wrapper .quote__content--text {
  color: #000;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.quote__wrapper .quote__content--name,
.quote__wrapper .quote__content--designation {
  color: #7C7C7C;
  font-size: 17.156px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;   
}

@media (min-width: 430px) {
  .quote__wrapper .quote__content--text {
    font-size: 27.112px;
    line-height: 36px;
  }  
}
.hd-switchback__container {
  max-width: 1200px;
  margin: 0 auto;        
  padding-left: 16px;
  padding-right: 16px;
}
.hd-switchback__container .hd-switchback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 24px;
}
.hd-switchback__container .hd-switchback__inner.inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;  
}
.hd-switchback__content--quote {
  margin-top: 48px;
  margin-bottom: 48px;
}

.hd-switchback__content,
.hd-switchback__media {
  width: 100%;
} 

.hd-switchback__media .image {
  max-width: 576px;
  width: 100%;
}
.hd-switchback__content.with-icon {
  display: flex;
}
.hd-switchback__content.with-icon .hd-switchback__content--headline {
  margin-top: 0;
}  
.hd-switchback__content.with-icon .icon img {
  width: 40px;
  height: 40px;    
}
@media (max-width: 768px) {
  .hd-switchback__content.with-icon {
    margin-top: 18px;
  }
  .hd-switchback__container .hd-switchback__inner {  
     -webkit-box-orient: vertical !important;  
     -webkit-box-direction: reverse !important;  
         -ms-flex-direction: column-reverse !important;  
             flex-direction: column-reverse !important;  
  }
}
@media (min-width: 1024px) {
  .hd-switchback__content.with-icon .icon img {
    width: 63px;
    height: 63px;    
  }   
  .hd-switchback__content,
  .hd-switchback__media {
    width: 50%;    
  }  
}
.hd-facts__container .content-container {
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;        
}
.hd-facts__headline {
  margin-bottom: 48px;
}
.hd-facts__stats-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
.hd-facts__stats-wrapper .stat-item {
  padding: 24px;
  text-align: center;
}
.hd-facts__stats-wrapper .stat-item .stat-item__amount {
  color: #000;
  font-size: 42px;
  font-style: normal;
  line-height: 48px;
  letter-spacing: -0.6px;  
}
.hd-facts__stats-wrapper .stat-item .stat-item__sub-copy {
  margin-top: 12px;
}
.hd-facts__stats-wrapper .stat-item .stat-item__sub-copy * {
  margin: 0;
}
@media (min-width: 425px) {
  .hd-facts__stats-wrapper {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr); 
    grid-gap: 24px;
  }    
}
@media (min-width: 768px) {
  .hd-facts__stats-wrapper .stat-item:nth-child(even) {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #000;
  }  
  .hd-facts__stats-wrapper {
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 24px;
  }  
}

@media (min-width: 992px) {
  .hd-facts__stats-wrapper {
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr); 
    grid-gap: 24px;
  }  
}
.button-wrapper.btn-left {
    text-align: left;
}

.button-wrapper.btn-center {
    text-align: center;
}

.button-wrapper.btn-right {
    text-align: right;
}
.hd-split__container {
  position: relative;
  width: 100%;  
}
.hd-split__container .svg-graphic {
  width: 100%;
  margin-bottom: -6px;  
}
.hd-split__container .split-fx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}