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

/* Reset */
html, head, body, header, main, section,
h1, h2, h3, ul, li, div, p, span, a, button, input, form, pre {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: inherit;
  text-decoration: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  background: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0; }

/* Clearfix */
.group:after {
  content: "";
  display: block;
  clear: both; }

html {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1em;
  overflow-y: scroll; }

html, body {
  height: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto; }

.sidebar {
  position: fixed;
  z-index: 5;
  top: 72px;
  left: 0;
  color: #424A5D;
  background: #ECEFF1;
  width: 304px;
  height: calc(100vh - 72px);
  font-size: 1em;
  margin-right: 0.1em;
  padding: 32px 0 26px; }
  .sidebar ::-webkit-scrollbar {
    display: none;
    background: rgba(255, 255, 255, 0.5); }
  .sidebar .sidebar__search {
    display: block;
    position: relative;
    z-index: 11;
    padding: 0 16px 32px;
    font-size: 18px; }
    .sidebar .sidebar__search .search__logo {
      position: absolute;
      bottom: 0px;
      right: 10px;
      font-size: 10px;
      display: flex;
      align-items: center; }
      .sidebar .sidebar__search .search__logo svg {
        width: 50px;
        padding-left: 5px; }
    .sidebar .sidebar__search i.fa-search {
      position: absolute;
      right: 32px;
      top: 16px;
      color: #B0BEC5;
      font-size: 15px; }
    .sidebar .sidebar__search-input {
      max-width: 272px;
      border: 2px solid #D6D6D6;
      background-color: #fff;
      width: 272px;
      height: 48px;
      padding: 16px;
      border-radius: 4px;
      display: flex;
      align-items: center; }
      .sidebar .sidebar__search-input::placeholder {
        color: #B0BEC5; }
    .sidebar .sidebar__search .search__results {
      position: relative;
      margin-top: 0;
      border: 2px solid #D6D6D6;
      background: #fff;
      max-width: 739px;
      width: calc(100vw - 48px);
      padding: 26px;
      padding-bottom: 30px;
      max-height: calc(100vh - 200px);
      cursor: pointer; }
      .sidebar .sidebar__search .search__results a {
        text-decoration: none; }
    .sidebar .sidebar__search .search__category {
      padding: 0;
      margin: 0;
      margin-bottom: 10px; }
    .sidebar .sidebar__search .search__lvl0 {
      padding: 0;
      margin: 0;
      padding-bottom: 5px;
      color: #28527B;
      font-size: 18px;
      font-weight: bold;
      border-bottom: 1px solid #ECEFF1; }
    .sidebar .sidebar__search .search__lower {
      width: 100%;
      padding-top: 19px; }
    .sidebar .sidebar__search .search__result {
      width: 100%;
      padding-bottom: 12px;
      margin-bottom: 24px;
      display: flex;
      justify-content: flex-start;
      flex-wrap: nowrap; }
      .sidebar .sidebar__search .search__result:hover .search__lower-right {
        background: #E8F1FD; }
      .sidebar .sidebar__search .search__result:hover .search__lvl1--link {
        background: #E8F1FD; }
      .sidebar .sidebar__search .search__result:hover .search__lvl1--link + .search__lower-right {
        background: none; }
      .sidebar .sidebar__search .search__result:last-of-type {
        margin-bottom: 10px; }
    .sidebar .sidebar__search .search__lvl1 {
      width: 30%;
      color: #C5C5C5;
      padding-right: 19px;
      border-right: 1px solid #ECEFF1;
      font-size: 16px;
      font-weight: lighter;
      text-align: end; }
    .sidebar .sidebar__search .search__lvl1--link {
      border-right: none;
      color: #28527B; }
    .sidebar .sidebar__search .search__lower-right {
      width: 70%;
      padding-left: 19px;
      padding-bottom: 5px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }
    .sidebar .sidebar__search .search__lvl2 {
      color: #333;
      font-size: 16px;
      font-weight: lighter;
      word-break: break-all; }
    .sidebar .sidebar__search .search__content {
      width: 90%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 12px;
      font-weight: lighter; }
      .sidebar .sidebar__search .search__content.align-top {
        line-height: 24px; }
    .sidebar .sidebar__search .search__text--highlighted {
      font-weight: bold;
      background: #E6F4FF;
      border-radius: 2px; }
  .sidebar .sidebar__search.hide-search {
    display: none; }
  .sidebar .sidebar__top-spacer {
    margin: 0;
    height: 0;
    padding: 2em 0 0 0; }
  .sidebar .sidebar__list {
    position: relative;
    background: #ECEFF1;
    width: 304px;
    padding-left: 40px;
    height: calc(100% - 40px);
    z-index: 10;
    overflow-y: scroll;
    top: 0;
    left: 0;
    list-style: none; }
    .sidebar .sidebar__list .sidebar__list-item, .sidebar .sidebar__list .sidebar__list-item * {
      text-decoration: none; }
    .sidebar .sidebar__list .sidebar__list-item:first-child {
      padding-top: 0; }
    .sidebar .sidebar__list .sidebar__list-item:last-child {
      margin-top: 10px;
      margin-bottom: 10px; }
  .sidebar .sidebar__search.hide-search + .sidebar__list {
    height: 100%; }

.sidebar__list-item, .sidebar__list-versions {
  margin-bottom: 21px; }

.sidebar__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
  cursor: pointer; }
  .sidebar__title:hover {
    color: #1977F3; }
  .sidebar__title i {
    display: block;
    float: right;
    line-height: inherit;
    color: #aaa; }

.sidebar__list-item {
  width: 15.5em; }

.sidebar__list-versions {
  width: 218px;
  margin-top: 0px; }

.sidebar__sublist {
  font-weight: 400;
  border-left: 2px solid #D6D6D6;
  margin-top: 1em; }

.sidebar__title.reference {
  color: #141E35;
  margin-bottom: 3em; }
  .sidebar__title.reference i {
    display: none; }

.sidebar__title.reference.active i {
  color: #1977F3; }

.sidebar__title.active {
  background: #ECEFF1;
  color: #1977F3;
  font-weight: 700; }
  .sidebar__title.active i {
    color: #1977F3; }

.subnav__link {
  font-family: "IBM Plex Sans", sans-serif; }

.subnav__link.active {
  color: #1977F3;
  font-weight: 700; }

.sidebar-bottom {
  height: 10em; }

.subnav {
  position: relative;
  font-weight: 400;
  border-left: 2px solid #D6D6D6;
  background: #ECEFF1;
  font-size: 1em; }
  .subnav li {
    position: relative;
    left: -2px;
    border-left: 2px solid #ffffff00;
    padding: 8px 24px; }
    .subnav li:hover {
      border-color: #1977F3; }
    .subnav li .subnav {
      margin-top: 10px; }
  .subnav.hidden li {
    border-color: #ffffff00; }
  .subnav__link:hover {
    color: #1977F3; }

.subnav.hidden {
  padding: 0;
  margin: 0; }

.sidebar__list-item > .subnav li a {
  text-transform: uppercase; }

.sidebar-trans-appear {
  opacity: 0.01; }

.sidebar-trans-appear.sidebar-trans-appear-active {
  opacity: 1;
  transition: opacity 300ms ease-in; }

.sidebar-trans-enter {
  opacity: 0.01; }

.sidebar-trans-enter.sidebar-trans-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in; }

.sidebar-trans-leave {
  opacity: 1; }

.sidebar-trans-leave.sidebar-trans-leave-active {
  opacity: 0.01;
  transition: opacity 300ms; }

.sidebar__list-versions {
  padding-top: 0; }

.versions {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.versions__current-version {
  position: relative;
  left: 7px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  border-bottom: 1px solid #37474F; }
  .versions__current-version:hover {
    color: #1977F3;
    border-color: #1977F3; }
    .versions__current-version:hover::after {
      color: #1977F3; }
  .versions__current-version::after {
    content: "\2228";
    position: absolute;
    top: 3px;
    right: -12px;
    font-size: 9px;
    transform: scaleX(1.5); }

.versions__warning .warning-symbol::after {
  font-family: "FontAwesome";
  color: #FDB515;
  content: "\f071";
  cursor: pointer;
  font-size: 16px; }

.versions__warning .warning-note {
  display: none;
  position: absolute;
  z-index: 14;
  top: 30px;
  right: 0px;
  padding: 10px;
  border-radius: 5px;
  background-color: #FEF7E7; }

.versions__warning:hover .warning-note {
  display: block; }

.versions__lists {
  display: none;
  position: absolute;
  z-index: 15;
  left: 0;
  top: 0;
  transform: translateX(100%);
  display: flex;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  flex-direction: flex-end; }

.versions__lists.show {
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  display: block; }

.versions__separator, .versions__list-item {
  padding: 0 0.2em;
  margin: 0.1em;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none; }

.versions__separator {
  background: #FFF;
  margin-top: 5px;
  font-size: 12px; }

.versions__list-item {
  background: #b3dbfa; }
  .versions__list-item a.versions__link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit; }
  .versions__list-item:hover {
    background: #de904a;
    color: #fff; }

.versions__list.rc .versions__list-item {
  background: #cee4f5; }
  .versions__list.rc .versions__list-item:hover {
    background: #dfa26b;
    color: #fff; }

.main-content {
  left: 304px;
  position: absolute;
  width: calc(100% - 304px);
  overflow: auto;
  top: 72px;
  margin: 0;
  padding: 0;
  background: #fff;
  list-style: inside; }

.four-oh-four {
  text-align: center;
  width: calc(100% - 10em);
  position: relative; }
  .four-oh-four img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.four-oh-four__headline {
  float: left;
  position: absolute;
  top: 0.75em;
  left: 0.25em; }

h4.four-oh-four__subhead {
  float: right;
  align-items: baseline;
  color: #1977F3 !important;
  position: absolute;
  right: 0;
  bottom: 0; }

.mobile-only {
  display: none; }

@media screen and (max-width: 1050px) {
  .four-oh-four {
    text-align: center;
    width: 80%; }
    .four-oh-four img {
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  .four-oh-four__headline {
    text-align: left;
    position: relative;
    float: none;
    margin-top: 0;
    margin-bottom: 0; }
  h4.four-oh-four__subhead {
    text-align: right;
    position: relative;
    float: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

@media screen and (max-width: 900px) {
  .four-oh-four {
    width: 100%; }
    .four-oh-four img {
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  .four-oh-four__headline {
    text-align: left;
    position: relative;
    float: none;
    margin-top: 0;
    margin-bottom: 0; }
  h4.four-oh-four__subhead {
    text-align: right;
    position: relative;
    float: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

@media screen and (max-width: 768px) {
  .sidebar {
    left: -304px; }
  .main-content {
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 0; }
  .mobile-only {
    display: block; } }
