/* Theme base styles */

/* Generic */

*, *: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;
}

/**
 * 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,
h2.
  font-size: 2em;
  margin: 0 0 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;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--plum-purple);
  border-radius: 10px;
  padding: 10px 30px 10px 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L12 0H0L6 6Z' fill='%2338D68F'/%3E%3C/svg%3E%0A");  background-position: right 10px center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  select {
    width: 100%;
  }
}

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

/* Objects */

.dnd-section {
  position: relative;
}

@media (max-width: 900px) {
  .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    margin-left: 0 !important;
    width: auto !important;
    padding: 0 !important;
  }

  .row-fluid-wrapper > .row-fluid {
    flex-direction: column !important;
  }

  .row-fluid-wrapper > .row-fluid .hs_cos_wrapper_type_linked_image {
    display: flex;
    justify-content: center;
  }
}

/* Sticky columns */

.sticky-columns-container__outer {
  background: rgb(233, 233, 233);
  background: linear-gradient(
    180deg,
    rgba(233, 233, 233, 1) 0%,
    rgba(255, 255, 255, 1) 30%
  );
}

.sticky-columns-container__outer.white {
  background: var(--white);
}

.sticky-columns-container {
  display: flex;
  gap: 80px;
  padding: 100px 0;
}

.sticky-columns-container__left {
  width: 350px;
  height: 100%;
  position: sticky;
  top: 150px;
  /*
  overflow-y: auto;
  max-height: calc(100vh - 170px);
  */
}

.sticky-columns-container__right {
  width: calc(100% - 430px);
}

.sticky-columns-container__right p {
  color: var(--charcoal);
}

@media (max-width: 1200px) {
  .sticky-columns-container {
    flex-direction: column;
    padding: 40px 0 0;
  }

  .sticky-columns-container__left,
  .sticky-columns-container__right {
    width: 100%;
  }

  .sticky-columns-container__left {
    top: 0;
    z-index: 10;
    transition: var(--transition);
  }

  .sticky-columns-container__left.scrolled {
    top: 88px;
  }
}

/* Module title */

.module-title {
  margin-bottom: 50px;
  max-width: 880px;
}

.module-title.center {
  margin: 0 auto 60px;
}

@media (max-width: 767px) {
  .module-title {
    text-align: left !important;
  }
}

/* Responsive grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important ;
  }
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

/* Elements */

.white-content *:not(.button) {
  color: var(--white) !important;
}

.dark-content *:not(.button) {
  color: var(--charcoal) !important;
}

.dark-content h3 *,
.dark-content h4 * {
  color: var(--plum-purple);
}

.dark-content .additional-description {
  color: var(--primary-blue);
}

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

a.underline-fade {
  text-decoration-color: transparent;
  transition: var(--transition);
}

a.underline-fade:hover {
  text-decoration-color: transparent;
  transition: var(--transition);
  color: var(--plum-purple) !important;
  text-decoration-color: var(--plum-purple) !important;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  padding-left: 0;
  margin: 0 0 1.4rem;
}

ul li {
  margin: 0.7rem 0.7rem 0.7rem 0;
}

main:not(.dnd-section) ul:not(.inputs-list) li {
  margin: 0.7rem 0.7rem 0.7rem 20px;
}

main:not(.dnd-section) .blog-post__body ul li {
  margin: 0.7rem 0.7rem 0.7rem 40px;
}

ol li {
  margin: 0.7rem 0.7rem 0.7rem 1rem;
}

ul:not(.no-list) li li,
ol:not(.no-list) li li,
ol:not(.no-list) ul li,
ol:not(.no-list) ol li,
ul:not(.no-list) ul li,
ul:not(.no-list) ol li {
  margin: 0.7rem 0.7rem 0.7rem 2.4rem !important;
}

main .dnd-section ul:not(.inputs-list) {
  list-style: none;
  padding: 0;
}

main .dnd-section ul:not(.inputs-list) li {
  margin: 0.7rem 0;
  position: relative;
  padding-left: 32px;
}

main .dnd-section ul:not(.inputs-list) li::before {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2px;
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2338D68F'/%3E%3Cpath d='M6 10L9 13L15 7' stroke='%23282828'/%3E%3C/svg%3E%0A");
}

main .dnd-section .dark-tick ul:not(.inputs-list) li::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23282828'/%3E%3Cpath d='M6 10L9 13L15 7' stroke='%2338D68F'/%3E%3C/svg%3E%0A");
}

main .dnd-section ul:not(.inputs-list) ol li {
  padding-left: 0;
  margin-left: 20px;
}

main .dnd-section ul:not(.inputs-list) ol li::before {
  display: none;
}

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

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

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.4rem;
  position: relative;
}

blockquote::before {
  content: "\201C";
  position: absolute;
  left: -14px;
  top: 0;
}

blockquote::after {
  content: "\201D";
  margin-left: 1px;
}

.blog-post__body blockquote::before,
.blog-post__body blockquote::after {
  display: none;
}

.blog-post__body blockquote,
.blog-post__body blockquote *:not(footer),
.blog-post__body blockquote *:not(cite) {
  font-weight: bold;
}

.blog-post__body blockquote footer,
.blog-post__body blockquote cite {
  font-style: italic;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* Arrow links */

.arrow-link {
  display: flex;
  align-items: center;
}

.sticky-columns-container__left .arrow-link {
  align-items: flex-start;
}

.sticky-columns-container__left .arrow-link::after {
  margin-top: 5px;
}

.arrow-link,
.arrow-link:hover {
  text-decoration: none;
  font-weight: 600;
}

.arrow-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background: url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M12.175 7L6.575 1.4L8 -6.99382e-07L16 8L8 16L6.575 14.6L12.175 9L6.11959e-07 9L7.86805e-07 7L12.175 7Z%22 fill%3D%22%2338D68F%22/%3E%3C/svg%3E")
    no-repeat center center;
  background-size: contain;
  margin-left: 15px;
  transition: var(--short-transition);
}

.arrow-link.white::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.175 7L6.575 1.4L8 -6.99382e-07L16 8L8 16L6.575 14.6L12.175 9L6.11959e-07 9L7.86805e-07 7L12.175 7Z' fill='%23fff'/%3E%3C/svg%3E")
    no-repeat center center;
}

.black-arrow .arrow-link::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.175 7L6.575 1.4L8 -6.99382e-07L16 8L8 16L6.575 14.6L12.175 9L6.11959e-07 9L7.86805e-07 7L12.175 7Z' fill='%23282828'/%3E%3C/svg%3E")
    no-repeat center center;
}

.arrow-link.dark::after {
  background: url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M12.175 7L6.575 1.4L8 -6.99382e-07L16 8L8 16L6.575 14.6L12.175 9L6.11959e-07 9L7.86805e-07 7L12.175 7Z%22 fill%3D%22%23282828%22/%3E%3C/svg%3E")
    no-repeat center center;
}

.arrow-link.white-hov:hover::after,
.arrow-link.white-hov.active::after {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6969 7.875L7.39687 1.575L9 1.12054e-06L18 9L9 18L7.39687 16.425L13.6969 10.125L-1.21889e-06 10.125L-1.02219e-06 7.875L13.6969 7.875Z' fill='white'/%3E%3C/svg%3E%0A")
    no-repeat center center;
}

.post-card:hover .arrow-link::after,
.arrow-link:hover::after,
.hs-search-results__listing li:hover .arrow-link::after {
  transform: translateX(7px);
}

.arrow-link.backwards::after {
  display: none;
}

.arrow-link.backwards::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background: url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M12.175 7L6.575 1.4L8 -6.99382e-07L16 8L8 16L6.575 14.6L12.175 9L6.11959e-07 9L7.86805e-07 7L12.175 7Z%22 fill%3D%22%2338D68F%22/%3E%3C/svg%3E")
    no-repeat center center;
  background-size: contain;
  margin-right: 15px;
  transition: var(--short-transition);
  transform: rotate(180deg);
}

.arrow-link.backwards:hover::before {
  transform: translateX(-7px) rotate(180deg);
}

/* Swiper buttons */

.swiper-arrow__large {
  cursor: pointer;
  display: flex;
  transition: var(--transition);
}

.swiper-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.swiper-navigation__arrow {
  cursor: pointer;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: var(--plum-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.swiper-navigation__arrow__prev {
  transform: scale(-1);
}

.swiper-navigation__arrow.swiper-button-disabled {
  background-color: var(--gray);
  cursor: not-allowed;
}

.swiper-pagination.swiper-pagination__custom {
  position: static !important;
  bottom: 10px;
  left: 0;
  width: fit-content !important;
  margin: 60px auto 0;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-pagination.swiper-pagination__custom::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  height: 2px;
  width: calc(100% - 30px);
  background-color: var(--plum-purple);
  z-index: -1;
}

.swiper-pagination.swiper-pagination__custom .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  margin: 0 12px !important;
  background-color: var(--plum-purple);
  transition: var(--transition);
  position: relative;
  opacity: 1;
}

.swiper-pagination.swiper-pagination__custom
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  background-color: var(--leaf-green);
}

.swiper-button-disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.prev-btn,
.next-btn {
  cursor: pointer;
}

/* CTA wrapper */

.hs-web-interactive-inline {
  display: inline-block;
}

/* Tabs */

.tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tabs__tab {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.tabs__tab::after {
  position: absolute;
  content: "";
  width: calc(100% + 50vw);
  height: 100%;
  right: -20px;
  top: 0;
  z-index: 0;
  border-radius: 10px;
  background-color: transparent;
  transition: var(--transition);
}

.tabs__tab__tab-title {
  margin: 0;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 4px 0;
  justify-content: space-between;
}

@media (min-width: 1025px) {
  .tabs.mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  .tabs.desktop .tabs__tab {
    display: none;
  }
}

/* Primary button */

button,
.button,
.hs-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: var(--short-transition);
  white-space: normal;
}

