/* Theme base styles */

:root {

	/* Spacing */

	--container-width: 1200px;
	--container-width-narrow: 880px;
	--vertical-spacing: 12rem;
	--gap: 2rem;
	--gap-xs: calc(var(--gap) / 4);
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 2);
	--gap-lg: calc(var(--gap) * 4);

	/* Colors */

	--black: #000;
	--dark-gray: #424242;
	--light-gray: #F2F2F2;
	--medium-gray: #c3c3c3; /* form borders, form placeholders, table borders, table header, table footer, dividers */
	--white: #fff;

	--neutral100: #000000;
	--neutral90: #1A1A1A;
	--neutral80: #333333;
	--neutral70: #4D4D4D;
	--neutral60: #666666;
	--neutral50: #898B86;
	--neutral40: #999999;
	--neutral30: #B3B3B3;
	--neutral20: #CCCCCC;
	--neutral10: #D9D9D9;
	--neutral05: #F2F2F2;

	--passion-pink: #C80064;
	--hot-pink: #FF0085;
	--magenta: #FF1FA6;
	--purple: #7F31AA;
	--blue: #00B0FA;
	--lime-green: #82E578;
	--yellow: #FAFFAD;


	--base-color: var(--neutral80);
	--primary-color: var(--passion-pink);
	--primary-color-hover: var(--purple);
	--secondary-color: var(--purple);
	--secondary-color-hover: var(--purple);
	--tertiary-color: var(--neutral100);
	--tertiary-color-hover: var(--passion-pink);

	/* Typography */

	--base-font-size: 1.6rem;
	--base-line-height: 1.5;
	--primary-font-family: 'SST', sans-serif;
	--secondary-font-family: 'SST', sans-serif;

  /* HubSpot Forms */
  --hsf-row__horizontal-spacing: 1.6rem;
  --hsf-row__vertical-spacing: 2.4rem;
  --hsf-module__vertical-spacing: 0.8rem;
  --hsf-navigationrow-buttons__justify-content: space-between;
  --hsf-navigationrow-buttons-single__justify-content: start;
  --hsf-button__font-family: 'SST', sans-serif;
  --hsf-button__font-size: 1.6rem;
  --hsf-button__color: var(--white);
  --hsf-button__background-color: var(--primary-color);
  --hsf-button--hover__background-color: var(--primary-color-hover);
  --hsf-button__background-image: none;
  --hsf-button__border-radius: 2.4rem;
  --hsf-button__border-width: 0;
  --hsf-button__border-style: none;
  --hsf-button__border-color: initial;
  --hsf-button__padding: 1.2rem 2.4rem;
  --hsf-button__box-shadow: none;
  --hsf-button__font-weight: 500;
  --hsf-richtext__font-family: 'SST', sans-serif;
  --hsf-richtext__font-size: 1.6rem;
  --hsf-richtext__color: var(--neutral100);
  --hsf-heading__font-family: 'SST', sans-serif;
  --hsf-heading__color: var(--neutral100);
  --hsf-heading__text-shadow: none;
  --hsf-background__padding: 0;
  --hsf-background__border-style: none;
  --hsf-background__border-color: rgba(255, 255, 255, 0);
  --hsf-background__border-radius: 0px;
  --hsf-background__border-width: 0px 0px 0px 0px;
  --hsf-progressbar-text__font-family: 'SST', sans-serif;
  --hsf-progressbar-text__font-size: 1.6rem;
  --hsf-progressbar-text__color: var(--neutral100);
  --hsf-progressbar-progressLine__background-color: var(--primary-color);
  --hsf-progressbar-progressLine__background-image: none;
  --hsf-progressbar-progressLine__border-color: var(--neutral10);
  --hsf-progressbar-progressLine__border-style: none;
  --hsf-progressbar-progressLine__border-width: 0px 0px 0px 0px;
  --hsf-progressbar-trackLine__background-color: rgba(217, 217, 217, 1);
  --hsf-erroralert__font-family: 'SST', sans-serif;
  --hsf-erroralert__font-size: 1.2rem;
  --hsf-erroralert__color: rgb(229, 21, 32);
  --hsf-infoalert__font-family: 'SST', sans-serif;
  --hsf-infoalert__font-size: 1.2rem;
  --hsf-infoalert__color: rgb(37, 51, 66);
  --hsf-field-label__font-family: 'SST', sans-serif;
  --hsf-field-label__font-size: 1.6rem;
  --hsf-field-label__color: var(--neutral80);
  --hsf-field-description__font-family: 'SST', sans-serif;
  --hsf-field-description__font-size: 1.6rem;
  --hsf-field-description__color: var(--neutral100);
  --hsf-field-footer__font-family: 'SST', sans-serif;
  --hsf-field-footer__font-size: 1.6rem;
  --hsf-field-footer__color: var(--neutral100);
  --hsf-field-input__font-family: 'SST', sans-serif;
  --hsf-field-input__font-size: 1.6rem;
  --hsf-field-input__color: rgb(33, 45, 58);
  --hsf-field-input__background-color: var(--white);
  --hsf-field-input__placeholder-color: var(--neutral80);
  --hsf-field-input__border-color: var(--neutral20);
  --hsf-field-input__border-width: 1px 1px 1px 1px;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-radius: 4.8rem;
  --hsf-field-input__padding: 10px;
  --hsf-field-textarea__font-family: 'SST', sans-serif;
  --hsf-field-textarea__font-size: 1.6rem;
  --hsf-field-textarea__color: rgb(33, 45, 58);
  --hsf-field-textarea__background-color: transparent;
  --hsf-field-textarea__placeholder-color: var(--neutral20);
  --hsf-field-textarea__border-color: var(--neutral20);
  --hsf-field-textarea__border-width: 0;
  --hsf-field-textarea__border-style: solid;
  --hsf-field-textarea__border-radius: 4.8rem;
  --hsf-field-textarea__padding: 1.2rem 1.6rem;
  --hsf-field-checkbox__padding: 8px;
  --hsf-field-checkbox__background-color: transparent;
  --hsf-field-checkbox__color: var(--neutral100);
  --hsf-field-checkbox__border-color: var(--neutral20);
  --hsf-field-checkbox__border-width: 1px 1px 1px 1px;
  --hsf-field-checkbox__border-style: solid;
  --hsf-field-radio__padding: 8px;
  --hsf-field-radio__background-color: transparent;
  --hsf-field-radio__color: var(--neutral100);
  --hsf-field-radio__border-color: var(--neutral20);
  --hsf-field-radio__border-width: 1px 1px 1px 1px;
  --hsf-field-radio__border-style: solid;
}

