/**
  Will print a media query based on what is passed as breakpoint.
  $breakpoint
    'x-large'
    'large'
    'medium'
    'small'
    Any size specific measurement (240px, 20em, etc)

   $use-min-width
    (true) use min-width as the media query
    (false) use max-width as the media query

   Usage

   @include break-on('medium') {
    ...styles
   }
 */
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700|IBM+Plex+Sans:400,700&display=swap");
@import url("https://use.typekit.net/wfv6uhd.css");
/**
  Will print a media query based on what is passed as breakpoint.
  $breakpoint
    'x-large'
    'large'
    'medium'
    'small'
    Any size specific measurement (240px, 20em, etc)

   $use-min-width
    (true) use min-width as the media query
    (false) use max-width as the media query

   Usage

   @include break-on('medium') {
    ...styles
   }
 */
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700|IBM+Plex+Sans:400,700&display=swap");
@import url("https://use.typekit.net/wfv6uhd.css");
/**
  Will print a media query based on what is passed as breakpoint.
  $breakpoint
    'x-large'
    'large'
    'medium'
    'small'
    Any size specific measurement (240px, 20em, etc)

   $use-min-width
    (true) use min-width as the media query
    (false) use max-width as the media query

   Usage

   @include break-on('medium') {
    ...styles
   }
 */
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700|IBM+Plex+Sans:400,700&display=swap");
@import url("https://use.typekit.net/wfv6uhd.css");
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700|IBM+Plex+Sans:400,700&display=swap");
@import url("https://use.typekit.net/wfv6uhd.css");
@keyframes ts-web-style-button-loader-spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

.ts-icon {
  display: block;
  width: 20px;
  height: 20px; }
  .ts-icon--medium {
    width: 30px;
    height: 40px; }
  .ts-icon--large {
    width: 45px;
    height: 45px; }
  .ts-icon--xlarge {
    width: 75px;
    height: 75px; }
  .ts-icon svg {
    width: 100%;
    height: 100%; }

div#hs-eu-cookie-confirmation {
  box-shadow: none !important;
  background: #F7F8F8 !important;
  border-top: solid 2px #1977F3 !important; }

#hs-eu-cookie-confirmation-inner {
  background: transparent !important;
  display: grid !important;
  grid-template-columns: minmax(200px, 1fr) 180px;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  grid-gap: 32px !important;
  align-items: center !important; }
  @media all and (max-width: 600px) {
    #hs-eu-cookie-confirmation-inner {
      grid-template-columns: minmax(300px, 1fr); } }
  #hs-eu-cookie-confirmation-inner p {
    font-family: "IBM Plex Sans", sans-serif, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #333333;
    letter-spacing: 0.01em !important;
    padding: 0 !important;
    margin: 0 !important; }
    #hs-eu-cookie-confirmation-inner p a {
      color: #1977F3 !important;
      text-decoration: underline !important; }
    #hs-eu-cookie-confirmation-inner p:nth-child(2) {
      padding-bottom: 24px; }

#hs-en-cookie-confirmation-buttons-area {
  align-self: center; }

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  text-decoration: underline !important; }

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  transition: all 0.3s ease-out !important;
  backface-visibility: hidden !important;
  height: 48px !important;
  padding: 4px 16px !important;
  display: flex !important;
  justify-content: center !important;
  line-height: 16px !important;
  cursor: pointer !important;
  border-color: #1977F3 !important;
  border-width: 2px !important;
  border-style: solid !important;
  font-weight: 700 !important;
  outline: none !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  text-align: center !important;
  align-items: center !important;
  font-family: "IBM Plex Sans", sans-serif, sans-serif !important;
  background-color: #FFFFFF !important;
  color: #1977F3 !important;
  font-size: 16px !important;
  letter-spacing: 0.01em !important;
  width: 100% !important;
  border-radius: 0 !important; }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
    background-color: #1977F3 !important;
    color: #FFFFFF !important; }

