.vcard-contact-business .profile-card {
  position: absolute;
  width: 28rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 25%);
  max-width: 95%;
  margin: auto;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.025em;
  text-align: center;
  color: #002D40;
}
@media (max-width: 767px) {
  .vcard-contact-business .profile-card {
    top: 12%;
    transform: translate(-50%, 0);
  }
}
.vcard-contact-business .profile-card .cover {
  background-position: center;
  background-size: contain;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 448px;
  height: 224px;
  border-radius: 2rem;
  margin-bottom: -8rem;
  transform: translateY(0);
  transition: transform 500ms ease-in-out, opacity 200ms 300ms;
  opacity: 0;
  box-shadow: 0 2rem 4rem -3rem rgba(0, 45, 64, 0.5), 0 0rem 8rem 0 rgba(0, 45, 64, 0.1);
}
.vcard-contact-business .profile-card .pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  position: absolute;
  left: 50%;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2.5rem;
  z-index: 2;
  box-shadow: 0 1rem 1.5rem -1rem rgba(0, 45, 64, 0.2), 0 0 0.5rem 0 rgba(0, 45, 64, 0.2), 0 0rem 4rem 0 rgba(0, 0, 0, 0.2);
}
.vcard-contact-business .profile-card .profile {
  position: relative;
  background: white;
  width: 100%;
  border-radius: 2rem;
  padding-top: 7rem;
  box-sizing: border-box;
  transition: transform 500ms ease-in-out;
  box-shadow: 0 2rem 4rem -3rem rgba(0, 45, 64, 0.5), 0 0rem 8rem 0 rgba(0, 45, 64, 0.1);
}

.vcard-contact-business .profile-card .profile.lnk-social-media-card
{
  padding: 20px 0;
  margin-top: 17px;
  border-radius: 19px;
}

.vcard-contact-business .profile-card .above-fold {
  padding-top: 3rem;
}
.vcard-contact-business .profile-card .above-fold .name {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.vcard-contact-business .profile-card .above-fold .role {
  font-size: 1.2rem;
  color: #1AA6B7;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.vcard-contact-business .profile-card .above-fold .location {
  font-size: 1.4em;
  font-weight: 200;
  margin-bottom: 0.5rem;
  opacity: 0.6;
}
.vcard-contact-business .profile-card .above-fold .location i {
  margin-right: 0.5rem;
}
.vcard-contact-business .profile-card .below-fold {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 500ms ease-in-out, opacity 500ms 250ms;
}
.vcard-contact-business .profile-card .below-fold .stats {
  border-top: 1px solid rgba(0, 45, 64, 0.1);
  margin-top: 1.5rem;
}
.vcard-contact-business .profile-card .below-fold .stat {
  flex-basis: 4rem;
  flex-grow: 2;
  padding: 1rem 0;
  border-right: 1px solid rgba(0, 45, 64, 0.1);
  margin-right: 1px;
  cursor: pointer;
  background: rgba(217, 236, 242, 0.2);
  transition: background 200ms;
}
.vcard-contact-business .profile-card .below-fold .stat:hover {
  background: rgba(217, 236, 242, 0.4);
}
.vcard-contact-business .profile-card .below-fold .stat:last-child {
  border: none;
}
.vcard-contact-business .profile-card .below-fold .stat label {
  font-weight: 400;
  opacity: 0.4;
}
.vcard-contact-business .profile-card .below-fold .stat .num {
  font-weight: 700;
  font-size: 2rem;
  color: #1AA6B7;
  margin: 0.5rem;
}
.vcard-contact-business .profile-card .below-fold .about {
  padding: 0 1rem;
  text-align: left;
}
.vcard-contact-business .profile-card .below-fold .about .social-media-links {
  display: flex;
  justify-content: center;
  gap: 5px 0;
  padding: 4px 0 7px;
  flex-wrap: wrap;
}

.vcard-contact-business .profile-card .below-fold .about .social-media-links a {
  transition: all 0.2s ease-in-out;
  width: 9%;
  margin: 0 5%;
  display: block;
}
@media (max-width: 350px) {
  .vcard-contact-business .profile-card .below-fold .about .social-media-links a {
    width: 12%;
    margin: 0 4%;
  }
}
.vcard-contact-business .profile-card .below-fold .about .social-media-links a:hover, .vcard-contact-business .profile-card .below-fold .about .social-media-links a:active {
  opacity: 1;
}
.vcard-contact-business .profile-card .below-fold .about .social-media-links a img {
  width: 100%;
}

/* Start custom links */
.vcard-contact-business .profile-card .profile.lnk-social-media-card .social-media-links
{
  display: flex;
  flex-direction: column;
  text-align: initial;
  padding: 0 20px;
  gap: 20px;
}

.vcard-contact-business .profile-card .profile.lnk-social-media-card .social-media-links a
{
  display: flex;
  align-items: center;
  gap: 20px;
}

.vcard-contact-business .profile-card .profile.lnk-social-media-card a img
{
  width: 25px
}

.vcard-contact-business .profile-card .profile.lnk-social-media-card .lnk-label
{
  color: #5f5f5f;
  font-size: .96em;
}
/* End custom links */

.vcard-contact-business .profile-card.expand .cover {
  opacity: 1;
  transform: translateY(-4rem);
  transition: transform 500ms ease-in-out, opacity 200ms 0ms;
}
.vcard-contact-business .profile-card.expand .profile {
  transform: translateY(5rem);
}
.vcard-contact-business .profile-card.expand .below-fold {
  max-height: 19em;
  opacity: 1;
}
.vcard-contact-business .profile-card.expand #expand-button {
  animation: none;
  transform: rotate(180deg);
}
.vcard-contact-business .row {
  display: flex;
  justify-content: center;
}
.vcard-contact-business .lnk-btn {
  width: fit-content;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3293d0;
  border: 2px solid #3293d0;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: background 200ms, color 200ms;
}
.vcard-contact-business .lnk-btn:hover {
  background: #3293d0;
  color: white;
}
.vcard-contact-business .lnk-btn a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
}
.vcard-contact-business .lnk-btn a span {
  vertical-align: initial;
}
.vcard-contact-business .lnk-btn .lnk-img-white {
  display: none;
}
.vcard-contact-business .lnk-btn:hover .lnk-img-rose {
  display: none;
}
.vcard-contact-business .lnk-btn:hover .lnk-img-white {
  display: block;
}
.vcard-contact-business .lnk-btn a,
.vcard-contact-business .lnk-btn-display-contact-form {
  padding: 2px 10px;
  margin: 5px 0;
}
.vcard-contact-business .lnk-btn-display-contact-form {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.vcard-contact-business .lnk-btn-display-contact-form img {
  width: 35px;
}
.vcard-contact-business #expand-button {
  opacity: 0.3;
  font-size: 1.5rem;
  margin: 1rem auto;
  animation: bounce 4s infinite;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 200ms, color 200ms, transform 500ms;
  background: #002D40;
  color: white;
}
.vcard-contact-business #expand-button img {
  width: 30px;
}
@keyframes bounce {
  0%, 60%, 100% {
    transform: translatey(0);
  }
  80% {
    transform: translatey(-8px);
  }
  90% {
    transform: translatey(8px);
  }
}

/*# sourceMappingURL=business-vcard.css.map */