html {
  overflow-x: hidden;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* --- SST Light --- */
@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTLightIt.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* --- SST Regular --- */
@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTRg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTRgIt.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* --- SST Regular Condensed --- */
@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTRgCn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}

/* --- SST Medium --- */
@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTMediumIt.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* --- SST Medium Condensed --- */
@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTMediumCn.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}

/* --- SST Bold --- */
@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTBoldIt.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* --- SST Bold Condensed --- */
@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTBoldCn.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}

/* --- SST Heavy --- */
@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTHeavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SST';
  src: url('https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Fonts/STT/SSTHeavyIt.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Generic */

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .oembed_container {
    margin-bottom: 1.5rem;
  }
}
/*! 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 */
  overflow-x: hidden;
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

hr {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: 500;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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 */
.content-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
  width: calc(100% - 3.2rem);
}

.content-wrapper--narrow {
  max-width: var(--container-width-narrow);
}

.dnd-section[class*="full-width"] .content-wrapper {
  width: 100%;
}

section,
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: calc(var(--vertical-spacing) / 2) 1.6rem;
}

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

.dnd-section .row-module {
  margin: 0 calc(var(--gap) * -1);
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  position: relative;
}

.dnd-section > .row-fluid .hs-private {
  width: 100%; /* for the dnd add module here placeholder */
}

.dnd-column[class*="background-layers"] {
  border-radius: 2.4rem;
}

@media (min-width: 768px) {
  .dnd-section .row-fluid {
    -webkit-column-gap: var(--gap);
       -moz-column-gap: var(--gap);
            column-gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .dnd-section [class*='span'] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  
    .dnd-section .span0 {
      flex-basis: 0.0%;
    }
  
    .dnd-section .span1 {
      flex-basis: 8.333333333333332%;
    }
  
    .dnd-section .span2 {
      flex-basis: 16.666666666666664%;
    }
  
    .dnd-section .span3 {
      flex-basis: 25.0%;
    }
  
    .dnd-section .span4 {
      flex-basis: 33.33333333333333%;
    }
  
    .dnd-section .span5 {
      flex-basis: 41.66666666666667%;
    }
  
    .dnd-section .span6 {
      flex-basis: 50.0%;
    }
  
    .dnd-section .span7 {
      flex-basis: 58.333333333333336%;
    }
  
    .dnd-section .span8 {
      flex-basis: 66.66666666666666%;
    }
  
    .dnd-section .span9 {
      flex-basis: 75.0%;
    }
  
    .dnd-section .span10 {
      flex-basis: 83.33333333333334%;
    }
  
    .dnd-section .span11 {
      flex-basis: 91.66666666666666%;
    }
  
    .dnd-section .span12 {
      flex-basis: 100.0%;
    }
  
}

@media (min-width: 992px) {
  section,
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--vertical-spacing) 1.6rem;
  }
}

/* Visibilty classes */

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

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

/* Elements */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

body {
  color: var(--base-color);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  font-weight: 300;
  line-height: var(--base-line-height);
  background-color: var(--white);
}

/* Anchors */

