@font-face{
  font-family:'Virage';
  src:url('./fonts/Virage_WideUltraboldItalic.ttf') format('truetype');
  font-style:italic;
  font-weight:800;
  font-display:swap;
}
@font-face{
  font-family:'Virage';
  src:url('./fonts/Virage_WideSemiboldItalic.ttf') format('truetype');
  font-style:italic;
  font-weight:600;
  font-display:swap;
}
@font-face{
  font-family:'InterVar';
  src:url('./fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}

.efc-crf-v2{position:relative;overflow:hidden;background:var(--efc-crf-bg);padding:var(--efc-crf-section-top) 20px var(--efc-crf-section-bottom);font-family:'InterVar', Inter, Arial, sans-serif;color:var(--efc-crf-text)}
.efc-crf-v2 *{box-sizing:border-box}
.efc-crf-v2__bg,.efc-crf-v2__overlay{position:absolute;inset:0}
.efc-crf-v2__bg{background-size:cover;background-position:center center;filter:grayscale(.18)}
.efc-crf-v2__overlay{background:var(--efc-crf-overlay)}
.efc-crf-v2__container{position:relative;z-index:1;width:min(var(--efc-crf-container),100%);margin:0 auto}
.efc-crf-v2__header{margin:0 10px 52px}
.efc-crf-v2__title{margin:0 0 16px;font-family:'Virage','Arial Black',sans-serif;font-style:italic;font-weight:800;letter-spacing:-.03em;line-height:.95;font-size:var(--efc-crf-heading);text-transform:uppercase;color:#000}
.efc-crf-v2__intro{margin:0;max-width:1080px;font-size:var(--efc-crf-intro);line-height:1.18;color:#282828}
.efc-crf-v2__main-card,.efc-crf-v2__bottom-card{background:var(--efc-crf-card);border-radius:var(--efc-crf-radius);box-shadow:0 1px 0 rgba(0,0,0,.03)}
.efc-crf-v2__main-card{padding:48px 58px 50px}
.efc-crf-v2__form{display:block}
.efc-crf-v2__field-group{margin-bottom:28px}
.efc-crf-v2__label{display:block;margin:0 0 12px;font-size:16px;line-height:1.22;font-weight:700;color:#1b1b1b}
.efc-crf-v2__label span,.efc-crf-v2__consent span span{color:#d94949}
.efc-crf-v2__role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:68px;margin:0 0 24px}
.efc-crf-v2__role-card{position:relative;background:#f7f7f7;border:1px solid #f0f0f0;border-radius:10px;min-height:162px;padding:24px 18px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:.22s ease;color:#141414}
.efc-crf-v2__role-card input{position:absolute;opacity:0;pointer-events:none}
.efc-crf-v2__role-card.is-selected,.efc-crf-v2__role-card:has(input:checked){border-color:var(--efc-crf-gold);box-shadow:inset 0 0 0 2px rgba(207,177,87,.18)}
.efc-crf-v2__role-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:8px;color:#111}
.efc-crf-v2__role-icon svg{width:38px;height:38px}
.efc-crf-v2__role-title{font-size:15px;font-weight:700;line-height:1.25}
.efc-crf-v2__role-dot{display:block;width:18px;height:18px;border-radius:50%;background:#fff;border:1px solid #ececec;margin-top:12px;box-shadow:inset 0 0 0 6px #fff}
.efc-crf-v2__role-card.is-selected .efc-crf-v2__role-dot,.efc-crf-v2__role-card:has(input:checked) .efc-crf-v2__role-dot{border-color:var(--efc-crf-gold);box-shadow:inset 0 0 0 4px #fff;background:var(--efc-crf-gold)}
.efc-crf-v2__two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 110px}
.efc-crf-v2__field{display:block;width:100%;height:var(--efc-crf-field-h);background:var(--efc-crf-field-bg);border:1px solid transparent;border-radius:8px;padding:0 26px;font-size:15px;color:#1b1b1b;outline:none;box-shadow:none;transition:.2s ease}
.efc-crf-v2__field::placeholder{color:#b6b6b6}
.efc-crf-v2__field:focus{border-color:rgba(207,177,87,.8);background:#fff}
.efc-crf-v2__select-wrap{position:relative}
.efc-crf-v2__select-wrap:after{content:'';position:absolute;right:18px;top:50%;width:11px;height:11px;border-right:2px solid #b8b8b8;border-bottom:2px solid #b8b8b8;transform:translateY(-60%) rotate(45deg);pointer-events:none}
.efc-crf-v2__select{appearance:none;-webkit-appearance:none;padding-right:54px}
.efc-crf-v2__separator{height:2px;background:rgba(207,177,87,.8);margin:24px 0 38px}
.efc-crf-v2__conditional-title{margin:0 0 34px;font-family:'Virage','Arial Black',sans-serif;font-style:italic;font-weight:600;letter-spacing:-.025em;color:var(--efc-crf-gold);font-size:17px;text-transform:uppercase}
.efc-crf-v2__textarea{height:auto;min-height:210px;padding-top:18px;padding-bottom:18px;resize:vertical}
.efc-crf-v2__consent{display:flex;align-items:flex-start;gap:12px;margin:6px 0 28px;cursor:pointer}
.efc-crf-v2__consent input{position:absolute;opacity:0;pointer-events:none}
.efc-crf-v2__consent-dot{width:16px;height:16px;flex:0 0 16px;border-radius:50%;background:#f3f3f3;border:1px solid #ededed;margin-top:2px;box-shadow:inset 0 0 0 5px #fff}
.efc-crf-v2__consent input:checked + .efc-crf-v2__consent-dot{background:var(--efc-crf-gold);border-color:var(--efc-crf-gold)}
.efc-crf-v2__consent>span:last-child{font-size:15px;line-height:1.35;font-weight:700;color:#1d1d1d}
.efc-crf-v2__submit{display:flex;align-items:center;justify-content:center;width:100%;height:var(--efc-crf-btn-h);background:var(--efc-crf-gold);border:0;border-radius:var(--efc-crf-btn-radius);padding:0 24px;cursor:pointer;font-family:'Virage','Arial Black',sans-serif;font-style:italic;font-weight:800;font-size:22px;letter-spacing:-.02em;text-transform:uppercase;color:#fff;transition:.2s ease}
.efc-crf-v2__submit:hover{transform:translateY(-1px);filter:brightness(.98)}
.efc-crf-v2__submit.is-loading{opacity:.72;pointer-events:none}
.efc-crf-v2__status{margin-top:14px;font-size:14px;line-height:1.4;font-weight:600}
.efc-crf-v2__status.is-success{color:#1a7f37}.efc-crf-v2__status.is-error{color:#b42318}
.efc-crf-v2__bottom-card{margin-top:22px;padding:26px 56px}
.efc-crf-v2__bottom-inner{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:22px}
.efc-crf-v2__bottom-logo{display:block;max-width:132px;max-height:132px;width:auto;height:auto}
.efc-crf-v2__bottom-divider{width:2px;height:86px;background:#ceb35a}
.efc-crf-v2__bottom-title{font-family:'Virage','Arial Black',sans-serif;font-style:italic;font-weight:800;font-size:22px;line-height:1;letter-spacing:-.02em;text-transform:uppercase;color:#111;margin-bottom:10px}
.efc-crf-v2__bottom-text{margin:0;font-size:17px;line-height:1.22;color:#2f2f2f;max-width:720px}

@media (max-width: 1100px){
  .efc-crf-v2__main-card{padding:34px 28px}
  .efc-crf-v2__title{font-size:calc(var(--efc-crf-heading) * .86)}
}
@media (max-width: 900px){
  .efc-crf-v2{padding-left:16px;padding-right:16px}
  .efc-crf-v2__role-grid,.efc-crf-v2__two-cols{grid-template-columns:1fr}
  .efc-crf-v2__bottom-inner{grid-template-columns:1fr;justify-items:start}
  .efc-crf-v2__bottom-divider{display:none}
}

.efc-crf-v2__bottom-logo-wrap{width:142px;display:flex;align-items:center;justify-content:center}
.efc-crf-v2__bottom-fallback-logo{width:120px;height:120px;border-radius:18px;background:linear-gradient(135deg,#7d1b16,#c8a240);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-family:'Virage','Arial Black',sans-serif;font-style:italic;font-weight:800;font-size:10px;line-height:1.15;box-shadow:inset 0 0 0 3px rgba(255,255,255,.55)}
.efc-crf-v2__bottom-fallback-logo strong{font-size:12px;margin-top:6px}
@media (max-width: 900px){
  .efc-crf-v2__role-grid{gap:16px}
  .efc-crf-v2__two-cols{gap:22px}
}
