.abrir-conta-body {
  background: #f9fafb;
}

.page-template-abrir-conta-php .site-header,
.page-template-abrir-conta-php .site-header.site-header--light,
.virtual-open-account .site-header,
.virtual-open-account .site-header.site-header--light {
  background: #ffffff;
  color: #0a0b35;
}

.page-template-abrir-conta-php .site-header .branding,
.page-template-abrir-conta-php .site-header .branding:hover,
.page-template-abrir-conta-php .site-header .primary-navigation,
.page-template-abrir-conta-php .site-header .primary-navigation a,
.virtual-open-account .site-header .branding,
.virtual-open-account .site-header .branding:hover,
.virtual-open-account .site-header .primary-navigation,
.virtual-open-account .site-header .primary-navigation a {
  color: #0a0b35;
}

.page-template-abrir-conta-php .site-header .primary-navigation .current-menu-item>a,
.page-template-abrir-conta-php .site-header .primary-navigation .js-mega-trigger[aria-expanded="true"],
.virtual-open-account .site-header .primary-navigation .current-menu-item>a,
.virtual-open-account .site-header .primary-navigation .js-mega-trigger[aria-expanded="true"] {
  color: #268afb;
}

.page-template-abrir-conta-php .site-header .header-cta .btn,
.virtual-open-account .site-header .header-cta .btn {
  height: 39px;
  padding: 0;
  margin-top: 7px;
  overflow: visible;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  background: transparent;
  background-image: none;
  isolation: isolate;
}

.page-template-abrir-conta-php .site-header .header-cta .btn::before,
.page-template-abrir-conta-php .site-header .header-cta .btn::after,
.virtual-open-account .site-header .header-cta .btn::before,
.virtual-open-account .site-header .header-cta .btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
  filter: brightness(0) saturate(100%) invert(6%) sepia(40%) saturate(1692%) hue-rotate(213deg) brightness(92%) contrast(102%);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.page-template-abrir-conta-php .site-header .header-cta .btn::before,
.virtual-open-account .site-header .header-cta .btn::before {
  z-index: 0;
  background-image: var(--btn-bg-image);
}

.page-template-abrir-conta-php .site-header .header-cta .btn::after,
.virtual-open-account .site-header .header-cta .btn::after {
  z-index: 1;
  background-image: var(--btn-overlay-image, var(--btn-bg-image));
  opacity: 1;
  transform: translate(0, 0);
}

.page-template-abrir-conta-php .site-header .header-cta .btn .btn-label,
.virtual-open-account .site-header .header-cta .btn .btn-label {
  position: relative;
  z-index: 2;
  transition: transform 0.2s ease;
}

.page-template-abrir-conta-php .site-header .header-cta .btn-outline,
.virtual-open-account .site-header .header-cta .btn-outline {
  width: 150px;
  margin-right: -20px;
  color: #0a0b35;
  --btn-bg-image: url('../assets/img/btn-outline.svg');
  --btn-overlay-image: url('../assets/img/btn-outline.svg');
  --btn-bg-size: 141.75px 31.6248px;
  --btn-bg-pos: 1.12px 3.19px;
}

.page-template-abrir-conta-php .site-header .header-cta .btn-outline::after,
.virtual-open-account .site-header .header-cta .btn-outline::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='141.75' height='31.6248' viewBox='0 0 141.75 31.6248' fill='none'%3E%3Cpath d='M13.4894 0.399414H138.552C140.441 0.399441 141.786 2.23411 141.219 4.03613L133.977 27.0322C133.191 29.5276 130.877 31.2256 128.261 31.2256H3.19839C1.30915 31.2256 -0.0360095 29.3909 0.531401 27.5889L7.77261 4.5918C8.55853 2.09647 10.8732 0.399414 13.4894 0.399414Z' fill='white' stroke='%230a0b35' stroke-width='0.799029'/%3E%3C/svg%3E");
  filter: none;
}