a {
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover,
a:focus {
  color: var(--primary-color-hover);
}

a:active {
  color: var(--primary-color-hover);
}

/* Paragraphs */

p {
  margin: 0 0 2rem;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 2rem;
  font-family: var(--secondary-font-family);
  font-weight: 300;
}

h1,
.h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.25%;
}
h2,
.h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.2%;
}
h3,
.h3 {
  font-size: 2.4rem;
  line-height: 1.3;
}
h4,
.h4 {
  font-size: 2rem;
  line-height: 1.35;
}
h5,
.h5 {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1%;
}
h6,
.h6 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1%;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 5.6rem;
    letter-spacing: -0.5%;
  }
  h2,
  .h2 {
    font-size: 4rem;
    letter-spacing: -0.25%;
  }
  h3,
  .h3 {
    font-size: 3.2rem;
  }
  h4,
  .h4 {
    font-size: 2.4rem;
  }
  h5,
  .h5 {
    font-size: 2rem;
  }
  h6,
  .h6 {
    font-size: 1.8rem;
  }
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  background: linear-gradient(-90deg, #C80064 0%, #FF1FA6 3.85%, #00B0FA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: 100%;
  font-weight: inherit;
}
h1[style*="bold"] {
    font-weight: 300 !important;
}

.overline {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--purple);
  text-transform: uppercase;
}

.widget-type-rich_text {
  h1,
  h2,
  h3 {
    & + p:last-child {
      font-size: 1.8rem;
    }
  }
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  position: relative;
  border: none;
  font-size: 2.4rem;
  font-style: italic;
  margin: 4rem 0;
  padding-left: 2rem;
}
blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: linear-gradient(0deg, #82E578 0%, #00B0FA 25%, #FF1FA6 50%, #FF0085 75%, #C80064 100%);
  -webkit-mask: repeating-linear-gradient(
      to bottom,
      #000 0,           #000 2px,
      transparent 2px,  transparent 4px
  );
  mask: repeating-linear-gradient(
      to bottom,
      #000 0,           #000 2px, 
      transparent 2px,  transparent 4px
  );
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--medium-gray);
  margin: 4rem auto;
}

/* Heading Group */
.heading-group {
  margin-bottom: 4rem;
}
.heading-group p {
  font-size: 1.8rem;
}
.heading-group.heading-group--stacked {
    text-align: center;
}
.heading-group--light h1,
.heading-group--light h2,
.heading-group--light h3,
.heading-group--light h4,
.heading-group--light h5,
.heading-group--light h6,
.heading-group--light p {
  color: #FFFFFF;
}
.heading-group--light h1 strong,
.heading-group--light h2 strong,
.heading-group--light h3 strong,
.heading-group--light h4 strong,
.heading-group--light h5 strong,
.heading-group--light h6 strong,
.heading-group--light .h1 strong,
.heading-group--light .h2 strong,
.heading-group--light .h3 strong,
.heading-group--light .h4 strong,
.heading-group--light .h5 strong,
.heading-group--light .h6 strong {
  background: linear-gradient(90deg, #C80064 0%, #FF1FA6 50.48%, #00B0FA 82.21%, #82E578 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: 100%;
}

.heading-group.heading-group--inline h2 {
  text-wrap: balance;
}
.heading-group.heading-group--inline p {
  text-wrap: balance;
}

@media (min-width: 992px) {
  .heading-group {
    margin-bottom: 8rem;
  }
  .heading-group.heading-group--inline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    gap: 8rem;
  }
  .heading-group.heading-group--inline .heading-group--headline {
    width: calc(50% - 4rem);
    max-width: 48.6rem;
  }
  .heading-group.heading-group--inline .heading-group--description {
    width: calc(50% - 4rem);
  }

  .heading-group.heading-group--stacked {
    max-width: 80rem;
    margin: 0 auto 8rem;
  }
  .heading-group.heading-group--stacked .heading-group--headline {
    margin-bottom: 2.4rem;
  }

  .heading-group.heading-group--inline h2,
  .heading-group--description > *:last-child {
    margin-bottom: 0;
  }
}
.buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.buttons-wrapper--center {
  justify-content: center;
}
.buttons-wrapper--right {
  justify-content: flex-end;
}

.button,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button,
.hsfc-Button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4.8rem;
  min-width: fit-content;
  padding: 1.2rem 2.4rem;
  border: 0;
  border-radius: 2.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  white-space: normal;
  cursor: pointer;
}

/* Primary */

.button--primary,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button,
.hsfc-Button {
  background-color: var(--primary-color);
  color: var(--white);
}

.button--primary:hover,
.button--primary:focus,
.button--primary:active,
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form input[type="submit"]:active,
form input[type="file"]::file-selector-button:hover,
form input[type="file"]::file-selector-button:focus,
form input[type="file"]::file-selector-button:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active,
.hsfc-Button:hover,
.hsfc-Button:focus,
.hsfc-Button:active {
  background-color: var(--primary-color-hover);
  color: var(--white);
}

form input[type="file"]::-webkit-file-upload-button:hover,
form input[type="file"]::-webkit-file-upload-button:focus,
form input[type="file"]::-webkit-file-upload-button:active {
  background-color: var(--primary-color-hover);
  color: var(--white);
}

/* Secondary */

.button--secondary {
  background-color: var(--neutral05);
  color: #000000;
}

.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active {
  background-color: var(--neutral05);
  color: var(--purple);
}

