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

.row {
  display: flex;
  /*  height: auto; */ }

.link-box {
  flex: 1;
  width: 45%;
  /*  height: 100%; */
  display: block;
  float: left;
  margin: 15px;
  padding: 0;
  border: 1px solid #d2d2d2;
  border-radius: 0.25em; }
  .link-box h2 {
    color: #313e50;
    font-weight: 400;
    background: #eee;
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1em;
    margin: 0; }
  .link-box ul {
    margin: 0.5em 0.5em 0.5em 1.75em; }
  .link-box a {
    text-decoration: none;
    cursor: pointer; }
    .link-box a:hover {
      text-decoration: underline; }

.ts-button--secondary {
  color: #fff !important; }