.ts-button {
  transition: all 0.3s ease-out;
  backface-visibility: hidden;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  letter-spacing: 0.01em;
  height: 48px;
  padding: 4px 16px;
  display: flex;
  justify-content: center;
  line-height: 16px;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  width: fit-content;
  text-align: center;
  align-items: center;
  background: #FDB515;
  border-color: #FDB515; }
  @media all and (max-width: 960px) {
    .ts-button {
      font-size: 14px;
      line-height: 24px; } }
  @media all and (max-width: 960px) {
    .ts-button {
      line-height: 28px;
      padding: 8px; } }
  .ts-button:disabled {
    background: #D0D2D6;
    border-color: #D0D2D6;
    pointer-events: none; }
  .ts-button--normalize-text .ts-button__content {
    text-transform: lowercase; }
    .ts-button--normalize-text .ts-button__content > span:first-child::first-letter {
      text-transform: uppercase !important; }
  .ts-button__content {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    padding: 0 !important;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    color: #333333;
    position: relative;
    text-align: center; }
    .ts-button__content:before {
      transition: all 0.3s ease-out;
      backface-visibility: hidden;
      content: '';
      position: absolute;
      border: 2px solid #333333;
      border-top-color: transparent !important;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      left: -32px;
      top: 50%;
      opacity: 0;
      margin-top: 1px; }
    .ts-button__content .ts-icon {
      margin-left: 8px;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .ts-button__content .ts-icon path {
        transition: all 0.3s ease-out;
        backface-visibility: hidden;
        fill: #333333; }
  .ts-button__icon {
    transition: all 0.3s ease-out;
    backface-visibility: hidden; }
  .ts-button--stretch-to-fill {
    width: 100%; }
  .ts-button--loading .ts-button__content {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translateX(16px); }
    .ts-button--loading .ts-button__content:before {
      opacity: 1;
      animation: ts-web-style-button-loader-spin 1s linear infinite; }
  .ts-button--animate-icon:hover .ts-button__icon--right {
    transform: translateX(8px); }
  .ts-button:hover {
    background: #FDC343;
    border-color: #FDC343; }
  .ts-button--secondary {
    background: #1977F3;
    border-color: #1977F3; }
    .ts-button--secondary .ts-button__content {
      color: #FFFFFF; }
      .ts-button--secondary .ts-button__content:before {
        border-color: #FFFFFF; }
    .ts-button--secondary .ts-icon path {
      fill: #FFFFFF !important; }
    .ts-button--secondary:hover {
      background: #4692F5;
      border-color: #4692F5; }
      .ts-button--secondary:hover .ts-button__content:before {
        border-top: 2px solid #5E9FF6; }
  .ts-button--tertiary {
    background: #333333;
    border-color: #333333;
    color: #fff; }
    .ts-button--tertiary .ts-button__content {
      color: #FFFFFF; }
      .ts-button--tertiary .ts-button__content:before {
        border-color: #FFFFFF; }
    .ts-button--tertiary .ts-icon path {
      fill: #FFFFFF !important; }
    .ts-button--tertiary:hover {
      background: #474747;
      border-color: #333333; }
  .ts-button--hollow-primary {
    background: #FFFFFF;
    border-color: #FDB515; }
    .ts-button--hollow-primary .ts-button__content {
      color: #333333; }
      .ts-button--hollow-primary .ts-button__content:before {
        border-color: #333333; }
    .ts-button--hollow-primary:hover {
      background: #FDC343; }
      .ts-button--hollow-primary:hover .ts-button__content {
        color: #333333; }
  .ts-button--hollow-secondary {
    background: #FFFFFF;
    border-color: #1977F3; }
    .ts-button--hollow-secondary .ts-button__content {
      color: #1977F3; }
      .ts-button--hollow-secondary .ts-button__content:before {
        border: 2px solid #1977F3;
        border-top: 2px solid #FFFFFF; }
    .ts-button--hollow-secondary .ts-icon path {
      transition: all 0.3s ease-out;
      backface-visibility: hidden;
      fill: #1977F3 !important; }
    .ts-button--hollow-secondary:hover {
      background: #1977F3;
      border-color: #1977F3; }
      .ts-button--hollow-secondary:hover .ts-button__content {
        color: #FFFFFF; }
        .ts-button--hollow-secondary:hover .ts-button__content:before {
          border: 2px solid #FFFFFF;
          border-top: 2px solid #1977F3; }
      .ts-button--hollow-secondary:hover .ts-icon path {
        fill: #FFFFFF !important; }
  .ts-button--hollow-tertiary {
    background: #FFFFFF;
    border-color: #333333; }
    .ts-button--hollow-tertiary .ts-button__content {
      color: #333333; }
      .ts-button--hollow-tertiary .ts-button__content:before {
        border: 2px solid #333333;
        border-top: 2px solid #FFFFFF; }
    .ts-button--hollow-tertiary:hover {
      background: #333333;
      border-color: #333333;
      color: #fff; }
      .ts-button--hollow-tertiary:hover .ts-button__content {
        color: #FFFFFF; }
        .ts-button--hollow-tertiary:hover .ts-button__content:before {
          border: 2px solid #FFFFFF;
          border-top: 2px solid #333333; }
      .ts-button--hollow-tertiary:hover .ts-icon path {
        fill: #FFFFFF !important; }

.ts-card {
  padding: 40px;
  background-color: #FEF7E7; }
  @media all and (max-width: 960px) {
    .ts-card {
      padding: 24px; } }
  .ts-card__content {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em; }
    @media all and (max-width: 960px) {
      .ts-card__content {
        font-size: 14px;
        line-height: 24px; } }
    .ts-card__content > div:last-child, .ts-card__content > span:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
  .ts-card__sub-title {
    display: block;
    font-size: 16px;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400; }
  .ts-card__title {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 24px; }
    @media all and (max-width: 960px) {
      .ts-card__title {
        font-size: 24px;
        line-height: 28px; } }
  .ts-card--primary-dark {
    background-color: #FDB515; }
  .ts-card--secondary {
    background-color: #E8F1FD; }
  .ts-card--secondary-dark {
    background-color: #1977F3;
    color: #fff; }
  .ts-card--tertiary {
    background-color: #F7F8F8; }
  .ts-card--tertiary-dark {
    background-color: #141E35;
    color: #fff; }

.ts-checkbox {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px; }
  .ts-checkbox__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-checkbox__container {
    display: flex;
    align-items: flex-start; }
  .ts-checkbox__display {
    transition: border-color 0.3s ease-out;
    backface-visibility: hidden;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: solid 1px #C1C1C1;
    position: relative;
    top: 4px; }
    .ts-checkbox__display__check {
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: #1977F3;
      display: none;
      line-height: 22px;
      position: absolute;
      top: 0;
      left: 0; }
      .ts-checkbox__display__check path {
        fill: #333333; }
    .ts-checkbox__display--error {
      border-color: #E31919; }
  .ts-checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer;
    z-index: 1; }
    .ts-checkbox__input:checked + div span {
      display: flex; }
    .ts-checkbox__input:focus + div {
      border-color: #1977F3;
      border-width: 2px; }
  .ts-checkbox__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em;
    cursor: pointer;
    font-size: 12px;
    padding-left: 16px;
    line-height: 24px; }
    @media all and (max-width: 960px) {
      .ts-checkbox__label {
        font-size: 14px;
        line-height: 24px; } }

.ts-choice-group__error {
  margin-top: 8px;
  color: #E31919;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: 12px;
  line-height: 1; }

.ts-choice-group__label__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  margin-bottom: 8px; }

.ts-choice-group .ts-checkbox, .ts-choice-group .ts-radio {
  margin-bottom: 8px !important; }

.ts-link-list__list {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  letter-spacing: 0.01em;
  margin: 0 0 32px;
  padding-left: 0;
  list-style: none;
  list-style: none;
  padding-left: 0;
  margin: 16px 0 0; }
  @media all and (max-width: 960px) {
    .ts-link-list__list {
      font-size: 14px;
      line-height: 24px; } }
  .ts-link-list__list li {
    position: relative;
    padding: 4px 16px 16px; }
    .ts-link-list__list li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      height: 8px;
      width: 8px;
      background-color: #000;
      top: 16px;
      margin-top: -4px; }
    .ts-link-list__list li a {
      color: #000;
      text-decoration: none; }
      .ts-link-list__list li a:hover {
        text-decoration: underline; }

.ts-link-list__title {
  font-weight: 700;
  font-family: "IBM Plex Mono", monospace; }

.ts-select {
  margin-bottom: 16px; }
  .ts-select__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-select__display {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    border: solid 1px #C1C1C1;
    font-family: "IBM Plex Sans", sans-serif;
    height: 48px;
    padding: 16px;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    color: #C1C1C1;
    text-align: left; }
    .ts-select__display:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 16px;
      width: 12px;
      height: 6px;
      margin-top: -3px;
      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='M0 0H12L6 6L0 0Z' fill='black'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat; }
    .ts-select__display:focus .ts-select__display__highlight {
      border: solid 2px #1977F3; }
    .ts-select__display__container {
      position: relative; }
    .ts-select__display__highlight {
      transition: border-color 0.3s ease-out;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: transparent;
      pointer-events: none; }
      .ts-select__display__highlight--open {
        border: solid 2px #1977F3; }
      .ts-select__display__highlight--error {
        border: solid 2px #E31919; }
    .ts-select__display--has-value {
      color: #000; }
    .ts-select__display--open:before {
      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='M12 6L0 6L6 -5.24537e-07L12 6Z' fill='%231977F3'/%3E%3C/svg%3E%0A"); }
  .ts-select__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 8px;
    display: block; }
  .ts-select__option {
    font-family: "IBM Plex Sans", sans-serif;
    width: 100%;
    padding: 8px 16px;
    background: #ffffff;
    cursor: pointer;
    text-align: left;
    border: none;
    outline: none; }
    .ts-select__option:focus, .ts-select__option:hover {
      font-weight: bold;
      background-color: #E8F1FD; }
  .ts-select__options {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border: solid 1px #C1C1C1;
    border-top: none;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 1px;
    transform: translateY(100%);
    width: calc(100% - 2px); }
    .ts-select__options--open {
      display: block; }

.ts-radio {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px; }
  .ts-radio__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-radio__container {
    display: flex;
    align-items: flex-start; }
  .ts-radio__display {
    transition: border-color 0.3s ease-out;
    backface-visibility: hidden;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: solid 1px #C1C1C1;
    border-radius: 50%;
    position: relative;
    top: 4px; }
    .ts-radio__display__indicator {
      width: 10px;
      height: 10px;
      background: #1977F3;
      border-radius: 50%;
      display: none;
      position: absolute;
      top: 2px;
      left: 2px; }
    .ts-radio__display--error {
      border-color: #E31919; }
  .ts-radio__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer;
    z-index: 1; }
    .ts-radio__input:checked + div span {
      display: block; }
    .ts-radio__input:focus + div {
      border-color: #1977F3;
      border-width: 2px; }
      .ts-radio__input:focus + div span {
        top: 1px;
        left: 1px; }
  .ts-radio__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em;
    cursor: pointer;
    font-size: 12px;
    padding-left: 16px;
    line-height: 24px; }
    @media all and (max-width: 960px) {
      .ts-radio__label {
        font-size: 14px;
        line-height: 24px; } }

.ts-textfield {
  margin-bottom: 16px; }
  .ts-textfield__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-textfield__highlight {
    transition: opacity 0.3s ease-out;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #1977F3;
    opacity: 0;
    pointer-events: none; }
  .ts-textfield__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 8px;
    display: block; }
  .ts-textfield__sub-label {
    text-align: left; }
  .ts-textfield__text {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    border: solid 1px #C1C1C1;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 16px;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.6; }
    .ts-textfield__text::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #C1C1C1;
      opacity: 1;
      /* Firefox */ }
    .ts-textfield__text:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #C1C1C1; }
    .ts-textfield__text::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #C1C1C1; }
    .ts-textfield__text--error + div {
      opacity: 1;
      border-color: #E31919; }
    .ts-textfield__text:focus {
      border-color: #1977F3;
      box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1); }
      .ts-textfield__text:focus + div {
        opacity: 1; }
  .ts-textfield__text-container {
    position: relative; }
  .ts-textfield__text {
    height: 48px; }
  .ts-textfield__toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer; }
    .ts-textfield__toggle:focus path, .ts-textfield__toggle--toggled path {
      fill: #1977F3; }

.ts-textarea {
  margin-bottom: 16px; }
  .ts-textarea__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-textarea__highlight {
    transition: opacity 0.3s ease-out;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #1977F3;
    opacity: 0;
    pointer-events: none; }
  .ts-textarea__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 8px;
    display: block; }
  .ts-textarea__sub-label {
    text-align: left; }
  .ts-textarea__text {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    border: solid 1px #C1C1C1;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 16px;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.6; }
    .ts-textarea__text::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #C1C1C1;
      opacity: 1;
      /* Firefox */ }
    .ts-textarea__text:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #C1C1C1; }
    .ts-textarea__text::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #C1C1C1; }
    .ts-textarea__text--error + div {
      opacity: 1;
      border-color: #E31919; }
    .ts-textarea__text:focus {
      border-color: #1977F3;
      box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1); }
      .ts-textarea__text:focus + div {
        opacity: 1; }
  .ts-textarea__text-container {
    position: relative; }
  .ts-textarea__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-textarea__text {
    min-height: 136px;
    resize: vertical;
    display: block; }

.ts-tooltip {
  position: relative;
  display: inline-block; }
  .ts-tooltip > *:first-child {
    border-bottom: dashed 1px #333333; }
  .ts-tooltip:hover .ts-tooltip__popup {
    opacity: 1; }
  .ts-tooltip:hover .ts-tooltip__popup--top {
    margin-top: -10px; }
  .ts-tooltip:hover .ts-tooltip__popup--right {
    margin-right: -10px; }
  .ts-tooltip__popup {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    position: absolute;
    max-width: 250px;
    width: fit-content;
    display: inline-block;
    background-color: #141E35;
    color: #fff;
    padding: 16px;
    pointer-events: none;
    opacity: 0;
    white-space: pre-line; }
    .ts-tooltip__popup:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0; }
    .ts-tooltip__popup--top {
      top: 0;
      left: 50%;
      transform: translate(-50%, -100%);
      opacity: 0;
      margin-top: -20px; }
    .ts-tooltip__popup--right {
      right: 0;
      top: 50%;
      transform: translate(100%, -50%);
      margin-right: -25px; }
      .ts-tooltip__popup--right:before {
        top: 50%;
        left: 0;
        transform: translate(-100%, -50%);
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #141E35; }

/**
  Will print a media query based on what is passed as breakpoint.
  $breakpoint
    'x-large'
    'large'
    'medium'
    'small'
    Any size specific measurement (240px, 20em, etc)

   $use-min-width
    (true) use min-width as the media query
    (false) use max-width as the media query

   Usage

   @include break-on('medium') {
    ...styles
   }
 */
/**
  Will print a media query based on what is passed as breakpoint.
  $breakpoint
    'x-large'
    'large'
    'medium'
    'small'
    Any size specific measurement (240px, 20em, etc)

   $use-min-width
    (true) use min-width as the media query
    (false) use max-width as the media query

   Usage

   @include break-on('medium') {
    ...styles
   }
 */
/**
  Will print a media query based on what is passed as breakpoint.
  $breakpoint
    'x-large'
    'large'
    'medium'
    'small'
    Any size specific measurement (240px, 20em, etc)

   $use-min-width
    (true) use min-width as the media query
    (false) use max-width as the media query

   Usage

   @include break-on('medium') {
    ...styles
   }
 */
@keyframes ts-web-style-button-loader-spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

.ts-icon {
  display: block;
  width: 20px;
  height: 20px; }
  .ts-icon--medium {
    width: 30px;
    height: 40px; }
  .ts-icon--large {
    width: 45px;
    height: 45px; }
  .ts-icon--xlarge {
    width: 75px;
    height: 75px; }
  .ts-icon svg {
    width: 100%;
    height: 100%; }

div#hs-eu-cookie-confirmation {
  box-shadow: none !important;
  background: #F7F8F8 !important;
  border-top: solid 2px #1977F3 !important; }

#hs-eu-cookie-confirmation-inner {
  background: transparent !important;
  display: grid !important;
  grid-template-columns: minmax(200px, 1fr) 180px;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  grid-gap: 32px !important;
  align-items: center !important; }
  @media all and (max-width: 600px) {
    #hs-eu-cookie-confirmation-inner {
      grid-template-columns: minmax(300px, 1fr); } }
  #hs-eu-cookie-confirmation-inner p {
    font-family: "IBM Plex Sans", sans-serif, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #333333;
    letter-spacing: 0.01em !important;
    padding: 0 !important;
    margin: 0 !important; }
    #hs-eu-cookie-confirmation-inner p a {
      color: #1977F3 !important;
      text-decoration: underline !important; }
    #hs-eu-cookie-confirmation-inner p:nth-child(2) {
      padding-bottom: 24px; }

#hs-en-cookie-confirmation-buttons-area {
  align-self: center; }

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  text-decoration: underline !important; }

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  transition: all 0.3s ease-out !important;
  backface-visibility: hidden !important;
  height: 48px !important;
  padding: 4px 16px !important;
  display: flex !important;
  justify-content: center !important;
  line-height: 16px !important;
  cursor: pointer !important;
  border-color: #1977F3 !important;
  border-width: 2px !important;
  border-style: solid !important;
  font-weight: 700 !important;
  outline: none !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  text-align: center !important;
  align-items: center !important;
  font-family: "IBM Plex Sans", sans-serif, sans-serif !important;
  background-color: #FFFFFF !important;
  color: #1977F3 !important;
  font-size: 16px !important;
  letter-spacing: 0.01em !important;
  width: 100% !important;
  border-radius: 0 !important; }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
    background-color: #1977F3 !important;
    color: #FFFFFF !important; }

.ts-button {
  transition: all 0.3s ease-out;
  backface-visibility: hidden;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  letter-spacing: 0.01em;
  height: 48px;
  padding: 4px 16px;
  display: flex;
  justify-content: center;
  line-height: 16px;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  width: fit-content;
  text-align: center;
  align-items: center;
  background: #FDB515;
  border-color: #FDB515; }
  @media all and (max-width: 960px) {
    .ts-button {
      font-size: 14px;
      line-height: 24px; } }
  @media all and (max-width: 960px) {
    .ts-button {
      line-height: 28px;
      padding: 8px; } }
  .ts-button:disabled {
    background: #D0D2D6;
    border-color: #D0D2D6;
    pointer-events: none; }
  .ts-button--normalize-text .ts-button__content {
    text-transform: lowercase; }
    .ts-button--normalize-text .ts-button__content > span:first-child::first-letter {
      text-transform: uppercase !important; }
  .ts-button__content {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    padding: 0 !important;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    color: #333333;
    position: relative;
    text-align: center; }
    .ts-button__content:before {
      transition: all 0.3s ease-out;
      backface-visibility: hidden;
      content: '';
      position: absolute;
      border: 2px solid #333333;
      border-top-color: transparent !important;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      left: -32px;
      top: 50%;
      opacity: 0;
      margin-top: 1px; }
    .ts-button__content .ts-icon {
      margin-left: 8px;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .ts-button__content .ts-icon path {
        transition: all 0.3s ease-out;
        backface-visibility: hidden;
        fill: #333333; }
  .ts-button__icon {
    transition: all 0.3s ease-out;
    backface-visibility: hidden; }
  .ts-button--stretch-to-fill {
    width: 100%; }
  .ts-button--loading .ts-button__content {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translateX(16px); }
    .ts-button--loading .ts-button__content:before {
      opacity: 1;
      animation: ts-web-style-button-loader-spin 1s linear infinite; }
  .ts-button--animate-icon:hover .ts-button__icon--right {
    transform: translateX(8px); }
  .ts-button:hover {
    background: #FDC343;
    border-color: #FDC343; }
  .ts-button--secondary {
    background: #1977F3;
    border-color: #1977F3; }
    .ts-button--secondary .ts-button__content {
      color: #FFFFFF; }
      .ts-button--secondary .ts-button__content:before {
        border-color: #FFFFFF; }
    .ts-button--secondary .ts-icon path {
      fill: #FFFFFF !important; }
    .ts-button--secondary:hover {
      background: #4692F5;
      border-color: #4692F5; }
      .ts-button--secondary:hover .ts-button__content:before {
        border-top: 2px solid #5E9FF6; }
  .ts-button--tertiary {
    background: #333333;
    border-color: #333333;
    color: #fff; }
    .ts-button--tertiary .ts-button__content {
      color: #FFFFFF; }
      .ts-button--tertiary .ts-button__content:before {
        border-color: #FFFFFF; }
    .ts-button--tertiary .ts-icon path {
      fill: #FFFFFF !important; }
    .ts-button--tertiary:hover {
      background: #474747;
      border-color: #333333; }
  .ts-button--hollow-primary {
    background: #FFFFFF;
    border-color: #FDB515; }
    .ts-button--hollow-primary .ts-button__content {
      color: #333333; }
      .ts-button--hollow-primary .ts-button__content:before {
        border-color: #333333; }
    .ts-button--hollow-primary:hover {
      background: #FDC343; }
      .ts-button--hollow-primary:hover .ts-button__content {
        color: #333333; }
  .ts-button--hollow-secondary {
    background: #FFFFFF;
    border-color: #1977F3; }
    .ts-button--hollow-secondary .ts-button__content {
      color: #1977F3; }
      .ts-button--hollow-secondary .ts-button__content:before {
        border: 2px solid #1977F3;
        border-top: 2px solid #FFFFFF; }
    .ts-button--hollow-secondary .ts-icon path {
      transition: all 0.3s ease-out;
      backface-visibility: hidden;
      fill: #1977F3 !important; }
    .ts-button--hollow-secondary:hover {
      background: #1977F3;
      border-color: #1977F3; }
      .ts-button--hollow-secondary:hover .ts-button__content {
        color: #FFFFFF; }
        .ts-button--hollow-secondary:hover .ts-button__content:before {
          border: 2px solid #FFFFFF;
          border-top: 2px solid #1977F3; }
      .ts-button--hollow-secondary:hover .ts-icon path {
        fill: #FFFFFF !important; }
  .ts-button--hollow-tertiary {
    background: #FFFFFF;
    border-color: #333333; }
    .ts-button--hollow-tertiary .ts-button__content {
      color: #333333; }
      .ts-button--hollow-tertiary .ts-button__content:before {
        border: 2px solid #333333;
        border-top: 2px solid #FFFFFF; }
    .ts-button--hollow-tertiary:hover {
      background: #333333;
      border-color: #333333;
      color: #fff; }
      .ts-button--hollow-tertiary:hover .ts-button__content {
        color: #FFFFFF; }
        .ts-button--hollow-tertiary:hover .ts-button__content:before {
          border: 2px solid #FFFFFF;
          border-top: 2px solid #333333; }
      .ts-button--hollow-tertiary:hover .ts-icon path {
        fill: #FFFFFF !important; }

.ts-card {
  padding: 40px;
  background-color: #FEF7E7; }
  @media all and (max-width: 960px) {
    .ts-card {
      padding: 24px; } }
  .ts-card__content {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em; }
    @media all and (max-width: 960px) {
      .ts-card__content {
        font-size: 14px;
        line-height: 24px; } }
    .ts-card__content > div:last-child, .ts-card__content > span:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
  .ts-card__sub-title {
    display: block;
    font-size: 16px;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400; }
  .ts-card__title {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 24px; }
    @media all and (max-width: 960px) {
      .ts-card__title {
        font-size: 24px;
        line-height: 28px; } }
  .ts-card--primary-dark {
    background-color: #FDB515; }
  .ts-card--secondary {
    background-color: #E8F1FD; }
  .ts-card--secondary-dark {
    background-color: #1977F3;
    color: #fff; }
  .ts-card--tertiary {
    background-color: #F7F8F8; }
  .ts-card--tertiary-dark {
    background-color: #141E35;
    color: #fff; }

.ts-checkbox {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px; }
  .ts-checkbox__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-checkbox__container {
    display: flex;
    align-items: flex-start; }
  .ts-checkbox__display {
    transition: border-color 0.3s ease-out;
    backface-visibility: hidden;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: solid 1px #C1C1C1;
    position: relative;
    top: 4px; }
    .ts-checkbox__display__check {
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: #1977F3;
      display: none;
      line-height: 22px;
      position: absolute;
      top: 0;
      left: 0; }
      .ts-checkbox__display__check path {
        fill: #333333; }
    .ts-checkbox__display--error {
      border-color: #E31919; }
  .ts-checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer;
    z-index: 1; }
    .ts-checkbox__input:checked + div span {
      display: flex; }
    .ts-checkbox__input:focus + div {
      border-color: #1977F3;
      border-width: 2px; }
  .ts-checkbox__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em;
    cursor: pointer;
    font-size: 12px;
    padding-left: 16px;
    line-height: 24px; }
    @media all and (max-width: 960px) {
      .ts-checkbox__label {
        font-size: 14px;
        line-height: 24px; } }

.ts-choice-group__error {
  margin-top: 8px;
  color: #E31919;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: 12px;
  line-height: 1; }

.ts-choice-group__label__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  margin-bottom: 8px; }

.ts-choice-group .ts-checkbox, .ts-choice-group .ts-radio {
  margin-bottom: 8px !important; }

.ts-link-list__list {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  letter-spacing: 0.01em;
  margin: 0 0 32px;
  padding-left: 0;
  list-style: none;
  list-style: none;
  padding-left: 0;
  margin: 16px 0 0; }
  @media all and (max-width: 960px) {
    .ts-link-list__list {
      font-size: 14px;
      line-height: 24px; } }
  .ts-link-list__list li {
    position: relative;
    padding: 4px 16px 16px; }
    .ts-link-list__list li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      height: 8px;
      width: 8px;
      background-color: #000;
      top: 16px;
      margin-top: -4px; }
    .ts-link-list__list li a {
      color: #000;
      text-decoration: none; }
      .ts-link-list__list li a:hover {
        text-decoration: underline; }

.ts-link-list__title {
  font-weight: 700;
  font-family: "IBM Plex Mono", monospace; }

.ts-select {
  margin-bottom: 16px; }
  .ts-select__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-select__display {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    border: solid 1px #C1C1C1;
    font-family: "IBM Plex Sans", sans-serif;
    height: 48px;
    padding: 16px;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    color: #C1C1C1;
    text-align: left; }
    .ts-select__display:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 16px;
      width: 12px;
      height: 6px;
      margin-top: -3px;
      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='M0 0H12L6 6L0 0Z' fill='black'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat; }
    .ts-select__display:focus .ts-select__display__highlight {
      border: solid 2px #1977F3; }
    .ts-select__display__container {
      position: relative; }
    .ts-select__display__highlight {
      transition: border-color 0.3s ease-out;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: transparent;
      pointer-events: none; }
      .ts-select__display__highlight--open {
        border: solid 2px #1977F3; }
      .ts-select__display__highlight--error {
        border: solid 2px #E31919; }
    .ts-select__display--has-value {
      color: #000; }
    .ts-select__display--open:before {
      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='M12 6L0 6L6 -5.24537e-07L12 6Z' fill='%231977F3'/%3E%3C/svg%3E%0A"); }
  .ts-select__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 8px;
    display: block; }
  .ts-select__option {
    font-family: "IBM Plex Sans", sans-serif;
    width: 100%;
    padding: 8px 16px;
    background: #ffffff;
    cursor: pointer;
    text-align: left;
    border: none;
    outline: none; }
    .ts-select__option:focus, .ts-select__option:hover {
      font-weight: bold;
      background-color: #E8F1FD; }
  .ts-select__options {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border: solid 1px #C1C1C1;
    border-top: none;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 1px;
    transform: translateY(100%);
    width: calc(100% - 2px); }
    .ts-select__options--open {
      display: block; }

.ts-radio {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px; }
  .ts-radio__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-radio__container {
    display: flex;
    align-items: flex-start; }
  .ts-radio__display {
    transition: border-color 0.3s ease-out;
    backface-visibility: hidden;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: solid 1px #C1C1C1;
    border-radius: 50%;
    position: relative;
    top: 4px; }
    .ts-radio__display__indicator {
      width: 10px;
      height: 10px;
      background: #1977F3;
      border-radius: 50%;
      display: none;
      position: absolute;
      top: 2px;
      left: 2px; }
    .ts-radio__display--error {
      border-color: #E31919; }
  .ts-radio__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer;
    z-index: 1; }
    .ts-radio__input:checked + div span {
      display: block; }
    .ts-radio__input:focus + div {
      border-color: #1977F3;
      border-width: 2px; }
      .ts-radio__input:focus + div span {
        top: 1px;
        left: 1px; }
  .ts-radio__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em;
    cursor: pointer;
    font-size: 12px;
    padding-left: 16px;
    line-height: 24px; }
    @media all and (max-width: 960px) {
      .ts-radio__label {
        font-size: 14px;
        line-height: 24px; } }

.ts-textfield {
  margin-bottom: 16px; }
  .ts-textfield__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-textfield__highlight {
    transition: opacity 0.3s ease-out;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #1977F3;
    opacity: 0;
    pointer-events: none; }
  .ts-textfield__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 8px;
    display: block; }
  .ts-textfield__sub-label {
    text-align: left; }
  .ts-textfield__text {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    border: solid 1px #C1C1C1;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 16px;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.6; }
    .ts-textfield__text::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #C1C1C1;
      opacity: 1;
      /* Firefox */ }
    .ts-textfield__text:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #C1C1C1; }
    .ts-textfield__text::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #C1C1C1; }
    .ts-textfield__text--error + div {
      opacity: 1;
      border-color: #E31919; }
    .ts-textfield__text:focus {
      border-color: #1977F3;
      box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1); }
      .ts-textfield__text:focus + div {
        opacity: 1; }
  .ts-textfield__text-container {
    position: relative; }
  .ts-textfield__text {
    height: 48px; }
  .ts-textfield__toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer; }
    .ts-textfield__toggle:focus path, .ts-textfield__toggle--toggled path {
      fill: #1977F3; }

.ts-textarea {
  margin-bottom: 16px; }
  .ts-textarea__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-textarea__highlight {
    transition: opacity 0.3s ease-out;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #1977F3;
    opacity: 0;
    pointer-events: none; }
  .ts-textarea__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 8px;
    display: block; }
  .ts-textarea__sub-label {
    text-align: left; }
  .ts-textarea__text {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    border: solid 1px #C1C1C1;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 16px;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.6; }
    .ts-textarea__text::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #C1C1C1;
      opacity: 1;
      /* Firefox */ }
    .ts-textarea__text:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #C1C1C1; }
    .ts-textarea__text::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #C1C1C1; }
    .ts-textarea__text--error + div {
      opacity: 1;
      border-color: #E31919; }
    .ts-textarea__text:focus {
      border-color: #1977F3;
      box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1); }
      .ts-textarea__text:focus + div {
        opacity: 1; }
  .ts-textarea__text-container {
    position: relative; }
  .ts-textarea__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-textarea__text {
    min-height: 136px;
    resize: vertical;
    display: block; }

.ts-tooltip {
  position: relative;
  display: inline-block; }
  .ts-tooltip > *:first-child {
    border-bottom: dashed 1px #333333; }
  .ts-tooltip:hover .ts-tooltip__popup {
    opacity: 1; }
  .ts-tooltip:hover .ts-tooltip__popup--top {
    margin-top: -10px; }
  .ts-tooltip:hover .ts-tooltip__popup--right {
    margin-right: -10px; }
  .ts-tooltip__popup {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    position: absolute;
    max-width: 250px;
    width: fit-content;
    display: inline-block;
    background-color: #141E35;
    color: #fff;
    padding: 16px;
    pointer-events: none;
    opacity: 0;
    white-space: pre-line; }
    .ts-tooltip__popup:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0; }
    .ts-tooltip__popup--top {
      top: 0;
      left: 50%;
      transform: translate(-50%, -100%);
      opacity: 0;
      margin-top: -20px; }
    .ts-tooltip__popup--right {
      right: 0;
      top: 50%;
      transform: translate(100%, -50%);
      margin-right: -25px; }
      .ts-tooltip__popup--right:before {
        top: 50%;
        left: 0;
        transform: translate(-100%, -50%);
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #141E35; }

.diagram {
  border: none;
  padding: 2em;
  font-size: 0.8em; }
  .diagram li {
    margin: 0; }
  .diagram img {
    display: block;
    max-width: 100%;
    margin: auto;
    padding: 0.5em 0; }
  .diagram.sending-data {
    height: 15em; }

.half-width {
  list-style: none;
  -webkit-columns: 4em 2;
  -webkit-column-gap: 0.5em;
  margin: 0.5em 1em;
  text-align: center; }

.hidden__index {
  display: none; }

.content__banner {
  position: relative;
  background: #1977F3;
  padding: 14px 18px;
  margin-bottom: 32px;
  border-radius: 4px;
  box-shadow: 0px 8px 25px rgba(207, 216, 220, 0.3);
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none; }
  .content__banner .banner__dismiss {
    position: relative;
    height: 24px;
    width: 24px;
    color: #FFF;
    border-radius: 50px;
    border: 2px solid #FFF;
    opacity: 0.5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 18px; }
  .content__banner .content__announcement span {
    color: #FFF;
    margin-right: 1em; }
  .content__banner .content__announcement a, .content__banner .content__announcement a:visited {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    border-color: #FFF;
    border-bottom: 2px solid #fff; }

.main-content__text {
  display: block;
  position: relative;
  width: calc(756px + 2 * 65px);
  padding: 32px 48px;
  background: #fff; }
  .main-content__text h1 {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 960px) {
      .main-content__text h1 {
        font-size: 32px;
        line-height: 36px; } }
  .main-content__text h2 {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 960px) {
      .main-content__text h2 {
        font-size: 28px;
        line-height: 32px; } }
  .main-content__text h3 {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 960px) {
      .main-content__text h3 {
        font-size: 24px;
        line-height: 28px; } }
  .main-content__text h4 {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 960px) {
      .main-content__text h4 {
        font-size: 22px;
        line-height: 26px; } }
  .main-content__text h5 {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 960px) {
      .main-content__text h5 {
        font-size: 20px;
        line-height: 24px; } }
  .main-content__text p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em;
    padding-bottom: 16px; }
    @media all and (max-width: 960px) {
      .main-content__text p {
        font-size: 14px;
        line-height: 24px; } }
  .main-content__text ul {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em;
    margin: 0 0 32px;
    padding-left: 0;
    list-style: none; }
    @media all and (max-width: 960px) {
      .main-content__text ul {
        font-size: 14px;
        line-height: 24px; } }
    .main-content__text ul li {
      position: relative;
      padding: 4px 16px 16px; }
      .main-content__text ul li:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        height: 8px;
        width: 8px;
        background-color: #000;
        top: 16px;
        margin-top: -4px; }
      .main-content__text ul li a {
        color: #000;
        text-decoration: none; }
        .main-content__text ul li a:hover {
          text-decoration: underline; }
    .main-content__text ul li {
      line-height: 28px; }
      .main-content__text ul li:before {
        margin-top: 0; }
  .main-content__text b {
    font-weight: 700;
    color: #141E35; }
  .main-content__text h1 {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 960px) {
      .main-content__text h1 {
        font-size: 28px;
        line-height: 32px; } }
  .main-content__text h2 {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 960px) {
      .main-content__text h2 {
        font-size: 24px;
        line-height: 28px; } }
    .main-content__text h2 > * {
      font-size: 24px; }
  .main-content__text h3 {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 960px) {
      .main-content__text h3 {
        font-size: 22px;
        line-height: 26px; } }
  .main-content__text h4 {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 960px) {
      .main-content__text h4 {
        font-size: 20px;
        line-height: 24px; } }
  .main-content__text h1, .main-content__text h2, .main-content__text h3, .main-content__text h4 {
    position: relative; }
    .main-content__text h1 a, .main-content__text h2 a, .main-content__text h3 a, .main-content__text h4 a {
      border-bottom: none;
      text-decoration: none; }
      .main-content__text h1 a::before, .main-content__text h2 a::before, .main-content__text h3 a::before, .main-content__text h4 a::before {
        display: none;
        position: relative;
        transform: translateY(-100%);
        line-height: 0.8em;
        font-size: 24px;
        font-family: "FontAwesome";
        color: #FDB515;
        content: "\f0c1";
        cursor: pointer; }
    .main-content__text h1:hover a::before, .main-content__text h2:hover a::before, .main-content__text h3:hover a::before, .main-content__text h4:hover a::before {
      display: inline; }
  .main-content__text [class$="-function"] {
    position: relative;
    margin-left: 10px;
    border-radius: 25px;
    padding: 2px 10px;
    bottom: 5px;
    font-size: 10px;
    letter-spacing: 0.01px;
    font-weight: normal;
    color: #fff;
    background-color: #FDB515;
    white-space: nowrap; }
  .main-content__text .catchlink {
    color: #1977F3;
    cursor: pointer;
    text-decoration: underline; }
  .main-content__text .community-function {
    color: #fff;
    background-color: #102F4E; }
  .main-content__text .enterprise-function {
    color: #fff;
    background-color: #2724db; }
  .main-content__text .multinode-function {
    color: #fff;
    background-color: #DFA235; }
  .main-content__text .single-node-function {
    color: #000;
    background-color: #e76c19; }
  .main-content__text .section-separator {
    display: block;
    margin: 4em auto 0;
    width: 100%;
    border-top: 2px solid #D6D6D6; }
  .main-content__text hr {
    margin-top: 64px;
    margin-bottom: 32px;
    border: 0;
    border-top: 2px solid #D6D6D6; }
  .main-content__text .table-container {
    width: 100%;
    overflow-x: auto; }
  .main-content__text table {
    margin-bottom: 32px;
    font-size: 1em; }
  .main-content__text table tr {
    background-color: #fff;
    border-top: 2px solid #D6D6D6; }
  .main-content__text table th, .main-content__text table td {
    padding: 6px 13px;
    border: 2px solid #D6D6D6; }
  .main-content__text pre code {
    display: block;
    overflow-x: auto;
    white-space: pre;
    background: #E8F1FD;
    color: #141E35;
    padding: 1.5em;
    font-family: "IBM Plex Mono", monospace; }
  .main-content__text ul li a, .main-content__text a {
    color: #1977F3;
    text-decoration: underline; }
  .main-content__text ol {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em;
    list-style-position: outside;
    list-style-type: value;
    padding-left: 25px;
    line-height: 32px;
    margin-bottom: 32px; }
    @media all and (max-width: 960px) {
      .main-content__text ol {
        font-size: 14px;
        line-height: 24px; } }
    .main-content__text ol p {
      font-size: 1em;
      margin-bottom: 16px; }
  .main-content__text ul li:before {
    margin-top: -2px; }
  .main-content__text ul li {
    padding: 4px 16px; }
  .main-content__text ol li {
    position: relative;
    margin-bottom: 16px; }
  .main-content__text ol li span.numbered-item {
    position: relative;
    left: 20px;
    text-indent: 0; }
  .main-content__text p + pre {
    margin-top: 16px; }
  .main-content__text p + blockquote {
    margin-top: 16px; }
  .main-content__text .case-study img {
    margin: 0 4em 1em 0; }
  .main-content__text .download-link {
    border-bottom: none; }
    .main-content__text .download-link__img {
      height: 1.2em;
      padding-left: 0.2em; }

.main-content__illustration {
  max-width: 75%;
  display: block;
  margin: 0 auto 20px; }

.top-list {
  position: fixed;
  z-index: 150;
  left: 100%;
  top: 88px;
  border: 0;
  transform: translateX(-2em);
  overflow-x: visible;
  overflow-y: hidden;
  padding: 0;
  background-color: #ECEFF1;
  width: 300px;
  max-height: 54px;
  transition: max-height 0.5s ease, transform 0.5s ease, top 0s; }
  .top-list .top-list__inner {
    overflow-y: hidden;
    position: relative;
    padding: 0 15px;
    transition: height 0.5s ease 0.5s;
    max-height: 54px; }
    .top-list .top-list__inner ul {
      position: relative;
      top: 70px;
      list-style: none;
      padding-left: 0; }
    .top-list .top-list__inner ul, .top-list .top-list__inner li, .top-list .top-list__inner p {
      font-size: 16px;
      margin: 0; }
    .top-list .top-list__inner li {
      cursor: pointer;
      padding-left: 15px;
      border-left: 2px solid #00000000; }
      .top-list .top-list__inner li span {
        font-family: "IBM Plex Mono", monospace;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #141E35;
        letter-spacing: 0;
        text-decoration: none;
        font-size: 14px; }
        @media all and (max-width: 960px) {
          .top-list .top-list__inner li span {
            font-size: 14px;
            line-height: 20px; } }
      .top-list .top-list__inner li:before {
        display: none; }
      .top-list .top-list__inner li:hover {
        color: #1977F3;
        border-left: 2px solid #727885; }
    .top-list .top-list__inner h1, .top-list .top-list__inner h2, .top-list .top-list__inner h3, .top-list .top-list__inner h4 {
      margin: 0;
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0;
      font-size: 18px; }
      .top-list .top-list__inner h1:first-child, .top-list .top-list__inner h2:first-child, .top-list .top-list__inner h3:first-child, .top-list .top-list__inner h4:first-child {
        position: fixed;
        z-index: 10;
        height: 54px;
        padding: 0.5em 1em;
        width: 300px;
        margin-left: -15px;
        margin-top: 0;
        display: flex;
        align-items: center;
        background: #141E35;
        color: #141E35;
        transition: margin-top 0s, color 0.5s ease; }
        .top-list .top-list__inner h1:first-child::before, .top-list .top-list__inner h2:first-child::before, .top-list .top-list__inner h3:first-child::before, .top-list .top-list__inner h4:first-child::before {
          display: block;
          position: relative;
          transition: color 0.5s ease;
          left: -0.2em;
          content: "\f0d9";
          font-size: 16px;
          font-family: "FontAwesome";
          color: #FFFFFF; }

.top-list:hover {
  transform: translateX(-100%);
  max-height: 88vh;
  overflow-y: visible;
  transition: all 0.5s ease; }
  .top-list:hover .top-list__inner {
    overflow-y: scroll;
    max-height: 86vh;
    transition: all 0.5s ease;
    font-size: 16px; }
    .top-list:hover .top-list__inner h1:first-child, .top-list:hover .top-list__inner h2:first-child, .top-list:hover .top-list__inner h3:first-child, .top-list:hover .top-list__inner h4:first-child {
      transition: margin-top 0.5s ease;
      color: #FFFFFF; }
    .top-list:hover .top-list__inner h1:first-child::before, .top-list:hover .top-list__inner h2:first-child::before, .top-list:hover .top-list__inner h3:first-child::before, .top-list:hover .top-list__inner h4:first-child::before {
      display: none; }

.top-list a {
  text-decoration: none;
  border: none;
  cursor: pointer; }
  .top-list a:hover {
    color: #FDB515; }

.main-content__text .os-button {
  display: flex;
  flex-direction: column;
  flex-basis: 21%;
  align-items: center;
  justify-content: center;
  padding: 18px 10px 12px;
  border: 2px solid #E7E7E7;
  margin: 0 10px 10px;
  cursor: pointer;
  min-width: 155px;
  height: 125px;
  text-decoration: none; }
  .main-content__text .os-button__image {
    max-height: 50px;
    max-width: 75px;
    object-fit: scale-down; }
  .main-content__text .os-button__span {
    margin-top: 20px; }
  .main-content__text .os-button:hover {
    border: 2px solid #17527F;
    background-color: #E6F4FF; }

.main-content__text .os-button.active {
  border: 2px solid #17527F;
  background-color: #E6F4FF; }

.main-content__text .test-chooser__os-menu-label {
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: -0.2px;
  font-weight: 700;
  color: #17527F;
  text-align: center; }

.main-content__text .test-chooser__os-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-left: -10px; }

.main-content__text .test-chooser__text {
  margin: 0;
  position: relative;
  top: -25px; }

.cyoa-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #E7E7E7;
  margin: 0 15px;
  padding: 40px 20px;
  height: 187px;
  cursor: pointer; }
  .cyoa-button__span {
    margin-top: 20px; }
  .cyoa-button:first-child {
    margin-left: 0; }
  .cyoa-button:hover {
    border: 2px solid #17527F;
    background-color: #E6F4FF; }
  .cyoa-button:active {
    border: 2px solid #17527F;
    background-color: #E6F4FF; }

.cyoa-icon {
  width: 125px; }

.test-chooser__cyoa-menu-label {
  font-size: 20px;
  letter-spacing: -0.2px;
  font-weight: 400;
  color: #17527F; }

.test-chooser__cyoa-menu {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px; }
  .test-chooser__cyoa-menu > span {
    flex: 1; }
  .test-chooser__cyoa-menu a {
    border-bottom: none;
    width: 33.3%; }
  .test-chooser__cyoa-menu .catchlink {
    text-decoration: none; }

.adventure .adventure__button {
  min-width: 130px;
  padding: 1em 1em;
  border: 2px solid #E7E7E7;
  margin: 0 0.75em;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .adventure .adventure__button:first-child {
    margin-left: 0; }
  .adventure .adventure__button:hover {
    border: 2px solid #17527F;
    background-color: #E6F4FF22; }

.adventure__button.active {
  border: 2px solid #17527F;
  background-color: #E6F4FF; }

.adventure__button-text {
  font-size: 16px;
  letter-spacing: -0.2px;
  font-weight: 700;
  color: #17527F; }
  .adventure__button-text.small {
    font-size: 12px; }

.adventure__text {
  font-size: 20px;
  margin-bottom: 10px; }

.adventure__button-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px; }

.adventure__velocity {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.adventure__form-box {
  position: fixed;
  z-index: 200;
  bottom: 25px;
  right: 65px;
  width: 324px;
  padding: 14px 29px 25px;
  background: #ECEFF1;
  border-top: 4px solid #424A5D;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .adventure__form-box .adventure__form-exit {
    position: absolute;
    font-size: 30px;
    top: -5px;
    right: 5px;
    color: #333333;
    cursor: pointer; }

.adventure__form-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #424A5D; }

.adventure__form {
  height: 35px;
  display: flex;
  align-items: center; }
  .adventure__form .installation__input {
    width: 185px;
    background: #FFFFFF;
    border: 2px solid #E3E3E3;
    height: 100%;
    padding: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: normal; }
    .adventure__form .installation__input input {
      outline: none;
      width: 100%; }
  .adventure__form-button {
    width: 80px;
    height: 100%;
    background: #424A5D;
    color: #FFF;
    border: 2px solid #424A5D;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: -0.054px;
    transition: background-color 0.2s ease; }
    .adventure__form-button:hover {
      background-color: #1977F3; }
    .adventure__form-button.pending {
      background-color: #838383; }
    .adventure__form-button.success {
      background: #00AA00;
      border-color: #00AA00; }

.callout__warning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
  position: relative;
  padding: 20px 20px 20px 75px;
  font-size: 0.75em;
  border-left: 0;
  overflow: hidden;
  background-color: #FEF7E7;
  margin-bottom: 32px; }
  .callout__warning:before {
    content: "icon";
    text-indent: -999em;
    position: absolute;
    float: left;
    left: 15px;
    top: 10px;
    margin-right: 3%;
    width: 11%;
    height: 65px;
    background: url(//assets.iobeam.com/images/docs/warning-icon.svg) 0 0 no-repeat;
    background-size: 50px; }
  .callout__warning p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em;
    float: right;
    margin-bottom: 16px; }
    @media all and (max-width: 960px) {
      .callout__warning p {
        font-size: 14px;
        line-height: 24px; } }
    .callout__warning p:last-child {
      padding-bottom: 0; }
    .callout__warning p .warning-label {
      font-weight: 700;
      color: #FDB515;
      margin-right: 0.5em; }
  .callout__warning code {
    font-size: 0.85em; }

.callout__tip {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 20px 20px 75px;
  font-size: 0.75em;
  border-left: 0;
  overflow: hidden;
  background-color: #ECEFF1;
  min-height: 74px;
  justify-content: center;
  margin-bottom: 32px; }
  .callout__tip:before {
    content: "icon";
    text-indent: -999em;
    position: absolute;
    float: left;
    left: 15px;
    top: 15px;
    margin-right: 3%;
    width: 11%;
    height: 65px;
    background: url(//assets.iobeam.com/images/docs/tip-icon.svg) 0 0 no-repeat;
    background-size: 45px 45px; }
  .callout__tip pre code {
    background: #cae8ff; }
  .callout__tip p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em;
    float: right;
    margin-bottom: 16px; }
    @media all and (max-width: 960px) {
      .callout__tip p {
        font-size: 14px;
        line-height: 24px; } }
    .callout__tip p:last-child {
      padding-bottom: 0; }
    .callout__tip p .tip-label {
      font-weight: 700;
      color: #1977F3;
      margin-right: 0.5em; }

.callout__warning pre, .callout__tip pre {
  margin: 0 0 32px; }

.callout__warning ul li, .callout__tip ul li {
  margin-bottom: 0; }

.step-item {
  font-size: 4em; }

.footer-link {
  border: 1px solid blue; }

.steps {
  display: block;
  color: #fff;
  margin-top: 54px;
  padding: 0; }
  .steps .step, .steps .step-active {
    margin: 0.5em 15px 0.5em 0.5em;
    margin-bottom: 0;
    display: block;
    float: left;
    position: relative;
    height: 6em;
    width: 15em;
    font-size: 0.5em;
    padding: 10px; }
    .steps .step h3, .steps .step-active h3 {
      font-size: 2em;
      margin: 0; }
    .steps .step::after, .steps .step-active::after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 15em;
      top: 0;
      background: transparent;
      border-right: none;
      border-top: 3em solid transparent;
      border-bottom: 3em solid transparent; }
  .steps > li:first-child {
    margin-left: 0; }
  .steps .step {
    background: #141E35; }
    .steps .step::after {
      border-left: 1em solid #141E35; }
  .steps .step-active {
    background: #e55934; }
    .steps .step-active::after {
      border-left: 1em solid #e55934; }

.steps.group {
  padding-left: 0; }
  .steps.group span {
    font-size: 14px;
    font-weight: 700;
    color: #fff; }

.step-content .step-title {
  margin-top: 2em;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-size: 1.5em; }

.step-content .step-text {
  display: block;
  height: 135px;
  font-size: 1em;
  color: #00002B; }

.step-content .step-image {
  display: block;
  height: 421px; }
  .step-content .step-image img {
    width: 100%; }

.tile-block {
  display: flex;
  flex-flow: wrap; }

.tile {
  border: 1px solid #D6D6D6;
  padding: 2em 1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  width: 48%;
  display: inline-block;
  list-style: none;
  float: left;
  transition: 0.2s; }
  .tile:hover {
    border: 1px solid #1977F3; }
    .tile:hover h3 {
      text-decoration: underline;
      transition: 0.2s; }

code {
  background-color: #E8F1FD;
  font-family: "IBM Plex Mono", monospace;
  padding: 2px 4px;
  border-radius: 3px;
  border: none;
  color: #323638;
  font-size: 14px;
  line-height: 24px; }

pre {
  margin: 32px 0;
  margin-bottom: 32px; }

/* Dropdown menu */
.code-dropdown-section {
  position: relative;
  background: #fff;
  color: #1977F3;
  font-weight: 700;
  padding: 5px 0 5px 0;
  margin: 30px 0 30px 0;
  width: 18em;
  border-radius: 25px;
  border: 2px solid #1977F3; }
  .code-dropdown-section:hover {
    cursor: pointer; }
  .code-dropdown-section div {
    padding: 0 0 0 20px; }
  .code-dropdown-section ul {
    position: absolute;
    padding: 0;
    margin: 6px 0 0 13px;
    z-index: 4;
    background: inherit;
    width: 16em;
    list-style: none;
    display: none;
    border: 1px solid #1977F3;
    font-weight: 400; }
    .code-dropdown-section ul li {
      display: block;
      color: #141E35;
      padding: 0 10px;
      text-decoration: none; }
      .code-dropdown-section ul li:hover {
        background: #1977F3;
        color: #fff; }
  .code-dropdown-section:hover ul {
    display: block; }

.code-dropdown-section .fa.fa-caret-right.fa-rotate-90 {
  float: right;
  margin-right: 20px;
  margin-top: 6px; }

.tile-block a:hover {
  text-decoration: none; }

.anchor-nounderline:hover {
  text-decoration: none; }

@media (min-width: 1495px) {
  .top-list {
    position: fixed;
    overflow-y: visible;
    left: 1190px;
    max-height: 88vh; }
    .top-list, .top-list:hover {
      transform: none;
      transition: all 0s ease; }
    .top-list .top-list__inner {
      max-height: 86vh; }
      .top-list .top-list__inner h1, .top-list .top-list__inner h2, .top-list .top-list__inner h3, .top-list .top-list__inner h4 {
        color: #fff; }
        .top-list .top-list__inner h1:first-child, .top-list .top-list__inner h2:first-child, .top-list .top-list__inner h3:first-child, .top-list .top-list__inner h4:first-child {
          color: #FFFFFF; }
          .top-list .top-list__inner h1:first-child::before, .top-list .top-list__inner h2:first-child::before, .top-list .top-list__inner h3:first-child::before, .top-list .top-list__inner h4:first-child::before {
            display: none; } }

@media (min-width: 1390px) {
  .top-list .top-list__inner {
    overflow-y: scroll; } }

@media screen and (max-width: 1200px) {
  .main-content__text {
    width: 50em;
    margin-left: 2em; }
  .test-chooser__cyoa-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0; }
    .test-chooser__cyoa-menu a {
      align-items: center;
      width: 100%; }
  .cyoa-button {
    margin-left: 0;
    margin-bottom: 1.5em;
    height: 125px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .main-content__text {
    width: 100%;
    margin: 0; } }

@media screen and (max-width: 1200px) {
  .callout__warning, .callout__tip {
    min-height: 75px;
    padding: 20px 20px;
    overflow-x: scroll; }
    .callout__warning:before, .callout__tip:before {
      display: none; }
    .callout__warning p, .callout__tip p {
      width: 100%; } }

@media screen and (max-width: 800px) {
  .main-content__text {
    padding: 32px 20px; }
    .main-content__text .adventure__form-box {
      right: 20px; }
    .main-content__text .test-chooser__os-menu {
      justify-content: center; } }

@media screen and (max-width: 600px) {
  .content__banner {
    display: none; } }

@media (max-width: 473px) {
  .os-button {
    height: unset;
    margin: 5px;
    padding: 10px; }
    .os-button .os-button__image {
      max-width: 85%;
      max-height: 60%;
      min-width: 75px;
      margin-bottom: 5px; }
    .os-button .test-chooser__os-menu-label {
      margin: 0; }
  .adventure__button-text {
    font-size: 14px; }
  .main-content__text .adventure__form-box {
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
    width: calc(100vw - 20px);
    padding: 10px; }
    .main-content__text .adventure__form-box .adventure__form {
      width: 100%; }
    .main-content__text .adventure__form-box .adventure__form-exit i {
      font-size: 25px; } }

@media (max-width: 438px) {
  .adventure .adventure__button {
    padding: 0.5em; } }

@media (max-width: 375px) {
  .main-content__text .os-button {
    width: 100%;
    flex-basis: 100%;
    height: unset;
    justify-content: center;
    padding: 5px; }
    .main-content__text .os-button .os-button__image {
      display: none; } }