/* Text Primary */

.button--text-primary {
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--primary-color);
}

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

/* Text Secondary */

.button--text-secondary {
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--secondary-color);
}

.button--text-secondary:hover,
.button--text-secondary:focus,
.button--text-secondary:active {
  color: var(--secondary-color-hover);
}

/* Text White */

.button--text-white {
  min-height: auto;
  padding: 0;
  background: none;
  color: #FFFFFF;
  border-radius: 0;
}
.button--text-white span {
  transition: all 0.2s ease;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-color: rgba(0, 0, 0, 0);
}

.button--text-white:hover,
.button--text-white:focus,
.button--text-white:active {
  color: #FFFFFF;
}
.button--text-white:hover > span,
.button--text-white:focus > span,
.button--text-white:active > span,
.button--text-white:hover > svg,
.button--text-white:focus > svg,
.button--text-white:active > svg {
  transform: none !important;
}
.button--text-white:hover > span,
.button--text-white:focus > span,
.button--text-white:active > span {
  text-decoration-color: #FFFFFF;
}

/* Icon */

.button--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap-sm);
}

.button--icon > span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.button--icon > svg {
  height: 2rem;
  -webkit-transition: all 0.6s ease;
  flex-shrink: 0;
  transition: all 0.6s ease;
}
.button--icon[href*="#"]:not([href*="http"]) svg,
.button--icon[href*="#"]:not([href*="http"]):hover svg,
.button--icon[href*="#"]:not([href*="http"]):focus svg,
.button--icon[href*="#"]:not([href*="http"]):focus-visible svg,
.button--icon[href*="#"]:not([href*="http"]):active svg {
  transform: rotate(90deg);
}
.button--icon:not(.button--text-primary):not(.button--text-secondary):hover > span,
.button--icon:not(.button--text-primary):not(.button--text-secondary):focus-visible > span,
.button--icon:not(.button--text-primary):not(.button--text-secondary):active > span {
  transform: translateX(-0.8rem);
}
.button--icon:hover > svg,
.button--icon:focus > svg {
  transform: translateX(0.8rem);
}

/* Full */

.button--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* Small */

.button--small {
  min-height: 2.4rem;
  padding: 0.5rem 1rem;
  font-size: calc(var(--base-font-size) * 0.75);
}

/* Large */

.button--large {
  padding: 3rem 2rem;
  font-size: calc(var(--base-font-size) * 1.5);
}

/* CTA Override */

a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.content-cards,
.social-cards {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.content-card--media,
.social-card--media {
    position: relative;
    border-radius: 2.4rem;
    overflow: hidden;
    margin-bottom: 2.4rem;
    aspect-ratio: var(--image-ratio);
}
.content-card--media img,
.content-card--media video,
.social-card--media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.4rem;
}
.content-card--overline {
    margin-bottom: 2.4rem;
    padding-left: 2.4rem;
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
}
.content-card {
    display: grid;
    grid-template-rows: auto auto 1fr;
}
.content-card--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.social-card .dashed-border {
    position: static;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--gap);
    margin-bottom: 2.4rem;
    padding-left: 0;
}
.social-card .dashed-border::before {
    position: static;
    display: block;
    height: 100%;
}
.social-card--name-content {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.social-card--name-content p {
    margin: 0;
}
.content-card--content p + p {
    margin-top: 4rem;
}
.social-card--name-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-card--name-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 767px) {
    .content-card--content,
    .social-card--content {
        padding: 0 2.4rem;
    }
}

@media (max-width: 600px) {
    .social-card--name-content {
        grid-column: 2 / span 2;
    }
    .social-card--name-icon {
        grid-column: 2 / span 2;
        grid-row: 2;
        justify-content: flex-start;
    }
}
.resource-cards {
    display: grid;
    gap: 2.4rem;
}
.resource-card {
    border-radius: 2.6rem;
    overflow: hidden;
    background: #FFFFFF;
    padding: 2.4rem;
    position: relative;
}
.resource-card--name-link {
    color: var(--neutral100);
}
.resource-card--name-link::after,
.resource-card .button::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.resource-cards .resource-card {
    padding: 0.8rem 0.8rem 2.4rem;
}
.resource-card--image {
    border-radius: 2.4rem;
    overflow: hidden;
    margin-bottom: 2.4rem;
    width: 100%;
    aspect-ratio: var(--image-ratio);
}
.resource-card--image img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
}
.resource-card--content {
    grid-row: 2;
    padding: 0 1.6rem;
}
.resource-card .buttons-wrapper {
    display: block;
    margin-top: calc(-48px - 1.6rem);
    text-align: right;
    width: calc(100% - 1.6rem);
}
.resource-card .resource-card--name ~ .buttons-wrapper {
    margin-top: 1.6rem;
    text-align: left;
}
.resource-card:hover .buttons-wrapper .button > span,
.resource-card:focus .buttons-wrapper .button > span {
  transform: translateX(-0.8rem);
}
.resource-card:hover .buttons-wrapper .button > svg,
.resource-card:focus .buttons-wrapper .button > svg {
  transform: translateX(0.8rem);
}
.resource-card:hover .buttons-wrapper .button,
.resource-card:focus .buttons-wrapper .button,
.resource-card:active .buttons-wrapper .button {
  background-color: var(--neutral05);
  color: var(--purple);
}
.resource-card .overline {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 0.8rem;
}
.resource-card--name {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
    color: var(--neutral100);
}

