.block-profiles {
  --profiles-per-row: 5;
}

.block-profiles .profile .avatar {
  margin-bottom: 1rem;
}

.block-profiles .profile img {
  height: 11rem;
  width: 11rem;
  border-radius: 9999px;
}

.block-profiles .profile .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.block-profiles .profile a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.block-profiles .profile .profile-fallback {
  height: 8rem;
  width: 8rem;
  border-radius: 9999px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from-position: 20%;
  --tw-gradient-to-position: 100%;
}

@media (min-width: 993px) {
  .block-profiles .profile .profile-fallback {
    height: 11rem;
    width: 11rem;
  }
}

.block-profiles .profile .profile-fallback.fallback-green {
  --tw-gradient-from: #C4CC60 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 204 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #C4CC60 var(--tw-gradient-to-position);
}

.block-profiles .profile .profile-fallback.fallback-orange {
  --tw-gradient-from: #D25555 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 85 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #D25555 var(--tw-gradient-to-position);
}

.block-profiles .profile .profile-fallback.fallback-blue-pink {
  --tw-gradient-from: #708FAE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 143 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #D7A3AF var(--tw-gradient-to-position);
}

.block-profiles .profile .profile-fallback.fallback-red-violet {
  --tw-gradient-from: #C53A57 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(197 58 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #904194 var(--tw-gradient-to-position);
}

.block-profiles .profile .social-media-wrapper {
  margin-top: .5rem;
}