.hs-button-modify--full-width {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

@media (max-width: 767px) {
  button,
  .button,
  .hs-button {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

button.button--tertiary,
.button.button--tertiary {
  background-color: var(--skillcast-black);
  color: var(--skillcast-white);
  border-color: var(--skillcast-black);
}

button.button--tertiary:hover,
.button.button--tertiary:hover {
  background-color: var(--skillcast-white) !important;
  border-color: var(--skillcast-white) !important;
  color: var(--skillcast-black) !important;
}

/* No button */

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

/* Tooltip styles for copy to clipboard */

.hs-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  display: none;
  height: auto;
  width: auto;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #494a52;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.8;
  transform: translateX(-50%);
}
.hs-tooltip:after {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border-top: 5px solid #494a52;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.hs-tooltip__failure,
.hs-tooltip__success {
  display: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.hs-visible {
  display: block;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

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

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

form .hs-field-desc,
form .hs-field-desc > p:not(:last-of-type) {
  font-size: 1.075rem;
  color: var(--charcoal);
  margin-bottom: 0;
  margin-top: 0.5rem;
}

form .hs-field-desc > p:last-of-type {
  font-size: 1rem;
}

/* Labels */

form
  .hs-form-field:not(.hs-fieldtype-booleancheckbox):not(
    .hs-fieldtype-checkbox
  ):not(.hs-error-msg)
  label:not(.hs-error-msg) {
  display: none;
  margin-bottom: 0;
}

form .hs-error-msgs > li {
  margin: 0.7rem 0 0.7rem !important;
}

form .hs-fieldtype-checkbox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

form .hs-fieldtype-checkbox ul input[type="checkbox"],
form .hs-fieldtype-checkbox ul input[type="radio"] {
  margin-top: 0;
}

form .hs-fieldtype-checkbox ul li {
  margin: 0.3rem 0;
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  form .hs-fieldtype-checkbox ul li {
    width: 100%;
  }
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-module__vertical-spacing: 0.35rem;
}

/* Form fields */

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

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-row__vertical-spacing: 1.4rem;
}

.form-columns-1 .hs-fieldtype-intl-phone,
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="search"],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form .hs-dateinput:before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M4.375 19.25C3.89375 19.25 3.48177 19.0786 3.13906 18.7359C2.79635 18.3932 2.625 17.9812 2.625 17.5V5.25C2.625 4.76875 2.79635 4.35677 3.13906 4.01406C3.48177 3.67135 3.89375 3.5 4.375 3.5H5.25V1.75H7V3.5H14V1.75H15.75V3.5H16.625C17.1062 3.5 17.5182 3.67135 17.8609 4.01406C18.2036 4.35677 18.375 4.76875 18.375 5.25V17.5C18.375 17.9812 18.2036 18.3932 17.8609 18.7359C17.5182 19.0786 17.1062 19.25 16.625 19.25H4.375ZM4.375 17.5H16.625V8.75H4.375V17.5ZM4.375 7H16.625V5.25H4.375V7ZM10.5 12.25C10.2521 12.25 10.0443 12.1661 9.87656 11.9984C9.70885 11.8307 9.625 11.6229 9.625 11.375C9.625 11.1271 9.70885 10.9193 9.87656 10.7516C10.0443 10.5839 10.2521 10.5 10.5 10.5C10.7479 10.5 10.9557 10.5839 11.1234 10.7516C11.2911 10.9193 11.375 11.1271 11.375 11.375C11.375 11.6229 11.2911 11.8307 11.1234 11.9984C10.9557 12.1661 10.7479 12.25 10.5 12.25ZM7 12.25C6.75208 12.25 6.54427 12.1661 6.37656 11.9984C6.20885 11.8307 6.125 11.6229 6.125 11.375C6.125 11.1271 6.20885 10.9193 6.37656 10.7516C6.54427 10.5839 6.75208 10.5 7 10.5C7.24792 10.5 7.45573 10.5839 7.62344 10.7516C7.79115 10.9193 7.875 11.1271 7.875 11.375C7.875 11.6229 7.79115 11.8307 7.62344 11.9984C7.45573 12.1661 7.24792 12.25 7 12.25ZM14 12.25C13.7521 12.25 13.5443 12.1661 13.3766 11.9984C13.2089 11.8307 13.125 11.6229 13.125 11.375C13.125 11.1271 13.2089 10.9193 13.3766 10.7516C13.5443 10.5839 13.7521 10.5 14 10.5C14.2479 10.5 14.4557 10.5839 14.6234 10.7516C14.7911 10.9193 14.875 11.1271 14.875 11.375C14.875 11.6229 14.7911 11.8307 14.6234 11.9984C14.4557 12.1661 14.2479 12.25 14 12.25ZM10.5 15.75C10.2521 15.75 10.0443 15.6661 9.87656 15.4984C9.70885 15.3307 9.625 15.1229 9.625 14.875C9.625 14.6271 9.70885 14.4193 9.87656 14.2516C10.0443 14.0839 10.2521 14 10.5 14C10.7479 14 10.9557 14.0839 11.1234 14.2516C11.2911 14.4193 11.375 14.6271 11.375 14.875C11.375 15.1229 11.2911 15.3307 11.1234 15.4984C10.9557 15.6661 10.7479 15.75 10.5 15.75ZM7 15.75C6.75208 15.75 6.54427 15.6661 6.37656 15.4984C6.20885 15.3307 6.125 15.1229 6.125 14.875C6.125 14.6271 6.20885 14.4193 6.37656 14.2516C6.54427 14.0839 6.75208 14 7 14C7.24792 14 7.45573 14.0839 7.62344 14.2516C7.79115 14.4193 7.875 14.6271 7.875 14.875C7.875 15.1229 7.79115 15.3307 7.62344 15.4984C7.45573 15.6661 7.24792 15.75 7 15.75ZM14 15.75C13.7521 15.75 13.5443 15.6661 13.3766 15.4984C13.2089 15.3307 13.125 15.1229 13.125 14.875C13.125 14.6271 13.2089 14.4193 13.3766 14.2516C13.5443 14.0839 13.7521 14 14 14C14.2479 14 14.4557 14.0839 14.6234 14.2516C14.7911 14.4193 14.875 14.6271 14.875 14.875C14.875 15.1229 14.7911 15.3307 14.6234 15.4984C14.4557 15.6661 14.2479 15.75 14 15.75Z' fill='%2338D68F'/%3E%3C/svg%3E");
  width: 21px;
  height: 21px;
}

.form-columns-2 {
  display: flex;
  gap: 18px;
}

@media (max-width: 767px) {
  .form-columns-2 {
    flex-direction: column;
    gap: 0;
  }

  .dnd-section form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
}

form select {
  display: block;
  padding: 16px 5px;
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 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"] {
  margin-top: 5px;
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

form .hs-form-required {
  color: #ef6b51;
}

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-global-error__color: #ef6b51;
  --hsf-field-label-requiredindicator__color: var(--hsf-global-error__color);
  --hsf-erroralert__color: var(--hsf-global-error__color);
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  border-collapse: collapse;
  border-top: 3px solid var(--charcoal);
  font-size: 16px;
  width: 100%;
  margin: 1rem 0;
}

tr {
  background: var(--white);
}

tr:nth-child(odd) {
  background: var(--gray);
}

td,
th {
  overflow: auto;
}

th,
td {
  border-right: 1px solid var(--charcoal);
  border-color: var(--charcoal) !important;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}
#course_search,
#customer_stories_search {
  all: unset;
  box-sizing: border-box;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18" fill="none"><path d="M16.6 18L10.3 11.7C9.8 12.1 9.225 12.4167 8.575 12.65C7.925 12.8833 7.23333 13 6.5 13C4.68333 13 3.14583 12.3708 1.8875 11.1125C0.629167 9.85417 0 8.31667 0 6.5C0 4.68333 0.629167 3.14583 1.8875 1.8875C3.14583 0.629167 4.68333 0 6.5 0C8.31667 0 9.85417 0.629167 11.1125 1.8875C12.3708 3.14583 13 4.68333 13 6.5C13 7.23333 12.8833 7.925 12.65 8.575C12.4167 9.225 12.1 9.8 11.7 10.3L18 16.6L16.6 18ZM6.5 11C7.75 11 8.8125 10.5625 9.6875 9.6875C10.5625 8.8125 11 7.75 11 6.5C11 5.25 10.5625 4.1875 9.6875 3.3125C8.8125 2.4375 7.75 2 6.5 2C5.25 2 4.1875 2.4375 3.3125 3.3125C2.4375 4.1875 2 5.25 2 6.5C2 7.75 2.4375 8.8125 3.3125 9.6875C4.1875 10.5625 5.25 11 6.5 11Z" fill="%23282828"/></svg>')
    no-repeat;
  background-position: 8px;
  background-size: 18px 18px;
  border-bottom: 1px solid var(--plum-purple);
  padding: 20px 20px 20px 45px;
  width: 100%;
  max-width: 470px;
  margin-bottom: 24px;
}

.dynamic-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-top: 100px;
}

.dynamic-pagination .page-btn {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: var(--charcoal);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dynamic-pagination .page-btn.active {
  background-color: var(--leaf-green);
}

.dynamic-pagination span.prev-btn {
  margin-right: 30px;
}
.dynamic-pagination span.next-btn {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .dynamic-pagination {
    padding: 0 20px;
  }

  .dynamic-pagination span.prev-btn {
    margin-right: 5px;
  }

  .dynamic-pagination span.next-btn {
    margin-left: 5px;
  }

  .dynamic-pagination > * {
    font-size: 1rem;
  }
}
@media (min-width: 850px) {
  #course_search,
  #customer_stories_search {
    margin-bottom: 0px;
  }
  .course-search #course_search{
    margin-bottom: 24px;
  }
}
/* THE FOLLOWING CSS SETS UP THE COURSES CARDS */

.courses_card_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}
.courses-card {
  padding: 20px 28px;
  border-radius: var(--border-radius);
  background-color: #352986;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.courses-card:hover {
  background-color: #2a0e5a;
}
.courses-card:hover .courses-card__link svg{
  transform: translateX(10px);
}
.courses-card p:empty {
  display: none;
}
.courses-card a,
.courses-card a:hover {
  text-decoration: none;
}

.courses-card h4 {
  color: var(--white);
}
.courses-card__accreditation {
  margin-bottom: 30px;
  height: 50px;
  align-self: flex-start;
  justify-content: flex-start;
  display: block;
}
.courses_no_img {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
}
.courses-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: auto;
}
.courses-card__pill {
  border-radius: 50px;
  background-color: var(--white);
  color: var(--charcoal);
  padding: 5px 24px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  flex-shrink: 0;
  line-height: 1;
}
.courses-card__link {
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 47px;
}
.courses-card__cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.courses-card__link > svg {
  margin-left: 10px;
  transition: var(--transition);
}
.courses-card__link:hover {
  color: var(--white);
}
.courses-card__cover-link:hover .courses-card__link svg {
  transform: translateX(7px);
}

.courses-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.courses-card__footer {
  margin-top: auto;
}

/* THIS IS FOR THE ADDITIONAL CARD THAT SHOWS IN THE COURSES LISTING  */
.course-library-listing__additional-card {
  border-radius: VAR(--border-radius);
  background: var(--White, #fff);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 55px;
}
.course-library-listing__additional-card img {
  margin-bottom: 27px;
  max-height: 25px;
}

.course-library-listing__additional-card--cta {
  background-size: cover;
  background-position: center;
}

.course-library-listing__additional-card--cta {
  display: flex;
  flex-direction: column;
}
.course-library-listing__additional-card--cta .button {
  align-self: baseline;
  margin-top: auto;
}


@media screen and (min-width: 1280px) {
  .courses_card_grid {
    gap: 36px;
  }
  .courses-card {
    padding: 30px 35px;
  }
  .courses-card {
    min-height: 440px;
  }
  .courses_card_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .course-library-listing__additional-card{
    grid-column: 2 / 3;
    grid-row: 2;
  }
}

.customer-stories-listing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 650px) {
  .customer-stories-listing {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .customer-stories-listing {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
  }
  .customer-stories-listing .post-card{
    min-height: 555px;
  }
}

/* ****************************
EVENT CARD STYLES
**************************** */

.event_card {
  background-color: var(--gray);
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.event_card__date-image {
  position: relative;
}
.event_card__date {
  background-color: var(--plum-purple);
  width: 100%;
  max-width: 110px;
  border-radius: var(--border-radius);
  color: var(--white);
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  left: 30px;
}
.event_card__date > span {
  line-height: 1;
  font-weight: 700;
}
.event_card__date__day {
  font-size: 28px;
  margin-bottom: 4px;
}
.event_card__date__month {
  font-size: 20px;
  margin-bottom: 8px;
}
.event_card__date__year {
  font-size: 14px;
}
.event_card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius);
}

.event_card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
  padding: 70px 30px 30px 30px;
  max-width: 720px;
}
.event_card--no-results {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.event_card--no-results p {
  max-width: 900px;
}
.event_card__pill{
  background-color: var(--white);
  color: var(--plum-purple);
  border-radius: 50px;
  margin-bottom: 24px;
  max-width: max-content;
  display: block;
  padding: 6px 12px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .event_card {
    padding: 30px;
    flex-direction: row;
  }
  .event_card__content {
    padding: 0;
    padding-right: 70px;
  }
  .event_card img {
    height: 160px;
    width: 240px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-radius);
  }
  .event_card__date {
    width: 110px;
    height: 110px;
    max-width: initial;
    position: absolute;
    top: 80px;
    left: -55px;
    transform: translateY(-50%);
  }
  .event_card__date > span {
    line-height: 1;
    font-weight: 700;
  }
  .event_card__date__day {
    font-size: 34px;
    margin-bottom: 4px;
  }
  .event_card__date__month {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .event_card__date__year {
    font-size: 16px;
  }
  .event_card--no-results {
    flex-direction: column;
  }
  .event_card.event_card--featured {
    padding: 60px 30px;
  }
  .event_card.event_card--featured img {
    height: 230px;
    width: 292px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-radius);
  }
  .event_card.event_card--featured .event_card__content {
    max-width: 1000px;
  }
  .event_card--no-results {
    flex-direction: column;
  }
}


@media screen and (min-width: 1024px) {
  .event_card {
    padding: 30px;
    flex-direction: row;
  }
  .event_card__content {
    padding: 0;
    padding-right: 115px;
  }
  .event_card img {
    height: 270px;
    width: 363px;
  }
  .event_card__date {
    width: 167px;
    height: 167px;
    top: 50%;
    left: -95px;
    transform: translateY(-50%);
  }
  .event_card__date__day {
    font-size: 48px;
  }
  .event_card__date__month {
    font-size: 28px;
  }
  .event_card__date__year {
    font-size: 20px;
  }
  .event_card.event_card--featured img {
    width: 100%;
    min-width: 400px;
    height: auto;
  }
  .post-card--webinar .post-card__featured-image{
    height: 300px;
  }
}


@media screen and (min-width: 1024px) {
  .event_card.event_card--featured {
    padding: 60px 60px 60px 120px;
  }
}

/* Components */

/* Navigation skipper */

.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
.post-card__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 60px;
}