.video-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--white);
    z-index: 2;
    border-radius: 2.4rem;
    mix-blend-mode: difference;
}
.video-control svg {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
    width: 4.4rem;
    height: 4.4rem;
}
.video-control:not(.paused) .video-control__play {
    display: none;
}
.video-control.paused .video-control__pause {
    display: none;
}
.video-control:focus-visible {
    outline-offset: -3px;
}

@media (min-width: 600px) {
    .content-cards,
    .social-cards {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .content-card {
        width: calc(50% - 1.2rem);
    }
    .content-cards.col-4 .content-card,
    .social-cards.col-4 .social-card {
        width: calc(33.3333% - 2.4rem);
    }
}
@media (min-width: 1024px) {
    .content-cards.col-4 .content-card,
    .social-cards.col-4 .social-card {
        width: calc(25% - 2.4rem);
    }
}
@media (min-width: 850px) {
    .content-cards.col-3 .content-card,
    .social-card {
        width: calc(33.3333% - 1.6rem);
    }
    .dashed-border--icon .social-card--name-content {
        width: calc(100% - 4.4rem);
    }
}
/* Labels */

form label,
.fakelabel {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

/* Inputs */

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: block;
  padding: 1.2rem 2.4rem;
  width: 100%;
  margin-bottom: 2rem;
  background-color: var(--white) !important;
  border: 1px solid var(--neutral20) !important;
  border-radius: 4.8rem !important;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 30' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
  background-position: calc(100% - 2.4rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid var(--neutral60);
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
  border-radius: 4.8rem !important;
}

form textarea {
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1rem 1rem;
  border: 1px solid var(--neutral60);
  border-radius: 2.8rem !important;
}

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

::-webkit-input-placeholder {
  color: var(--neutral60);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--neutral60);
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
}

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

input[type="checkbox"],
input[type="radio"],
input[type="range"],
progress {
  accent-color: var(--neutral100);
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: var(--base-color);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--dark-gray);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: var(--dark-gray) !important;
  border-radius: 0 !important;
  color: #fff;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--dark-gray);
}

/* Inputs - file picker */

form input[type="file"] {
  width: auto !important;
  min-height: auto;
  background-color: transparent;
  border: initial;
  padding: initial;
}
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button {
  margin-right: var(--gap);
}

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 1.4rem;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  position: relative;
  top: -1px;
}

/* Validation */

.hs-form-required {
  color: red;
}

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

.hs-error-msg,
.hs-error-msg,
.hs-error-msgs {
  margin: -1rem 0 2rem 0;
  color: red;
  font-size: 1.4rem;
  font-weight: 400;
}

.hs_error_rollup {
  display: none;
}

/* Captcha */

.grecaptcha-badge {
  margin-bottom: 2rem;
}

