.elementor-11383 .elementor-element.elementor-element-4443f0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-79a5936 */:root {
  /* Light theme (default) */
  --bg-primary: #ffffff;
  --bg-secondary: #ebf7ff;
  --text-primary: #333333;
  --text-secondary: #016197;
  --border-color: #333333;
  --overlay-color: rgba(0, 0, 0, 0.1);
  --button-hover: #f5f5f5;
  --photo-border: #ffffff;
}

[data-theme="dark"] {
  /* Dark theme */
  --bg-primary: #1a1a1a;
  --bg-secondary: #2d2d2d;
  --text-primary: #e0e0e0;
  --text-secondary: #4db8ff;
  --border-color: #555555;
  --overlay-color: rgba(255, 255, 255, 0.05);
  --button-hover: #333333;
  --photo-border: #2d2d2d;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: var(--bg-primary);
  width: 100%;
  height: 100vh;
  overflow: auto;
  transition: background-color 0.3s ease;
}

.tap-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background: var(--bg-primary);
  padding-bottom: 32px;
  transition: background-color 0.3s ease;
}

/* Background Card Section */
.background-card {
  position: relative;
  width: 100%;
  height: 320px;
  background: #016197;
  overflow: hidden;
  margin-bottom: -32px;
  flex-shrink: 0;
}

.background {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: -89px;
  right: -89.89px;
  top: 0;
  mix-blend-mode: multiply;
}

.logos {
  position: absolute;
  height: 112px;
  left: 50%;
  top: calc(50% - 16px);
  transform: translate(-50%, -50%);
  width: 280px;
}

.logo-epag {
  position: absolute;
  height: 94.5px;
  left: calc(50% - 0.98px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 215.047px;
}

.logo-epag svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Content Section */
.content {
  background: var(--bg-primary);
  border-top-right-radius: 32px;
  position: relative;
  width: 100%;
  margin-bottom: -32px;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}

.content-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 66px 16px 36px;
  width: 100%;
}

/* Profile Photo */
.photo-large {
  position: absolute;
  left: 16px;
  top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 1000px;
  pointer-events: none;
}

.photo-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1000px;
  border: 4px solid var(--photo-border);
  transition: border-color 0.3s ease;
}

/* Profile Info */
.profile-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--text-primary);
  width: 100%;
  transition: color 0.3s ease;
}

.profile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.profile-info h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  flex: 1;
}

.profile-info h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}

.profile-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}

/* Personal Info */
.personal-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.personal-info a {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 12.5%;
  transition: color 0.3s ease;
}

/* Social Links */
.social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  width: 100%;
  max-width: 366px;
}

.social-icon {
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.social-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.social-icon:hover {
  opacity: 0.8;
}

/* Links Section */
.links-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.links-section h3 {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  transition: color 0.3s ease;
}

.link-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: var(--bg-primary);
  border: 1px solid #555555;
  border-radius: 24px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
}

.link-button:hover {
  background: var(--button-hover);
}

.link-button span {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.link-button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.link-button svg path {
  fill: var(--text-primary);
  transition: fill 0.3s ease;
}

/* Team Section */
.team-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.team-section h3 {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  transition: color 0.3s ease;
}

.team-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.team-card {
  background: var(--bg-secondary);
  border-radius: 8px;
  width: 100%;
  transition: background-color 0.3s ease;
}

.team-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 16px;
  width: 100%;
}

.team-member {
  display: flex;
  align-items: center;
  gap: 8px;
}

.photo-small {
  width: 48px;
  height: 48px;
  border-radius: 480px;
  object-fit: cover;
  object-position: 50% 50%;
  border: 2px solid var(--photo-border);
  transition: border-color 0.3s ease;
}

.team-member-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.team-member-info h4 {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.team-member-info p {
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.redirect-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Save Contact Button */
.save-contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  background: #016197;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  transition: background 0.2s;
  position: sticky;
  top: 0;
}

.save-contact-button:hover {
  background: #014d78 !important;
}

.save-contact-button span {
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.save-contact-button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 400px) {
  .social-links {
    padding: 0;
    gap: 4px;
  }
  
  .social-icon {
    width: 40px;
    height: 40px;
  }
}/* End custom CSS */