.page-template-abrir-conta-php .site-header .header-cta .btn-primary,
.virtual-open-account .site-header .header-cta .btn-primary {
  width: 138px;
  color: #ffffff;
  --btn-bg-image: url('../assets/img/btn-solid-outline.svg');
  --btn-overlay-image: url('../assets/img/btn-solid.svg');
  --btn-bg-size: 133.124px 31.6248px;
  --btn-bg-pos: 0.45px 3.18px;
}

.page-template-abrir-conta-php .site-header .header-cta .btn:hover::after,
.page-template-abrir-conta-php .site-header .header-cta .btn:focus-visible::after,
.page-template-abrir-conta-php .site-header .header-cta .btn:hover .btn-label,
.page-template-abrir-conta-php .site-header .header-cta .btn:focus-visible .btn-label,
.virtual-open-account .site-header .header-cta .btn:hover::after,
.virtual-open-account .site-header .header-cta .btn:focus-visible::after,
.virtual-open-account .site-header .header-cta .btn:hover .btn-label,
.virtual-open-account .site-header .header-cta .btn:focus-visible .btn-label {
  transform: translate(4px, -4px);
}

.open-account-page {
  padding: 64px 64px 56px;
  box-sizing: border-box;
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  min-height: 40vh !important;
  background: #f9fafb;
}

