:root {
  --baseUnit: 0.75rem;
  --gutter: 2.25rem;
  --xs: 375px;
  --sm: 480px;
  --md: 992px;
  --lg: 1180px;
  --xl: 1920px;
}

h1 {
  font-size: 3.052rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
}

h2 {
  font-size: 2.441rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
}

h3 {
  font-size: 1.953rem;
  font-weight: 700;
  letter-spacing: -0.015rem;
}

h4 {
  font-size: 1.563rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.body-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.company__locked-info-item, .company__field-value:has(.disabled), .company__field-value:not(:has(.disabled)) {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: -1px;
  color: white;
  word-break: keep-all;
}
@media screen and (max-width: 992px) {
  .company__locked-info-item, .company__field-value:has(.disabled), .company__field-value:not(:has(.disabled)) {
    word-break: break-all;
  }
}

.round-filter__button.active, .company__round-badge {
  background: -webkit-linear-gradient(to right, #24fe41, #fdfc47); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #24fe41, #fdfc47); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.fixed-background {
  position: fixed;
  top: -10%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  pointer-events: none;
}

.company {
  padding: 2.25rem;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 12px;
  border-radius: 0.5em;
  background: rgba(75, 75, 75, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border: 3px solid rgba(75, 75, 75, 0.3);
}
@media screen and (max-width: 992px) {
  .company {
    padding: 2.25rem 1.5rem;
    border-radius: 0;
    box-shadow: none;
  }
}
.company__header {
  display: flex;
  align-items: start;
  gap: 1.875rem;
}
.company__logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 4px;
  padding: 5px;
  border: 1px solid rgb(224, 229, 234);
  border-radius: 0.5em;
  background-color: white;
}
.company__logo-placeholder {
  display: flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}
.company__info {
  flex: 1;
}
.company__name-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.company__name {
  margin-right: 0.375rem;
  margin-left: -1px;
  color: white;
  font-weight: bold;
}
.company__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.company__flag:hover {
  transition: transform 0.2s ease;
  transform: scale(1.2);
}
.company__website {
  color: white !important;
}
.company__website:hover {
  color: #01eb67 !important;
}
.company__round-badge {
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 4px;
  color: #000;
}
.company__description {
  color: rgba(255, 255, 255, 0.6);
  max-width: 70%;
  word-break: keep-all;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .company__description {
    max-width: 100%;
    word-break: break-all;
  }
}
.company__field {
  margin-top: 1.5rem;
}
.company__field-label {
  display: inline-block;
  margin-bottom: 0.5625rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
}
@media (hover: hover) {
  .company__field-value:not(:has(.disabled)):hover:hover {
    color: #01eb67;
  }
}
.company__field-value:has(.disabled) {
  color: rgba(255, 255, 255, 0.6);
}
.company__field-value-login {
  font-size: 1.1rem;
  font-style: italic;
  text-decoration-color: #9ca4a2;
  color: #9ca4a2;
}
.company__field-value-login:hover {
  color: #01eb67;
  text-decoration-color: #01eb67;
}
.company__locked-infos {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 992px) {
  .company__locked-infos {
    gap: 0.375rem;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.company__locked-info {
  margin-top: 1.5rem;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
}
.company__locked-info-list {
  display: flex;
  gap: 0.375rem;
  margin-top: 8px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .company__locked-info-list {
    align-items: flex-start;
  }
}
.company__locked-info-title {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.company__login-button {
  order: 3;
}
@media screen and (max-width: 992px) {
  .company__login-button {
    order: 3;
  }
}
.company__locked-buttons {
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 992px) {
  .company__locked-buttons {
    align-self: stretch;
    flex-wrap: wrap;
  }
  .company__locked-buttons .button {
    flex: 1 0 100%;
  }
}

.divider {
  width: 100%;
  height: 1px;
  margin: "assets/images" 0;
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 992px) {
  .company__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .company__locked-info-list {
    flex-direction: column;
    gap: 8px;
  }
}
.round-filter {
  transition: all 0.121s ease;
}
.round-filter.sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  padding: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 12px;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.round-filter__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.round-filter__button {
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.5em;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.round-filter__button:hover {
  background-color: white;
  color: #000;
}

.round-filter__button.active {
  color: #000;
}

.company-wrapper {
  transition: opacity 0.3s ease;
}

/*# sourceMappingURL=page-investor-special.css.map */
