<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.profile__page {
  padding-bottom: 1rem;
}

.profile__page.--limited-profile &gt; *,
.profile__section.--full &gt; *:not([class='col-span-full']) {
  width: 100%;
}

.profile__page.--limited-profile {
  display: block;
}

.profile__page .action.--back {
  margin-bottom: 0.5rem;
  display: flex;
  width: 18px;
  align-items: center;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / 1);
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
  transform: translateY(6px);
}

/* @screen md { */

.profile__page .action.--back {
  width: auto;
  transform: none;
}

.profile__page .action.--back::after {
  content: 'Back';
}

/* } */

.profile__page .action.--back &gt; .icon {
  margin-right: 0.5rem;
  height: 18px;
  stroke: currentColor;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / 1);
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
}

.profile__page,
.profile__section.--full {
  display: grid;
  grid-template-columns:
    1fr
    min(65ch, 100%)
    1fr;
}

.profile__page.--wide,
.profile__page.--wide .profile__section.--full {
  margin-left: auto;
  margin-right: auto;
  display: block;
  /** padding: 32px 40px; **/
  /** max-width: calc(1600px - 240px + 40px); ***/
  max-width: calc(1200px - 240px + 40px);
  /* grid-template-columns:
    1fr
    min(1200px, 100%)
    1fr; */
}

.profile__page.--left-align {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: none;
}

.profile__page &gt; *,
.profile__section.--full &gt; *:not([class='col-span-full']) {
  grid-column-start: 2;
  grid-column-end: 3;
}

.profile__page.--left-align .profile__section {
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  max-width: 720px;
}

.profile__page.--limited-profile &gt; *,
.profile__section.--full &gt; *:not([class='col-span-full']) {
  width: 100%;
}

.profile__page &gt; *:not([class='pt-0']),
.profile__section.--full &gt; *:not([class='col-span-full']):not([class='pt-0']) {
  padding: 1rem;
}

@media (min-width: 768px) {
  .profile__page.--limited-profile {
    display: grid;
  }

  .profile__page.--limited-profile &gt; * {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .profile__page.--limited-profile &gt; form {
    margin-right: 15%;
  }
}

.profile__header.--limited-profile {
  padding: 5px;
  padding-left: 10px;
}

.profile__page.--limited-profile &gt; form {
  padding-top: 0.25rem;
}

.header-content.--limited-profile {
  display: flex;
  align-items: center;
}

.header-content.--limited-profile svg {
  margin-left: 1rem;
  margin-right: 1rem;
}

.header-content.--limited-profile &gt; h2 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.profile__section.--full {
  grid-column: 1 / -1;
  width: 100%;
  padding: 0px;
}

.profile__section-heading {
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / 1);
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  font-size: 17px;
}

.profile__about + .profile__section {
  margin-top: 1rem;
}

/** Non-generic (component) styles follow now **/

.profile__heading {
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / 1);
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.profile__actions {
  display: flex;
}

.profile__actions &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.edit-profile-btn {
  display: none;
}

@media (min-width: 500px) {
  .edit-profile-btn {
    display: block;
  }
}