.open-account-shell {
  width: 100%;
  max-width: 982px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.open-account-card {
  width: 100%;
  max-width: 620px;
  padding: 32px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: visible;
}

.open-account-flow,
.open-account-success {
  width: 100%;
}

.open-account-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.open-account-header__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.open-account-header__title,
.open-account-success__title {
  margin: 0;
  color: #0a0b35;
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.48px;
}

.open-account-header__title {
  font-size: 48px;
}

.open-account-success__title {
  font-size: 32px;
  letter-spacing: -0.32px;
}

.open-account-header__description,
.open-account-success__description {
  margin: 0;
  color: #4a5565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.open-account-steps {
  display: flex;
  align-items: center;
  gap: 0;
}

.open-account-step {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #d3e7fe;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  cursor: default;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.open-account-step.is-active {
  background: #0a0b35;
  color: #ffffff;
}

.open-account-step:not(:disabled) {
  cursor: pointer;
}

.open-account-step:disabled {
  pointer-events: none;
}

.open-account-step-line {
  flex: 1 0 0;
  height: 1px;
  background: #d3e7fe;
  transition: background-color 0.2s ease;
}

.open-account-step-line.is-active {
  background: #0a0b35;
}

.open-account-form {
  margin-top: 32px;
}

.open-account-panel {
  display: none;
}

.open-account-panel.is-active {
  display: block;
}

.open-account-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.open-account-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.open-account-field__label {
  color: #0a0a0a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.open-account-field__input,
.open-account-field__textarea,
.open-account-select__trigger {
  width: 100%;
  min-height: 36px;
  padding: 7px 12px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 12px;
  background: #ffffff;
  color: #0a0b35;
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.open-account-field__input::placeholder,
.open-account-field__textarea::placeholder {
  color: #717182;
  opacity: 1;
  font-weight: 400;
}

.open-account-field__textarea {
  min-height: 64px;
  resize: none;
}

.open-account-field__input:focus-visible,
.open-account-field__textarea:focus-visible {
  outline: none;
  border-color: #08082a;
}

.open-account-field__helper,
.open-account-field__error {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.open-account-field__helper {
  color: #6a7282;
}

.open-account-field__error {
  display: none;
  color: #ff0101;
  font-size: 12px;
  font-weight: 500;
}

.open-account-field__input.is-invalid,
.open-account-field__textarea.is-invalid {
  border-color: #ff0101;
}

.open-account-field--select {
  position: relative;
}

.open-account-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.open-account-select__trigger:focus-visible {
  outline: none;
}

.open-account-select__value {
  display: block;
  min-width: 0;
  color: #868686;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.open-account-field.has-value .open-account-select__value {
  color: #0a0b35;
}

.open-account-select__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23868686' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
  transition: transform 0.2s ease;
}

.open-account-field.is-focus .open-account-select__trigger,
.open-account-field.is-open .open-account-select__trigger {
  border-color: #08082a;
}

.open-account-field.is-open .open-account-select__trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.open-account-field.is-open .open-account-select__icon {
  transform: rotate(180deg);
}

.open-account-field.is-invalid .open-account-select__trigger {
  border-color: #ff0101;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.open-account-field.is-invalid .open-account-field__error {
  display: block;
}

.open-account-select__menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 20;
  display: none;
  max-height: 308px;
  overflow-y: auto;
  padding: 2px 0;
  background: #ffffff;
  border: 1px solid #08082a;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-sizing: border-box;
}

.open-account-field.is-open .open-account-select__menu {
  display: block;
}

.open-account-field--has-helper .open-account-select__menu {
  top: calc(100% - 28px);
}

.open-account-field--scroll .open-account-select__menu {
  max-height: 348px;
}

.open-account-select__menu::-webkit-scrollbar {
  width: 8px;
}

.open-account-select__menu::-webkit-scrollbar-track {
  background: transparent;
}

.open-account-select__menu::-webkit-scrollbar-thumb {
  background: #0a0b35;
  border-radius: 999px;
}

.open-account-select__menu {
  scrollbar-width: thin;
  scrollbar-color: #0a0b35 transparent;
}

.open-account-select__option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 12px;
  border: none;
  background: transparent;
  color: #0a0b35;
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}

.open-account-select__option:hover,
.open-account-select__option:focus-visible {
  background: #f3f6ff;
  outline: none;
}

.open-account-checkbox {
  margin-top: 24px;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.open-account-checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.open-account-checkbox__box {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 1px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #f3f3f5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
}

.open-account-checkbox__box::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.open-account-checkbox__input:checked+.open-account-checkbox__box {
  background: #0a0b35;
  border-color: #0a0b35;
}

.open-account-checkbox__input:checked+.open-account-checkbox__box::after {
  transform: rotate(45deg) scale(1);
}

.open-account-checkbox.is-invalid .open-account-checkbox__box {
  border-color: #ff0101;
}

.open-account-checkbox__text {
  color: #0a0a0a;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.open-account-checkbox__text a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.open-account-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.open-account-actions--center {
  justify-content: center;
  margin-top: 52px;
  padding-bottom: 8px;
}

.open-account-actions--split {
  justify-content: center;
  margin-top: 48px;
}

.open-account-actions--success {
  justify-content: flex-start;
  margin-top: 0;
  gap: 0;
  width: 360px;
  max-width: 100%;
}

.open-account-btn {
  --btn-base-bg: transparent;
  --btn-base-border: #0a0b35;
  --btn-top-bg: #0a0b35;
  --btn-top-border: #0a0b35;
  --btn-text: #ffffff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  isolation: isolate;
}

.open-account-btn::before,
.open-account-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  transition: transform 0.2s ease;
}

.open-account-btn::before {
  background: var(--btn-base-bg);
  border: 1px solid var(--btn-base-border);
}

.open-account-btn::after {
  background: var(--btn-top-bg);
  border: 1px solid var(--btn-top-border);
}

.open-account-btn__label {
  position: relative;
  z-index: 1;
  color: var(--btn-text);
  transition: transform 0.2s ease;
}

.open-account-btn:hover::after,
.open-account-btn:focus-visible::after,
.open-account-btn:hover .open-account-btn__label,
.open-account-btn:focus-visible .open-account-btn__label {
  transform: translate(4px, -4px);
}

.open-account-btn:focus-visible {
  outline: none;
}

.open-account-btn--small {
  width: 138px;
  height: 39px;
}

.open-account-btn--primary.open-account-btn--small {
  overflow: visible;
  --btn-text: #ffffff;
  --btn-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.124' height='31.6248' viewBox='0 0 133.124 31.6248' fill='none'%3E%3Cpath d='M12.6822 0.399414H129.951C131.726 0.399441 132.991 2.12378 132.458 3.81738L125.666 25.3799C124.929 27.7208 122.76 29.2256 120.307 29.2256H3.03959C1.26477 29.2256 0.000291809 27.5012 0.533734 25.8076L7.32475 4.24512C8.06156 1.90413 10.2297 0.399414 12.6822 0.399414Z' fill='white' stroke='%230A0B35' stroke-width='0.799029'/%3E%3C/svg%3E");
  --btn-overlay-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.124' height='31.6248' viewBox='0 0 133.124 31.6248' fill='none'%3E%3Cpath d='M12.6822 0.399414H129.951C131.726 0.399441 132.991 2.12378 132.458 3.81738L125.666 25.3799C124.929 27.7208 122.76 29.2256 120.307 29.2256H3.03959C1.26477 29.2256 0.000291809 27.5012 0.533734 25.8076L7.32475 4.24512C8.06156 1.90413 10.2297 0.399414 12.6822 0.399414Z' fill='%230A0B35' stroke='%230A0B35' stroke-width='0.799029'/%3E%3C/svg%3E");
  --btn-bg-size: 133.124px 31.6248px;
  --btn-bg-pos: 0.45px 3.18px;
}

.open-account-btn--primary.open-account-btn--small::before,
.open-account-btn--primary.open-account-btn--small::after {
  clip-path: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
}

.open-account-btn--primary.open-account-btn--small::before {
  background-image: var(--btn-bg-image);
}

.open-account-btn--primary.open-account-btn--small::after {
  background-image: var(--btn-overlay-image);
}

.open-account-btn--small .open-account-btn__label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.open-account-btn--secondary {
  --btn-top-bg: #ffffff;
  --btn-top-border: #0a0b35;
  --btn-text: #0a0b35;
}

.open-account-btn--secondary.open-account-btn--small {
  overflow: visible;
  --btn-text: #0a0b35;
  --btn-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.124' height='31.6248' viewBox='0 0 133.124 31.6248' fill='none'%3E%3Cpath d='M12.6822 0.399414H129.951C131.726 0.399441 132.991 2.12378 132.458 3.81738L125.666 25.3799C124.929 27.7208 122.76 29.2256 120.307 29.2256H3.03959C1.26477 29.2256 0.000291809 27.5012 0.533734 25.8076L7.32475 4.24512C8.06156 1.90413 10.2297 0.399414 12.6822 0.399414Z' fill='white' stroke='%230A0B35' stroke-width='0.799029'/%3E%3C/svg%3E");
  --btn-overlay-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.124' height='31.6248' viewBox='0 0 133.124 31.6248' fill='none'%3E%3Cpath d='M12.6822 0.399414H129.951C131.726 0.399441 132.991 2.12378 132.458 3.81738L125.666 25.3799C124.929 27.7208 122.76 29.2256 120.307 29.2256H3.03959C1.26477 29.2256 0.000291809 27.5012 0.533734 25.8076L7.32475 4.24512C8.06156 1.90413 10.2297 0.399414 12.6822 0.399414Z' fill='white' stroke='%230A0B35' stroke-width='0.799029'/%3E%3C/svg%3E");
  --btn-bg-size: 133.124px 31.6248px;
  --btn-bg-pos: 0.45px 3.18px;
}

.open-account-btn--secondary.open-account-btn--small::before,
.open-account-btn--secondary.open-account-btn--small::after {
  clip-path: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
}

.open-account-btn--secondary.open-account-btn--small::before {
  background-image: var(--btn-bg-image);
}

.open-account-btn--secondary.open-account-btn--small::after {
  background-image: var(--btn-overlay-image);
}

.open-account-btn--submit {
  width: 200px;
  height: 50px;
}

.open-account-btn--primary.open-account-btn--submit {
  overflow: visible;
  --btn-text: #ffffff;
  --btn-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.124' height='31.6248' viewBox='0 0 133.124 31.6248' fill='none'%3E%3Cpath d='M12.6822 0.399414H129.951C131.726 0.399441 132.991 2.12378 132.458 3.81738L125.666 25.3799C124.929 27.7208 122.76 29.2256 120.307 29.2256H3.03959C1.26477 29.2256 0.000291809 27.5012 0.533734 25.8076L7.32475 4.24512C8.06156 1.90413 10.2297 0.399414 12.6822 0.399414Z' fill='white' stroke='%230A0B35' stroke-width='0.799029'/%3E%3C/svg%3E");
  --btn-overlay-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.124' height='31.6248' viewBox='0 0 133.124 31.6248' fill='none'%3E%3Cpath d='M12.6822 0.399414H129.951C131.726 0.399441 132.991 2.12378 132.458 3.81738L125.666 25.3799C124.929 27.7208 122.76 29.2256 120.307 29.2256H3.03959C1.26477 29.2256 0.000291809 27.5012 0.533734 25.8076L7.32475 4.24512C8.06156 1.90413 10.2297 0.399414 12.6822 0.399414Z' fill='%230A0B35' stroke='%230A0B35' stroke-width='0.799029'/%3E%3C/svg%3E");
  --btn-bg-size: 194.8px 46.25px;
  --btn-bg-pos: 0.8px 2.45px;
}

.open-account-btn--primary.open-account-btn--submit::before,
.open-account-btn--primary.open-account-btn--submit::after {
  clip-path: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
}

.open-account-btn--primary.open-account-btn--submit::before {
  background-image: var(--btn-bg-image);
}

.open-account-btn--primary.open-account-btn--submit::after {
  background-image: var(--btn-overlay-image);
}

.open-account-btn--submit .open-account-btn__label {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.open-account-btn--final-primary {
  width: 170px;
  height: 32px;
}

.open-account-btn--primary.open-account-btn--final-primary {
  overflow: visible;
  --btn-text: #ffffff;
  --btn-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='32' viewBox='0 0 170 32' fill='none'%3E%3Cpath d='M16.1952 0.4042H165.9481C168.2147 0.4042 169.8302 2.149 169.1495 3.8627L160.4761 25.681C159.5349 28.0497 156.7651 29.5723 153.6326 29.5723H3.8816C1.6151 29.5723 0.0004 27.8275 0.6816 26.1138L9.3537 4.2955C10.2947 1.9267 13.0634 0.4042 16.1952 0.4042Z' fill='white' stroke='%230A0B35' stroke-width='0.8083'/%3E%3C/svg%3E");
  --btn-overlay-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='32' viewBox='0 0 170 32' fill='none'%3E%3Cpath d='M16.1952 0.4042H165.9481C168.2147 0.4042 169.8302 2.149 169.1495 3.8627L160.4761 25.681C159.5349 28.0497 156.7651 29.5723 153.6326 29.5723H3.8816C1.6151 29.5723 0.0004 27.8275 0.6816 26.1138L9.3537 4.2955C10.2947 1.9267 13.0634 0.4042 16.1952 0.4042Z' fill='%230A0B35' stroke='%230A0B35' stroke-width='0.8083'/%3E%3C/svg%3E");
  --btn-bg-size: 170px 32px;
  --btn-bg-pos: 0 0;
}

.open-account-btn--primary.open-account-btn--final-primary::before,
.open-account-btn--primary.open-account-btn--final-primary::after {
  clip-path: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
}

.open-account-btn--primary.open-account-btn--final-primary::before {
  background-image: var(--btn-bg-image);
}

.open-account-btn--primary.open-account-btn--final-primary::after {
  background-image: var(--btn-overlay-image);
}

.open-account-btn--final-secondary {
  width: 190px;
  height: 32px;
  --btn-top-bg: #ffffff;
  --btn-top-border: #0a0b35;
  --btn-text: #0a0b35;
}

.open-account-btn--secondary.open-account-btn--final-secondary {
  overflow: visible;
  --btn-text: #0a0b35;
  --btn-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='32' viewBox='0 0 190 32' fill='none'%3E%3Cpath d='M18.1006 0.4042H185.4714C188.0047 0.4042 189.8102 2.149 189.0495 3.8627L179.3556 25.681C178.3038 28.0497 175.2081 29.5723 171.7071 29.5723H4.3382C1.8051 29.5723 0.0004 27.8275 0.7618 26.1138L10.4542 4.2955C11.5058 1.9267 14.6002 0.4042 18.1006 0.4042Z' fill='white' stroke='%230A0B35' stroke-width='0.8083'/%3E%3C/svg%3E");
  --btn-overlay-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='32' viewBox='0 0 190 32' fill='none'%3E%3Cpath d='M18.1006 0.4042H185.4714C188.0047 0.4042 189.8102 2.149 189.0495 3.8627L179.3556 25.681C178.3038 28.0497 175.2081 29.5723 171.7071 29.5723H4.3382C1.8051 29.5723 0.0004 27.8275 0.7618 26.1138L10.4542 4.2955C11.5058 1.9267 14.6002 0.4042 18.1006 0.4042Z' fill='white' stroke='%230A0B35' stroke-width='0.8083'/%3E%3C/svg%3E");
  --btn-bg-size: 190px 32px;
  --btn-bg-pos: 0 0;
}

.open-account-btn--secondary.open-account-btn--final-secondary::before,
.open-account-btn--secondary.open-account-btn--final-secondary::after {
  clip-path: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
}

.open-account-btn--secondary.open-account-btn--final-secondary::before {
  background-image: var(--btn-bg-image);
}

.open-account-btn--secondary.open-account-btn--final-secondary::after {
  background-image: var(--btn-overlay-image);
}

.open-account-btn--final-primary .open-account-btn__label,
.open-account-btn--final-secondary .open-account-btn__label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  top: -1px;
}

.open-account-success__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.open-account-card.is-success {
  max-width: 620px;
}

.open-account-success {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.open-account-success[hidden] {
  display: none !important;
}

.open-account-mobile-channels {
  display: none;
}

@media (max-width: 768px) {

  .abrir-conta-body {
    background: #ffffff;
  }

  .page-template-abrir-conta-php .site-header .header-mobile-toggle__icon,
  .page-template-abrir-conta-php .site-header .header-mobile-toggle__icon::before,
  .page-template-abrir-conta-php .site-header .header-mobile-toggle__icon::after,
  .virtual-open-account .site-header .header-mobile-toggle__icon,
  .virtual-open-account .site-header .header-mobile-toggle__icon::before,
  .virtual-open-account .site-header .header-mobile-toggle__icon::after {
    background-color: #0a0b35;
  }

  .page-template-abrir-conta-php .site-header,
  .virtual-open-account .site-header {
    background: #ffffff;
  }

  .open-account-header {
    gap: 8px;
  }

  .open-account-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    min-height: auto !important;
    padding: 40px 16px 32px;
    background: #ffffff;
  }

  .open-account-shell,
  .open-account-mobile-channels {
    width: 100%;
    max-width: 343px;
  }

  .open-account-shell {
    display: block;
  }

  .open-account-card {
    max-width: 343px;
    padding: 12px 8px 8px;
  }

  .open-account-card.is-success {
    max-width: 343px;
    padding-bottom: 65px;
  }

  .open-account-header__title,
  .open-account-success__title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
  }

  .open-account-header__description,
  .open-account-success__description {
    font-size: 16px;
    line-height: 1.5;
  }

  .open-account-header__description {
    max-width: 325px;
  }

  .open-account-form {
    margin-top: 32px;
  }

  .open-account-fields {
    gap: 16px;
  }

  .open-account-field__textarea {
    min-height: 136px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .open-account-field__helper,
  .open-account-field__error,
  .open-account-select__option {
    font-size: 14px;
    line-height: 20px;
  }

  .open-account-select__menu {
    max-height: 240px;
  }

  .open-account-field--scroll .open-account-select__menu {
    max-height: 220px;
  }

  .open-account-field--has-helper .open-account-select__menu {
    top: calc(100% - 40px);
  }

  .open-account-checkbox {
    width: 100%;
    margin-top: 24px;
  }

  .open-account-checkbox__text {
    max-width: 296px;
  }

  .open-account-actions--center {
    margin-top: 52px;
    padding-bottom: 30px;
  }

  .open-account-actions--split {
    gap: 16px;
    width: 100%;
    margin-top: 48px;
  }

  .open-account-branch .open-account-actions--center {
    margin-top: 24px;
  }

  .open-account-btn--final-primary,
  .open-account-btn--final-secondary {
    width: 100%;
    height: 39px;
  }

  .open-account-btn--primary.open-account-btn--final-primary {
    --btn-bg-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 340.36 39.0766' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0421 0.494141H336.408C338.713 0.494443 340.372 2.70864 339.724 4.9209L331.423 33.2598C330.499 36.4148 327.605 38.5828 324.317 38.583H3.95128C1.64619 38.5827 -0.0120546 36.3685 0.63585 34.1562L8.93663 5.81738C9.86082 2.66221 12.7544 0.494326 16.0421 0.494141Z' fill='white' stroke='%230A0B35' stroke-width='0.987308'/%3E%3C/svg%3E");
    --btn-overlay-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 340.36 39.0766' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0421 0.494141H336.408C338.713 0.494443 340.372 2.70864 339.724 4.9209L331.423 33.2598C330.499 36.4148 327.605 38.5828 324.317 38.583H3.95128C1.64619 38.5827 -0.0120546 36.3685 0.63585 34.1562L8.93663 5.81738C9.86082 2.66221 12.7544 0.494326 16.0421 0.494141Z' fill='%230A0B35' stroke='%230A0B35' stroke-width='0.987308'/%3E%3C/svg%3E");
    --btn-bg-size: 100% 100%;
    --btn-bg-pos: center;
  }

  .open-account-btn--secondary.open-account-btn--final-secondary {
    --btn-bg-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 340.36 39.0766' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0421 0.494141H336.408C338.713 0.494443 340.372 2.70864 339.724 4.9209L331.423 33.2598C330.499 36.4148 327.605 38.5828 324.317 38.583H3.95128C1.64619 38.5827 -0.0120546 36.3685 0.63585 34.1562L8.93663 5.81738C9.86082 2.66221 12.7544 0.494326 16.0421 0.494141Z' fill='white' stroke='%230A0B35' stroke-width='0.987308'/%3E%3C/svg%3E");
    --btn-overlay-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 340.36 39.0766' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0421 0.494141H336.408C338.713 0.494443 340.372 2.70864 339.724 4.9209L331.423 33.2598C330.499 36.4148 327.605 38.5828 324.317 38.583H3.95128C1.64619 38.5827 -0.0120546 36.3685 0.63585 34.1562L8.93663 5.81738C9.86082 2.66221 12.7544 0.494326 16.0421 0.494141Z' fill='white' stroke='%230A0B35' stroke-width='0.987308'/%3E%3C/svg%3E");
    --btn-bg-size: 100% 100%;
    --btn-bg-pos: center;
  }

  .open-account-actions--success {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .open-account-success {
    gap: 32px;
  }

  .open-account-mobile-channels {
    display: block;
  }

  .open-account-mobile-channels__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border-radius: 16px;
    background: #f2f2f2;
    box-sizing: border-box;
  }

  .open-account-mobile-channels__title,
  .open-account-mobile-channels__description {
    margin: 0;
    color: #0d0d0d;
    font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }

  .open-account-mobile-channels__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.32px;
  }

  .open-account-mobile-channels__description {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }

  .open-account-mobile-channels__row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .open-account-mobile-channels__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .open-account-mobile-channels__icon img,
  .open-account-mobile-channels__social-link img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .open-account-mobile-channels__link {
    color: #0d0d0d;
    font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }

  .open-account-mobile-channels__socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 20px;
    border-top: 0.5px solid #868686;
    padding-bottom: 8px;
  }

  .open-account-mobile-channels__social-link {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .open-account-btn--final-primary .open-account-btn__label,
  .open-account-btn--final-secondary .open-account-btn__label {
    top: 1px;
  }

  .open-account-field__label {
    margin-bottom: 8px;
  }

  .open-account-field {
    gap: 0;
  }

  .open-account-field__helper {
    position: relative;
    top: 8px;
  }
}