.efc-scf-v2,
.efc-scf-v2 *{box-sizing:border-box}
.efc-scf-v2{background:var(--efc-scf-bg);padding-top:var(--efc-scf-pt);padding-bottom:var(--efc-scf-pb);font-family:Inter,Arial,sans-serif;color:var(--efc-scf-white)}
.efc-scf-v2__container{width:min(var(--efc-scf-container),calc(100% - 48px));margin:0 auto}
.efc-scf-v2__card{background:var(--efc-scf-blue);border-radius:var(--efc-scf-radius);padding:var(--efc-scf-card-py) var(--efc-scf-card-px);overflow:hidden}
.efc-scf-v2__label{font-family:"Virage Italic","Virage Wide",Inter,Arial,sans-serif;font-size:var(--efc-scf-label-size);line-height:1;text-transform:uppercase;color:var(--efc-scf-gold);font-weight:900;font-style:italic;margin-bottom:34px;letter-spacing:.02em}
.efc-scf-v2__title{font-family:"Virage Italic","Virage Wide",Inter,Arial,sans-serif!important;font-size:var(--efc-scf-title-size);line-height:var(--efc-scf-title-lh);font-weight:900;font-style:italic;text-transform:uppercase;color:var(--efc-scf-white);margin:0 0 34px 0;letter-spacing:.01em;max-width:1050px}
.efc-scf-v2__subtitle{font-size:var(--efc-scf-subtitle-size);line-height:1.35;color:var(--efc-scf-white);margin:0 0 48px 0;max-width:780px}
.efc-scf-v2__form{display:block;margin:0;max-width:1200px}
.efc-scf-v2__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--efc-scf-gap);margin-bottom:var(--efc-scf-gap)}
.efc-scf-v2__field-wrap{display:block;margin:0}
.efc-scf-v2__field{width:100%;height:var(--efc-scf-field-h);border:2px solid rgba(255,255,255,.22);background:rgba(255,255,255,.035);border-radius:3px;padding:0 24px;color:var(--efc-scf-white);font-family:Inter,Arial,sans-serif;font-size:22px;line-height:1.2;outline:none;box-shadow:none;appearance:none;-webkit-appearance:none}
.efc-scf-v2__field::placeholder{color:rgba(255,255,255,.46);opacity:1}
.efc-scf-v2__field:focus{border-color:rgba(216,178,67,.75);background:rgba(255,255,255,.055)}
.efc-scf-v2__select-wrap{position:relative}
.efc-scf-v2__select-wrap:after{content:"";position:absolute;right:22px;top:50%;width:13px;height:13px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-70%) rotate(45deg);pointer-events:none;opacity:.9}
.efc-scf-v2 select.efc-scf-v2__field{padding-right:56px;color:var(--efc-scf-white)}
.efc-scf-v2 select.efc-scf-v2__field option{color:#062b52;background:#fff}
.efc-scf-v2__message-wrap{margin-bottom:48px}
.efc-scf-v2__textarea{height:132px;min-height:132px;resize:vertical;padding-top:20px}
.efc-scf-v2__button{width:var(--efc-scf-button-w);height:var(--efc-scf-button-h);border:0;border-radius:999px;background:var(--efc-scf-gold);color:var(--efc-scf-blue);font-family:"Virage Italic","Virage Wide",Inter,Arial,sans-serif;font-size:var(--efc-scf-button-size);line-height:1;text-transform:uppercase;font-weight:900;font-style:italic;cursor:pointer;transition:transform .2s ease,opacity .2s ease;display:inline-flex;align-items:center;justify-content:center}
.efc-scf-v2__button:hover{transform:translateY(-2px)}
.efc-scf-v2__button:disabled{opacity:.65;cursor:not-allowed;transform:none}
.efc-scf-v2__status{margin-top:18px;font-size:16px;line-height:1.35;color:var(--efc-scf-white);min-height:22px}
.efc-scf-v2__status.is-success{color:#d8b243}.efc-scf-v2__status.is-error{color:#ffb4b4}
.editor-styles-wrapper .efc-scf-v2{padding-top:var(--efc-scf-pt);padding-bottom:var(--efc-scf-pb)}
@media(max-width:900px){.efc-scf-v2__container{width:min(var(--efc-scf-container),calc(100% - 28px))}.efc-scf-v2__card{padding:46px 28px}.efc-scf-v2__title{font-size:38px}.efc-scf-v2__grid{grid-template-columns:1fr}.efc-scf-v2__field{font-size:18px}.efc-scf-v2__button{width:100%;font-size:18px}.efc-scf-v2__subtitle{font-size:18px}}