/* Change Autocomplete styles in Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  box-shadow: 0 0 0 30px var(--white) inset !important;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form
  fieldset.form-columns-1
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-2
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-3
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100% !important;
}

@media (min-width: 992px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}

/* New Forms */
[data-hsfc-id="Renderer"] .hsfc-Form .hsfc-DropdownInput__Caret > span {
  width: 20px;
  height: 20px;
  border: none;
  content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.0001 13.1714L16.9499 8.22168L18.3641 9.63589L12.0001 15.9999L5.63623 9.63589L7.05044 8.22168L12.0001 13.1714Z" fill="%23333333"/></svg>');
}
[data-hsfc-id="DataPrivacyField"] {
  --hsf-field-label__font-size: 1.4rem;
  --hsf-field-label__color: var(--neutral60);
  --hsf-richtext__font-size: 1.4rem;
  --hsf-richtext__color: var(--neutral60);
  --hsf-row__vertical-spacing: 1.6rem;
}
.hsfc-RadioFieldGroup__Options,
.hsfc-CheckboxFieldGroup__Options {
  --hsf-field-label__font-size: 1.4rem;
}
[data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):hover {
  transform: none !important;
}
.resource-line-items .resource-line-item + .resource-line-item {
    margin-top: 2.4rem;
    border-top: 2px dashed var(--neutral20);
    padding-top: 2.4rem;
}
.resource-line-item {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    color: var(--neutral100)
}
.resource-line-item--name {
    font-size: 1.8rem;
}
.resource-line-item .overline {
    text-transform: uppercase;
}
.resource-line-item:hover {
    color: var(--neutral60);
}
.resource-line-item--content {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: calc(100% - 6.8rem);
}
.resource-line-item--content p {
    margin: 0;
}
.resource-line-item svg {
    width: 4.8rem;
    height: 4.8rem;
    padding: 1.2rem;
    border-radius: 2.4rem;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.resource-line-item svg path {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.resource-line-item:hover svg {
    background: #FFFFFF;
    transform: translateX(0.8rem);
}
.resource-line-item:hover svg path {
    fill: var(--purple);
}
.resource-line-items--light .resource-line-item:hover svg {
    background: var(--neutral05);
}

@media (min-width: 768px) {
    .resource-line-item {
        padding-right: 2.4rem;
    }
}
/* Table */

table {
	width: 100%;
	border: 1px solid var(--light-gray);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  margin: 2.4rem 0;
}

/* Table cells */

td,
th {
	padding: 1rem;
	text-align: left;
  vertical-align: top;
}

td {
	border-bottom: 1px solid var(--light-gray);
}

/* Table header */

thead th {
	background-color: var(--light-gray);
  vertical-align: bottom;
}

/* Table footer */

tfoot td {
  background-color: var(--light-gray);
}
/* Prevent page scrolling when popover is open */
html:has([popover]:popover-open) {
  overflow: hidden;
}

.modal {
  max-width: 600px;
  height: fit-content;
  max-height: 90vh;
  width: 90%;
  border-radius: 2.4rem;
  background: var(--white);
  border: none;
  padding: 1.6rem;
  overflow-y: hidden;
  display: none;
  flex-direction: column;
}
.modal__caption {
  padding: 1.6rem 2.4rem;
}
.modal::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}
.modal:popover-open {
  display: flex;
}
.modal:focus,
.modal__wrapper:focus {
  outline: none;
}
.modal__wrapper {
  overflow-y: auto;
  min-height: 0;
}
.modal__content {
  padding: 4rem 3.2rem;
}
.modal__content .dashed-border ~ p,
.modal__content .dashed-border ~ .button {
  margin-left: 2.4rem;
}
.modal__close-wrapper {
  position: sticky;
  top: 0.8rem;
  width: 100%;
  z-index: 10;
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0.8rem;
}
.modal__media,
.modal__media image,
.modal__media video,
.modal img,
.modal video {
  border-radius: 1.6rem;
}
.modal img + p {
  margin-top: 2.4rem;
}
.modal .collapsible {
  margin-top: 4rem;
}

.modal--video {
  overflow: visible;
  max-width: 800px;
}
.modal--video .modal__close-wrapper {
  position: static;
}
.modal--video .modal__close {
  top: auto;
  bottom: calc(100% + 1rem);
}
.collapsible__item {
  border-bottom: 1px dashed var(--neutral20);
}
.collapsible__item:not(.is-active) .collapsible__content {
  display: none;
}
.collapsible__title {
  width: 100%;
  font-weight: 500;
}
.collapsible__trigger {
  background: none;
  border: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: var(--gap);
  align-items: center;
  padding: 2.4rem 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  color: var(--base-color);
}
.collapsible__trigger > svg {
  flex-shrink: 0;
  height: 1rem;
  pointer-events: none;
  transition: all 0.2s ease;
  transform: rotate(180deg);
}
.collapsible__trigger-icon {
  position: relative;
  width: 12px;
  height: 12px;
}
.collapsible__trigger-icon .collapsible__trigger-closed,
.collapsible__trigger-icon .collapsible__trigger-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.collapsible__item.is-active .collapsible__trigger-closed {
  opacity: 0;
  visibility: hidden;
}
.collapsible__item:not(.is-active) .collapsible__trigger-open {
  opacity: 0;
  visibility: hidden;
}
.iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;

  iframe {
    max-width: 100% !important;
    max-height: unset !important;
  }
}

.embed_container,
.oembed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 100% !important;
  max-height: unset !important;
}

.embed_container iframe {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 2.4rem;
}

.oembed_container .iframe_wrapper > * {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 2.4rem;
}

/* Components */

body.modal-open
  .body-wrapper
  > div[data-global-resource-path*="/templates/partials/header.html"] {
  z-index: unset;
}

.header {
  position: relative;
  background-color: #000000;
}
.header--no-navigation .header__container {
  background-color: #FFFFFF;
}
.header--no-navigation .header__utility {
  text-align: right;
  padding: 1.2rem 0;
  line-height: 0;
}

.header__container {
  padding: 0.8rem 0;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .header--paid-lp .header__inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .header__container {
    padding: 1.6rem;
  }
  .header__inner {
    gap: 2rem;
  }
}

/* Logo */

.header__logo {
  display: block;
  font-size: 0;
  width: auto;
  height: 1.8rem;
}
.header__logo img {
  width: auto;
  height: 1.8rem;
}

@media (min-width: 768px) {
  .header__logo,
  .header__logo img {
    height: 2.4rem;
  }
}

/* Phone Number */
.header__phone {
  text-align: center;
}
.header__phone a span {
  white-space: nowrap;
}

/* Nav */

.header__navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: -1000px;
  width: 1px;
  padding: 1rem 1.6rem;
  background-color: var(--primary-color);
  color: var(--white);
}

