.help-page { background: var(--page); padding-bottom: 120px; }.help-width { width: calc(100% - 80px); max-width: 1216px; margin-inline: auto; }.help-hero { padding: 64px 24px 120px; text-align: center; background: url('../images/help/hero-green.png') no-repeat calc(50% - 448px) -24px / 448px 448px,url('../images/help/hero-blue.png') no-repeat calc(50% + 128px) -72px / 512px 512px; }.help-hero h1 { font: 700 40px/48px var(--heading-font); letter-spacing: -.025em; }.help-hero h1 span { background: linear-gradient(100deg,#007b6f,#a5fa35); background-clip: text; -webkit-text-fill-color: transparent; }.help-hero > p { margin-top: 16px; font-size: 16px; line-height: 26px; }.help-search { display: flex; align-items: center; gap: 8px; max-width: 672px; margin: 24px auto 0; padding: 12px 16px; border-radius: 12px; background: linear-gradient(white,#cfcfcf); box-shadow: inset 0 3px 6px white; }.help-search > .line-icon { width: 18px; height: 18px; color: #00a6d4; }.help-search input { flex: 1; min-width: 0; width: 100%; border: 0; background: transparent; color: var(--ink); font: 400 14px/20px var(--font); }.help-search input::placeholder { color: var(--body); opacity: 1; }.help-search button { padding: 7px 16px; background: linear-gradient(100deg,#00a6d4,#00734e); color: white; border-radius: 8px; font: 600 12px/18px var(--heading-font); }.help-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; margin-top: 16px; }.help-filters button { padding: 6px 16px; border-radius: 24px; background: #e2e6ff; color: var(--body); font: 600 12px/16px var(--heading-font); }.help-filters button[aria-pressed="true"] { background: #00a6d4; color: #091e35; }
.help-questions > header { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; }.help-questions > header > span { width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center; background: #c4e7ff; color: #143e51; }.help-questions header .line-icon { width: 18px; height: 18px; }.help-questions h2 { font: 600 22px/30px var(--heading-font); letter-spacing: -.025em; }.help-questions header p { font-size: 12px; line-height: 18px; }.help-list { display: grid; gap: 16px; }.help-question { background: white; border-radius: 12px; padding: 16px; min-width: 0; }.help-question summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; list-style: none; cursor: pointer; font: 600 18px/26px var(--heading-font); letter-spacing: -.025em; min-height: 32px; }.help-question summary::-webkit-details-marker { display: none; }.help-question summary::after { content: '⌄'; display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 50%; background: #e9edff; color: var(--body); font: 500 20px/24px var(--font); }.help-answer { margin-top: 16px; }.help-answer > p { font-size: 14px; line-height: 22.5px; }.help-answer > a { display: inline-block; margin-top: 8px; color: #007297; font-size: 14px; }.help-question-2 .help-answer > p { max-width: 790px; }.help-question-6 .help-answer > p { max-width: 550px; }.help-engines { margin-top: 16.5px; }.help-engines h3 { color: var(--body); font: 600 10px/14px var(--font); letter-spacing: .01em; }.help-engines > div { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 4px; }.help-engines span { padding: 4px 8px; border-radius: 24px; background: #e5f5ff; color: #004667; font: 600 12px/16px var(--heading-font); }.help-engines span:nth-child(2) { background: #b8fcdf; color: #006c50; }.help-engines span:nth-child(3) { background: #e2e6ff; color: #293c00; }.help-engines span:nth-child(4) { background: #e9edff; color: #006e91; }.help-question-3,.help-question-4,.help-question-7 { margin-top: 24px; }.help-question-9 { min-height: 126px; }.help-search-status { margin-bottom: 16px; font-size: 14px; }.help-empty { padding: 24px; background: white; border-radius: 12px; }.help-empty h3 { font-size: 20px; }.help-empty p { margin-top: 8px; }.help-empty button,.help-empty a { display: inline-block; margin: 16px 16px 0 0; color: #007297; }.help-questions.is-filtered .help-question { margin-top: 0; }
.help-preview { width: calc(100% - 48px); max-width: 576px; padding: 40px; margin: 34px auto 0; background: linear-gradient(140deg,#f3f1ff,#e9edff); border-radius: 12px; }.help-preview figure { position: relative; border: 8px solid white; border-radius: 14px; height: 304px; overflow: hidden; box-shadow: 0 12px 20px #18213626; }.help-preview img { width: 100%; height: 100%; object-fit: cover; }.help-preview figcaption { position: absolute; bottom: 16px; left: 16px; right: 16px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px; border-radius: 8px; background: #ffffffee; }.help-preview strong { display: block; font: 700 12px/18px var(--heading-font); }.help-preview figcaption div > span { display: block; font-size: 12px; line-height: 16px; color: var(--body); }.help-preview small { white-space: nowrap; border-radius: 20px; background: #63f7bd; color: #007859; padding: 5px 8px; font: 600 10px/14px var(--heading-font); }
.help-support { max-width: 896px; width: calc(100% - 48px); margin: 38px auto 0; padding: 40px; border-radius: 12px; background: url('../images/help/cta-green.png') no-repeat -104px -104px / 336px 336px,url('../images/help/cta-blue.png') no-repeat calc(100% + 104px) calc(100% + 104px) / 336px 336px,white; text-align: center; box-shadow: 0 6px 12px #18213626; }.help-support-icon { display: grid; place-items: center; margin: auto; width: 56px; height: 56px; border-radius: 50%; background: #f3f1ff; color: #00a6d4; }.help-support-icon .line-icon { width: 28px; height: 28px; }.help-support h2 { font: 700 40px/48px var(--heading-font); letter-spacing: -.025em; margin-top: 16px; }.help-contact { display: inline-flex; align-items: center; gap: 8px; padding: 12px 40px; background: linear-gradient(100deg,#00a6d4,#00734e 65%,#a4f438); border-radius: 24px; color: white; font: 700 14px/20px var(--heading-font); margin-top: 20px; }.help-contact .line-icon { width: 16px; height: 16px; }.help-support nav { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 32px; font: 600 12px/18px var(--heading-font); color: var(--body); }.help-support nav a { display: inline-flex; align-items: center; gap: 4px; }.help-support nav .line-icon { width: 14px; height: 14px; }.help-support nav i { width: 5px; height: 5px; border-radius: 50%; background: #bdcad7; }
@media(max-width:850px) { .help-break { display: none; }.help-hero { padding: 48px 24px 72px; }.help-hero h1 { font-size: 34px; line-height: 42px; }.help-questions h2 { font-size: 20px; line-height: 28px; }.help-support nav { flex-wrap: wrap; } }
@media(max-width:540px) { .help-width { width: calc(100% - 32px); }.help-hero { padding: 36px 16px 48px; }.help-hero h1 { font-size: 30px; line-height: 38px; }.help-hero > p { font-size: 14px; line-height: 23px; }.help-search { padding: 10px; }.help-search button { padding-inline: 12px; }.help-filters button { padding-inline: 12px; font-size: 11px; }.help-question summary { font-size: 16px; line-height: 24px; }.help-question-3,.help-question-4,.help-question-7 { margin-top: 8px; }.help-preview { padding: 16px; width: calc(100% - 32px); }.help-preview figure { height: 280px; }.help-preview figcaption { flex-wrap: wrap; left: 8px; right: 8px; bottom: 8px; }.help-support { width: calc(100% - 32px); padding: 28px 20px; }.help-support h2 { font-size: 34px; line-height: 42px; }.help-support nav { flex-direction: column; gap: 12px; }.help-support nav i { display: none; }.help-page { padding-bottom: 64px; } }

.help-question-7 { padding-bottom: 18.25px; }