.block-profiles .profile .social-media-wrapper ul {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.block-profiles .profile .social-media-wrapper li {
  margin: 0 0.25rem;
  padding: 0;
  width: 24px;
  height: 24px;
}

.block-profiles .profile .social-media-wrapper li::marker {
  content: unset;
}

.block-profiles .profile .social-media-wrapper i[class^="iufro--"] {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(140 145 79 / var(--tw-text-opacity));
}

.block-profiles .profiles {
  max-width: calc(var(--profiles-per-row) * 11rem + (var(--profiles-per-row) - 1) * 2rem);
  margin-left: auto;
  margin-right: auto;
}

.block-profiles.profiles-style-two .profile {
  padding-left: var(--horizontal-spacing);
  padding-right: var(--horizontal-spacing);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-profiles.profiles-style-two .quote {
  margin-top: 1rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.88;
  color: var(--iufro-gray-5);
}

.block-profiles.profiles-style-one .profiles {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block-profiles.profiles-style-one .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 11rem;
}

.block-profiles.profiles-style-one .profile .position {
  flex: 1;
}

.block-profiles.profiles-style-one .profile img {
  height: 11rem;
  width: 11rem;
  border-radius: 9999px;
}

.block-profiles.profiles-style-one .profile .name {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.block-profiles.profiles-style-one .profile a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.block-profiles.profiles-style-one .profile .position,
			.block-profiles.profiles-style-one .profile .country {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}

.block-profiles.profiles-style-banner .profile {
  display: flex;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  --tw-shadow: 0 3px 36px 0 rgba(0,0,0,0.16);
  --tw-shadow-colored: 0 3px 36px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 768px) {
  .block-profiles.profiles-style-banner .profile {
    flex-direction: column;
    align-items: center;
  }
}

.block-profiles.profiles-style-banner .profile .social-media-wrapper ul {
  margin: 0px;
}

@media (min-width: 769px) {
  .block-profiles.profiles-style-banner .profile .social-media-wrapper i[class^="iufro--"] {
    font-size: 2.75rem;
  }
}

.block-profiles.profiles-style-banner .profile .social-media-wrapper li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media (min-width: 769px) {
  .block-profiles.profiles-style-banner .profile .social-media-wrapper li {
    margin-left: 0px;
    margin-right: 1.25rem;
  }
}

@media (min-width: 1201px) {
  .block-profiles.profiles-style-banner .profile .social-media-wrapper li {
    margin-right: 1.75rem;
  }
}

.block-profiles.profiles-style-banner .profile img {
  height: 8rem;
  width: 8rem;
  min-width: 8rem;
  border-radius: 9999px;
}

@media (min-width: 993px) {
  .block-profiles.profiles-style-banner .profile img {
    height: 15rem;
    width: 15rem;
    min-width: 15rem;
  }
}

.block-profiles.profiles-style-banner .profile .name {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(66 65 65 / var(--tw-text-opacity));
}

@media (min-width: 769px) {
  .block-profiles.profiles-style-banner .profile .name {
    text-align: left;
  }
}

.block-profiles.profiles-style-banner .profile .position {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(140 145 79 / var(--tw-text-opacity));
}

@media (min-width: 769px) {
  .block-profiles.profiles-style-banner .profile .position {
    text-align: left;
  }
}

.block-profiles.profiles-style-banner .profile .country,
			.block-profiles.profiles-style-banner .profile .university {
  margin-bottom: 0.75rem;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}

@media (min-width: 769px) {
  .block-profiles.profiles-style-banner .profile .country,
			.block-profiles.profiles-style-banner .profile .university {
    text-align: left;
  }
}

.block-profiles.profiles-style-banner .profile .country i, .block-profiles.profiles-style-banner .profile .university i {
  margin-right: 0.75rem;
  display: inline-flex;
  font-size: 1.75rem;
  line-height: 2.125rem;
  --tw-text-opacity: 1;
  color: rgb(140 145 79 / var(--tw-text-opacity));
}

.block-profiles.profiles-style-banner .info {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .block-profiles.profiles-style-banner .info {
    align-items: center;
  }
}

.block-profiles.profiles-style-banner .banner-footer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .block-profiles.profiles-style-banner .banner-footer {
    flex-direction: column;
  }
}

.block-profiles.profiles-style-banner .banner-footer a.btn {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.block-profiles.profiles-style-banner .btn {
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 769px) {
  .block-profiles.profiles-style-banner .btn {
    margin-right: 2.5rem;
  }
}

@media (min-width: 1201px) {
  .block-profiles.profiles-style-banner .btn {
    margin-right: 4rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 768px) {
  .block-profiles.profiles-style-banner .btn {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 769px) {
  .block-profiles.profiles-style-banner .avatar {
    margin-right: 2.5rem;
  }
}

@media (min-width: 1201px) {
  .block-profiles.profiles-style-banner .avatar {
    margin-right: 5rem;
  }
}

@media (max-width: 768px) {
  .block-profiles.profiles-style-banner .avatar {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 769px) {
  .block-profiles.profiles-style-banner .profile-fallback {
    margin-right: 2.5rem;
    margin-bottom: 0px;
  }
}

@media (min-width: 1201px) {
  .block-profiles.profiles-style-banner .profile-fallback {
    margin-right: 5rem;
  }
}

.block-profiles.profiles-style-three .profiles {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1201px) {
  .block-profiles.profiles-style-three .profiles {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 576px) {
  .block-profiles.profiles-style-three .profiles {
    margin-left: auto;
    margin-right: auto;
  }
}

.block-profiles.profiles-style-three .profile {
  margin-bottom: 3rem;
  max-width: 13rem;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 577px) {
  .block-profiles.profiles-style-three .profile {
    margin-right: 5rem;
  }
}

@media (max-width: 768px) {
  .block-profiles.profiles-style-three .profile {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 769px) {
  .block-profiles.profiles-style-three .avatar {
    margin-right: 1rem;
  }
}

.block-profiles.profiles-style-three img {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
}

@media (max-width: 768px) {
  .block-profiles.profiles-style-three img {
    margin-bottom: 0.75rem;
  }
}

.block-profiles.profiles-style-three .name {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 768px) {
  .block-profiles.profiles-style-three .name {
    text-align: center;
  }
}

.block-profiles.profiles-style-three .position,
		.block-profiles.profiles-style-three .country {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}

@media (max-width: 768px) {
  .block-profiles.profiles-style-three .position,
		.block-profiles.profiles-style-three .country {
    justify-content: center;
    text-align: center;
  }
}

.block-profiles.profiles-style-three .profile-fallback {
  height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
}

@media (min-width: 769px) {
  .block-profiles.profiles-style-three .profile-fallback {
    margin-right: 1rem;
  }
}

@media (max-width: 768px) {
  .block-profiles.profiles-style-three .profile-fallback {
    margin-bottom: 0.75rem;
  }
}

.block-profiles.profiles-style-three .function-row {
  text-align: left;
}

.block-profiles .function-row,
	.block-profiles .position{
  color: var(--iufro-gray-5);
}

.block-profiles .function-row {
  text-align: center;
}

.block-profiles .function-row > i {
  display: none;
}