.header__skip:hover,
.header__skip:focus-visible,
.header__skip:active {
  height: auto;
  left: 4px;
  overflow: visible;
  top: 4px;
  width: auto;
  color: var(--white);
}
.footer {
  padding: 4rem 0;
  background-color: var(--secondary-color);
  color: var(--white);
}
.footer--paid-lp {
  padding: 4rem 2rem;
  background-color: var(--white);
  color: var(--base-color);
}
.footer--paid-lp .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--gap);
  align-items: center;
}
.footer--no-navigation {
  background-color: #000000;
}
.footer--no-navigation .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.footer--no-navigation #hs_cos_wrapper_copyright {
  font-size: 1.4rem;

}
.footer--no-navigation .footer--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.footer--no-navigation .footer--info ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer--no-navigation .footer--info button,
.footer--no-navigation .footer--info li {
  display: flex;
  align-items: center;
}
.footer--no-navigation .footer--info button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.footer--no-navigation .footer--info a,
.footer--no-navigation .footer--info button {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
}
.footer--no-navigation .footer--info a:hover,
.footer--no-navigation .footer--info button:hover {
  color: var(--neutral05);
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer--no-navigation .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer--copyright {
  padding-top: 3rem;
  border-top: 1px solid var(--light-gray);
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .footer--paid-lp .footer__inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--gap);
  }

  .footer--no-navigation .footer--info,
  .footer--no-navigation .footer--info ul {
    flex-direction: row;
    align-items: center;
  }
}
.section__resources-and-updates {
  overflow-x: hidden;
}
.section__resources-and-updates .span6:first-child {
  position: relative;
  overflow: visible;
}
.section__resources-and-updates .span6:first-child::before {
  content: '';
  position: absolute;
  width: 135%;
  height: 135%;
  left: -25%;
  background-image: url(https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/SonyAI_2026/Backgrounds/gradient-blob-01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.section__resources-and-updates .dnd-module {
  position: relative;
  z-index: 2;
}

.publications .dnd-section > .row-fluid {
  align-items: flex-start;
}

@media (max-width: 768px) {
  .section__resources-and-updates .resource-line-items {
    margin-top: 4rem;
  }
  .section__resources-and-updates .span6:first-child::before {
    top: -100px;
  }
  .dnd-section.section__two-column-gradient {
    background-image: none !important;
    background: none !important;
  }
}

/* Two Column */
.section__two-column > .row-fluid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media (min-width: 768px) {
  .section__two-column > .row-fluid {
    flex-direction: row;
    gap: 12.6rem;
  }
}
.section__research-join {
  background-image: url(https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/Sony%20Research/research-bg-gradient-bottom.svg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.section__research-team {
  background-image: url(https://242443477.fs1.hubspotusercontent-na2.net/hubfs/242443477/Sony%20Research/research-bg-gradient-top.svg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

/* Templates */
.blog-listing-bar .hs-button {
  min-height: 45px;
  padding: 0 2.4rem;
}

.blog-listing__post {
  position: relative;
}
.blog-listing__topic {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--purple);
}
.blog-listing__details h2 {
  margin-bottom: 1.6rem;
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.blog-listing__details a {
  color: var(--neutral100);
}
.blog-listing__details a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.blog-listing__post:hover .button,
.blog-listing__post:focus-within .button {
  color: var(--primary-color-hover);;
}
.blog-listing__post:hover .button svg,
.blog-listing__post:focus-within .button svg {
  transform: translateX(0.8rem);
}
.blog-post__author {
  border-radius: 2.4rem;
}
.blog-post__author img {
  border-radius: 1.6rem;
}
.blog-post__author-bio h3 {
  margin-bottom: 0.8rem;
}
.blog-post__author-bio h3 a {
  color: var(--neutral100);
}

/* Related Posts */
.blog-post-related-posts__card {
  position: relative;
}
.blog-post-related-posts__card img {
  border-radius: 2.4rem;
}
.blog-post-related-posts__topic {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--purple);
  text-transform: uppercase;
}
.blog-post-related-posts__title {
  margin-bottom: 1.6rem;
  margin-top: 0.4rem;
  margin-bottom: 1.6rem;
  line-height: 1.1;
}
.blog-post-related-posts__title a {
  color: var(--neutral100);
  font-weight: 500;
  font-size: 1.8rem;
}
.blog-post-related-posts__card a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.blog-post-related-posts__card:hover .button,
.blog-post-related-posts__card:focus-within .button {
  color: var(--primary-color-hover);;
}
.blog-post-related-posts__card:hover .button svg,
.blog-post-related-posts__card:focus-within .button svg {
  transform: translateX(0.8rem);
}
.blog-post-related-posts__image-wrapper {
  border-radius: 2.4rem;
  aspect-ratio: 4 / 3;
}
.blog-post-related-posts__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2.4rem;
}
.publications .span4 h3 {
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.publications .span4 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.8rem;
}
.publications .span4 ul + p {
  font-style: italic;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}

/* Utilities */

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

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

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

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

/* Background Colors */

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

/* Spacing */

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.25) !important;
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.5) !important;
}
.mt-md {
  margin-top: var(--gap) !important;
}
.mt-lg {
  margin-top: calc(var(--gap) * 1.5) !important;
}
.mt-xl {
  margin-top: calc(var(--gap) * 2) !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.25) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.5) !important;
}
.mb-md {
  margin-bottom: var(--gap) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.5) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 2) !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.25) !important;
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.5) !important;
}
.pt-md {
  padding-top: var(--gap) !important;
}
.pt-lg {
  padding-top: calc(var(--gap) * 1.5) !important;
}
.pt-xl {
  padding-top: calc(var(--gap) * 2) !important;
}