.edit-profile-btn svg {
  cursor: pointer;
  border-radius: 9999px;
  background: linear-gradient(220deg, #095fd8 10.19%, #8045e0 100%);
}

.profile__details {
  padding-top: 0px;
  padding-bottom: 0px;
}

.profile__about {
  background-image: linear-gradient(225deg, rgba(9, 95, 216, 0.05) 0%, rgba(128, 69, 224, 0.05) 100%);
}

.profile__about p {
  margin-top: 0.5rem;
  font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.profile__view-all {
  text-align: right;
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(9 95 216 / 1);
  color: rgb(9 95 216 / var(--tw-text-opacity, 1));
  margin: -0.5rem;
  border-radius: 0.375rem;
  padding: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.profile__view-all:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(128 69 224 / var(--tw-ring-opacity, 1));
}

.profile__view-all {
  letter-spacing: 0.77px;
}

.profile__view-all:hover {
  --tw-text-opacity: 1;
  color: rgb(128 69 224 / 1);
  color: rgb(128 69 224 / var(--tw-text-opacity, 1));
}

.profile__rail {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 500px) {
  .profile__rail {
    /* padding-left: calc((100% - 65ch) / 2 + 16px); */
    padding-left: max(16px, calc((100% - 65ch) / 2 + 16px));
    padding-right: max(16px, calc((100% - 65ch) / 2 + 16px));
  }
}

.profile__privacy_policy .profile__list-item__title {
  --tw-text-opacity: 1;
  color: rgb(9 95 216 / 1);
  color: rgb(9 95 216 / var(--tw-text-opacity, 1));
}

.profile__delete_account .profile__list-item__title {
  --tw-text-opacity: 1;
  color: rgb(9 95 216 / 1);
  color: rgb(9 95 216 / var(--tw-text-opacity, 1));
}

.connections-listing__page__heading {
  display: flex;
  height: 3.5rem;
  max-width: none;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 215 215 / 1);
  border-bottom-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.connections-listing__page__heading &gt; h1 {
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / 1);
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.connections-listing__page__button {
  --tw-text-opacity: 1;
  color: rgb(40 74 211 / 1);
  color: rgb(40 74 211 / var(--tw-text-opacity, 1));
}

.connections-listing__page__link {
  margin-top: 0.5rem;
  margin-right: 1.5rem;
}

.profile__page .action.--back &gt; .icon {
  margin-right: 1px;
  height: 0.875rem;
  stroke: #000;
}

.profile__page .action.--back::after {
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/** New component styles **/

.profile__page__heading {
  z-index: 1;
  display: none;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 500px) {
  .profile__page__heading {
    display: block;
    height: 56px;
    box-shadow: none;
    padding: 0;
    border-bottom: 1px solid #d7d7d7;
  }
}

.profile__page__heading__wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .profile__page__heading__wrapper {
    max-width: 743px;
  }
}

.profile__page__heading h1 {
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / 1);
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.profile__page__content {
  display: block;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 500px) {
  .profile__page__content {
    padding: 0 24px;
  }
}

@media (min-width: 768px) {
  .profile__page__content {
    max-width: 743px;
  }
}

.avatar {
  flex-shrink: 0;
  overflow: hidden;
}

.avatar.--round {
  border-radius: 50%;
}

.avatar.--fallback {
  background-color: rgb(190, 210, 244);
}

.avatar.--fallback-gray {
  background-color: #d9d9d9;
}

.avatar img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 0.125rem;
  font-size: 14px;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background: #095fd8;
}

.action-link:hover {
  background: #053982;
}

.profile__connection-label {
  background-image: linear-gradient(225deg, rgba(9, 95, 216, 0.1) 0%, rgba(128, 69, 224, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  border-radius: 0.5rem;
}

.profile__connection-label &gt; span {
  font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25rem;
}

/**
 * Check the if the browser supports all the required properties to make a text
 * gradient display.
 *
 * The problem is that if one of these properties doesn't work, the text will
 * look broken or not at all, or with a very low contrast.
 */

@supports (-webkit-text-fill-color: transparent) and
  (((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text)) {
  .profile__connection-label &gt; span {
    background-image: linear-gradient(225deg, #095fd8 0%, #8045e0 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
}

.gradient-text &gt; span {
  --tw-text-opacity: 1;
  color: rgb(9 95 216 / 1);
  color: rgb(9 95 216 / var(--tw-text-opacity, 1));
}

/**
 * Check the if the browser supports all the required properties to make a text
 * gradient display.
 *
 * The problem is that if one of these properties doesn't work, the text will
 * look broken or not at all, or with a very low contrast.
 */

@supports (-webkit-text-fill-color: transparent) and
  (((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text)) {
  .gradient-text &gt; span {
    background-image: linear-gradient(225deg, #095fd8 0%, #8045e0 100%);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
}

.gradient-link &gt; span {
  transition-property: background-color, background-image, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.gradient-link:hover &gt; span {
  --tw-text-opacity: 1;
  color: rgb(7 76 173 / 1);
  color: rgb(7 76 173 / var(--tw-text-opacity, 1));
}

.gradient-link:hover &gt; span,
.gradient-link:active &gt; span {
  --tw-bg-opacity: 1;
  background-color: rgb(128 69 224 / 1);
  background-color: rgb(128 69 224 / var(--tw-bg-opacity, 1));
}

/**
 * Check the if the browser supports all the required properties to make a text
 * gradient display.
 *
 * The problem is that if one of these properties doesn't work, the text will
 * look broken or not at all, or with a very low contrast.
 */

@supports (-webkit-text-fill-color: transparent) and
  (((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text)) {
  .gradient-link:hover &gt; span {
    --tw-bg-opacity: 1;
    background-color: rgb(7 76 173 / 1);
    background-color: rgb(7 76 173 / var(--tw-bg-opacity, 1));
    background-image: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }

  .gradient-link:focus &gt; span,
  .gradient-link:active &gt; span {
    --tw-bg-opacity: 1;
    background-color: rgb(128 69 224 / 1);
    background-color: rgb(128 69 224 / var(--tw-bg-opacity, 1));
    background-image: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
}

.profile__connection-link {
  display: block;
  text-align: center;
  font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0.5rem;
  margin-right: 1rem;
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.profile__connection-link:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 95 216 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
}

.profile__connection-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(128 69 224 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-color: #fff;
}

.profile__connection-link {
  line-height: 21px;
}

.profile__follow-action {
  position: relative;
  height: 3rem;
  padding: 0.25rem;
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 700;
  line-height: 1.25rem;
  background-image: linear-gradient(225deg, #095fd8 0%, #8045e0 100%);
  min-width: 120px;
  border-radius: 48px;
  font-size: 17px;
}

.profile__follow-action &gt; button {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.profile__follow-action &gt; button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 94 216 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
}

.profile__follow-action &gt; button:disabled {
  font-size: 14px;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.75;
}

.profile__follow-action &gt; button {
  border-radius: 48px;
  background: #f9f9f9;
  /** The following is to gradient the text **/
}

:is(.profile__follow-action &gt; button) &gt; span {
  background-image: linear-gradient(225deg, #095fd8 0%, #8045e0 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
}

:is(.profile__follow-action &gt; button) &gt; svg {
  --tw-text-opacity: 1;
  color: rgb(128 69 224 / 1);
  color: rgb(128 69 224 / var(--tw-text-opacity, 1));
}

:is(.profile__follow-action &gt; button):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / 1);
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

:is(.profile__follow-action &gt; button):focus {
  background-color: transparent;
}

:is(.profile__follow-action &gt; button):focus &gt; span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: none;
}

:is(.profile__follow-action &gt; button):focus &gt; svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.profile__logout-action {
  position: relative;
  height: 2.5rem;
  padding: 0.125rem;
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 700;
  line-height: 1.25rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #cd0707 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 7 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
  min-width: 120px;
  border-radius: 48px;
  font-size: 17px;
}

.profile__logout-action &gt; button,.profile__logout-action &gt; a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.profile__logout-action &gt; button:focus,.profile__logout-action &gt; a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
}

.profile__logout-action &gt; button,.profile__logout-action &gt; a {
  border-radius: 48px;
  background: #f9f9f9;
  /** The following is to gradient the text **/
}

:is(.profile__logout-action &gt; button,.profile__logout-action &gt; a) &gt; span {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #cd0707 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 7 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
}

:is(.profile__logout-action &gt; button,.profile__logout-action &gt; a):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / 1);
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

:is(.profile__logout-action &gt; button,.profile__logout-action &gt; a):focus {
  background-color: transparent;
}

:is(.profile__logout-action &gt; button,.profile__logout-action &gt; a):focus &gt; span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: none;
}

.profile__logout-btn {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 52 100 / 1);
  border-color: rgb(242 52 100 / var(--tw-border-opacity, 1));
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(242 52 100 / 1);
  color: rgb(242 52 100 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  border-radius: 5px;
  height: 35px;
}

.room-image__group {
  position: relative;
  border-radius: 9999px;
}

.room-image__group &gt; .room-image + .room-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.room-image {
  flex-shrink: 0;
  overflow: hidden;
  background-color: rgb(190 210 244);
}

.room-image.--rounded {
  border-radius: 50%;
}

.room-image.--composite {
  position: relative;
}

.room-image.--composite &gt; div {
  position: absolute;
  overflow: hidden;
}

.room-image.--composite &gt; div &gt; div {
  position: relative;
  overflow: hidden;
}

.room-image__avatar {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

svg.room-image {
  height: 100%;
  width: 100%;
}

.space-image {
  flex-shrink: 0;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.space-image.--rounded {
  border-radius: 9999px;
}

svg.space-image {
  height: 100%;
  width: 100%;
}

.followable__button.-follow {
  height: 2rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 95 216 / 1);
  background-color: rgb(9 95 216 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.followable__button.-follow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 76 173 / 1);
  background-color: rgb(7 76 173 / var(--tw-bg-opacity, 1));
}

.followable__button.-unfollow {
  height: 2rem;
  border-radius: 0.125rem;
  font-weight: 500;
}

.followable__button--large {
  min-height: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.card-event {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0.125rem;
}

.card-event.--constrained-width {
  min-width: 272px;
  width: 272px;
  max-width: 272px;
}

@media (min-width: 500px) {
  .card-event.--constrained-width {
    max-width: 272px;
  }
}

.card-event__thumbnail {
  padding-bottom: 51.25%;
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / 1);
  background-color: rgb(215 215 215 / var(--tw-bg-opacity, 1));
}

.card-event.--constrained-width .card-event__thumbnail {
  padding-bottom: 57.355%;
}

.card-event__thumbnail &gt; img {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease, opacity 200ms ease;
}

.card-event--floating,
.card-event.--floating {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.card-event__details {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.card-event__live {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(205 7 7 / 1);
  color: rgb(205 7 7 / var(--tw-text-opacity, 1));
}

.card-event__live &gt; svg {
  margin-right: 0.125rem;
  height: 0.5rem;
  width: 0.5rem;
  fill: currentColor;
  stroke: currentColor;
  --tw-text-opacity: 1;
  color: rgb(205 7 7 / 1);
  color: rgb(205 7 7 / var(--tw-text-opacity, 1));
}

.card-event__datetime &gt; h6 {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / 1);
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
}

.card-event__title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / 1);
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.card-event__description {
  font-size: 13px;
  line-height: 1rem;
  letter-spacing: 0em;
}

.card-event__actions {
  display: flex;
  align-items: center;
  border-width: 0px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / 1);
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25rem;
}

.event__button--save,
.event__button--save-label {
  --tw-text-opacity: 1;
  color: rgb(9 95 216 / 1);
  color: rgb(9 95 216 / var(--tw-text-opacity, 1));
}

.event__button--save &gt; svg {
  margin-right: 6px;
}

.profile__list-item {
  display: flex;
  height: 4rem;
  width: 100%;
  align-items: center;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / 1);
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.profile__list-item__wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

.profile__list-item__wrapper &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.profile__list-item__wrapper {
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.profile__list-item__wrapper:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.profile__list-item__wrapper:active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / 1);
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.profile__list-item__wrapper {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.profile__list-item__wrapper:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 95 216 / var(--tw-ring-opacity, 1));
}

.profile__list-item__title {
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 15px;
  line-height: 20px;
}

.profile__list-item__description {
  font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / 1);
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
  font-size: 12px;
  line-height: 16px;
}

.profile__list-item__chevron {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}

.profile__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25rem;
  height: 1.75rem;
  border-radius: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / 1);
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / 1);
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.profile__tab[aria-current='page'],
.profile__tab:hover {
  background-image: linear-gradient(225deg, #095fd8 0%, #8045e0 100%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.card-video {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 2px;
}

.card-video.--constrained-width {
  min-width: 272px;
  width: 272px;
  max-width: 272px;
}

@media (min-width: 500px) {
  .card-video.--constrained-width {
    max-width: 272px;
  }
}

.card-video:hover &gt; .card-video__thumbnail &gt; img {
  transform: scale(1.05);
  opacity: 0.9;
}

.card-video .card-video__details {
  padding-top: 12px;
}

.card-video:hover .card-video__play {
  opacity: 1;
}

.card-video__details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-video__title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  flex-grow: 1;
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.card-video__live {
  font-size: 12px;
  margin-bottom: 0.5rem;
  display: flex;
  height: 1.5rem;
  align-items: center;
  background-color: rgb(0 0 0 / 1);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.77px;
}

.card-video__live svg {
  margin-right: 0.25rem;
}

.card-video__thumbnail {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #000;
}

.card-video__thumbnail &gt; .progress {
  height: 4px;
  position: absolute;
  background-color: transparent;
  bottom: 0;
  z-index: 1;
}

.card-video__thumbnail &gt; span {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background-color: #222;
  color: #fff;
  font-size: 11px;
  padding: 4px;
  z-index: 1;
}

.card-video__thumbnail &gt; img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease, opacity 200ms ease;
}

.card-video__thumbnail &gt; .card-video__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 200ms ease;
}

.card-video__play {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-color: rgba(34, 34, 34, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-video__play svg {
  transform: translateX(2px);
}

.card-video__channel {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.card-video__channel &gt; .type--logo {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(118 118 118 / 1);
  background-color: rgb(118 118 118 / var(--tw-bg-opacity, 1));
}

.card-video__channel &gt; .type--logo &gt; img {
  width: 100%;
  height: 100%;
}

.card-video .card-video__channel &gt; .type--name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.77px;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / 1);
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
}

.card-video .card-video__channel:hover &gt; .type--name {
  --tw-text-opacity: 1;
  color: rgb(9 95 216 / 1);
  color: rgb(9 95 216 / var(--tw-text-opacity, 1));
}

.card-video--floating,
.card-video--live {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.card-video--live .card-video__details,
.card-video--floating .card-video__details {
  padding: 1rem;
}

.card-video--floating .card-video__channel,
.card-video--live .card-video__channel {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.card-video--live,
.card-video--live .card-video__details,
.card-video--live .card-video__channel {
  --tw-bg-opacity: 1;
  background-color: rgb(205 7 7 / 1);
  background-color: rgb(205 7 7 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.card-video--live .card-video__channel:hover &gt; .type--name,
.card-video--live .card-video__channel &gt; .type--name {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.profile__detail {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / 1);
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 5px;
}

.profile__detail__icon {
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / 1);
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
  width: 29px;
  height: 29px;
  border-radius: 6px;
}

.form-input {
  width: 100%;
  height: 36px;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  border-bottom: none;
  background-image: linear-gradient(
    to right,
    #095fd8 0%,
    rgba(9, 95, 216, 0.6) 50%,
    #d7d7d7 50%,
    #d7d7d7 100%
  );
  background-size: 200% 1px;
  background-repeat: no-repeat;
  background-position: 100% bottom;
  color: #4d4d4d;
  -webkit-appearance: none;
  cursor: pointer;
}

.form-input.--limited-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 55px;
  border-radius: 5px;
}

.horizontal-line.--limited-profile {
  grid-column: 1 / 5;
  padding-bottom: 0px;
}

.lock-icon {
  margin-right: 0.375rem;
  position: absolute;
  right: 8px;
}

.form-input.selectize-control {
  padding: 0;
  border: none;
}

.form-input.-textarea {
  height: 138px;
  resize: none;
  line-height: 1.25;
}

.form-input.-stripped {
  box-shadow: none;
}

.form-input.-spaced {
  margin-bottom: 12px;
}

.form-input.-auto-height {
  height: auto;
  padding-bottom: 8px;
  resize: none;
}

.form-input.-validate,
.form-input.-check,
.form-input.-warning,
.form-input.-error {
  padding: 12px 52px 12px 16px;
}

.form-input.-heading {
  font-size: 24px;
  height: 56px;
}

.form-input.-stripped:hover {
  box-shadow: none;
}

.form-input:focus {
  outline: none;
  background-position: 0% bottom;
}

.form-input.-stripped:focus {
  box-shadow: none;
}

.form-input:disabled,
.form-input.-disabled {
  color: #4d4d4d;
  cursor: not-allowed;
  background-color: #ebebeb;
}

.form-input.-disabled.--limited-profile {
  background-color: #f2f2f2;
  position: relative;
  display: flex;
  align-items: center;
}

.form-input__name--limited-profile {
  margin-right: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.form-group input {
  font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.form-group.-collapse {
  margin-bottom: 0;
}

.form-group.-password {
  margin-bottom: 12px;
}

.form-group.-password &gt; .strength {
  margin-top: 12px;
}

.form-group.-align-left {
  align-items: flex-start;
}

.form-group.-space-between {
  align-items: space-between;
}

.form-group &gt; label.label {
  color: #4f4f4f;
  margin-bottom: 8px;
}

.form-group.--limited-profile &gt; label.label,
.form-group.--limited-profile &gt; .select-input__composite &gt; label.label {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.form-group &gt; .single {
  margin-top: 4px;
}

.form-group &gt; label.label.--limited-profile {
  color: black;
  font-weight: 500;
}

.form-group &gt; .helper {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  font-weight: 300;
  color: #4f4f4f;
}

.form-group &gt; .helper.-align-right {
  text-align: right;
}

.form-group &gt; .helper:first-letter {
  text-transform: capitalize;
}

.form-group.-warning &gt; input {
  background-color: #fffaf5;
  box-shadow: inset 0 0 0 1px #cea18d;
}

.form-group.-warning &gt; .helper {
  color: #cea18d;
}

.form-group.-error &gt; input,
.form-group.-error &gt; textarea {
  color: #de3618;
  background: transparent;
  box-shadow: inset 0 0 0 1px #de3618;
}

.form-group.-error .selectize-input {
  border-right: solid 1px #de3618;
  border-top: solid 1px #de3618;
  border-left: solid 1px #de3618;
  background-image: linear-gradient(
    to right,
    #095fd8 0%,
    rgba(9, 95, 216, 0.6) 50%,
    #de3618 50%,
    #de3618 100%
  );
}

.form-group.-error &gt; .helper,
.form-group &gt; .helper.-error {
  display: flex;
  align-items: center;
  color: #de3618;
  font-size: 11px;
}

.form-group.-error &gt; .helper::before,
.form-group &gt; .helper.-error::before {
  content: '';
  background-image: url(/../../../../webpacker/images/icons/alert-error.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 4px;
  flex-shrink: 0;
  transform: translateY(-1px);
  width: 12px;
  height: 12px;
}

.form-group.-row {
  flex-direction: row;
  flex-wrap: wrap;
}

.field.form-group.--limited-profile
  &gt; .select-input__composite
  &gt; .component
  &gt; .input {
  height: 55px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.select-input__composite {
  display: flex;
  flex-direction: column;
  position: relative;
}

.select-input__composite:after {
  display: none;
  content: '';
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #095fd8 0%, #8045e0 100%);
}

.select-input__composite &gt; .label {
  font-size: 15px;
  line-height: 20px;
  display: block;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / 1);
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

.select-input__composite[data-multi-select] &gt; .component {
  padding: 8px;
  overflow-x: hidden;
  overflow-y: auto;
}

.select-input__composite[data-multi-select] &gt; .component &gt; .input {
  width: auto;
}

.field.form-group:not(.--limited-profile)
  &gt; .select-input__composite
  &gt; .component {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-height: 100px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}

.select-input__composite &gt; .component:focus-within {
  border-color: #095fd8;
}

.select-input__composite &gt; .component [data-action='toggle-dropdown'] {
  position: absolute;
  right: 8px;
  top: 65%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  transform: translateY(-50%);
}

.--limited-profile
  &gt; .select-input__composite
  &gt; .component
  [data-action='toggle-dropdown'] {
  top: 75%;
}

.select-input__composite &gt; .component &gt; .input {
  padding: 8px 40px 8px 12px;
  height: 40px;
  flex: 1 1;
  width: 100%;
  border: 0;
}

.select-input__composite &gt; .component &gt; .input:focus {
  outline: none;
}

.select-input__composite &gt; .component &gt; .selected {
  margin: 0;
  padding: 0;
  max-height: unset;
  overflow: unset;
}

.select-input__autocomplete {
  max-height: 200px;
  padding: 8px;
  margin: 0;
  border: 1px solid #3a7fe0;
  border-top: 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: overlay;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 100%;
}

.select-input__autocomplete.no-js {
  position: relative;
  border-top: 1px solid #3a7fe0;
}

.select-input__autocomplete.no-js .checkbox {
  display: block;
}

.select-input__autocomplete li {
  list-style: none;
}

.select-input__autocomplete li:before {
  display: none;
}

.select-input__autocomplete li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / 1);
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.select-input__autocomplete .category__header {
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  letter-spacing: 0.77px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  color: #898989;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.select-input__autocomplete .option {
  cursor: pointer;
  display: flex;
  min-height: unset;
  padding: 6px;
}

.select-input__autocomplete .option .type--thumbnail {
  width: 80px;
  flex-shrink: 0;
  margin-right: 8px;
}

.select-input__autocomplete .option .type--thumbnail &gt; img {
  width: 100%;
}

.select-input__autocomplete .option .type--add {
  font-size: 15px;
  margin-right: 4px;
}

.select-input__autocomplete .option .type--name {
  flex: 1 1;
  font-size: 15px;
  margin-right: 8px;
}

.select-input__autocomplete .option .type--meta {
  flex-shrink: 0;
  min-width: 94px;
  margin-left: auto;
  font-size: 13px;
  text-align: right;
}

.select-input__autocomplete .option .checkbox {
  flex-shrink: 0;
  position: unset;
  margin-left: 12px;
}

.select-input__items {
  display: flex;
  flex-wrap: wrap;
}

.select-input__items .item {
  display: flex;
  align-items: center;
  max-width: 100%;
  border-radius: 16px;
  background: linear-gradient(
    225deg,
    rgba(9, 95, 216, 0.5) 0%,
    rgba(128, 69, 224, 0.5) 100%
  );
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 4px 6px 4px 12px;
  white-space: nowrap;
}

.select-input__items .item &gt; span {
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  flex: 1 1;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-input__items .item &gt; button {
  border: 0;
  background: none;
  flex-shrink: 0;
}

.toggle-switch {
  width: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.toggle-switch &gt; .input {
  display: none;
}

.toggle-switch &gt; .text {
  flex-grow: 1;
  height: 24px;
  display: flex;
  position: relative;
  pointer-events: none;
  overflow: hidden;
}

.toggle-switch &gt; .text &gt; .off,
.toggle-switch &gt; .text &gt; .on {
  position: absolute;
  transition: opacity 250ms, transform 250ms;
  line-height: 24px;
}

.toggle-switch &gt; .text &gt; .on {
  transform: translateY(-100%);
}

.toggle-switch &gt; .box {
  flex-shrink: 0;
  width: 40px;
  height: 24px;
  background-color: #d7d7d7;
  border-radius: 12px;
  transition: background-color 120ms;
  cursor: pointer;
  pointer-events: auto;
  margin-right: 8px;
}

.toggle-switch &gt; .box &gt; .toggle {
  border-radius: 50%;
  overflow: hidden;
  width: 23px;
  height: 22px;
  transform: translateX(1px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 1px;
  position: relative;
  background-color: #fff;
  transition: transform 250ms;
}

.toggle-switch &gt; .box &gt; .toggle &gt; .icon {
  width: 16px;
  transition: transform 250ms;
  position: absolute;
}

.toggle-switch &gt; .box &gt; .toggle &gt; .on {
  fill: #095fd8;
  transform: translateX(-150%);
}

.toggle-switch &gt; .input[data-icon-switch]:checked + .box &gt; .toggle,
.toggle-switch[data-checked][data-icon-switch] &gt; .box &gt; .toggle {
  transform: translateX(16px);
}

.toggle-switch &gt; .input[data-icon-switch]:checked + .box &gt; .toggle &gt; .on,
.toggle-switch[data-checked][data-icon-switch] &gt; .box &gt; .toggle &gt; .on {
  transform: translateX(0);
}

.toggle-switch &gt; .input[data-icon-switch]:checked + .box &gt; .toggle &gt; .off,
.toggle-switch[data-checked][data-icon-switch] &gt; .box &gt; .toggle &gt; .off {
  transform: translateX(-150%);
}

.toggle-switch &gt; .input:checked + .box,
.toggle-switch[data-checked] &gt; .box {
  background-color: #095fd8;
}

.toggle-switch &gt; .input[data-text-switch]:checked ~ .text &gt; .off,
.toggle-switch[data-checked][data-text-switch] &gt; .text &gt; .off {
  transform: translateY(100%);
}

.toggle-switch &gt; .input[data-text-switch]:checked ~ .text &gt; .on,
.toggle-switch[data-checked][data-text-switch] &gt; .text &gt; .on {
  transform: translateY(0);
}

.push-button {
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  background-color: #095fd8;
  color: #ffffff;
  font-weight: 500;
  height: 40px;
}

.push-button.--limited-profile {
  background-color: var(--primary-color);
  border-radius: 5px;
  height: 45px;
  width: 100%;
}

@media (min-width: 500px) {
  .push-button.--limited-profile {
    width: 263px;
  }
}

.push-button:hover {
  background-color: #0749a7;
}

.push-button.--limited-profile:hover {
  background-color: var(--primary-color);
}

.push-button:disabled {
  color: #9a9a9a;
  background-color: #f2f2f2;
}

.push-button.-small {
  height: 28px;
  padding: 0 16px;
}

.push-button.-white {
  background-color: #ffffff;
  color: #095fd8;
}

.push-button.-danger:not(.-secondary) {
  background-color: #a53e3e;
  color: #ffffff;
}

.push-button.-danger:hover {
  background-color: #803030;
}

.push-button.-follow,
.push-button.-unfollow {
  height: 28px;
  padding: 4px 12px;
}

.push-button.-follow &gt; .icon,
.push-button.-unfollow &gt; .icon {
  margin-right: 4px;
  width: 16px;
}

.push-button.-unfollow {
  background: transparent;
  color: #737373;
  box-shadow: 0 0 0 1px #d9d9d9;
}

.push-button.-unfollow &gt; .icon {
  height: auto;
  fill: #48b223;
}

.push-button.-secondary {
  border: solid 2px #095fd8;
  color: #095fd8;
}

.push-button.-secondary:active {
  border: solid 2px #0749a7;
  background-color: #0749a7;
  color: #ffffff;
}

.push-button.-secondary:hover {
  background-color: #095fd8;
  color: #ffffff;
}

.push-button.-secondary:disabled,
.push-button.-secondary:disabled:hover {
  background: transparent;
  color: rgba(9, 95, 216, 0.5);
  border: solid 2px rgba(9, 95, 216, 0.5);
}

.push-button.-secondary &gt; .icon,
.push-button.-secondary:disabled:hover &gt; .icon,
.push-button.-secondary:disabled:active &gt; .icon {
  fill: #095fd8;
}

.push-button.-secondary &gt; .icon &gt; polygon,
.push-button.-secondary:disabled:hover &gt; .icon &gt; polygon,
.push-button.-secondary:disabled:active &gt; .icon &gt; polygon {
  stroke: #095fd8;
}

.push-button.-secondary.-danger {
  border: 2px solid #a53e3e;
  color: #a53e3e;
}

.push-button.-secondary.-danger:active {
  border: solid 2px #803030;
  background-color: #803030;
  color: #ffffff;
}

.push-button.-secondary.-danger:hover {
  background-color: #a53e3e;
  color: #ffffff;
}

.push-button.-secondary.-danger:disabled,
.push-button.-secondary.-danger:disabled:hover {
  background: transparent;
  color: rgba(165, 62, 62, 0.5);
  border: solid 2px rgba(165, 62, 62, 0.5);
}

.card__profile__name {
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

.card__profile {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 0.5rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / 1);
  border-color: rgb(179 179 179 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

.card__profile:last-child {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.card__profile-list {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 154 154 / 1);
  border-color: rgb(154 154 154 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.connections-listing__page__heading {
  display: flex;
  height: 3.5rem;
  max-width: none;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 215 215 / 1);
  border-bottom-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.connections-listing__page__heading &gt; h1 {
  font-family: Circular, Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / 1);
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.connections-listing__page__button {
  --tw-text-opacity: 1;
  color: rgb(40 74 211 / 1);
  color: rgb(40 74 211 / var(--tw-text-opacity, 1));
}

.connections-listing__page__link {
  margin-top: 0.5rem;
  margin-right: 1.5rem;
}

.connections-listing__page__text {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / 1);
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
</pre></body></html>