.post-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--dark-gray);
  border-radius: var(--border-radius-med);
  transition: 0.3s ease-in-out;
}

.post-card:hover {
  background-color: var(--white);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.post-card__featured-image {
  height: 194px;
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.post-card__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.post-card__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog-post__banner__inner__read-time {
  display: flex;
  justify-content: center;
  margin-top: -20px;
}

.blog-post__banner__inner__read-time p {
  color: var(--white);
}

.post-card__tags {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
  z-index: 10;
}

.blog-post__banner__inner .post-card__tags {
  top: 0;
  left: 0;
}

.post-card__tags.post-card__tags--relative {
  position: relative;
  justify-content: flex-start;
  top: 0;
  right: unset;
  left: 0;
  margin-bottom: 40px;
  height: unset;
}

.post-card__tag {
  padding: 8px 16px;
  font-size: 0.875rem;
  background-color: var(--white);
  border-radius: 40px;
  height: max-content;
  text-decoration: none;
}

a.post-card__tag:hover {
  text-decoration: underline;
}

.post-card__content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.post-card__content *:not(.arrow-link) {
  color: var(--charcoal);
}

.post-card__content .arrow-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.post-card__cover-link{
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
/* Link Styling -> Hover Styles */

.post-card:hover .post-card__featured-image img {
  transform: scale(1.15);
}

@media (max-width: 1024px) {
  .post-card__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .post-card__grid {
    grid-template-columns: 1fr;
  }
}

/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}

.post-card--customer-story {
  background-color: var(--white);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
}

/* Makes sure CTA are always at the bottom on webinar cards */
.post-card__cta {
  margin-top: auto;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Blog swiper */

.blog-feed__grid.swiper {
  display: grid;
  grid-template-columns: repeat(1000, 1fr);
  overflow: visible !important;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

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

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}

/* Featured blog module */

.featured-blog__outer {
  border-radius: var(--border-radius);
  padding: 100px 20px;
}

.featured-blog {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.featured-blog.image-bottom {
  grid-template-columns: 1.5fr 1fr;
}

.featured-blog__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}

.featured-blog__left * {
  color: var(--white);
}

.featured-blog__left__text {
  display: flex;
  flex-direction: column;
}

.featured-blog__left a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.featured-blog__left.image-bottom {
  grid-template-columns: 1fr;
}

.featured-blog__left.image-bottom .featured-blog__left__image {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.featured-blog__left.image-bottom .featured-blog__left__image img {
  width: 100%;
  max-height: 350px;
}

.featured-blog__tags {
  position: static;
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}

.featured-blog__tags .post-card__tag {
  color: var(--charcoal);
}

.featured-blog__left__text__read-time {
  margin-bottom: 20px;
}

.featured-blog__left__image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.featured-blog__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.featured-blog__right__post {
  min-height: 162px;
  background-color: var(--dark-gray);
  padding: 30px;
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.featured-blog__right__post p {
  font-weight: bold;
  font-size: 1.25rem;
}

.featured-blog__right__post a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .featured-blog__outer {
    padding: 60px 20px;
  }

  .featured-blog,
  .featured-blog.image-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .featured-blog__left {
    grid-template-columns: 1fr;
  }
}

/* Blog listing module */

.blog-listing__top.module-title {
  max-width: none;
}

.blog-listing__top__title {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.blog-listing__top__title h3 {
  margin: 0;
}

#blog_listing_search {
  all: unset;
  box-sizing: border-box;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18" fill="none"><path d="M16.6 18L10.3 11.7C9.8 12.1 9.225 12.4167 8.575 12.65C7.925 12.8833 7.23333 13 6.5 13C4.68333 13 3.14583 12.3708 1.8875 11.1125C0.629167 9.85417 0 8.31667 0 6.5C0 4.68333 0.629167 3.14583 1.8875 1.8875C3.14583 0.629167 4.68333 0 6.5 0C8.31667 0 9.85417 0.629167 11.1125 1.8875C12.3708 3.14583 13 4.68333 13 6.5C13 7.23333 12.8833 7.925 12.65 8.575C12.4167 9.225 12.1 9.8 11.7 10.3L18 16.6L16.6 18ZM6.5 11C7.75 11 8.8125 10.5625 9.6875 9.6875C10.5625 8.8125 11 7.75 11 6.5C11 5.25 10.5625 4.1875 9.6875 3.3125C8.8125 2.4375 7.75 2 6.5 2C5.25 2 4.1875 2.4375 3.3125 3.3125C2.4375 4.1875 2 5.25 2 6.5C2 7.75 2.4375 8.8125 3.3125 9.6875C4.1875 10.5625 5.25 11 6.5 11Z" fill="%23282828"/></svg>')
    no-repeat;
  background-position: 8px;
  background-size: 18px 18px;
  border-bottom: 1px solid var(--plum-purple);
  padding: 20px 20px 20px 45px;
  width: 100%;
  max-width: 470px;
}

.blog-listing__filters__selectors {
  align-items: center;
  display: flex;
  gap: 16px;
}

.blog-listing__filters__selectors select {
  width: 50%;
  border: none;
  background-color: var(--gray);
}

.blog-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-listing__form-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  grid-column: 1 / -1;
  align-items: center;
  padding: 100px 0;
  position: relative;
}

.blog-listing__form-banner.force-bottom-row {
  grid-row-end: 3;
}

.blog-listing__form-banner__left h2 {
  color: var(--white);
}

.blog-listing .no-results {
  margin-bottom: 60px;
}

.blog-listing_type.hidden {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .blog-listing__top__title {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-listing__top__title h3 {
    grid-column: -1 / 1;
  }

  .blog-listing {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-listing__row__top__title {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .blog-listing__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-listing__form-banner {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .blog-listing__top__title {
    grid-template-columns: 1fr;
  }

  .blog-listing,
  .blog-listing__grid {
    grid-template-columns: 1fr;
  }
}
/* Logo */

.widget-type-logo:not(.hs-lp-header-logo) img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

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

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* 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 {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

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

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

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

@media (max-width: 767px) {
  /* prettier-ignore */
  .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 {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* If the default module language switcher is used, keep growth margins from messing it up */
.lang_switcher_class .lang_list_class li {
  margin: initial;
}

/* Utilities */

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

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

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

/* Modules */

.award-grid {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.award-grid__left__award-card {
  padding: var(--card-padding);
  background: var(--white);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
  max-width: 442px;
  margin-top: 40px;
  border-radius: var(--border-radius-med);
  opacity: 0;
  display: none;
  transition: var(--transition);
}

.award-grid__left__award-card.opaque {
  opacity: 1;
}

.award-grid__left__award-card.show {
  display: block;
}

.award-grid__right {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.award-grid__right img {
  cursor: pointer;
}

@media (min-width: 1025px) {
  .award-grid__left {
    width: 40%;
    height: 100%;
    top: 165px;
    position: sticky;
    z-index: 1;
  }
  .award-grid__left__award-card__close {
    display: none;
  }
}

@media (max-width: 1024px) {
  .award-grid {
    flex-direction: column;
  }

  .award-grid__left,
  .award-grid__right {
    width: 100%;
  }

  .award-grid__left__award-card {
    left: 30px;
    max-width: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 60px);
    z-index: 1000;
  }

  .award-grid__left__award-card.mobile-hide {
    display: none;
  }

  .award-grid__left__award-card__close {
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
  }
}

.blog-feed__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.blog-feed__title h3 {
  margin: 0;
}

@media (min-width: 1025px) {
  .blog-feed__navigation {
    display: none;
  }
}

@media (max-width: 1024px) {
  .blog-feed__title {
    margin-bottom: 20px;
  }

  .blog-feed__title a {
    display: none;
  }

  .blog-feed__navigation a {
    text-decoration: none;
    font-weight: 600;
  }
}

.case-study-header__logo {
  margin-bottom: 38px;
}

.case-study-header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.case-study-header__content {
  text-wrap: balance;
}
.case-study-header__content a.button {
  margin-top: 50px;
}
.case-study-header__image {
  width: 100%;
  margin-top: 84px;
  border-radius: var(--border-radius);
  max-height: 608px;
  object-fit: cover;
  object-position: center;
}

.case-study-links {
  background-color: #e9e9e9;
  padding: 32px;
  border-radius: var(--border-radius);
}

.case-study-links__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .case-study-links {
    background-color: #e9e9e9;
    padding: 62px 70px;
    border-radius: var(--border-radius);
  }
  .case-study-links__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    margin-top: 50px;
  }
}

.case-study-stat {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background-color: var(--dark-plum);
  border-radius: var(--border-radius);
}
.case-study-stat__number {
  font-size: 95px;
  font-style: normal;
  font-weight: 700;
  line-height: 95px; /* 100% */
  letter-spacing: -3px;
}
.case-study-stat img {
  max-height: 70px;
  width: auto;
  margin-bottom: 40px;
}

.case-study-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .case-study-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .case-study-stats {
    gap: 60px;
  }
}

.course-search form {
  background-color: transparent;
  padding: 0;
  border: none;
}

.course-search form fieldset {
  padding: 0;
  border: none;
}

.course-search form fieldset input {
  border-bottom: 1px solid var(--plum-purple);
  margin-bottom: 40px;
  padding-left: 45px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18" fill="none"><path d="M16.6 18L10.3 11.7C9.8 12.1 9.225 12.4167 8.575 12.65C7.925 12.8833 7.23333 13 6.5 13C4.68333 13 3.14583 12.3708 1.8875 11.1125C0.629167 9.85417 0 8.31667 0 6.5C0 4.68333 0.629167 3.14583 1.8875 1.8875C3.14583 0.629167 4.68333 0 6.5 0C8.31667 0 9.85417 0.629167 11.1125 1.8875C12.3708 3.14583 13 4.68333 13 6.5C13 7.23333 12.8833 7.925 12.65 8.575C12.4167 9.225 12.1 9.8 11.7 10.3L18 16.6L16.6 18ZM6.5 11C7.75 11 8.8125 10.5625 9.6875 9.6875C10.5625 8.8125 11 7.75 11 6.5C11 5.25 10.5625 4.1875 9.6875 3.3125C8.8125 2.4375 7.75 2 6.5 2C5.25 2 4.1875 2.4375 3.3125 3.3125C2.4375 4.1875 2 5.25 2 6.5C2 7.75 2.4375 8.8125 3.3125 9.6875C4.1875 10.5625 5.25 11 6.5 11Z" fill="%23282828"/></svg>')
    no-repeat;
  background-position: 8px center;
  background-size: 18px 18px;
}

.course-search__button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cta-banner {
  padding: 60px 60px;
  border-radius: var(--border-radius-med);
}

.cta-banner__buttons {
  display: flex;
  gap: 10px 30px;
  margin-top: 20px;
}

.cta-banner__inner.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta-banner__inner.centered .cta-banner__buttons {
  margin-top: 0;
}

@media (max-width: 767px) {
  .cta-banner {
    padding: 40px 30px;
  }

  .cta-banner__buttons {
    flex-direction: column;
    gap: 25px;
  }
}

.customer-stories-listing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.post-card__content__logo {
  margin-bottom: 20px;
}

.post-card--customer-story .post-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-card--customer-story .post-card__content .arrow-link {
  margin-top: auto;
}

.customer-stories-listing__filters {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 80px;
}
.customer-stories-listing__filters__selectors {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.customer-stories-listing__filters__selectors select {
  width: 100%;
}

/* CTA CARD */
.customer-stories-cta-card {
  padding: 60px 40px 30px 40px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--border-radius);
  grid-column: 2;
  grid-row: 2;
}

@media screen and (min-width: 650px) {
  .customer-stories-listing {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .customer-stories-listing__filters {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .customer-stories-listing__filters__content {
    grid-column: -1 / 1;
  }
  .customer-stories-listing__filters__selectors {
    flex-direction: row;
  }
  .customer-stories-listing__filters__selectors select {
    width: 50%;
  }
  .customer-stories-cta-card {
    grid-column: 2;
    grid-row: 2;
  }
}

@media screen and (min-width: 1024px) {
  .customer-stories-listing {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
  }
  .post-card__content__logo {
    margin-bottom: 32px;
  }
  .customer-stories-listing__filters__selectors {
    flex-direction: row;
  }
  .customer-stories-listing__filters {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  .customer-stories-listing__filters__content {
    grid-column: auto;
  }
  .customer-stories-listing__filters__selectors {
    flex-direction: row;
  }
  .customer-stories-listing__filters__selectors select {
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .customer-stories-listing {
    gap: 56px;
  }
  .customer-stories-listing__filters {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 56px;
    margin-bottom: 80px;
  }
  #customer_stories_search {
    margin-bottom: 0;
  }
}

.events-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.events-cards-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  /* gap: 40px; */
  margin-bottom: 24px;
}

.events-cards-header__filters {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
}

.events-cards-header__filters select {
  background-color: var(--gray);
  width: 100%;
}

.event_card__image img {
  border-radius: var(--border-radius-med);
}

@media only screen and (min-width: 768px) {
  .events-cards-header {
    flex-direction: row;
  }
  .events-cards-header__filters select,
  .events-cards-header__filters {
    width: auto;
  }
  .events-cards-header {
    margin-bottom: 34px;
  }
}

@media only screen and (min-width: 900px) {
  .events-cards-header__filters {
    flex-direction: row;
  }
  .events-cards-header {
    margin-bottom: 60px;
  }
}

.events-cards-header__filters {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  margin-bottom: 0px;
}

.faqs {
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  gap: 40px;
  justify-content: space-between;
}

.faqs__right {
  max-width: 820px;
  margin-left: auto;
}

.faqs__right__faq-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faqs__right__faq-container:not(.active) {
  display: none;
}

.faqs__right__faq-container__faq {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faqs__right__faq-container__faq__question {
  display: flex;
  gap: 18px;
  cursor: pointer;
}

.faqs__right__faq-container__faq__question h4 {
  margin: 0;
}

.faqs__right__faq-container__faq__question svg {
  min-width: 38px;
  margin-top: 3px;
}

.faqs__right__faq-container__faq__answer {
  margin-left: 58px;
  display: grid;
  transition: grid-template-rows 0.3s ease;
  grid-template-rows: auto;
}

.faqs__right__faq-container__faq__answer div {
  overflow: hidden;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.faqs__right__faq-container__faq svg path {
  transition: var(--transition);
}

.faqs__right__faq-container__faq:not(.closed) svg circle {
  fill: var(--leaf-green);
}

.faqs__right__faq-container__faq:not(.closed) svg path:last-of-type {
  opacity: 0;
}

.faqs__right__faq-container__faq:not(.closed) svg path {
  stroke: var(--plum-purple);
}

.faqs__right__faq-container__faq.closed
  .faqs__right__faq-container__faq__answer {
  grid-template-rows: 0;
}

.faqs__right__faq-container__faq.closed
  .faqs__right__faq-container__faq__answer
  div {
  opacity: 0;
}

@media (max-width: 1024px) {
  .faqs {
    grid-template-columns: 1fr;
  }

  .faqs__right {
    max-width: none;
  }
}

.featured-case-study__image {
  height: 240px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-top-right-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
}
.featured-case-study__content {
  background-color: var(--white);
  padding: 30px;
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
}

.featured-case-study__content__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.featured-case-study__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}
.featured-case-study__tags__tag {
  font-size: 12px;
  padding: 5px 24px;
  border-radius: 60px;
  background: var(--Grey, #e9e9e9);
}

.featured-case-study__cta {
  text-decoration: none;
  display: flex;
  gap: 24px;
  align-items: center;
  font-weight: 600;
  margin-top: 60px;
}
.featured-case-study__cta:hover {
  font-weight: 600;
  text-decoration: none;
}
.featured-case-study__cta svg {
  transition: var(--transition);
}
.featured-case-study__cta:hover svg {
  transform: translateX(10px);
}

@media screen and (min-width: 768px) {
  .featured-case-study {
    padding: 60px 24px;
  }
  .featured-case-study__image {
    display: none;
  }
  .featured-case-study {
    padding: 40px 45px;
    border-radius: var(--border-radius);
  }
  .featured-case-study__content {
    background-color: var(--white);
    padding: 30px;
    border-radius: var(--border-radius);
    max-width: 580px;
  }
  .featured-case-study__content {
    padding: 40px;
  }
  .featured-case-study__content__header {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .featured-case-study {
    border-radius: var(--border-radius);
    padding: 80px 90px;
  }
  .featured-case-study__content {
    background-color: var(--white);
    padding: 64px;
    border-radius: var(--border-radius);
    max-width: 580px;
  }
}

.graph-container {
  display: grid;
  grid-template-columns: 1fr 1.9fr;
  gap: 60px;
  align-items: center;
}

.graph-container__right {
  display: flex;
  justify-content: flex-end;
}

.graph-container__right__graph {
  max-width: 712px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: var(--border-radius-med);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
}

.graph-container__right__graph__column {
  display: flex;
  flex-direction: column;
  position: relative;
}

.graph-container__right__graph__column:last-of-type::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--white);
  position: absolute;
  z-index: 1;
}

.graph-container__right__graph__column__row {
  display: flex;
  align-items: center;
  padding: 10px 50px;
  position: relative;
}

.graph-container__right__graph__column__row.title-row {
  padding: 20px 45px;
  flex: 1;
}

.graph-container__right__graph__column__row:nth-of-type(even) {
  background-color: var(--dark-gray);
}

.graph-container__right__graph__column__row h4,
.graph-container__right__graph__column__row h5 {
  margin: 0;
}

@media (max-width: 767px) {
  .graph-container {
    grid-template-columns: 1fr;
  }

  .graph-container__right__graph__column__row.title-row {
    padding: 20px 10px;
  }

  .graph-container__right__graph__column__row {
    padding: 10px;
  }

  .graph-container__right__graph__column__row h4 {
    font-size: 1rem;
  }

  .graph-container__right__graph__column__row h5 {
    font-size: 0.9rem;
  }
}

.guides-listing__top.module-title {
  max-width: none;
}

.guides-listing__top__title {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.guides-listing__top__title h3 {
  margin: 0;
}

#guides_listing_search {
  all: unset;
  box-sizing: border-box;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18" fill="none"><path d="M16.6 18L10.3 11.7C9.8 12.1 9.225 12.4167 8.575 12.65C7.925 12.8833 7.23333 13 6.5 13C4.68333 13 3.14583 12.3708 1.8875 11.1125C0.629167 9.85417 0 8.31667 0 6.5C0 4.68333 0.629167 3.14583 1.8875 1.8875C3.14583 0.629167 4.68333 0 6.5 0C8.31667 0 9.85417 0.629167 11.1125 1.8875C12.3708 3.14583 13 4.68333 13 6.5C13 7.23333 12.8833 7.925 12.65 8.575C12.4167 9.225 12.1 9.8 11.7 10.3L18 16.6L16.6 18ZM6.5 11C7.75 11 8.8125 10.5625 9.6875 9.6875C10.5625 8.8125 11 7.75 11 6.5C11 5.25 10.5625 4.1875 9.6875 3.3125C8.8125 2.4375 7.75 2 6.5 2C5.25 2 4.1875 2.4375 3.3125 3.3125C2.4375 4.1875 2 5.25 2 6.5C2 7.75 2.4375 8.8125 3.3125 9.6875C4.1875 10.5625 5.25 11 6.5 11Z" fill="%23282828"/></svg>')
    no-repeat;
  background-position: 8px;
  background-size: 18px 18px;
  border-bottom: 1px solid var(--plum-purple);
  padding: 20px 20px 20px 45px;
  width: 100%;
  max-width: 470px;
}

.guides-listing__filters__selectors {
  align-items: center;
  display: flex;
  gap: 16px;
}

.guides-listing__filters__selectors select {
  width: 50%;
  border: none;
  background-color: var(--gray);
}

.guides-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.guides-listing__row {
  border-radius: var(--border-radius-med);
  gap: 30px;
  padding: var(--card-padding);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.guides-listing__row__top__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.guides-listing__row__top__title h4 {
  margin: 0;
}

.guides-listing__row__bottom__download-link {
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: 2px;
  font-weight: 600;
}

.guides-listing__row__bottom__download-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.guides-listing__row__bottom__download-link:hover {
  text-decoration: none;
}

.guides-listing__row__bottom__download-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12.175L14.6 6.575L16 8L8 16L-3.49691e-07 8L1.4 6.575L7 12.175L7 -3.0598e-07L9 -3.93403e-07L9 12.175Z' fill='%2338D68F'/%3E%3C/svg%3E%0A");
  background-size: contain;
  margin-left: 15px;
  transition: var(--short-transition);
  border-bottom: 2px solid var(--leaf-green);
}

.guides-listing__row__bottom__download-link:hover::after {
  margin-bottom: -3px;
}

.guides-listing__row.dark-content
  .guides-listing__row__bottom__download-link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12.175L14.6 6.575L16 8L8 16L-3.49691e-07 8L1.4 6.575L7 12.175L7 -3.0598e-07L9 -3.93403e-07L9 12.175Z' fill='%23282828'/%3E%3C/svg%3E%0A");
  border-bottom: 2px solid var(--plum-purple);
}

.guides-listing__row__bottom .arrow-link {
  color: var(--white);
}

.guides-listing__row__bottom a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.guides-listing__row.dark-content .arrow-link {
  color: var(--charcoal);
}

.guides-listing__row .guides-listing__row__top__title svg {
  transition: var(--transition);
}

.guides-listing__row:hover .guides-listing__row__top__title svg {
  transform: rotate(180deg) scale(0.7);
}

.guides-listing__row.cta-card {
  grid-row: 2;
  grid-column: 2;
  min-height: 296px;
}

.guides-listing__row.cta-card.fourth {
  grid-row: 2;
  grid-column: 1;
}

.guides-listing__row.cta-card.third {
  grid-row: 1;
  grid-column: 3;
}

.guides-listing__row.cta-card.second {
  grid-row: 1;
  grid-column: 2;
}

@media only screen and (max-width: 1024px) {
  .guides-listing__top__title {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .guides-listing__top__title h3 {
    grid-column: -1 / 1;
  }

  .guides-listing {
    grid-template-columns: repeat(2, 1fr);
  }

  .guides-listing__row__top__title {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .guides-listing__top__title {
    grid-template-columns: 1fr;
  }

  .guides-listing {
    grid-template-columns: 1fr;
  }

  .guides-listing__row.cta-card {
    grid-column: auto;
  }
}

.icon-cards__wrapper__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.icon-cards__wrapper__title h1,
.icon-cards__wrapper__title h2,
.icon-cards__wrapper__title h3,
.icon-cards__wrapper__title h4 {
  margin-bottom: 10px;
}

.icon-cards__wrapper__title {
  max-width: none;
}

.icon-cards__wrapper__title > * {
  text-align: center;
}

.icon-cards {
  display: grid;
  gap: 40px;
}

.icon-cards__card {
  border-radius: var(--border-radius-med);
  gap: 30px;
  padding: var(--card-padding);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.icon-cards__card p:last-of-type {
  margin: 0;
}

.icon-cards__card.transparent {
  padding: 0;
}

.icon-cards__card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.icon-cards__card__title h4 {
  margin: 0;
}

.icon-cards__card__title__icon {
  transition: var(--transition);
  height: 75px;
}

.icon-cards__card__bottom a::before,
.icon-cards__card__bottom__link::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

.icon-cards__card:hover .icon-cards__card__title__icon {
  transform: rotate(90deg) scale(0.7);
}

.icon-cards__card:hover .icon-cards__card__title__icon.half-turn {
  transform: rotate(-180deg) scale(0.7);
}

.icon-cards__card:hover .icon-cards__card__title__icon.quarter-turn {
  transform: rotate(45deg) scale(0.7);
}

.icon-cards__card__title {
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.icon-cards__card__title.columns {
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 10px;
}

@media (min-width: 768px) {
  .icon-cards__load-more {
    display: none;
  }
}

@media (max-width: 767px) {
  .icon-cards__card__title,
  .icon-cards__card__title.columns {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }

  .icon-cards__card__title__icon {
    display: flex;
    align-items: center;
  }

  .icon-cards__card.hide-mob {
    display: none;
  }
}

.image-gallery__header {
  margin-bottom: 36px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.image-gallery-slider img {
  width: 100%;
  border-radius: var(--border-radius-med);
}

.image-gallery-slider .swiper-slide {
  opacity: 0.5;
  transition: var(--transition);
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.image-gallery__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.image-gallery__navigation__next,
.image-gallery__navigation__prev {
  cursor: pointer;
  transition: var(--transition);
  transform: scale(0.7);
}

.image-gallery__navigation__next:hover,
.image-gallery__navigation__prev:hover {
  transform: scale(0.8);
}

.content-wrapper.image-gallery__header h2 {
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  .image-gallery__header {
    margin-bottom: 75px;
    flex-direction: row;
    align-items: center;
  }

  .image-gallery__navigation {
    gap: 84px;
    margin-top: 0;
  }

  .image-gallery__navigation__next,
  .image-gallery__navigation__prev {
    transform: scale(1);
  }

  .image-gallery__navigation__next:hover,
  .image-gallery__navigation__prev:hover {
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 1024px) {
  .image-gallery__wrapper {
    position: relative;
    padding-bottom: 80px;
  }

  .image-gallery__navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}

.image-link-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.image-link-cards__card {
  display: flex;
  flex-direction: column;
}

.image-link-cards__card__image {
  height: 199px !important;
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-med);
}

.image-link-cards__card__image,
.image-link-cards__card__description {
  margin-bottom: 25px;
}

.image-link-cards__card__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex: 1;
}

@media (max-width: 767px) {
  .image-link-cards {
    grid-template-columns: 1fr;
  }
}

.integrations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.integrations-grid__card {
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
}

.integrations-grid__card img {
  width: 100%;
  height: 179px;
  object-fit: cover;
}

.integrations-grid__card__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 179px;
}

.integrations-grid__card__image-container img {
  width: auto;
  max-width: calc(100% - 40px);
  height: auto;
  object-fit: contain;
}

.integrations-grid__card__content {
  padding: 25px 35px 40px 35px;
}

.integrations-grid__card.transparent .integrations-grid__card__content {
  padding: 25px 0 40px 0;
}

@media (max-width: 1024px) {
  .integrations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .integrations-grid {
    gap: 30px;
  }

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

  .integrations-grid__card.transparent .integrations-grid__card__content {
    padding: 25px 0 0;
  }

  .integrations-grid__card {
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.25);
  }
}

.investor-heading {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  position: relative;
}

.investor-heading__left {
  padding: 60px 0 100px;
}

.investor-heading__left__content {
  max-width: 540px;
}

.investor-heading__left__box {
  border-radius: var(--border-radius-med);
  padding: 40px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.investor-heading__left__box * {
  color: var(--white);
  margin: 0;
  max-width: 570px;
}

.investor-heading__right img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  border-radius: var(--border-radius-med);
}

.investor-video-module__investor-video {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 70%;
  height: auto;
}

.investor-video-module__investor-video video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius);
}

.investor-video-thumbnail {
  position: absolute;
  top: 0;
  left: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: var(--transition);
  pointer-events: none;
  border-radius: var(--border-radius) !important;
}

.investor-video-module__investor-video.playing .investor-video-thumbnail {
  opacity: 0;
}

.investor-video-module__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2a0e5a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
  z-index: 2;
}

.investor-video-module__pause-icon {
  display: none;
}

.investor-video-module__investor-video.playing .investor-video-module__button {
  opacity: 0;
  pointer-events: none;
}

.investor-video-module__investor-video.playing:hover
  .investor-video-module__button {
  opacity: 0;
  pointer-events: none;
}

.investor-video-module__button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  cursor: pointer;
}

@media only screen and (max-width: 1420px) {
  .investor-video-module__investor-video {
    left: 53%;
    width: 48%;
  }
}

@media only screen and (max-width: 1200px) {
  .investor-heading__left__content {
    max-width: 475px;
  }
}

@media only screen and (max-width: 1024px) {
  .investor-heading {
    grid-template-columns: 1fr;
  }

  .investor-heading__left {
    padding: 60px 0 40px;
  }

  .investor-heading__left__content,
  .investor-heading__left__box * {
    max-width: none;
  }

  .investor-heading__left__box {
    margin-top: 30px;
  }

  .investor-heading__right img:not(.investor-video-thumbnail) {
    display: none;
  }

  .investor-video-module__investor-video {
    position: relative;
    width: 100%;
    transform: none;
    left: auto;
    top: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .investor-video-module__button {
    width: 98px;
    height: 98px;
  }
}

.list-cards__title {
  margin-bottom: 60px;
}

.list-cards__inner {
  display: grid;
  gap: 25px;
}

.list-cards__card {
  padding: var(--card-padding);
  border-radius: var(--border-radius-med);
}

@media (max-width: 1024px) {
  .list-cards__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .list-cards__inner {
    grid-template-columns: 1fr;
  }
}

.logo-slider__wrapper__title {
  max-width: 1600px;
  margin-bottom: 60px;
}

.logo-slider__wrapper.swiper {
  overflow: visible !important;
}

.logo-slider__wrapper.swiper .swiper-wrapper {
  overflow: visible;
  align-items: center;
  justify-items: center;
}

.logo-slider__wrapper .swiper-wrapper {
  transition-timing-function: linear;
}

.logo-slider__wrapper
  .swiper-wrapper
  .swiper-slide
  .logo-slider__slide-container {
  display: flex;
  justify-content: center;
}

.logo-slider__wrapper
  .swiper-wrapper
  .swiper-slide
  .logo-slider__slide-container.logo-slide {
  background-color: #f1f7ff;
}

.logo-slider__wrapper
  .swiper-wrapper
  .swiper-slide
  .logo-slider__slide-container
  img {
  max-width: 100%;
  filter: grayscale(1);
}

.title-bar {
  padding: 30px;
  display: flex;
  border-radius: var(--border-radius);
  justify-content: flex-start;
  gap: 15px;
  position: relative;
}

.title-bar__left *:last-of-type {
  margin: 0;
}

.title-bar__right {
  max-width: 140px;
  display: flex;
  align-items: center;
}

.title-bar__right a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .title-bar.dark-content .title-bar__left {
    border-right: 1px solid var(--charcoal);
  }

  .title-bar.white-content .title-bar__left {
    border-right: 1px solid var(--white);
  }

  .title-bar__left {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .title-bar {
    flex-direction: column;
    gap: 10px;
  }
}

.simple-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.simple-cards__card {
  padding: var(--card-padding);
  border-radius: var(--border-radius-med);
}

.simple-cards__card p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .simple-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .simple-cards__title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .simple-cards {
    grid-template-columns: 1fr;
  }
}

.stat-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.stat-cards__card {
  border-radius: var(--border-radius-med);
  gap: 30px;
  padding: var(--card-padding);
}

.stat-cards__card__icon {
  height: 81px;
}

.stat-cards__card h2.h1 {
  color: var(--white);
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .stat-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .stat-cards {
    grid-template-columns: 1fr;
  }
}

.subscribe-banner {
  padding: 120px 60px;
  border-radius: var(--border-radius-med);
}

.subscribe-banner .content-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.subscribe-banner__left {
  max-width: 722px;
}

.subscribe-banner__left > p:last-of-type {
  margin-bottom: 0;
}

.subscribe-banner__right__title {
  background-color: var(--white);
  border-radius: 20px 20px 0 0;
  padding: 50px 45px 0;
  margin-bottom: -25px;
}

.subscribe-banner__right__title * {
  color: var(--charcoal);
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="search"],
form select,
form textarea {
  border-top: none;
  border-left: none;
  border-right: none;
}

form input[type="submit"] {
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .subscribe-banner {
    padding: 120px 40px 120px;
    margin-left: -20px;
    max-width: none;
    width: calc(100% + 40px);
    border-radius: var(--border-radius-med);
  }

  .subscribe-banner .content-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .subscribe-banner {
    flex-direction: column;
    width: calc(100% + 40px);
    padding: 60px 40px 50px 40px;
  }
}

.switchback {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.switchback__left {
  position: relative;
}

.switchback__left img {
  border-radius: var(--border-radius-med);
}

.switchback__left__text-box {
  position: absolute;
  bottom: -25px;
  left: 35px;
  padding: var(--card-padding);
  border-radius: var(--border-radius-med);
}

.switchback__left__text-box * {
  color: var(--white);
}

.switchback__right__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}

@media (min-width: 1025px) {
  .switchback__right {
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  .switchback {
    grid-template-columns: 1fr;
  }

  .switchback__right__ctas > span {
    width: 100%;
  }
}

.tabber__outer .module-title {
  max-width: 525px;
}

.tabber {
  display: grid;
  grid-template-columns: 1.3fr 3fr;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.tabber__left__tab-toggle.tabs.desktop {
  max-width: 360px;
}

.tabber__right__tabs {
  position: relative;
}

.tabber__right__tabs__tab {
  display: flex;
  justify-content: flex-end;
}

.tabber__right__tabs__tab:not(.active) {
  display: none;
}

.tabber__right__tabs__tab img {
  border-radius: var(--border-radius-med);
}

.tabber__right__tabs__tab__content {
  position: absolute;
  bottom: 40px;
  left: 0;
  background-size: cover;
  max-width: 583px;
  border-radius: var(--border-radius-med);
  padding: 40px 50px;
}

.tabber__right__tabs__tab__content *:not(.button) {
  color: var(--white);
}

.tabber__right__tabs__tab.large .tabber__right__tabs__tab__content {
  max-width: 800px;
  bottom: -140px;
}

.tabber__right__tabs__tab__content a.arrow-link {
  margin-top: 30px;
}

.tabber__right__tabs__tab__content * {
  color: var(--white);
}

@media (min-width: 1025px) {
  .tabber__left__tab-toggle.mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  .tabber {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .tabber__right__tabs__tab {
    flex-direction: column;
  }

  .tabber__right__tabs__tab__content {
    position: relative;
    width: 100%;
    max-width: calc(100% - 40px) !important;
    margin-left: 20px;
    left: 0;
    bottom: -60px;
    border-radius: var(--border-radius-med);
    background-repeat: no-repeat;
    background-size: 100% 105%;
    z-index: 2;
    margin-top: -200px;
  }

  .tabber__right__tabs__tab.large .tabber__right__tabs__tab__content {
    bottom: 0;
  }

  .tabber__right__tabs__tab img {
    border-radius: var(--border-radius-med);
    margin-top: -16px;
    position: relative;
    z-index: 1;
    width: 100%;
    object-fit: cover;
    max-height: 400px;
  }
}

@media (max-width: 767px) {
  .tabber__right__tabs__tab img {
    max-height: 262px;
  }

  .tabber__right__tabs__tab__content {
    margin-top: -140px;
  }
}

.testimonial-and-video {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 40px;
}

.testimonial-and-video.image {
  grid-template-columns: 3fr 1fr;
}

.testimonial-and-video__text {
  border-radius: 10px;
  background: var(--White, #fff);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-and-video__text .testimonial-logo {
  max-height: 70px;
  margin-bottom: 25px;
}

.testimonial-and-video.image .testimonial-and-video__video img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: var(--border-radius-med);
}

.testimonial-and-video__video {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--border-radius-med);
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-and-video__video.embed {
  display: flex;
  height: 100%;
  width: 100%;
}

.testimonial-and-video__video.embed .wistia_responsive_padding {
  width: 100%;
  height: 100%;
}

.testimonial-and-video__video.embed .wistia_responsive_padding .wistia_embed {
  display: flex;
  align-items: center;
}

.testimonial-and-video__video.embed > iframe {
  aspect-ratio: auto 3 / 2;
  width: 100%;
  height: auto;
}

.testimonial-and-video__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: var(--transition);
  pointer-events: none;
  z-index: 2;
}

.testimonial-and-video__video.playing .video-thumbnail {
  opacity: 0;
}

.video-module__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--plum-purple);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
  z-index: 2;
}

.video-module__button svg path {
  stroke: var(--white);
}

.video-module__pause-icon {
  display: none;
}

.testimonial-and-video__video.playing .video-module__button {
  opacity: 0;
  pointer-events: none;
}

.testimonial-and-video__video.playing:hover .video-module__button {
  opacity: 0;
  pointer-events: none;
}

.video-module__button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  cursor: pointer;
}

@media (max-width: 1200px) {
  .testimonial-and-video.image {
    grid-template-columns: 1.2fr 1fr;
  }
}

@media (max-width: 1024px) {
  .testimonial-and-video {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .testimonial-and-video__text {
    border-radius: 20px 20px 0 0;
  }

  .testimonial-and-video__video {
    border-radius: 0 0 20px 20px;
  }
}

@media (max-width: 1024px) {
  .testimonial-and-video.image {
    grid-template-columns: 1fr;
  }

  .testimonial-and-video.image .testimonial-and-video__video {
    display: none;
  }
}

@media (max-width: 600px) {
  .testimonial-and-video.image {
    grid-template-columns: 1fr;
  }

  .testimonial-and-video.image .testimonial-and-video__video {
    width: 100%;
    display: block;
  }

  .testimonial-and-video.image .testimonial-and-video__video img {
    width: 100% !important;
    height: auto !important;
  }
}

.testimonial__outer {
  display: flex;
  gap: 30px;
}

.testimonial-wrapper {
  display: flex;
  align-items: flex-start;
  max-width: 1005px;
  margin: -60px auto;
  padding: 30px 60px;
}

.testimonial__outer .swiper-arrow__large {
  margin-top: 200px;
}

.testimonial__logo {
  margin-bottom: 25px;
}

.testimonial__logo img {
  max-height: 70px;
}

.testimonial-pagination.swiper-pagination::after {
  display: none;
}

.testimonial-pagination.swiper-pagination.swiper-pagination.swiper-pagination__custom
  .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  margin: 0 6px !important;
  background-color: transparent;
  border: 1px solid var(--plum-purple);
}

.testimonial-pagination.swiper-pagination.swiper-pagination.swiper-pagination__custom
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--plum-purple);
}

.testimonial__grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 60px;
}

.testimonial__statistic__top > *:first-of-type {
  margin-bottom: 0;
}

.testimonial__statistic {
  border-radius: var(--border-radius-med);
  padding: var(--card-padding);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1024px) {
  .testimonial__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .testimonial__outer {
    position: relative;
    padding-bottom: 80px;
  }

  .testimonial-wrapper {
    display: flex;
    align-items: flex-start;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .testimonial__outer .swiper-arrow__large {
    position: absolute;
    bottom: -40px;
  }

  .testimonial__navigation-next.swiper-arrow__large {
    right: 0;
  }
}

.text-and-video {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 40px;
}

.text-and-video__text {
  border-radius: var(--border-radius-med);
  padding: var(--card-padding-large);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text-and-video__text__ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-and-video__text__ctas .button,
.text-and-video__text__ctas button {
  display: block;
}

.text-and-video__text *:not(.button) {
  color: var(--white);
}

.text-and-video__video {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--border-radius-med);
  max-width: 1200px;
  margin: 0 auto;
}

.text-and-video__video.embed {
  display: flex;
  height: 100%;
  width: 100%;
}

.text-and-video__video.embed .wistia_responsive_padding {
  width: 100%;
  height: 100%;
}

.text-and-video__video.embed .wistia_responsive_padding .wistia_embed {
  display: flex;
  align-items: center;
}

.text-and-video__video.embed > iframe {
  aspect-ratio: auto 3 / 2;
  width: 100%;
  height: auto;
}

.text-and-video__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  background-color: transparent !important;
  z-index: 2;
  position: relative;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: var(--transition);
  pointer-events: none;
  border-radius: var(--border-radius-med);
  z-index: 2;
}

.text-and-video__video.playing .video-thumbnail {
  opacity: 0;
}

.video-module__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--plum-purple);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
  z-index: 2;
}

.video-module__button svg path {
  stroke: var(--white);
}

.video-module__pause-icon {
  display: none;
}

.text-and-video__video.playing .video-module__button {
  opacity: 0;
  pointer-events: none;
}

.text-and-video__video.playing:hover .video-module__button {
  opacity: 0;
  pointer-events: none;
}

.video-module__button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  cursor: pointer;
}

@media (max-width: 1024px) {
  .text-and-video {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .text-and-video__text {
    border-radius: 20px 20px 0 0;
  }

  .text-and-video__video {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .text-and-video__text__ctas {
    width: 100%;
  }
}

.text-with-boxes {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 40px;
}

.text-with-boxes__boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-with-boxes__boxes__box {
  border-radius: var(--border-radius);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  color: var(--dark-plum);
  background-color: var(--gray);
  padding: 20px 27px;
}

@media only screen and (min-width: 768px) {
  .text-with-boxes {
    grid-template-columns: 1fr 1fr;
    gap: 90px;
  }
  .text-with-boxes__content {
    position: sticky;
    top: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .text-with-boxes {
    gap: 184px;
  }
  .text-with-boxes__boxes__box {
    font-size: 20px;
  }
}

.timeline-swiper__title,
.timeline-swiper {
  max-width: 935px;
  margin: 0 auto;
}

.timeline-swiper__title {
  margin: 0 auto 60px;
}

.timeline-swiper__outer {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.timeline-swiper__outer .swiper-arrow__large {
  margin-top: 100px;
}

.timeline-swiper {
  border-radius: var(--border-radius);
}

.timeline-swiper__year {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--white);
  border-radius: var(--border-radius);
  overflow: hidden;
}

.timeline-swiper__year__left {
  padding: 40px 60px;
}

.timeline-swiper__year__right img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: var(--border-radius-med);
}

@media (max-width: 900px) {
  .timeline-swiper__year {
    grid-template-columns: 1fr;
  }

  .timeline-swiper__year__left {
    background-color: var(--white);
    position: relative;
    z-index: 2;
    padding: 40px 30px 30px;
  }

  .timeline-swiper__year__right {
    margin-top: -10px;
    position: relative;
    z-index: 1;
  }

  .timeline-swiper__year__right img {
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 767px) {
  .timeline-swiper__outer {
    position: relative;
    padding-bottom: 100px;
  }

  .timeline-swiper__outer .swiper-arrow__large {
    position: absolute;
    bottom: 0;
  }

  .timeline-swiper__outer .swiper-arrow__large.swiper-arrow__next {
    right: 0;
  }

  .swiper-pagination.swiper-pagination__custom {
    display: none;
  }
}

.video-module__video {
  position: relative;
  z-index: 1;
}

.video-module__video video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: var(--border-radius);
  background-color: transparent !important;
  z-index: 2;
  position: relative;
}

.video-module__video.embed {
  display: flex;
  height: 100%;
  width: 100%;
}

.video-module__video.embed .wistia_responsive_padding {
  width: 100%;
  height: 100%;
}

.video-module__video.embed .wistia_responsive_padding .wistia_embed {
  display: flex;
  align-items: center;
}

.video-module__video.embed > iframe {
  aspect-ratio: auto 3 / 2;
  width: 100%;
  height: auto;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: var(--transition);
  pointer-events: none;
  border-radius: var(--border-radius);
  z-index: 2;
}

.video-module__video.playing .video-thumbnail {
  opacity: 0;
}

.video-module__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2a0e5a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
  z-index: 2;
}

.video-module__pause-icon {
  display: none;
}

.video-module__video.playing .video-module__button {
  opacity: 0;
  pointer-events: none;
}

.video-module__video.playing:hover .video-module__button {
  opacity: 0;
  pointer-events: none;
}

.video-module__button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .video-module__button {
    width: 98px;
    height: 98px;
  }
}

.webinar-feed {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.post-card__cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .post-card__cta {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
}

@media screen and (min-width: 900px) {
  .webinar-feed {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .webinar-feed {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.webinar-listing__header .content-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  /* margin-bottom: 24px; */
  /* gap: 24px; */
}

.webinar-listing__header__filters {
  display: flex;
  gap: 27px;
  flex-direction: column;
}
.webinar-listing__header__filters {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.post-card__cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.webinar-listing > .content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .post-card__cta {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .webinar-listing > .content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media screen and (min-width: 950px) {
  .webinar-listing__header .content-wrapper {
    flex-direction: row;
  }
  .webinar-listing__header__filters {
    display: flex;
    flex-direction: row;
    gap: 27px;
  }
}

@media screen and (min-width: 1024px) {
  .webinar-listing > .content-wrapper {
    gap: 36px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  .webinar-listing > .content-wrapper {
    gap: 56px;
  }
}

.webinar-listing .testimonial-banner {
  grid-column: -1 / 1;
  margin-top: 100px;
  margin-bottom: 100px;
}
.hs_cos_wrapper.form-title {
  display: none;
}
.webinar-listing .testimonial-banner form {
  border-radius: var(--border-radius);
}
.testimonial-banner {
  border-radius: 20px;
  padding: 120px 0;
  position: relative;
}

.testimonial-banner__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
}

.testimonial-banner__left {
  max-width: 650px;
}

@media (max-width: 1024px) {
  .testimonial-banner__inner {
    grid-template-columns: 1fr;
  }
}

.testimonial-banner__left * {
  color: var(--white);
}

.testimonial-banner__left__description {
  max-width: 630px;
}
.testimonial-banner {
  border-radius: 20px;
  padding: 120px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-banner__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
}

.testimonial-banner__inner h1 {
  max-width: 670px;
}

.testimonial-banner__left * {
  color: var(--white);
}

.testimonial-banner__left__description {
  max-width: 630px;
}

@media only screen and (max-width: 1024px) {
  .testimonial-banner {
    padding: 60px 0;
  }

  .testimonial-banner__inner {
    grid-template-columns: 1fr;
  }
}

.full-width-cta-banner {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  border-radius: var(--border-radius-med);
}

.full-width-cta-banner__inner {
  max-width: 968px;
  width: 100%;
  margin: 0 20px;
  padding: 60px;
  border-radius: var(--border-radius-med);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.full-width-cta-banner__inner__logo {
  margin-bottom: 40px;
}

.full-width-cta-banner__inner * {
  max-width: 920px;
  text-align: center;
}

.full-width-cta-banner__inner__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

@media (max-width: 767px) {
  .full-width-cta-banner__inner__buttons {
    flex-direction: column;
    width: 100%;
  }
}

.home-banner {
  border-radius: 20px;
  padding: 100px 0;
  position: relative;
}

.home-banner__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.home-banner__left {
  max-width: 775px;
}

.home-banner__left {
  color: var(--white);
}

.home-banner__right img {
  border-radius: var(--border-radius-med);
  position: relative;
  z-index: 2;
}

.home-banner__left__description__ctas {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (max-width: 1024px) {
  .home-banner__inner {
    align-items: center;
  }

  .home-banner__right img {
    margin: 0;
  }
}

@media (min-width: 901px) {
  .home-banner__right {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .home-banner__left__description__ctas {
    flex-direction: row;
  }
}

@media (max-width: 900px) {
  .home-banner {
    border-radius: 20px;
    padding: 60px 0 0;
    margin-bottom: 100px;
  }

  .home-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .home-banner__left {
    max-width: none;
    width: 100%;
  }

  .home-banner__right {
    margin-bottom: -100px;
  }
}

.tabbed-section-wrapper {
  position: relative;
}

.tabbed-section-wrapper > #hs_cos_wrapper_section_tabs {
  position: sticky;
  top: 0;
  transition: var(--transition);
  z-index: 10;
}

.tabbed-section-wrapper > #hs_cos_wrapper_section_tabs.scrolled {
  top: 132px;
}

.section-tabs__desktop {
  display: flex;
}

.section-tabs__tab {
  text-align: center;
  background-color: var(--white);
  padding: 40px 60px;
  border-radius: 20px 20px 0 0;
  transition: var(--transition);
  cursor: pointer;
  position: relative;
  width: 50%;
}

.section-tabs__tab.shrunk {
  padding: 20px 60px;
  border-radius: 0;
}

.section-tabs__tab:first-of-type::before {
  position: absolute;
  content: "";
  width: 50vw;
  left: -50vw;
  top: -2px;
  height: calc(100% + 2px);
  background-color: var((--gray));
  transition: var(--transition);
  z-index: -1;
}

.section-tabs__tab:last-of-type::before {
  position: absolute;
  content: "";
  width: 50vw;
  right: -50vw;
  top: -2px;
  height: calc(100% + 2px);
  background-color: var(--white);
  transition: var(--transition);
  z-index: -1;
}

.section-tabs__tab.shrunk.active:first-of-type::before,
.section-tabs__tab.shrunk.active:first-of-type::after {
  background-color: var(--dark-gray);
}

.section-tabs__tab a::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.section-tabs__tab.active {
  background-color: var(--dark-gray);
}

.tabbed-section-wrapper__tab.inactive {
  display: none;
}

.section-tabs__tab h3 {
  transition: var(--transition);
  margin: 0;
}

.section-tabs__tab.shrunk h3 {
  font-size: 20px;
}

.section-tabs__tab__description-container {
  display: grid;
  transition: grid-template-rows 0.3s ease;
  grid-template-rows: auto;
}

.section-tabs__tab.shrunk .section-tabs__tab__description-container {
  grid-template-rows: 0;
}

.section-tabs__tab p {
  overflow: hidden;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.section-tabs__tab.shrunk p {
  opacity: 0;
}

@media (max-width: 1100px) {
  .tabbed-section-wrapper > #hs_cos_wrapper_section_tabs.scrolled {
    top: 117px;
  }
}

@media (max-width: 1024px) {
  .section-tabs__tab h3 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .section-tabs__mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-tabs__desktop {
    display: none;
  }

  .section-tabs__mobile {
    width: 100%;
    margin-bottom: 40px;
  }
}

.simple-banner {
  border-radius: var(--border-radius-med);
  position: relative;
  z-index: 2;
}

.simple-banner__inner {
  max-width: 1186px;
  margin: 0 auto;
  padding: 100px 0;
}

.simple-banner__inner *:not(.button) {
  text-align: center;
  color: var(--white);
}

.simple-banner__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.stat-box {
  padding: 100px 0;
  border-radius: var(--border-radius-med);
}

.stat-box * {
  color: var(--white);
}

.stat-box__inner__top {
  margin-top: 40px;
}

.stat-box__inner__bottom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.stat-box__inner__bottom__row__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.stat-box__inner__bottom__row {
  border-left: 1px solid var(--white);
  padding-left: 25px;
}

.stat-box.dark-content .stat-box__inner__bottom__row {
  border-left: 1px solid var(--plum-purple);
}

.stat-box__inner__bottom__row h2 {
  margin-bottom: 7px;
}

@media (max-width: 1200px) {
  .stat-box__inner__bottom {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
  }
}

@media (max-width: 767px) {
  .stat-box__inner__bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .stat-box__inner__bottom {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stat-box__inner__bottom__row {
    border: none;
    padding-left: 0;
  }
}

.team-swiper__container {
  position: relative;
}

.team-swiper {
  max-width: 1040px;
  margin: 0 auto;
  overflow: visible !important;
}

.team-swiper__title {
  margin-bottom: 60px;
}

.team-swiper__team-member {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  height: 665px;
  transition: var(--transition);
}

.team-swiper__team-member.full-width-box .team-swiper__team-member__left {
  display: none;
}

.team-swiper__team-member.full-width-box .team-swiper__team-member__right {
  max-width: none;
  width: 100%;
}

.team-swiper__team-member:not(.swiper-slide-active) {
  transform: scale(0.8);
  opacity: 0.5;
}

.team-swiper__team-member__left {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 549px;
  display: flex;
  height: 100%;
}

.team-swiper__team-member__left img {
  border-radius: var(--border-radius-med);
  object-fit: cover;
  filter: grayscale(1);
}

.team-swiper__team-member__right {
  margin-top: 60px;
  max-width: 591px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: var(--card-padding-large);
  border-radius: var(--border-radius);
  color: var(--white);
}

.team-swiper__team-member__right * {
  color: var(--white);
}

.team-swiper__team-member__right a {
  margin-top: 30px;
}

.team-swiper__navigation {
  position: absolute;
  z-index: 1;
  display: flex;
  gap: 40px;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 900px) {
  .team-swiper {
    padding-bottom: 60px;
  }

  .team-swiper__team-member {
    flex-direction: column;
    height: auto;
    flex-direction: column-reverse;
  }

  .team-swiper__team-member__left {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    max-width: 45%;
    display: flex;
    align-items: flex-start;
  }

  .team-swiper__team-member__left img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
  }

  .team-swiper__team-member__right {
    max-width: 60%;
  }

  .team-swiper__navigation {
    bottom: -40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  .team-swiper__team-member__left,
  .team-swiper__team-member__right {
    position: static;
    max-width: none;
  }

  .team-swiper__team-member__left {
    margin-top: -15px;
    width: 100%;
  }

  .team-swiper__team-member__right {
    margin-top: 0;
    border-radius: 20px 20px 0 0;
  }
}

.testimonial-banner {
  border-radius: 20px;
  padding: 80px 0;
  position: relative;
}

.testimonial-banner__inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
  align-items: center;
}

.testimonial-banner__left * {
  color: var(--white);
}

.testimonial-banner__left__description {
  max-width: 570px;
}

.testimonial-banner__right__quote {
  border-radius: 10px;
  background: var(--White, #fff);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 60px;
}

.testimonial-banner__right__quote__logo {
  margin-bottom: 25px;
}

.testimonial-banner__right__quote__logo {
  max-height: 70px;
}

@media (max-width: 1200px) {
  .testimonial-banner__inner {
    grid-template-columns: 1fr;
  }
}

header.header {
  position: absolute;
  width: 100%;
  z-index: 100;
  transition: 0.3s ease-in-out;
  border-top: 7px solid var(--orange);
}

header.header.fixed {
  position: fixed;
}

header.header.non-sticky,
header.header.no-nav {
  position: absolute;
}

@media (min-width: 1101px) {
  header.header.light:not(.scrolled)
    .header__menu-item.header__menu-item--depth-1
    > a {
    color: var(--white);
  }

  .header__menu-col__mobile-button-col,
  .header__menu-col__top-bar-links {
    display: none;
  }
}

/* Layout */

.header__container {
  position: relative;
}

.header__wrapper {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.header__wrapper .header__wrapper {
  margin: 0;
}

.header__wrapper--bottom__left {
  display: flex;
  gap: 40px;
}

.header__top {
  padding: 5px 0;
}

.header__top__inner {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  width: 100%;
  padding: 0 20px;
}

header.header .header__top__inner a {
  font-size: 0.875rem;
}

.header__bottom {
  padding: 0px 0;
}

.header__wrapper--bottom {
  padding: 10px 40px;
  border-radius: 70px;
}

.header__bottom,
.header__wrapper--bottom,
header.header .header__logo-image,
header.header .header__logo-image.light path {
  transition: 0.3s ease-in-out;
}

header.header .header__logo-image {
  transform-origin: left center;
}

.header__button.button--secondary.button {
  transition: 0.3s ease-in-out;
}

header.header.scrolled:not(.no-nav) {
  position: fixed;
}

header.header.scrolled:not(.no-nav) .header__wrapper--bottom {
  background-color: var(--light-grey);
}

header.header.scrolled:not(.no-nav)
  .header__logo-image.light
  path:not(:nth-of-type(2)) {
  fill: var(--dark-grey);
}

header.header.scrolled:not(.no-nav) .header__logo-image {
  transform: scale(0.75);
}

@media (min-width: 1101px) {
}

header.header.shifted:not(.mob-open):not(.no-nav) {
  transform: translateY(-150px);
}

header.header.light .header__button-col__search svg path {
  transition: var(--transition);
  fill: var(--white);
}

header.header.light.scrolled .header__button-col__search svg path {
  fill: #27313e;
}

@media (max-width: 1250px) {
  .header__wrapper--bottom__left .header__logo img {
    max-width: 160px !important;
  }
}

@media (max-width: 1100px) {
  .header__bottom {
    padding: 15px 20px;
  }

  .header__wrapper--bottom {
    padding: 0;
    border-radius: 0;
  }

  .header__wrapper--bottom__left {
    width: 100%;
    justify-content: space-between;
    transition: var(--transition);
  }
}

@media (max-width: 1100px) {
  header.header .header__logo-image,
  header.header.scrolled:not(.no-nav) .header__logo-image {
    transform: scale(0.6);
  }

  .header__top {
    display: none;
  }
}

/* Layout - left */

.header__container--left .header__language-switcher-col {
  margin-left: auto;
}

.header__container--left .header__wrapper--bottom {
  justify-content: space-between;
}

.header__container--left .header__wrapper--bottom.pad {
  padding: 28px 40px;
}

.header__container--left .header__menu-col {
  text-align: right;
}

[dir="rtl"] .header__container--left .header__menu-col {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.header__container--left .header__button-col {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__button-col__search {
  display: flex;
  align-items: center;
}

/* Layout - centered */

.header__container--centered .header__button-col {
  margin-left: auto;
}

.header__container--centered .header__wrapper--bottom {
  flex-wrap: wrap;
  text-align: center;
}

.header__container--centered .header__logo-col {
  width: 100%;
  margin-bottom: 1.4rem;
}

.header__container--centered .header__menu-col {
  width: 100%;
}

@media (max-width: 1100px) {
  .header__container--centered .header__wrapper--bottom {
    justify-content: space-around;
    text-align: left;
  }

  .header__container--left .header__wrapper--bottom.pad {
    padding: 14px 0;
  }

  .header__container--centered .header__logo-col,
  .header__container--centered .header__menu-col {
    width: auto;
    margin-bottom: 0;
  }
}

/* Language switcher */

.header__language-switcher {
  position: relative;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

/* Language switcher - top level menu item */

.header__language-switcher-label {
  display: flex;
}

.header__language-switcher-current-label {
  display: flex;
  margin-bottom: 5px;
  margin-left: 0.5rem;
  align-items: center;
}

.header__language-switcher-child-toggle svg {
  height: 15px;
  width: 15px;
  margin-left: 0.35rem;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  left: auto;
  display: block;
  width: 200px;
  padding: 0;
  border-style: solid;
  border-width: 1px;
  opacity: 0;
  text-align: left;
  transform: none;
  visibility: hidden;
}

.header__language-switcher-label--open .lang_list_class,
.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  padding: 0;
  border: none;
  margin: 0;
}

.header__language-switcher .lang_list_class li:first-child {
  padding-top: 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.header__language-switcher .lang_list_class .lang_switcher_link {
  display: inline-flex;
  width: 100%;
  padding: 0.7rem 1rem;
}

@media (max-width: 1100px) {
  .header__language-switcher .lang_list_class {
    position: static;
    display: none;
    width: 100%;
    border: none;
  }

  .header__language-switcher-label--open .lang_list_class {
    display: block;
  }

  .header__language-switcher-current-label {
    display: block;
    width: 80%;
    padding: 0.7rem 0 0.7rem 1rem;
    margin: 0;
    order: 1;
  }

  .header__language-switcher .globe_class {
    height: auto;
    width: 100%;
  }

  .header__language-switcher-label {
    display: flex;
    flex-wrap: wrap;
  }

  .hs_cos_wrapper_type_language_switcher {
    width: 100%;
  }
}

/* Language switcher - icons */

@media (max-width: 1100px) {
  .header__language-switcher-child-toggle,
  .header__language-switcher-child-toggle:hover,
  .header__language-switcher-child-toggle:focus,
  .header__language-switcher-child-toggle:active {
    position: absolute;
    top: 7px;
    right: 0;
    width: auto;
    padding: 10px 30px;
    border: 0;
    cursor: pointer;
  }

  .header__language-switcher-child-toggle svg {
    margin-left: 0;
  }

  .header__language-switcher-child-toggle--open svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform 0.4s;
  }
}

/* Logo */

.header__logo img {
  height: auto;
  max-width: 100%;
  transition: 0.3s ease-in-out;
  transform-origin: left center;
}

/* Menu */

.header__menu-container--mobile {
  display: none;
}

.header__menu--mobile {
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  display: none;
  width: 100%;
  height: calc(100vh - 67px);
  overflow-x: hidden;
  overflow-y: scroll;
}

@media (max-width: 1100px) {
  .header__menu--desktop {
    display: none;
  }

  .header__menu-container--mobile {
    display: block;
  }

  .header__menu--show {
    display: block;
  }

  .header__menu--mobile {
    height: calc(100vh - 71px);
  }
}

/* Menu items */

.header__menu-item {
  display: inline-flex;
}

@media (max-width: 1100px) {
  .header__menu-item {
    display: block;
    width: 100%;
    text-align: left;
  }

  [dir="rtl"] .header__menu-item {
    text-align: right;
  }

  .header__menu-link {
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
  }

  .header__menu-item--has-submenu .header__menu-link {
    width: 80%;
  }
}

/* Menu items - top level */

.header__menu-wrapper {
  display: flex;
}

.header__menu-item--depth-1 {
  padding: 30px 1rem;
}

@media (max-width: 1350px) {
  .header__menu-item--depth-1 {
    padding: 30px 6px;
  }
}

@media (max-width: 1100px) {
  .header__menu-wrapper {
    flex-direction: column;
  }

  .header__menu-item--depth-1 {
    padding: 0;
    position: relative;
  }

  .header__menu-item--depth-1:not(.header__menu-item--button):not(
      :first-of-type
    ):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--charcoal);
  }
}

/* Menu items - submenus */

.header__menu-submenu {
  position: absolute;
  z-index: 99;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 100%;
  border: none;
  text-align: left;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 15px;
  padding: 25px 30px;
  gap: 20px;
  background-color: var(--gray);
  max-width: 1070px;
}

.header__menu-item--depth-1.vertical-parent {
  position: relative;
}

.header__menu-item--depth-1.vertical-parent::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 30px;
}

.header__menu-submenu.vertical {
  grid-template-columns: 1fr;
  max-width: 450px;
  width: max-content;
  top: calc(100% + 18px);
}

.header.scrolled .header__menu-submenu {
  top: 100%;
}

.header__menu-item.header__menu-item--depth-1.header__menu-item--has-submenu.header__menu-item--open::after {
  content: "";
  height: 100px;
  position: absolute;
  top: 110px;
  width: 100%;
}

/*

.header__menu-submenu::before {
  content: "";
  width: 100%;
  left: 0;
  height: 40px;
  top: -40px;
  position: absolute;
}

*/

.header__menu-submenu .header__menu-item--depth-2:first-of-type {
  position: relative;
}

/* Menu items - submenu - megamenu */

.header__menu-submenu.mega-menu {
  flex-direction: column;
}

.header__menu-submenu__mega-menu {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.header__menu-submenu__mega-menu__top-bar,
.header__menu-submenu__mega-menu__bottom-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.header__menu-submenu__mega-menu__top-bar {
  position: relative;
  background-color: var(--primary-blue);
  margin-left: -30px;
  width: calc(100% + 60px);
  padding: 17px 30px;
}

.header__menu-submenu__mega-menu__top-bar * {
  color: var(--white) !important;
}

/*
.header__menu-submenu__mega-menu__top-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 1px;
  background-color: var(--white);
}
  */

.header__menu-submenu__mega-menu__top-bar__left {
  display: flex;
  gap: 25px;
  align-items: flex-end;
  border-right: 1px solid var(--white);
  padding-right: 10px;
}

.header__menu-submenu__mega-menu__top-bar h4 {
  margin-bottom: 0;
}

.header__menu-submenu__mega-menu__top-bar p {
  margin-bottom: 5px;
}

.header__menu-submenu.mega-menu h5 {
  margin-bottom: 4px;
}

.header__menu-submenu__mega-menu__row__top__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.header__menu-submenu__mega-menu__row__top__links a {
  background-color: var(--white);
  border-radius: var(--border-radius-med);
  text-decoration: none;
  padding: 6px 25px 6px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  transition: var(--transition);
  font-size: 1rem;
}

.header__menu-submenu__mega-menu__row__top__links a:hover {
  border: 1px solid var(--leaf-green);
}

.header__menu-submenu__mega-menu__row__top__links a::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.175 7L6.575 1.4L8 -6.99382e-07L16 8L8 16L6.575 14.6L12.175 9L6.11959e-07 9L7.86805e-07 7L12.175 7Z' fill='%2338D68F'/%3E%3C/svg%3E%0A");
  transition: var(--short-transition);
  transform: translateY(2px) translateX(0);
}

.header__menu-submenu__mega-menu__row__top__links a:hover::after {
  transform: translateY(2px) translateX(7px);
}

.header__menu-submenu__mega-menu__bottom-bar {
  /*
  background-color: var(--plum-purple);
  */
  background-image: url(https://2456764.fs1.hubspotusercontent-eu1.net/hubfs/2456764/skillcast-theme-2025/background-assets/subscribe-form-gradient-bg.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 30px;
  margin-bottom: -25px;
  margin-left: -30px;
  width: calc(100% + 60px);
  border-radius: 0 0 15px 15px;
  gap: 10px;
}

.header__menu-submenu__mega-menu__bottom-bar__left {
  border-right: 1px solid var(--white);
  padding-right: 10px;
}

.header__menu-submenu__mega-menu__bottom-bar p,
.header__menu-submenu__mega-menu__bottom-bar
  .header__menu-submenu__mega-menu__bottom-bar__right
  a {
  color: var(--white);
  margin: 0;
}

.header__menu-submenu__mega-menu__bottom-bar p {
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 1240px) {
  .header__menu-submenu {
    grid-template-columns: repeat(2, 1fr);
  }
}

[dir="rtl"] .header__menu-submenu {
  text-align: right;
}

.header__menu-item--open > .header__menu-submenu {
  display: grid;
}

.header__menu-item--open > .header__menu-submenu.mega-menu {
  display: flex;
}

@media (max-width: 1100px) {
  .header__menu-item--open > .header__menu-submenu {
    display: flex;
  }

  .header__menu-item.header__menu-item--depth-1.header__menu-item--has-submenu.header__menu-item--open::after {
    display: none;
  }
}

.header__menu-submenu--level-3 {
  top: 0;
  left: 100%;
}

.header__menu-item.header__menu-item--depth-2 .header__menu-link {
  display: flex;
  flex-direction: column;
}

/* prettier-ignore */
.header__menu-item--depth-1:nth-last-child(-n + 2) .header__menu-submenu--level-3 {
  top: 0;
  right: 100%;
  left: auto;
}

.header__menu-submenu .header__menu-item {
  width: 100%;
  background-color: inherit;
}

.header__menu-submenu .header__menu-link {
  display: inline-flex;
  padding: 0;
}

.header__menu-item--depth-3 > .header__menu-link {
  margin-left: 10px;
}

.header__menu-item--depth-4 > .header__menu-link {
  margin-left: 20px;
}

.header__menu-item--depth-5 > .header__menu-link,
.header__menu-item--depth-6 > .header__menu-link,
.header__menu-item--depth-7 > .header__menu-link,
.header__menu-item--depth-8 > .header__menu-link,
.header__menu-item--depth-9 > .header__menu-link,
.header__menu-item--depth-10 > .header__menu-link {
  margin-left: 30px;
}

.header__menu-item--button {
  padding: 0.7rem 1rem;
}

.header__menu-item.header__menu-item--depth-2 h5 {
  margin-bottom: 5px;
}

@media (max-width: 1100px) {
  /* prettier-ignore */
  .header__menu-submenu,
  .header__menu-submenu--level-3,
  .header__menu-item--depth-1:nth-last-child(-n + 2) .header__menu-submenu--level-3 {
    position: static;
    width: 100%;
    border: none;
  }

  .header__menu-submenu {
    background-color: transparent;
    flex-direction: column;
    padding: 10px 20px;
  }
}

/* Menu icons */

@media (min-width: 1101px) {
  .header__menu-submenu .header__menu-child-toggle {
    padding: 0.7rem 1rem;
    margin-left: auto;
  }

  [dir="rtl"] .header__menu-submenu .header__menu-child-toggle {
    margin-right: auto;
    margin-left: 0;
  }

  .header__menu-child-toggle svg {
    display: none;
  }
}

.header__menu-child-toggle svg {
  height: 23px;
  width: 23px;
  margin-left: 0.35rem;
}

.header__menu-child-toggle svg circle,
.header__menu-child-toggle svg path {
  transition: var(--transition);
}

.header__menu-child-toggle--open svg circle {
  fill: var(--leaf-green);
}

.header__menu-child-toggle--open svg path:first-of-type {
  stroke: var(--plum-purple);
}

.header__menu-child-toggle--open svg path:last-of-type {
  opacity: 0;
}

[dir="rtl"] .header__menu-child-toggle svg {
  margin-right: 0.35rem;
  margin-left: 0;
}

.header__menu-toggle {
  display: none;
}

.header__menu-toggle svg {
  height: 30px;
  width: 30px;
  transition: var(--transition);
}

header.header.light:not(.scrolled) .header__menu-toggle svg {
  fill: var(--white);
}

@media (max-width: 1100px) {
  .header__menu-child-toggle,
  .header__menu-child-toggle:hover,
  .header__menu-child-toggle:focus,
  .header__menu-child-toggle:active {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    position: absolute;
    top: 4px;
    right: -15px;
    min-width: 75px;
    padding: 10px 30px;
    border: 0;
    cursor: pointer;
  }

  [dir="rtl"] .header__menu-child-toggle,
  [dir="rtl"] .header__menu-child-toggle:hover,
  [dir="rtl"] .header__menu-child-toggle:focus,
  [dir="rtl"] .header__menu-child-toggle:active {
    right: auto;
    left: 0;
  }

  .header__menu-child-toggle svg {
    margin-left: 0;
  }

  .header__menu-child-toggle--open svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform 0.4s;
  }

  .header__menu-toggle--show {
    display: block;
  }

  .header__menu-submenu {
    transform: none;
    padding: 10px 1rem 20px 1rem;
  }

  .header__menu-submenu h5 {
    font-size: 1.1rem;
  }

  .header__menu-submenu__mega-menu {
    gap: 25px;
  }

  .header__menu-submenu__mega-menu__bottom-bar,
  .header__menu-submenu__mega-menu__top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .header__menu-submenu__mega-menu__top-bar {
    padding: 10px 0;
  }

  .header__menu-submenu__mega-menu__top-bar__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .header__menu-submenu__mega-menu__row__top__links {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .header__menu-submenu__mega-menu__row__top__links a {
    padding: 6px 25px 6px 0px;
    border: none !important;
  }

  .header__menu-submenu__mega-menu__row__top__links a:hover {
    border: none !important;
  }

  .header__menu-submenu__mega-menu__row__top__links a:hover {
    transform: none;
  }

  .header__menu-submenu__mega-menu__bottom-bar {
    margin-bottom: -20px;
  }

  .header__menu-submenu__mega-menu__row__top p {
    margin-bottom: 10px;
  }

  .header__menu-item.header__menu-item--depth-2 p {
    margin-bottom: 0;
  }

  .header__menu-col__mobile-button-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .header__menu-col__mobile-button-col a.button {
    width: calc(100% - 30px);
    margin-left: 15px;
  }

  .header__menu-col__top-bar-links {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: calc(100% - 30px);
    margin: 0 auto;
    gap: 10px;
    margin-top: 10px;
  }

  .header__menu-submenu__mega-menu__top-bar {
    margin-left: -16px;
    padding: 20px;
  }

  .header__menu-submenu__mega-menu__top-bar__left {
    flex-direction: row;
    gap: 10px;
    border-right: none;
  }

  .header__menu-submenu__mega-menu__bottom-bar__left {
    border-right: none;
  }
}

.footer-wrapper {
  width: 100%;
}

/* Footer Top */

.footer-top {
  padding: 80px 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer-top.rows {
  grid-template-columns: 1fr;
}

.footer-top__right {
  margin-top: 20px;
}

footer .footer-wrapper .footer-top *:not(.button) {
  color: var(--white);
}

/* Footer Bottom */

.footer-bottom {
  background-color: var(--white);
  padding: 40px;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  max-width: 1650px;
}

.footer-bottom * {
  color: var(--charcoal) !important;
}

.footer-bottom__top {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}

.footer-bottom__right {
  display: grid;
  gap: 20px;
}

.footer-bottom__right__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-bottom__right__column__menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-bottom__right__column p {
  margin-bottom: 0;
}

.footer-bottom__right__column p.gap {
  margin-bottom: 4px;
}

.footer-bottom__right__column a,
.footer-bottom__bottom__center a {
  font-size: 0.875rem;
}

.footer-bottom__bottom {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.footer-bottom__bottom p,
.footer-bottom__bottom span,
.footer-bottom__bottom a {
  font-size: 0.75rem;
  margin: 0;
}

.footer-bottom__bottom__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom__bottom__center {
  display: flex;
  gap: 10px;
}

.footer-top__left {
  max-width: 700px;
}

.footer-top.rows .footer-top__left {
  max-width: none;
}

@media (max-width: 1024px) {
  .footer-bottom {
    padding: 40px 10px;
    margin: 0;
  }

  .footer-bottom__top {
    grid-template-columns: 1fr 2fr;
  }

  .footer-bottom__right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .footer-top,
  .footer-bottom__top,
  .footer-bottom__right {
    grid-template-columns: 1fr;
  }

  .footer-top {
    gap: 20px;
    padding: 60px 0 10px;
  }

  .footer-top__left h2.h1 {
    margin: 0;
    font-size: 3.125rem;
  }

  .footer-bottom__top {
    gap: 40px;
  }

  .footer-bottom__right__column,
  .footer-bottom__right {
    gap: 0;
  }

  .footer-bottom__right__column__menu {
    border-top: 1px solid var(--charcoal);
    padding: 20px 0;
  }

  .footer-bottom__right__column:first-of-type
    .footer-bottom__right__column__menu:first-of-type {
    border-top: none;
  }

  .footer-bottom__right__column__menu p {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }

  .footer-bottom__right__column__menu p:not(.gap)::after {
    content: "+";
  }

  .footer-bottom__right__column__menu:not(.open) a,
  .footer-bottom__right__column__menu:not(.open) p.gap {
    display: none;
  }

  .footer-bottom__right__column__menu.open p {
    padding-bottom: 10px;
  }

  .footer-bottom__right__column__menu.open {
    padding-bottom: 20px;
  }

  .footer-bottom__right__column__menu.open p:not(.gap)::after {
    content: "-";
  }

  .footer-bottom__bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom__bottom__center {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer-top__right .hs-web-interactive-inline:nth-of-type(2) {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}