.pb-none {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.25);
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.5);
}
.pb-md {
  padding-bottom: var(--gap) !important;
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 1.5) !important;
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 2);
}

/* Text */

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-large {
  font-size: calc(var(--base-font-size) * 1.2);
}
.text-small {
  font-size: calc(var(--base-font-size) * 0.8);
}

/* Responsive embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container--43 {
  padding-bottom: 75%;
}

.dashed-border {
  position: relative;
  padding-left: 2.4rem;
}
.dashed-border::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(0deg, #82E578 0%, #00B0FA 25%, #FF1FA6 50%, #FF0085 75%, #C80064 100%);
  -webkit-mask: repeating-linear-gradient(
      to bottom,
      #000 0,           #000 4px,
      transparent 4px,  transparent 8px
  );
  mask: repeating-linear-gradient(
      to bottom,
      #000 0,           #000 4px, 
      transparent 4px,  transparent 8px
  );
}
.dashed-border > *:last-child {
  margin-bottom: 0;
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 1.6rem;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px var(--primary-color);
  box-shadow: 0 0 0 5px var(--primary-color);
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 20px;
}
.flickity-prev-next-button.next {
  right: 20px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 20px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 20px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-slider > * {
  margin: 0 0.8rem;
}
.flickity-viewport {
  margin-right: -1.6rem;
  margin-left: -1.6rem;
}
.flickity-prev-next-button {
  transform: none;
  width: 6.4rem;
  height: 6.4rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.flickity-prev-next-button:focus {
  outline: none;
}
.flickity-prev-next-button:hover,
.flickity-prev-next-button:focus-visible,
.flickity-prev-next-button:active {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  outline: none;
}
.flickity-prev-next-button.next {
  top: calc(100% - 6.4rem);
  right: 50%;
  transform: translateX(100%);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.flickity-prev-next-button.previous {
  top: calc(100% - 6.4rem);
  left: 50%;
  transform: translateX(-100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.flickity-prev-next-button .flickity-button-icon {
  height: 1.1rem;
  width: 1.1rem;
  position: static;
  color: var(--neutral100);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  padding: 1.85rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: var(--white);
}
.flickity-prev-next-button:hover .flickity-button-icon,
.flickity-prev-next-button:focus-visible .flickity-button-icon {
  color: var(--purple);
}

.flickity--dark .flickity-prev-next-button {
  background: rgba(0, 0, 0, 0.4);
}
.flickity--dark .flickity-prev-next-button .flickity-button-icon {
  color: var(--white);
  background: transparent;
}
.flickity--dark .flickity-prev-next-button:hover .flickity-button-icon,
.flickity--dark .flickity-prev-next-button:focus-visible .flickity-button-icon {
  background: rgba(255, 255, 255, 1);
  color: var(--purple);
}
.flickity--dark .flickity-prev-next-button:hover,
.flickity--dark .flickity-prev-next-button:focus-visible {
  background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .flickity-prev-next-button.next {
      right: calc( ( (100vw - var(--container-width)) / 2 ) - 1.6rem );
      transform: none;
  }
  .flickity-prev-next-button.previous {
      left: auto;
      right: calc( ( (100vw - var(--container-width)) / 2 ) + 4.8rem );
      transform: none;
  }
  .content-carousel.content-carousel--small {
      max-width: calc(var(--container-width) + ( (100vw - var(--container-width)) / 2 ) );
      margin-left: calc( (100vw - var(--container-width)) / 2 - 1.6rem );
  }
  .content-carousel.content-carousel--large .flickity-prev-next-button {
      margin-right: 6.4rem;
  }
}

@media (max-width: 1000px) and (min-width: 768px) {
  .content-carousel.content-carousel--large .flickity-prev-next-button {
    margin-right: 20rem;
  }
}

.flickity--centered-buttons .flickity-prev-next-button.next {
  top: calc(100% - 6.4rem);
  right: 50%;
  transform: translateX(100%);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.flickity--centered-buttons .flickity-prev-next-button.previous {
  top: calc(100% - 6.4rem);
  left: 50%;
  transform: translateX(-100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Side Buttons */
.flickity--side-buttons .flickity-prev-next-button {
  top: 50%;
  border-radius: 4.8rem;
}
.flickity--side-buttons .flickity-prev-next-button.previous {
  left: -3.2rem;
  right: auto;
}
.flickity--side-buttons .flickity-prev-next-button.next {
  right: -3.2rem;
  left: auto;
}