Thank You
thankyouwiki
https://thankyou.wikipedia.org/wiki/Main_Page
MediaWiki 1.44.0-wmf.6
first-letter
Media
Special
Talk
User
User talk
Thank You
Thank You talk
File
File talk
MediaWiki
MediaWiki talk
Template
Template talk
Help
Help talk
Category
Category talk
TimedText
TimedText talk
Module
Module talk
Template:Thank You 2021
10
64
989
977
2024-12-06T19:06:10Z
EHughes (WMF)
9
989
wikitext
text/x-wiki
{{Add viewport tag.js}}<!-- Critical javascript to add the viewport tag. Other js is in MediaWiki:ThankYouPage.js -->
{{DISPLAYTITLE:{{{title}}}}}
<html>
<style>
/* 2024-03-27 - Stopgaps to hide most obvious Vector 2022 breakage */
.skin-vector .vector-header,
.skin-vector .vector-sitenotice-container,
.skin-vector .vector-column-start,
.skin-vector .vector-page-titlebar,
.skin-vector .vector-page-toolbar {
display: none;
}
/* --- wiki resets --- */
html,
body {
margin: 0;
padding: 0;
background: #fff;
}
#jump-to-nav {
display: none;
}
#firstHeading, #contentSub, #siteSub {
display: none
}
/* Hiding the Interface on Desktop and Mobile, identical to Template: HideInterface */
/* Desktop */
#mw-navigation,
#mw-page-base,
#mw-head-base,
h1#firstHeading,
footer.mw-footer,
#contentSub,
#contentSub2,
.patrollink,
#catlinks {
display: none;
}
/* Mobile */
body.mw-mobile-mode .header,
body.mw-mobile-mode #mw-mf-last-modified,
body.mw-mobile-mode .pre-content,
body.mw-mobile-mode #footer {
display: none;
}
body div#content {
height: 100%;
margin: 0;
padding: 0;
border: none;
}
.mw-body-content p {
margin: 0;
}
/* --- end wiki resets --- */
/* Hack to hide all the broken stuff beyond the header on apps (page content service) */
#pcs .ty-page {
font-size: 0;
}
#pcs .ty-page * {
display: none;
}
#pcs .ty-page .header-home,
#pcs .ty-page .header-home * {
display: inherit;
}
html,
body {
text-align: center;
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
* {
box-sizing: border-box;
}
/* stylelint-disable selector-list-comma-newline-after */
address, article, aside, blockquote, canvas, dd, div, dl, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main,
nav, noscript, ol, output, p, .p, pre, section, table, tfoot, ul, video,
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content ul {
margin: 0;
padding: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
nav, section, summary {
display: block;
}
/* stylelint-enable */
a {
text-decoration: none;
color: inherit;
}
a:visited {
color: inherit;
}
a:hover {
text-decoration: none;
}
a:focus {
text-decoration: none;
outline: 1px dotted currentColor;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-size: 100%;
text-align: left;
direction: ltr;
}
.mar-bottom {
margin-bottom: 16px;
}
h1,
h2 {
font-size: inherit;
font-weight: 700;
}
h1,
.h1 {
font-size: 1.875rem;
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
h1,
.h1 {
font-size: 2.9375rem;
}
}
@media ( min-width: 1281px ) {
h1,
.h1 {
font-size: 4rem;
}
}
h2,
.h2 {
margin-bottom: 2rem;
font-size: 1.125rem;
}
@media ( min-width: 768px ) {
h2,
.h2 {
margin-bottom: 2rem;
}
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
h2,
.h2 {
font-size: 1.25rem;
}
}
@media ( min-width: 1281px ) {
h2,
.h2 {
font-size: 1.375rem;
}
}
h3,
.h3 {
margin-bottom: 2rem;
font-size: 1.125rem;
}
@media ( min-width: 768px ) {
h3,
.h3 {
margin-bottom: 2rem;
}
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
h3,
.h3 {
font-size: 1.25rem;
}
}
@media ( min-width: 1281px ) {
h3,
.h3 {
font-size: 1.375rem;
}
}
p,
.p {
font-size: 0.95rem;
line-height: 1.466;
}
strong {
font-weight: 700;
}
.w-100p {
width: 100%;
max-width: 100%;
}
.flex.flex-medium {
display: flex;
flex-direction: column;
}
@media ( min-width: 768px ) {
.flex.flex-medium {
flex-direction: row;
flex-wrap: nowrap;
}
}
.flex.flex-wrap {
flex-wrap: wrap;
}
.flex.flex-justify-center {
justify-content: center;
}
.flex.flex-align-center {
align-items: center;
}
.page-intro-text a,
.page-intro-text a:visited,
.page-intro-text a.external,
.page-intro-text a.external:visited {
color: #3a25ff;
}
.page-intro-text a:hover {
text-decoration: underline;
}
/* Don't break "Wikimedia Foundation" link across lines */
.page-intro-text a {
white-space: nowrap;
}
.page-intro-text p {
margin-bottom: 1rem;
}
.header-home a {
transition: 0.3s all;
}
.header-home .header-content {
position: relative;
z-index: 1;
}
.card {
position: relative;
}
@media ( min-width: 768px ) {
.img-left-content-right .card {
display: flex;
justify-content: flex-end;
}
}
/* buttons */
.btn {
display: inline-block;
font-weight: 700;
border-radius: 5px;
cursor: pointer;
padding: 1rem 1.5rem;
padding: 0.6rem 1rem;
transition: 0.3s all;
border: 0;
outline: 0;
}
.btn:hover {
box-shadow: 0 10px 20px 0 rgba( 0, 0, 0, 0.21 );
}
@media ( min-width: 1200px ) {
.btn.btn-blue,
.btn.btn-pink {
padding: 11px 1.5rem;
}
}
.btn.btn-blue,
.btn.btn-blue:hover {
background-color: #3a25ff;
color: #fff;
}
.btn.btn-blue:focus {
outline: 1px dotted #3a25ff;
}
.btn.btn-pink,
.btn.btn-pink:hover {
background-color: #d40356;
color: #fff;
}
.btn.btn-pink:focus {
outline: 1px dotted #d40356;
}
.btn.btn-lt-blue {
background-color: #eeeaff;
color: #3a25ff;
}
.btn.btn-lt-blue:hover {
background-color: #3a25ff;
color: #fff;
}
.btn.btn-lt-blue:focus {
outline: 1px dotted #3a25ff;
}
.btn.btn-lt-pink {
background-color: #fde8f0;
color: #d40356;
}
.btn.btn-lt-pink:hover {
background-color: #d40356;
color: #fff;
}
.btn.btn-lt-pink:focus {
outline: 1px dotted #d40356;
}
/* header */
.header-home {
position: relative;
}
.top-nav {
z-index: 2000;
width: 100%;
}
.site-main-nav {
padding: 2vh 0;
text-align: center;
}
.logo-container {
width: 180px;
margin: auto;
}
.logo-container a {
display: block;
}
.logo-container a:hover {
opacity: 0.8;
}
.logo-container svg {
width: 100%;
max-width: 17.4375rem;
margin: auto;
}
.pcs-theme-black .logo-container svg path,
.pcs-theme-dark .logo-container svg path {
fill: #fff !important;
}
.btn-label-a11y {
font-size: 0;
height: 1px;
overflow: hidden;
display: block;
}
/* hero */
.header-img {
width: 100%;
position: relative;
left: 50%;
right: 50%;
margin-left: -50%;
margin-right: -50%;
padding: 0;
height: auto;
margin-bottom: 1rem;
/* overflow-x: hidden; */
}
@media ( min-width: 768px ) {
.header-img {
height: 175px;
}
}
.header-bg-img {
position: relative;
height: 25vh;
width: 100%;
background-image: url( https://upload.wikimedia.org/wikipedia/donate/9/9a/Thank_You_2019_Header.svg );
background-size: cover;
background-position: -20vh center;
background-repeat: repeat-x;
}
@media ( min-width: 768px ) {
.header-bg-img {
position: absolute;
height: 100%;
width: 100%;
z-index: -1;
background-position: 0 0;
}
}
.mw-1120 {
max-width: 70rem;
height: 100%;
padding: 0;
margin: 0 auto;
position: relative;
}
.vision-container {
position: relative;
width: 100%;
text-align: center;
}
.vision {
padding: 0.4rem 1rem;
background: #fefd34 !important;
color: #000 !important;
font-size: 1.1rem;
font-weight: bold;
line-height: 1.2;
}
@media ( min-width: 360px ) {
.vision {
font-size: 1.4rem;
}
}
@media ( min-width: 768px ) {
.vision-container {
position: absolute;
bottom: -2rem;
padding: 0 2rem;
}
.vision {
display: inline-block;
}
}
@media ( min-width: 1024px ) {
.vision {
font-size: 1.8rem;
}
}
/* thank you message */
.w-68p {
width: 100%;
text-align: center;
}
@media ( min-width: 1024px ) {
.w-68p {
width: 68%;
margin: auto;
}
}
.page-intro {
margin-top: 1rem;
margin-left: 0;
padding: 0 1rem;
}
@media ( min-width: 768px ) {
.page-intro {
margin-top: 4rem;
margin-bottom: 2rem;
}
}
.page-intro p {
font-size: 1rem;
}
@media ( min-width: 768px ) {
.page-intro p {
font-size: 1.1rem;
}
}
.page-intro p.ty-cookie-explain,
.page-intro p.tax-disclaimer-en,
.page-intro p.tax-disclaimer-es,
.page-intro p.tax-disclaimer-frfr,
.page-intro p.tax-disclaimer-frca {
font-size: 0.85rem;
line-height: 1.3;
}
/* collapse empty parts */
.page-intro p br {
display: none;
}
/* share links */
.social-share {
margin-top: auto;
margin-bottom: 1rem;
width: 100%;
align-self: flex-end;
}
@media ( min-width: 768px ) {
.mw-620 {
max-width: 38.75rem;
margin-left: auto;
margin-right: auto;
}
.mw-640 {
max-width: 40rem;
margin-left: auto;
margin-right: auto;
}
.social-share {
display: flex;
align-items: center;
}
}
.social-share a {
color: #3a25ff;
}
.social-share a:hover {
color: #3a25ff;
}
.share-cta {
width: 100%;
text-align: center;
margin-bottom: 1rem;
padding: 0 1.5rem;
}
@media ( min-width: 768px ) {
.share-cta {
width: 60%;
text-align: left;
display: inline-block;
margin-bottom: 0;
}
}
.share-cta .h2 {
font-size: 1.1rem;
}
.social-list {
width: 100%;
text-align: center;
}
@media ( min-width: 768px ) {
.social-list {
width: 39%;
display: inline-block;
margin-top: 0.25rem;
}
}
.social-list a {
display: flex;
align-items: center;
transition: 0.3s all;
margin: 4px;
}
.link-list a {
color: #3a25ff;
display: inline-flex;
}
.social-list li {
font-size: 1rem;
font-weight: 700;
display: inline-block;
}
.link-list > li {
list-style-type: none;
}
.link-list {
font-size: 0.8125rem;
}
.social-list svg {
margin-right: 2px;
width: 1rem;
}
.social-list .btn-lt-blue svg path {
fill: #3a25ff;
}
.social-list .btn-lt-pink svg path {
fill: #d40356;
}
.social-list .btn-lt-blue:hover svg path,
.social-list .btn-lt-pink:hover svg path {
fill: #fff;
}
/* featured action */
.cta-primary {
display: none;
background: #fdf3f8;
padding: 2rem 1rem;
}
.cta-primary.endowment {
padding-bottom: 1rem;
}
.cta-primary .card {
color: #000;
text-align: center;
}
@media ( min-width: 768px ) {
.cta-primary {
padding: 2rem 2rem;
}
.cta-primary .card {
padding: 0;
text-align: inherit;
}
}
.cta-primary .card-content.w-68p {
text-align: inherit;
}
@media ( min-width: 768px ) {
.cta-primary .card-content {
padding: 2rem 0;
margin-top: 0;
}
}
.cta-primary .h2,
.cta-primary .h3 {
color: #d40356;
line-height: 1.2;
}
.cta .card-content {
position: relative;
z-index: 2;
}
@media ( min-width: 768px ) {
.cta .card-content {
padding: 0.75rem 0;
}
}
.cta .card-content .h2 {
font-size: 1.5rem;
margin-bottom: 1rem;
}
@media ( min-width: 1024px ) {
.cta .card-content .h2 {
font-size: 2rem;
}
}
.cta .card-content p,
.cta .card-content .p {
margin-bottom: 1.5rem;
}
@media ( min-width: 768px ) {
.cta .card-content p,
.cta .card-content .p {
margin-bottom: 1.25rem;
}
}
.cta-description {
font-size: 1rem;
}
@media ( min-width: 1024px ) {
.cta-description {
font-size: 1.1rem;
}
}
.small {
font-size: 0.8rem;
}
.cta-primary a {
color: #d40356;
}
.cta-primary p a:hover {
color: #3a25ff;
}
.w-25p,
.w-32p,
.w-75p {
width: 100%;
}
@media ( min-width: 768px ) {
.w-25p {
width: 25%;
}
.w-32p {
width: 32%;
}
.w-75p {
width: 75%;
}
}
.sm-img-container {
vertical-align: top;
}
.sm-img {
position: relative;
overflow: hidden;
height: auto;
width: 35%;
max-width: 90px;
max-height: 90px;
}
@media ( min-width: 768px ) {
.sm-img {
width: 70%;
max-width: 120px;
max-height: 120px;
}
}
.endowment-text {
margin-right: 1rem;
text-align: center;
}
@media ( min-width: 768px ) {
.endowment-text {
text-align: left;
}
}
/* other ctas */
.other-ctas {
display: none;
padding: 2rem 1rem;
background: #f8f9fa;
}
.other-ctas .h2 {
text-align: center;
font-size: 1.5rem;
margin-bottom: 2rem;
}
@media ( min-width: 768px ) {
.other-ctas .h2 {
font-size: 2rem;
}
}
.rounded {
border-radius: 5px;
}
.shadow {
border: 1px solid #e5e5e5;
}
.other-ctas .focus-block {
display: none;
}
.focus-block {
background-color: #fff;
overflow: hidden;
display: block;
margin-bottom: 1rem;
}
.focus-block .card,
.focus-block .card-content {
height: 100%;
display: block;
}
.focus-block .card-content {
padding: 1.5rem;
}
@media ( max-width: 768px ) {
.cta-primary.endowment .btn {
display: block;
width: calc(100% - 3rem);
}
}
.focus-block .h3 {
margin-bottom: 0.3125rem;
font-size: 1.5rem;
line-height: 1.2;
}
.focus-block .h3 a {
color: #000000;
}
.focus-block .mar-bottom {
padding-bottom: 2rem;
display: block;
}
.focus-block .stick-to-bottom {
position: absolute;
bottom: 22px;
}
@media ( min-width: 768px ) {
.other-ctas .flex.flex-medium {
flex-wrap: wrap;
}
.focus-block {
margin-left: 0.5rem;
margin-right: 0.5rem;
flex: 0 0 20rem;
}
.focus-block .h3 {
margin-bottom: 0.3125rem;
}
.focus-block .card-content .btn {
max-width: calc( 100% - 3rem );
}
}
.focus-block p {
margin-bottom: 1rem;
}
.focus-block p a {
text-decoration: underline;
}
.focus-block a:hover {
color: #3a25ff;
}
/* return to Wikipedia */
.ty-return {
background: #f8f9fa;
padding-bottom: 2rem;
}
/* footer */
footer {
padding: 3rem 1.5rem;
background: #54595d;
color: #fff !important;
}
footer a,
footer a:visited {
color: inherit !important;
text-decoration: underline;
transition: 0.3s all;
}
footer a:hover {
text-decoration: underline;
}
@media ( min-width: 768px ) {
footer {
padding: 3rem 0 4rem;
}
}
footer .footer-legal {
text-align: center;
}
footer .footer-legal p,
footer .footer-legal .p {
padding-bottom: 0.75rem;
font-size: 0.75rem;
line-height: 1.3;
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
footer .footer-legal p,
footer .footer-legal .p {
font-size: 0.85rem;
}
}
@media ( min-width: 1281px ) {
footer .footer-legal p,
footer .footer-legal .p {
font-size: 0.95rem;
}
}
.editor-tools {
text-align: center;
}
</style>
</html>
<div class="ty-page plainlinks"><!--feature-endowment feature-matching feature-survey-->
<div class="header-home">
<div class="top-nav">
<div class="site-main-nav">
<div class="logo-container">
<html>
<a href="https://wikimediafoundation.org/">
<span class="btn-label-a11y">Wikimedia Foundation</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 62"><path d="M83.46 25.83l4.378-14.102h5.738l4.34 14.102 4.893-14.102h5.959l-8.608 24.515h-4.082L90.67 19.18 85.3 36.243h-4.083L72.61 11.728h5.959L83.46 25.83zm28.287-14.102h5.518v24.515h-5.518V11.728zm11.587 0h5.517V21.81l9.306-10.083h6.805l-9.821 10.85c.846 1.17 2.428 3.362 4.708 6.54 2.281 3.179 3.973 5.554 5.113 7.125h-6.437l-7.246-9.682-2.464 2.74v6.942h-5.518V11.728h.037zm25.049 0h5.518v24.515h-5.518V11.728zm33.693 9.097l-6.657 13.408h-3.274l-6.621-13.408v15.418h-5.517V11.728h7.467l6.363 13.481 6.4-13.481h7.431v24.515h-5.518V20.825h-.074zm29.39-9.097v4.859h-12.285v5.078h11.035v4.677h-11.035v5.078h12.69v4.823H193.7V11.728h17.766zm24.13 3.215c2.354 2.155 3.531 5.115 3.531 8.914 0 3.8-1.14 6.832-3.458 9.061-2.28 2.229-5.811 3.325-10.52 3.325h-8.423V11.728h8.718c4.451 0 7.798 1.096 10.152 3.215zm-4.009 14.577c1.361-1.278 2.023-3.105 2.023-5.517 0-2.41-.662-4.274-2.023-5.553-1.361-1.315-3.421-1.936-6.217-1.936h-3.09V31.42h3.495c2.501 0 4.451-.62 5.812-1.9zm12.322-17.792h5.517v24.515h-5.517V11.728zm29.169 24.515l-2.281-5.298h-10.336l-2.28 5.298h-5.849l10.667-24.515h5.334L279 36.243h-5.922zm-7.467-17.208l-3.09 7.124h6.18l-3.09-7.124zM82.651 47.386v2.96h4.782v1.68h-4.781v4.42h-1.84v-10.74h7.21v1.68h-5.37zm25.822 7.526c-1.103 1.06-2.427 1.571-4.046 1.571-1.618 0-2.942-.511-4.046-1.57-1.103-1.06-1.655-2.376-1.655-3.947 0-1.57.552-2.886 1.655-3.945 1.104-1.06 2.428-1.571 4.046-1.571 1.619 0 2.943.511 4.046 1.57 1.104 1.06 1.656 2.375 1.656 3.946 0 1.571-.552 2.887-1.656 3.946zm-1.324-6.686c-.735-.767-1.655-1.132-2.722-1.132-1.066 0-1.986.365-2.722 1.132a3.825 3.825 0 00-1.103 2.74c0 1.096.368 2.01 1.103 2.74.736.731 1.656 1.133 2.722 1.133 1.067 0 1.987-.365 2.722-1.133a3.822 3.822 0 001.104-2.74c0-1.096-.368-2.009-1.104-2.74zm16.957 5.736c.478.585 1.177.877 2.023.877.846 0 1.508-.292 2.023-.877.515-.584.736-1.352.736-2.338v-5.955h1.839v6.028c0 1.535-.441 2.74-1.287 3.58-.846.84-1.95 1.243-3.274 1.243s-2.428-.402-3.274-1.242c-.846-.84-1.287-2.01-1.287-3.58v-6.03h1.839v5.956c-.073.986.184 1.754.662 2.338zm26.815-8.293h1.839V56.41h-1.986l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001V45.67h-.037zm22.254 1.425c1.03.95 1.545 2.228 1.545 3.909 0 1.68-.515 2.996-1.508 3.946-.993.986-2.538 1.461-4.635 1.461h-3.568V45.67h3.715c1.913 0 3.421.475 4.451 1.425zm-.258 3.945c0-2.447-1.434-3.69-4.23-3.69h-1.839v7.344h2.023c1.325 0 2.318-.292 3.017-.913.662-.622 1.029-1.535 1.029-2.74zm14.971 2.923l-1.067 2.448h-1.949l4.745-10.741h1.95l4.745 10.741h-1.95l-1.067-2.448h-5.407zm4.672-1.68l-1.95-4.421-1.949 4.42h3.899zm17.766-4.933v9.061h-1.839v-9.06h-3.274v-1.645h8.387v1.644h-3.274zm14.529-1.68h1.839V56.41h-1.839V45.67zm23.1 9.243c-1.103 1.06-2.428 1.571-4.046 1.571-1.619 0-2.943-.511-4.046-1.57-1.104-1.06-1.655-2.376-1.655-3.947 0-1.57.551-2.886 1.655-3.945 1.103-1.06 2.427-1.571 4.046-1.571 1.618 0 2.943.511 4.046 1.57 1.104 1.06 1.655 2.375 1.655 3.946 0 1.571-.551 2.887-1.655 3.946zm-1.324-6.686c-.736-.767-1.655-1.132-2.722-1.132s-1.986.365-2.722 1.132a3.822 3.822 0 00-1.104 2.74c0 1.096.368 2.01 1.104 2.74.736.731 1.655 1.133 2.722 1.133s1.986-.365 2.722-1.133a3.82 3.82 0 001.103-2.74c0-1.096-.367-2.009-1.103-2.74zm22.621-2.557h1.84V56.41h-1.987l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001-.037-8.001zM33.84 49.943c9.307-1.315 16.442-9.243 16.442-18.815 0-5.846-2.648-11.034-6.804-14.541l-9.638 9.572v23.784zm-5.407 0V26.16l-9.637-9.609a18.896 18.896 0 00-6.805 14.541c0 9.61 7.136 17.537 16.442 18.852zm19.348-35.365c4.451 4.42 6.879 10.302 6.879 16.513 0 6.211-2.465 12.13-6.879 16.514-4.45 4.42-10.373 6.832-16.626 6.832a23.545 23.545 0 01-16.626-6.832c-4.414-4.384-6.915-10.266-6.915-16.514 0-6.247 2.465-12.13 6.879-16.514.367-.365.772-.73 1.177-1.096L10.3 8.147c-.405.366-.773.731-1.178 1.096-2.869 2.85-5.113 6.138-6.658 9.828A30.563 30.563 0 000 31.091c0 4.165.81 8.22 2.464 12.02 1.582 3.69 3.826 6.979 6.658 9.828 2.87 2.85 6.18 5.079 9.895 6.613A31.132 31.132 0 0031.119 62c4.193 0 8.276-.804 12.101-2.448a31.698 31.698 0 009.895-6.613c2.869-2.85 5.113-6.138 6.658-9.828a30.565 30.565 0 002.464-12.02c0-4.165-.81-8.22-2.464-12.02-1.582-3.69-3.826-6.978-6.658-9.828-.368-.365-.773-.73-1.177-1.096l-5.334 5.334c.405.33.773.695 1.177 1.097zM31.12 0c5.37 0 9.71 4.311 9.71 9.645s-4.34 9.646-9.71 9.646c-5.37 0-9.711-4.312-9.711-9.646 0-5.334 4.34-9.645 9.71-9.645z"></path></svg>
</a>
</html>
</div>
</div>
</div>
<div class="header-content">
<div class="header-img">
<div class="header-bg-img"></div>
<div class="vision-container">
<div class="vision ty-vision" style="display: none;">{{{header-new}}}</div>
{{#if:{{{recurUpgrade-header-yes|}}}|<div class="vision recurUpgrade-yes" style="display: none;">{{{recurUpgrade-header-yes}}}</div>}}
{{#if:{{{recurUpgrade-header-no|}}}|<div class="vision recurUpgrade-no" style="display: none;">{{{recurUpgrade-header-no}}}</div>}}
</div>
</div>
<div class="page-intro">
<div class="page-intro-text flex flex-medium flex-align-center">
<div class="w-68p">
<p class="ty-text" style="display: none;">
<strong>
{{{receipt}}}
</strong>
<br>
<span id="ty-recurringOrganic" style="display: none;">
{{#if:{{{monthly-organic|}}}|{{{monthly-organic}}}<br>}}
</span>
<span id="ty-recurringOrganicAnnual" style="display: none;">
{{{annual-organic}}}<br>
</span>
<span id="ty-recurringConversion" style="display: none;">
{{{monthly-conversion}}}<br>
</span>
<span id="ty-recurringConversionAnnual" style="display: none;">
{{{annual-conversion}}}<br>
</span>
</p>
<p class="ty-text" style="display: none;">
{{{header-text1}}}
{{{header-text2}}}
</p>
{{#if:{{{recurUpgrade-text-yes1|}}}|<p class="recurUpgrade-yes recurUpgrade-receipt" style="display: none;"><strong>{{{recurUpgrade-text-yes1}}}</strong></p>}}
{{#if:{{{recurUpgrade-text-yes2|}}}|<p class="recurUpgrade-yes" style="display: none;">{{{recurUpgrade-text-yes2}}}</p>}}
{{#if:{{{recurUpgrade-text-no1|}}}|<p class="recurUpgrade-no" style="display: none;"><strong>{{{recurUpgrade-text-no1}}}</strong></p>}}
{{#if:{{{recurUpgrade-text-no2|}}}|<p class="recurUpgrade-no" style="display: none;">{{{recurUpgrade-text-no2}}}</p>}}
{{#if:{{{tax-disclaimer-en|}}}|<p class="tax-disclaimer-en" style="display:none;">{{{tax-disclaimer-en}}}</p>}}
{{#if:{{{tax-disclaimer-es|}}}|<p class="tax-disclaimer-es" style="display:none;">{{{tax-disclaimer-es}}}</p>}}
{{#if:{{{tax-disclaimer-frfr|}}}|<p class="tax-disclaimer-frfr" style="display:none;">{{{tax-disclaimer-frfr}}}</p>}}
{{#if:{{{tax-disclaimer-frca|}}}|<p class="tax-disclaimer-frca" style="display:none;">{{{tax-disclaimer-frca}}}</p>}}
{{#ifeq:{{{language|}}}|en|<p class="ty-cookie-explain">We value your support and try to prevent donors like you from receiving more fundraising messages. If you clear your browser's cookies, or visit on a different device, you may still see additional banners. Copying the link to this page and opening it on your other devices will suppress the banners.</p>}}
</div>
</div>
</div>
</div>
</div>
<html>
<main id="ty-content">
<!--
<div class="ty-share social-share w-68p mw-640" style="display: none;">
<div class="share-cta">
<h2 class="h2"></html>{{{share-text}}}<html></h2>
</div>
<ul class="link-list social-list">
<li>
<a href="https://www.facebook.com/sharer.php?u=</html>{{urlencode:https://donate.wikimedia.org/?wmf_medium=SocialMedia&wmf_campaign=ThankYouPage&wmf_source=Facebook&uselang={{{language|}}}}}<html>" title="</html>{{{share-facebook-alt}}}<html>" target="_blank" class="btn btn-lt-blue">
<svg class="i icon icon-social-facebook" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="30"><path d="M304 96h80V0h-80c-61.757 0-112 50.243-112 112v48h-64v96h64v256h96V256h80l16-96h-96v-48c0-8.673 7.327-16 16-16z"></path></svg>
</html>{{{facebook|Facebook}}}<html>
</a>
</li>
<li>
<a href="https://twitter.com/intent/tweet?text=</html>{{urlencode:{{{share-message}}} https://donate.wikimedia.org/?wmf_medium=SocialMedia&wmf_campaign=ThankYouPage&wmf_source=Twitter&uselang={{{language|}}}}}<html>" title="</html>{{{share-twitter-alt}}}<html>" target="_blank" class="btn btn-lt-blue">
<svg class="i icon icon-social-twitter" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="30"><path d="M512 113.2c-18.8 8.4-39.1 14-60.3 16.5 21.7-13 38.3-33.6 46.2-58.1-20.3 12-42.8 20.8-66.7 25.5C412 76.7 384.7 64 354.5 64c-58 0-105 47-105 105 0 8.2.9 16.2 2.7 23.9-87.3-4.4-164.7-46.2-216.5-109.8-9 15.5-14.2 33.6-14.2 52.8 0 36.4 18.5 68.6 46.7 87.4-17.2-.5-33.4-5.3-47.6-13.1v1.3c0 50.9 36.2 93.4 84.3 103-8.8 2.4-18.1 3.7-27.7 3.7-6.8 0-13.3-.7-19.8-1.9 13.4 41.7 52.2 72.1 98.1 73-36 28.2-81.2 45-130.5 45-8.5 0-16.8-.5-25.1-1.5C46.5 462.7 101.7 480 161 480c193.2 0 298.9-160.1 298.9-298.9 0-4.6-.1-9.1-.3-13.6 20.5-14.7 38.3-33.2 52.4-54.3z"></path></svg>
</html>{{{share-twitter}}}<html>
</a>
</li>
<li>
<a href="#" id="ty-web-share" class="btn btn-lt-blue" style="display: none;"
title="</html>{{{share}}}<html>"
data-share-text="</html>{{{share-message}}}<html>"
data-share-language="en">
<svg class="i icon icon-social-web" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90" height="30"><path fill="#fff" d="M65,60c-3.436,0-6.592,1.168-9.121,3.112L29.783,47.455C29.914,46.654,30,45.837,30,45c0-0.839-0.086-1.654-0.217-2.456 l26.096-15.657C58.408,28.833,61.564,30,65,30c8.283,0,15-6.717,15-15S73.283,0,65,0S50,6.717,50,15 c0,0.837,0.086,1.654,0.219,2.455L24.123,33.112C21.594,31.168,18.438,30,15,30C6.717,30,0,36.717,0,45s6.717,15,15,15 c3.438,0,6.594-1.167,9.123-3.113l26.096,15.657C50.086,73.346,50,74.161,50,75c0,8.283,6.717,15,15,15s15-6.717,15-15 S73.283,60,65,60z"/></svg>
</html>{{{share}}}<html>
</a>
</li>
</ul>
</div>
-->
<div class="primary-ctas">
</html>{{#if:{{{endowment-header-new|}}}|<html>
<div class="endowment w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">
<div class="mw-1120 flex flex-medium flex-justify-center">
<div class="w-32p endowment-text card-content">
<h2 class="h2"></html>{{{endowment-header-new}}}<html></h2>
<p class="cta-description">
</html>{{{endowment-text}}}<html>
</p>
</div>
<a href="https://wikimediaendowment.org/#request-more-info" class="w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3"></html>{{{legacy-header}}}<html></h3>
<div class="mar-bottom">
<p></html>{{{legacy-text}}}<html></p>
</div>
<div class="btn btn-pink stick-to-bottom">
</html>{{{request-info}}}<html>
</div>
</div>
</div>
</a>
<a href="https://www.freewill.com/Wikipedia?utm_source=TY_page" class="w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3"></html>{{{will-header}}}<html></h3>
<div class="mar-bottom">
<p></html>{{{will-text-2}}}<html></p>
</div>
<div class="btn btn-pink stick-to-bottom">
</html>{{{will-button}}}<html>
</div>
</div>
</div>
</a>
</div>
</div><!-- endowment -->
</html>}}<html>
</html>{{#if:{{{survey-code|}}}|<html>
<div class="survey survey-1 w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">
<div class="mw-620">
<div class="card flex flex-medium flex-wrap">
<div class="card-content w-25p sm-img-container">
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" title="</html>{{{survey-header}}}<html>" class="ty-survey-link">
<svg class="sm-img" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 146 193"><g fill-rule="evenodd" clip-rule="evenodd" stroke="#54595d" stroke-width="2"><path d="M3.6 20h138.8c1.4 0 2.6 1.2 2.6 2.6v166.8c0 1.4-1.2 2.6-2.6 2.6H3.6c-1.4 0-2.6-1.2-2.6-2.6V22.6C1 21.2 2.2 20 3.6 20z" fill="#fff"></path><path d="M55.2 12.2C56.4 5.9 63.9 1 73 1c9 0 16.5 4.8 17.8 11.1L118 12c5 0 9 4 9 9 0 0 0 0 0 0v6.9c0 1.2-.9 2.1-2.1 2.1H21.1c-1.2 0-2.1-.9-2.1-2.1 0 0 0 0 0 0v-6.8c0-4.9 4-8.9 8.9-8.9h27.3z" fill="#eaecf0"></path></g><path d="M32 105.6L58.6 136l56.1-64.2" fill="none" stroke="#d40356" stroke-width="15" stroke-linecap="round" stroke-linejoin="round"></path></svg>
</a>
</div>
<div class="card-content w-75p">
<h2 class="h2"><a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link">
</html>{{{survey-header}}}<html>
</a></h2>
<div class="mar-bottom">
<p class="cta-description"></html>{{{survey-text}}}<html></p>
<p class="small"></html>{{{survey-legal}}}<html></p>
</div>
<a class="btn btn-pink" href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link">
</html>{{{survey-button}}}<html>
</a>
</div>
</div>
</div>
</div><!-- survey -->
</html>}}{{#if:{{{survey-code-2|}}}|<html>
<div class="survey survey-2 w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">
<div class="mw-620">
<div class="card flex flex-medium flex-wrap">
<div class="card-content w-25p sm-img-container">
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code-2}}}<html>" title="</html>{{{survey-header}}}<html>" class="ty-survey-link">
<svg class="sm-img" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 146 193"><g fill-rule="evenodd" clip-rule="evenodd" stroke="#54595d" stroke-width="2"><path d="M3.6 20h138.8c1.4 0 2.6 1.2 2.6 2.6v166.8c0 1.4-1.2 2.6-2.6 2.6H3.6c-1.4 0-2.6-1.2-2.6-2.6V22.6C1 21.2 2.2 20 3.6 20z" fill="#fff"></path><path d="M55.2 12.2C56.4 5.9 63.9 1 73 1c9 0 16.5 4.8 17.8 11.1L118 12c5 0 9 4 9 9 0 0 0 0 0 0v6.9c0 1.2-.9 2.1-2.1 2.1H21.1c-1.2 0-2.1-.9-2.1-2.1 0 0 0 0 0 0v-6.8c0-4.9 4-8.9 8.9-8.9h27.3z" fill="#eaecf0"></path></g><path d="M32 105.6L58.6 136l56.1-64.2" fill="none" stroke="#d40356" stroke-width="15" stroke-linecap="round" stroke-linejoin="round"></path></svg>
</a>
</div>
<div class="card-content w-75p">
<h2 class="h2"><a href="https://www.surveymonkey.com/r/</html>{{{survey-code-2}}}<html>" class="ty-survey-link">
</html>{{{survey-header}}}<html>
</a></h2>
<div class="mar-bottom">
<p class="cta-description"></html>{{{survey-text}}}<html></p>
<p class="small"></html>{{{survey-legal}}}<html></p>
</div>
<a class="btn btn-pink" href="https://www.surveymonkey.com/r/</html>{{{survey-code-2}}}<html>" class="ty-survey-link">
</html>{{{survey-button}}}<html>
</a>
</div>
</div>
</div>
</div><!-- survey 2 -->
</html>}}<html>
<div class="matching w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">
<div class="mw-620">
<div class="card flex flex-medium flex-wrap">
<div class="card-content w-25p sm-img-container">
<a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>" title="</html>{{{match-button}}}<html>">
<svg class="sm-img" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M13.6 85.8h172.8v104.1c0 1.2-.9 2.1-2.1 2.1H15.7c-1.2 0-2.1-.9-2.1-2.1V85.8h0z" fill-rule="evenodd" clip-rule="evenodd" fill="#fff" stroke="#72777d" stroke-width="2"></path><path d="M3 85.9h194V57.6H3v28.3z" fill-rule="evenodd" clip-rule="evenodd" fill="#d40356" stroke="#72777d" stroke-width="2"></path><path d="M92 66.3l-28.7 29c-.4.4-1.1.4-1.5 0-.2-.2-.4-.6-.3-.9l.9-5.4c.2-1.2-.6-2.2-1.8-2.4h-.5l-6.3.6c-.6.1-1.1-.4-1.2-.9 0-.3.1-.6.3-.9l26.7-26.9c-19.9-.8-26.7-3.6-28.8-4.9C39 46.3 35.5 31 42.9 19.5 47.6 12.3 55.6 8 64.3 8c4.8 0 9.4 1.3 13.5 3.8 6.3 3.9 15 18.8 22.2 33.7 7.2-14.9 15.9-29.8 22.2-33.7 4-2.5 8.7-3.8 13.5-3.8 8.7 0 16.7 4.3 21.4 11.5 7.4 11.5 3.9 26.8-7.9 34.1-2.2 1.3-9.2 4.2-30.2 4.9l26.6 26.9c.4.4.4 1.1 0 1.5-.2.2-.5.3-.9.3l-6.3-.6c-1.2-.1-2.2.7-2.3 1.9v.5l.9 5.4c.1.6-.3 1.1-.9 1.2-.3.1-.7-.1-.9-.3L108 67.8V192H92V66.3zm55.7-40.1c-2.6-4-7-6.3-11.8-6.3-2.6 0-5.2.7-7.4 2.1-4.5 2.8-11.1 15.6-15.5 25.6 2.4.1 5.3.2 8.5.2 15.6 0 20.5-2 21.9-2.8 6.4-4.1 8.4-12.5 4.3-18.8zm-95.4 0C48.2 32.5 50.1 41 56.6 45c1.4.8 6.2 2.8 21.9 2.8 3.2 0 6.1-.1 8.5-.2-4.3-10-11-22.8-15.5-25.6-2.2-1.4-4.8-2.1-7.4-2.1-4.8-.1-9.2 2.3-11.8 6.3z" fill-rule="evenodd" clip-rule="evenodd" fill="#fc3" stroke="#72777d" stroke-width="2"></path></svg>
</a>
</div>
<div class="card-content w-75p">
<h2 class="h2"><a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>">
</html>{{{match-header}}}<html>
</a></h2>
<div class="mar-bottom">
<p class="cta-description"></html>{{{match-text}}}<html></p>
</div>
<a class="btn btn-pink" href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>">
</html>{{{match-button}}}<html>
</a>
</div>
</div>
</div>
</div><!-- matching -->
<div class="try-editing w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">
<div class="mw-620">
<div class="card flex flex-medium flex-wrap">
<div class="card-content w-25p sm-img-container">
<a href="#" title="</html>{{{editing-button}}}<html>">
<svg class="sm-img" role="img" width="115" height="119" viewBox="0 0 115 119" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M95.6 117.999H22.9C14.3 109.399 9.49999 104.599 0.899994 95.9992V3.29922C0.899994 2.09922 1.89999 1.19922 2.99999 1.19922H95.5C96.7 1.19922 97.6 2.19922 97.6 3.29922V115.899C97.7 117.099 96.7 117.999 95.6 117.999Z" fill="white" stroke="#6D6E70" stroke-width="1.0682" stroke-miterlimit="10"/>
<path d="M77.9 47.1988C75.1 53.3988 66.4 73.3988 60.8 86.1988H59.3L50.5 65.3988C47 72.2988 43.1 79.3988 39.8 86.1988H38.2C33.1 74.3988 27.9 62.5988 22.8 50.7988C21.6 47.8988 17.5 43.2988 14.6 43.2988C14.6 42.9988 14.6 42.1988 14.6 41.7988H32.1V43.2988C30.1 43.3988 26.5 44.6988 27.4 46.9988C29.9 52.2988 38.6 72.8988 40.9 78.0988C42.5 74.8988 47.1 66.2988 49 62.6988C47.5 59.6988 42.6 48.2988 41.2 45.4988C40.1 43.5988 37.3 43.3988 35.2 43.3988C35.2 42.8988 35.2 42.4988 35.2 41.8988H50.5V43.2988C48.4 43.3988 46.5 44.0988 47.3 46.0988C49.4 50.3988 50.6 53.3988 52.5 57.3988C53.1 56.1988 56.2 49.8988 57.7 46.4988C58.6 44.2988 57.3 43.3988 53.5 43.2988C53.5 42.8988 53.5 42.1988 53.5 41.7988C58.3 41.7988 65.5 41.7988 66.8 41.7988V43.2988C64.4 43.3988 61.8 44.6988 60.5 46.6988L54.1 59.8988C54.8 61.6988 60.9 75.2988 61.6 76.7988L74.8 46.2988" stroke="#6D6E70" stroke-width="1.0682" stroke-miterlimit="10"/>
<path d="M105.768 7.62696L77.6256 35.7695L86.6058 44.7497L114.748 16.6071L105.768 7.62696Z" fill="#D40356"/>
<path d="M78.1 37.6988L84.7 44.2988L74.7 47.6988L78.1 37.6988ZM77.7 35.7988L73.6 47.9988C73.4 48.4988 73.8 48.9988 74.3 48.9988C74.4 48.9988 74.5 48.9988 74.5 48.9988L86.7 44.8988L77.7 35.7988Z" fill="#6D6E70"/>
<path d="M76.3 43.1992L79.3 46.1992L74.6 47.7992L76.3 43.1992Z" fill="#6D6E70"/>
<path d="M1.19998 96H21.1C22.3 96 23.2 97 23.2 98.1V118" stroke="#6D6E70" stroke-width="1.0682" stroke-miterlimit="10"/>
</svg>
</a>
</div>
<div class="card-content w-75p">
<h2 class="h2"><a href="#">
</html>{{{editing-header}}}<html>
</a></h2>
<div class="mar-bottom">
<p class="cta-description"></html>{{{editing-text}}}<html></p>
</div>
<a class="btn btn-pink" href="#">
</html>{{{editing-button}}}<html>
</a>
</div>
</div>
</div>
</div><!-- try-editing -->
</div>
<div class="other-ctas">
<div class="mw-1120">
</html>{{#if:{{{cta-header|}}}|<h2 class="h2">{{{cta-header}}}</h2>}}<html>
<div class="flex flex-medium flex-justify-center">
</html>{{#if:{{{survey-code|}}}|<html>
<div class="survey survey-1 w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link">
</html>{{{survey-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{survey-text}}}<html></p>
<p class="small"></html>{{{survey-legal}}}<html></p>
</div>
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="btn btn-blue stick-to-bottom ty-survey-link">
</html>{{{survey-button}}}<html>
</a>
</div>
</div>
</div><!-- survey -->
</html>}}{{#if:{{{survey-code-2|}}}|<html>
<div class="survey survey-2 w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code-2}}}<html>" class="ty-survey-link">
</html>{{{survey-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{survey-text}}}<html></p>
<p class="small"></html>{{{survey-legal}}}<html></p>
</div>
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code-2}}}<html>" class="btn btn-blue stick-to-bottom ty-survey-link">
</html>{{{survey-button}}}<html>
</a>
</div>
</div>
</div><!-- survey 2-->
</html>}}<html>
<div class="matching w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>">
</html>{{{match-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{match-text}}}<html></p>
</div>
<a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>" class="btn btn-blue stick-to-bottom">
</html>{{{match-button}}}<html>
</a>
</div>
</div>
</div><!-- matching -->
<div class="store w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://</html>{{{store-link|store.wikimedia.org/}}}<html>">
</html>{{{store-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{store-text-new}}}<html></p>
</div>
<a href="https://</html>{{{store-link|store.wikimedia.org/}}}<html>" class="btn btn-blue stick-to-bottom">
</html>{{{store-button}}}<html>
</a>
</div>
</div>
</div><!-- store -->
</html>{{#if:{{{will-header|}}}|<html>
<div class="will-US w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{will-header}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{will-text-1}}}<html></p>
</div>
<a class="btn btn-blue stick-to-bottom" href="https://www.freewill.com/Wikipedia?utm_source=TY_page">
</html>{{{will-button}}}<html>
</a>
</div>
</div>
</div><!-- will-US -->
</html>}}<html>
</html>{{#if:{{{legacy-header|}}}|<html>
<div class="will-notUS w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{legacy-header}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{legacy-text-2}}}<html></p>
</div>
<a class="btn btn-blue stick-to-bottom" href="https://wikimediaendowment.org/#request-more-info">
</html>{{{request-info}}}<html>
</a>
</div>
</div>
</div><!-- will-notUS -->
</html>}}<html>
<div class="edit-6c w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://en.wikipedia.org/wiki/Special:CreateAccount?campaign=typage-6C-en-2023">
</html>{{{editing-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{editing-text}}}<html></p>
</div>
<a href="https://en.wikipedia.org/wiki/Special:CreateAccount?campaign=typage-6C-en-2023" class="btn btn-blue stick-to-bottom">
</html>{{{editing-button}}}<html>
</a>
</div>
</div>
</div><!-- edit cta 6c -->
</html>{{#if:{{{chapter-AU-title|}}}|<html>
<div class="chapter-message chapter-AU w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-AU-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-AU-text}}}<html></p>
</div>
</html>{{{chapter-AU-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-BE-title|}}}|<html>
<div class="chapter-message chapter-BE w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-BE-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-BE-text}}}<html></p>
</div>
</html>{{{chapter-BE-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-CA-title|}}}|<html>
<div class="chapter-message chapter-CA w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-CA-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-CA-text}}}<html></p>
</div>
</html>{{{chapter-CA-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-CZ-title|}}}|<html>
<div class="chapter-message chapter-CZ w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-CZ-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-CZ-text}}}<html></p>
</div>
</html>{{{chapter-CZ-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-FR-title|}}}|<html>
<div class="chapter-message chapter-FR w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-FR-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-FR-text}}}<html></p>
</div>
</html>{{{chapter-FR-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-GB-title|}}}|<html>
<div class="chapter-message chapter-GB w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-GB-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-GB-text}}}<html></p>
</div>
</html>{{{chapter-GB-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-IT-title|}}}|<html>
<div class="chapter-message chapter-IT w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-IT-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-IT-text}}}<html></p>
</div>
</html>{{{chapter-IT-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-NL-title|}}}|<html>
<div class="chapter-message chapter-NL w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-NL-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-NL-text}}}<html></p>
</div>
</html>{{{chapter-NL-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-NO-title|}}}|<html>
<div class="chapter-message chapter-NO w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-NO-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-NO-text}}}<html></p>
</div>
</html>{{{chapter-NO-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-NZ-title|}}}|<html>
<div class="chapter-message chapter-NZ w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-NZ-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-NZ-text}}}<html></p>
</div>
</html>{{{chapter-NZ-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-SE-title|}}}|<html>
<div class="chapter-message chapter-SE w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-SE-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-SE-text}}}<html></p>
</div>
</html>{{{chapter-SE-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}<html>
</div>
</div>
</div>
</html>{{#if:{{{return|}}}|<html>
<div class="ty-return" style="display: none;">
<div class="w-68p mw-640">
<a href="https://en.wikipedia.org" class="btn btn-lt-blue"></html>{{{return}}}<html></a>
</div>
</div>
</html>}}<html>
</main>
<footer>
<div class="footer-legal mw-620">
<p></html>{{{chapters}}}<html></p>
<p></html>{{{questions}}}<html></p>
<p></html>{{{terms}}}<html></p>
</div><!-- End footer-legal -->
</footer>
</div>
</html>
<div style="display: none;" class="loggedinonly editor-tools"><!--edit page snippet-->
[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] · [{{fullurl:Template:Thank You 2021|action=edit}} Edit template] · [https://thankyou.wikipedia.org/wiki/Special:PrefixIndex?prefix=Thank+You&namespace=0 Other languages]
</div>
{{Hide banners}}<!-- Important - do not remove! -->
__NOEDITSECTION__ __NOINDEX__
[[Category:Thank You page]]
{{#if:{{{survey-code|}}}|[[Category:Thank You page with active survey]]}}
c8hnievrcxc81wilnjabnu3smscrdgh
990
989
2024-12-06T19:07:31Z
EHughes (WMF)
9
Adding conditions for recurring messages
990
wikitext
text/x-wiki
{{Add viewport tag.js}}<!-- Critical javascript to add the viewport tag. Other js is in MediaWiki:ThankYouPage.js -->
{{DISPLAYTITLE:{{{title}}}}}
<html>
<style>
/* 2024-03-27 - Stopgaps to hide most obvious Vector 2022 breakage */
.skin-vector .vector-header,
.skin-vector .vector-sitenotice-container,
.skin-vector .vector-column-start,
.skin-vector .vector-page-titlebar,
.skin-vector .vector-page-toolbar {
display: none;
}
/* --- wiki resets --- */
html,
body {
margin: 0;
padding: 0;
background: #fff;
}
#jump-to-nav {
display: none;
}
#firstHeading, #contentSub, #siteSub {
display: none
}
/* Hiding the Interface on Desktop and Mobile, identical to Template: HideInterface */
/* Desktop */
#mw-navigation,
#mw-page-base,
#mw-head-base,
h1#firstHeading,
footer.mw-footer,
#contentSub,
#contentSub2,
.patrollink,
#catlinks {
display: none;
}
/* Mobile */
body.mw-mobile-mode .header,
body.mw-mobile-mode #mw-mf-last-modified,
body.mw-mobile-mode .pre-content,
body.mw-mobile-mode #footer {
display: none;
}
body div#content {
height: 100%;
margin: 0;
padding: 0;
border: none;
}
.mw-body-content p {
margin: 0;
}
/* --- end wiki resets --- */
/* Hack to hide all the broken stuff beyond the header on apps (page content service) */
#pcs .ty-page {
font-size: 0;
}
#pcs .ty-page * {
display: none;
}
#pcs .ty-page .header-home,
#pcs .ty-page .header-home * {
display: inherit;
}
html,
body {
text-align: center;
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
* {
box-sizing: border-box;
}
/* stylelint-disable selector-list-comma-newline-after */
address, article, aside, blockquote, canvas, dd, div, dl, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main,
nav, noscript, ol, output, p, .p, pre, section, table, tfoot, ul, video,
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content ul {
margin: 0;
padding: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
nav, section, summary {
display: block;
}
/* stylelint-enable */
a {
text-decoration: none;
color: inherit;
}
a:visited {
color: inherit;
}
a:hover {
text-decoration: none;
}
a:focus {
text-decoration: none;
outline: 1px dotted currentColor;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-size: 100%;
text-align: left;
direction: ltr;
}
.mar-bottom {
margin-bottom: 16px;
}
h1,
h2 {
font-size: inherit;
font-weight: 700;
}
h1,
.h1 {
font-size: 1.875rem;
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
h1,
.h1 {
font-size: 2.9375rem;
}
}
@media ( min-width: 1281px ) {
h1,
.h1 {
font-size: 4rem;
}
}
h2,
.h2 {
margin-bottom: 2rem;
font-size: 1.125rem;
}
@media ( min-width: 768px ) {
h2,
.h2 {
margin-bottom: 2rem;
}
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
h2,
.h2 {
font-size: 1.25rem;
}
}
@media ( min-width: 1281px ) {
h2,
.h2 {
font-size: 1.375rem;
}
}
h3,
.h3 {
margin-bottom: 2rem;
font-size: 1.125rem;
}
@media ( min-width: 768px ) {
h3,
.h3 {
margin-bottom: 2rem;
}
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
h3,
.h3 {
font-size: 1.25rem;
}
}
@media ( min-width: 1281px ) {
h3,
.h3 {
font-size: 1.375rem;
}
}
p,
.p {
font-size: 0.95rem;
line-height: 1.466;
}
strong {
font-weight: 700;
}
.w-100p {
width: 100%;
max-width: 100%;
}
.flex.flex-medium {
display: flex;
flex-direction: column;
}
@media ( min-width: 768px ) {
.flex.flex-medium {
flex-direction: row;
flex-wrap: nowrap;
}
}
.flex.flex-wrap {
flex-wrap: wrap;
}
.flex.flex-justify-center {
justify-content: center;
}
.flex.flex-align-center {
align-items: center;
}
.page-intro-text a,
.page-intro-text a:visited,
.page-intro-text a.external,
.page-intro-text a.external:visited {
color: #3a25ff;
}
.page-intro-text a:hover {
text-decoration: underline;
}
/* Don't break "Wikimedia Foundation" link across lines */
.page-intro-text a {
white-space: nowrap;
}
.page-intro-text p {
margin-bottom: 1rem;
}
.header-home a {
transition: 0.3s all;
}
.header-home .header-content {
position: relative;
z-index: 1;
}
.card {
position: relative;
}
@media ( min-width: 768px ) {
.img-left-content-right .card {
display: flex;
justify-content: flex-end;
}
}
/* buttons */
.btn {
display: inline-block;
font-weight: 700;
border-radius: 5px;
cursor: pointer;
padding: 1rem 1.5rem;
padding: 0.6rem 1rem;
transition: 0.3s all;
border: 0;
outline: 0;
}
.btn:hover {
box-shadow: 0 10px 20px 0 rgba( 0, 0, 0, 0.21 );
}
@media ( min-width: 1200px ) {
.btn.btn-blue,
.btn.btn-pink {
padding: 11px 1.5rem;
}
}
.btn.btn-blue,
.btn.btn-blue:hover {
background-color: #3a25ff;
color: #fff;
}
.btn.btn-blue:focus {
outline: 1px dotted #3a25ff;
}
.btn.btn-pink,
.btn.btn-pink:hover {
background-color: #d40356;
color: #fff;
}
.btn.btn-pink:focus {
outline: 1px dotted #d40356;
}
.btn.btn-lt-blue {
background-color: #eeeaff;
color: #3a25ff;
}
.btn.btn-lt-blue:hover {
background-color: #3a25ff;
color: #fff;
}
.btn.btn-lt-blue:focus {
outline: 1px dotted #3a25ff;
}
.btn.btn-lt-pink {
background-color: #fde8f0;
color: #d40356;
}
.btn.btn-lt-pink:hover {
background-color: #d40356;
color: #fff;
}
.btn.btn-lt-pink:focus {
outline: 1px dotted #d40356;
}
/* header */
.header-home {
position: relative;
}
.top-nav {
z-index: 2000;
width: 100%;
}
.site-main-nav {
padding: 2vh 0;
text-align: center;
}
.logo-container {
width: 180px;
margin: auto;
}
.logo-container a {
display: block;
}
.logo-container a:hover {
opacity: 0.8;
}
.logo-container svg {
width: 100%;
max-width: 17.4375rem;
margin: auto;
}
.pcs-theme-black .logo-container svg path,
.pcs-theme-dark .logo-container svg path {
fill: #fff !important;
}
.btn-label-a11y {
font-size: 0;
height: 1px;
overflow: hidden;
display: block;
}
/* hero */
.header-img {
width: 100%;
position: relative;
left: 50%;
right: 50%;
margin-left: -50%;
margin-right: -50%;
padding: 0;
height: auto;
margin-bottom: 1rem;
/* overflow-x: hidden; */
}
@media ( min-width: 768px ) {
.header-img {
height: 175px;
}
}
.header-bg-img {
position: relative;
height: 25vh;
width: 100%;
background-image: url( https://upload.wikimedia.org/wikipedia/donate/9/9a/Thank_You_2019_Header.svg );
background-size: cover;
background-position: -20vh center;
background-repeat: repeat-x;
}
@media ( min-width: 768px ) {
.header-bg-img {
position: absolute;
height: 100%;
width: 100%;
z-index: -1;
background-position: 0 0;
}
}
.mw-1120 {
max-width: 70rem;
height: 100%;
padding: 0;
margin: 0 auto;
position: relative;
}
.vision-container {
position: relative;
width: 100%;
text-align: center;
}
.vision {
padding: 0.4rem 1rem;
background: #fefd34 !important;
color: #000 !important;
font-size: 1.1rem;
font-weight: bold;
line-height: 1.2;
}
@media ( min-width: 360px ) {
.vision {
font-size: 1.4rem;
}
}
@media ( min-width: 768px ) {
.vision-container {
position: absolute;
bottom: -2rem;
padding: 0 2rem;
}
.vision {
display: inline-block;
}
}
@media ( min-width: 1024px ) {
.vision {
font-size: 1.8rem;
}
}
/* thank you message */
.w-68p {
width: 100%;
text-align: center;
}
@media ( min-width: 1024px ) {
.w-68p {
width: 68%;
margin: auto;
}
}
.page-intro {
margin-top: 1rem;
margin-left: 0;
padding: 0 1rem;
}
@media ( min-width: 768px ) {
.page-intro {
margin-top: 4rem;
margin-bottom: 2rem;
}
}
.page-intro p {
font-size: 1rem;
}
@media ( min-width: 768px ) {
.page-intro p {
font-size: 1.1rem;
}
}
.page-intro p.ty-cookie-explain,
.page-intro p.tax-disclaimer-en,
.page-intro p.tax-disclaimer-es,
.page-intro p.tax-disclaimer-frfr,
.page-intro p.tax-disclaimer-frca {
font-size: 0.85rem;
line-height: 1.3;
}
/* collapse empty parts */
.page-intro p br {
display: none;
}
/* share links */
.social-share {
margin-top: auto;
margin-bottom: 1rem;
width: 100%;
align-self: flex-end;
}
@media ( min-width: 768px ) {
.mw-620 {
max-width: 38.75rem;
margin-left: auto;
margin-right: auto;
}
.mw-640 {
max-width: 40rem;
margin-left: auto;
margin-right: auto;
}
.social-share {
display: flex;
align-items: center;
}
}
.social-share a {
color: #3a25ff;
}
.social-share a:hover {
color: #3a25ff;
}
.share-cta {
width: 100%;
text-align: center;
margin-bottom: 1rem;
padding: 0 1.5rem;
}
@media ( min-width: 768px ) {
.share-cta {
width: 60%;
text-align: left;
display: inline-block;
margin-bottom: 0;
}
}
.share-cta .h2 {
font-size: 1.1rem;
}
.social-list {
width: 100%;
text-align: center;
}
@media ( min-width: 768px ) {
.social-list {
width: 39%;
display: inline-block;
margin-top: 0.25rem;
}
}
.social-list a {
display: flex;
align-items: center;
transition: 0.3s all;
margin: 4px;
}
.link-list a {
color: #3a25ff;
display: inline-flex;
}
.social-list li {
font-size: 1rem;
font-weight: 700;
display: inline-block;
}
.link-list > li {
list-style-type: none;
}
.link-list {
font-size: 0.8125rem;
}
.social-list svg {
margin-right: 2px;
width: 1rem;
}
.social-list .btn-lt-blue svg path {
fill: #3a25ff;
}
.social-list .btn-lt-pink svg path {
fill: #d40356;
}
.social-list .btn-lt-blue:hover svg path,
.social-list .btn-lt-pink:hover svg path {
fill: #fff;
}
/* featured action */
.cta-primary {
display: none;
background: #fdf3f8;
padding: 2rem 1rem;
}
.cta-primary.endowment {
padding-bottom: 1rem;
}
.cta-primary .card {
color: #000;
text-align: center;
}
@media ( min-width: 768px ) {
.cta-primary {
padding: 2rem 2rem;
}
.cta-primary .card {
padding: 0;
text-align: inherit;
}
}
.cta-primary .card-content.w-68p {
text-align: inherit;
}
@media ( min-width: 768px ) {
.cta-primary .card-content {
padding: 2rem 0;
margin-top: 0;
}
}
.cta-primary .h2,
.cta-primary .h3 {
color: #d40356;
line-height: 1.2;
}
.cta .card-content {
position: relative;
z-index: 2;
}
@media ( min-width: 768px ) {
.cta .card-content {
padding: 0.75rem 0;
}
}
.cta .card-content .h2 {
font-size: 1.5rem;
margin-bottom: 1rem;
}
@media ( min-width: 1024px ) {
.cta .card-content .h2 {
font-size: 2rem;
}
}
.cta .card-content p,
.cta .card-content .p {
margin-bottom: 1.5rem;
}
@media ( min-width: 768px ) {
.cta .card-content p,
.cta .card-content .p {
margin-bottom: 1.25rem;
}
}
.cta-description {
font-size: 1rem;
}
@media ( min-width: 1024px ) {
.cta-description {
font-size: 1.1rem;
}
}
.small {
font-size: 0.8rem;
}
.cta-primary a {
color: #d40356;
}
.cta-primary p a:hover {
color: #3a25ff;
}
.w-25p,
.w-32p,
.w-75p {
width: 100%;
}
@media ( min-width: 768px ) {
.w-25p {
width: 25%;
}
.w-32p {
width: 32%;
}
.w-75p {
width: 75%;
}
}
.sm-img-container {
vertical-align: top;
}
.sm-img {
position: relative;
overflow: hidden;
height: auto;
width: 35%;
max-width: 90px;
max-height: 90px;
}
@media ( min-width: 768px ) {
.sm-img {
width: 70%;
max-width: 120px;
max-height: 120px;
}
}
.endowment-text {
margin-right: 1rem;
text-align: center;
}
@media ( min-width: 768px ) {
.endowment-text {
text-align: left;
}
}
/* other ctas */
.other-ctas {
display: none;
padding: 2rem 1rem;
background: #f8f9fa;
}
.other-ctas .h2 {
text-align: center;
font-size: 1.5rem;
margin-bottom: 2rem;
}
@media ( min-width: 768px ) {
.other-ctas .h2 {
font-size: 2rem;
}
}
.rounded {
border-radius: 5px;
}
.shadow {
border: 1px solid #e5e5e5;
}
.other-ctas .focus-block {
display: none;
}
.focus-block {
background-color: #fff;
overflow: hidden;
display: block;
margin-bottom: 1rem;
}
.focus-block .card,
.focus-block .card-content {
height: 100%;
display: block;
}
.focus-block .card-content {
padding: 1.5rem;
}
@media ( max-width: 768px ) {
.cta-primary.endowment .btn {
display: block;
width: calc(100% - 3rem);
}
}
.focus-block .h3 {
margin-bottom: 0.3125rem;
font-size: 1.5rem;
line-height: 1.2;
}
.focus-block .h3 a {
color: #000000;
}
.focus-block .mar-bottom {
padding-bottom: 2rem;
display: block;
}
.focus-block .stick-to-bottom {
position: absolute;
bottom: 22px;
}
@media ( min-width: 768px ) {
.other-ctas .flex.flex-medium {
flex-wrap: wrap;
}
.focus-block {
margin-left: 0.5rem;
margin-right: 0.5rem;
flex: 0 0 20rem;
}
.focus-block .h3 {
margin-bottom: 0.3125rem;
}
.focus-block .card-content .btn {
max-width: calc( 100% - 3rem );
}
}
.focus-block p {
margin-bottom: 1rem;
}
.focus-block p a {
text-decoration: underline;
}
.focus-block a:hover {
color: #3a25ff;
}
/* return to Wikipedia */
.ty-return {
background: #f8f9fa;
padding-bottom: 2rem;
}
/* footer */
footer {
padding: 3rem 1.5rem;
background: #54595d;
color: #fff !important;
}
footer a,
footer a:visited {
color: inherit !important;
text-decoration: underline;
transition: 0.3s all;
}
footer a:hover {
text-decoration: underline;
}
@media ( min-width: 768px ) {
footer {
padding: 3rem 0 4rem;
}
}
footer .footer-legal {
text-align: center;
}
footer .footer-legal p,
footer .footer-legal .p {
padding-bottom: 0.75rem;
font-size: 0.75rem;
line-height: 1.3;
}
@media ( min-width: 768px ) and ( max-width: 1280px ) {
footer .footer-legal p,
footer .footer-legal .p {
font-size: 0.85rem;
}
}
@media ( min-width: 1281px ) {
footer .footer-legal p,
footer .footer-legal .p {
font-size: 0.95rem;
}
}
.editor-tools {
text-align: center;
}
</style>
</html>
<div class="ty-page plainlinks"><!--feature-endowment feature-matching feature-survey-->
<div class="header-home">
<div class="top-nav">
<div class="site-main-nav">
<div class="logo-container">
<html>
<a href="https://wikimediafoundation.org/">
<span class="btn-label-a11y">Wikimedia Foundation</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 62"><path d="M83.46 25.83l4.378-14.102h5.738l4.34 14.102 4.893-14.102h5.959l-8.608 24.515h-4.082L90.67 19.18 85.3 36.243h-4.083L72.61 11.728h5.959L83.46 25.83zm28.287-14.102h5.518v24.515h-5.518V11.728zm11.587 0h5.517V21.81l9.306-10.083h6.805l-9.821 10.85c.846 1.17 2.428 3.362 4.708 6.54 2.281 3.179 3.973 5.554 5.113 7.125h-6.437l-7.246-9.682-2.464 2.74v6.942h-5.518V11.728h.037zm25.049 0h5.518v24.515h-5.518V11.728zm33.693 9.097l-6.657 13.408h-3.274l-6.621-13.408v15.418h-5.517V11.728h7.467l6.363 13.481 6.4-13.481h7.431v24.515h-5.518V20.825h-.074zm29.39-9.097v4.859h-12.285v5.078h11.035v4.677h-11.035v5.078h12.69v4.823H193.7V11.728h17.766zm24.13 3.215c2.354 2.155 3.531 5.115 3.531 8.914 0 3.8-1.14 6.832-3.458 9.061-2.28 2.229-5.811 3.325-10.52 3.325h-8.423V11.728h8.718c4.451 0 7.798 1.096 10.152 3.215zm-4.009 14.577c1.361-1.278 2.023-3.105 2.023-5.517 0-2.41-.662-4.274-2.023-5.553-1.361-1.315-3.421-1.936-6.217-1.936h-3.09V31.42h3.495c2.501 0 4.451-.62 5.812-1.9zm12.322-17.792h5.517v24.515h-5.517V11.728zm29.169 24.515l-2.281-5.298h-10.336l-2.28 5.298h-5.849l10.667-24.515h5.334L279 36.243h-5.922zm-7.467-17.208l-3.09 7.124h6.18l-3.09-7.124zM82.651 47.386v2.96h4.782v1.68h-4.781v4.42h-1.84v-10.74h7.21v1.68h-5.37zm25.822 7.526c-1.103 1.06-2.427 1.571-4.046 1.571-1.618 0-2.942-.511-4.046-1.57-1.103-1.06-1.655-2.376-1.655-3.947 0-1.57.552-2.886 1.655-3.945 1.104-1.06 2.428-1.571 4.046-1.571 1.619 0 2.943.511 4.046 1.57 1.104 1.06 1.656 2.375 1.656 3.946 0 1.571-.552 2.887-1.656 3.946zm-1.324-6.686c-.735-.767-1.655-1.132-2.722-1.132-1.066 0-1.986.365-2.722 1.132a3.825 3.825 0 00-1.103 2.74c0 1.096.368 2.01 1.103 2.74.736.731 1.656 1.133 2.722 1.133 1.067 0 1.987-.365 2.722-1.133a3.822 3.822 0 001.104-2.74c0-1.096-.368-2.009-1.104-2.74zm16.957 5.736c.478.585 1.177.877 2.023.877.846 0 1.508-.292 2.023-.877.515-.584.736-1.352.736-2.338v-5.955h1.839v6.028c0 1.535-.441 2.74-1.287 3.58-.846.84-1.95 1.243-3.274 1.243s-2.428-.402-3.274-1.242c-.846-.84-1.287-2.01-1.287-3.58v-6.03h1.839v5.956c-.073.986.184 1.754.662 2.338zm26.815-8.293h1.839V56.41h-1.986l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001V45.67h-.037zm22.254 1.425c1.03.95 1.545 2.228 1.545 3.909 0 1.68-.515 2.996-1.508 3.946-.993.986-2.538 1.461-4.635 1.461h-3.568V45.67h3.715c1.913 0 3.421.475 4.451 1.425zm-.258 3.945c0-2.447-1.434-3.69-4.23-3.69h-1.839v7.344h2.023c1.325 0 2.318-.292 3.017-.913.662-.622 1.029-1.535 1.029-2.74zm14.971 2.923l-1.067 2.448h-1.949l4.745-10.741h1.95l4.745 10.741h-1.95l-1.067-2.448h-5.407zm4.672-1.68l-1.95-4.421-1.949 4.42h3.899zm17.766-4.933v9.061h-1.839v-9.06h-3.274v-1.645h8.387v1.644h-3.274zm14.529-1.68h1.839V56.41h-1.839V45.67zm23.1 9.243c-1.103 1.06-2.428 1.571-4.046 1.571-1.619 0-2.943-.511-4.046-1.57-1.104-1.06-1.655-2.376-1.655-3.947 0-1.57.551-2.886 1.655-3.945 1.103-1.06 2.427-1.571 4.046-1.571 1.618 0 2.943.511 4.046 1.57 1.104 1.06 1.655 2.375 1.655 3.946 0 1.571-.551 2.887-1.655 3.946zm-1.324-6.686c-.736-.767-1.655-1.132-2.722-1.132s-1.986.365-2.722 1.132a3.822 3.822 0 00-1.104 2.74c0 1.096.368 2.01 1.104 2.74.736.731 1.655 1.133 2.722 1.133s1.986-.365 2.722-1.133a3.82 3.82 0 001.103-2.74c0-1.096-.367-2.009-1.103-2.74zm22.621-2.557h1.84V56.41h-1.987l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001-.037-8.001zM33.84 49.943c9.307-1.315 16.442-9.243 16.442-18.815 0-5.846-2.648-11.034-6.804-14.541l-9.638 9.572v23.784zm-5.407 0V26.16l-9.637-9.609a18.896 18.896 0 00-6.805 14.541c0 9.61 7.136 17.537 16.442 18.852zm19.348-35.365c4.451 4.42 6.879 10.302 6.879 16.513 0 6.211-2.465 12.13-6.879 16.514-4.45 4.42-10.373 6.832-16.626 6.832a23.545 23.545 0 01-16.626-6.832c-4.414-4.384-6.915-10.266-6.915-16.514 0-6.247 2.465-12.13 6.879-16.514.367-.365.772-.73 1.177-1.096L10.3 8.147c-.405.366-.773.731-1.178 1.096-2.869 2.85-5.113 6.138-6.658 9.828A30.563 30.563 0 000 31.091c0 4.165.81 8.22 2.464 12.02 1.582 3.69 3.826 6.979 6.658 9.828 2.87 2.85 6.18 5.079 9.895 6.613A31.132 31.132 0 0031.119 62c4.193 0 8.276-.804 12.101-2.448a31.698 31.698 0 009.895-6.613c2.869-2.85 5.113-6.138 6.658-9.828a30.565 30.565 0 002.464-12.02c0-4.165-.81-8.22-2.464-12.02-1.582-3.69-3.826-6.978-6.658-9.828-.368-.365-.773-.73-1.177-1.096l-5.334 5.334c.405.33.773.695 1.177 1.097zM31.12 0c5.37 0 9.71 4.311 9.71 9.645s-4.34 9.646-9.71 9.646c-5.37 0-9.711-4.312-9.711-9.646 0-5.334 4.34-9.645 9.71-9.645z"></path></svg>
</a>
</html>
</div>
</div>
</div>
<div class="header-content">
<div class="header-img">
<div class="header-bg-img"></div>
<div class="vision-container">
<div class="vision ty-vision" style="display: none;">{{{header-new}}}</div>
{{#if:{{{recurUpgrade-header-yes|}}}|<div class="vision recurUpgrade-yes" style="display: none;">{{{recurUpgrade-header-yes}}}</div>}}
{{#if:{{{recurUpgrade-header-no|}}}|<div class="vision recurUpgrade-no" style="display: none;">{{{recurUpgrade-header-no}}}</div>}}
</div>
</div>
<div class="page-intro">
<div class="page-intro-text flex flex-medium flex-align-center">
<div class="w-68p">
<p class="ty-text" style="display: none;">
<strong>
{{{receipt}}}
</strong>
<br>
<span id="ty-recurringOrganic" style="display: none;">
{{#if:{{{monthly-organic|}}}|{{{monthly-organic}}}<br>}}
</span>
<span id="ty-recurringOrganicAnnual" style="display: none;">
{{#if:{{{annual-organic|}}}|{{{annual-organic}}}<br>}}
</span>
<span id="ty-recurringConversion" style="display: none;">
{{#if:{{{monthly-conversion|}}}|{{{monthly-conversion}}}<br>}}
</span>
<span id="ty-recurringConversionAnnual" style="display: none;">
{{#if:{{{annual-conversion}}}|{{{annual-conversion}}}<br>}}
</span>
</p>
<p class="ty-text" style="display: none;">
{{{header-text1}}}
{{{header-text2}}}
</p>
{{#if:{{{recurUpgrade-text-yes1|}}}|<p class="recurUpgrade-yes recurUpgrade-receipt" style="display: none;"><strong>{{{recurUpgrade-text-yes1}}}</strong></p>}}
{{#if:{{{recurUpgrade-text-yes2|}}}|<p class="recurUpgrade-yes" style="display: none;">{{{recurUpgrade-text-yes2}}}</p>}}
{{#if:{{{recurUpgrade-text-no1|}}}|<p class="recurUpgrade-no" style="display: none;"><strong>{{{recurUpgrade-text-no1}}}</strong></p>}}
{{#if:{{{recurUpgrade-text-no2|}}}|<p class="recurUpgrade-no" style="display: none;">{{{recurUpgrade-text-no2}}}</p>}}
{{#if:{{{tax-disclaimer-en|}}}|<p class="tax-disclaimer-en" style="display:none;">{{{tax-disclaimer-en}}}</p>}}
{{#if:{{{tax-disclaimer-es|}}}|<p class="tax-disclaimer-es" style="display:none;">{{{tax-disclaimer-es}}}</p>}}
{{#if:{{{tax-disclaimer-frfr|}}}|<p class="tax-disclaimer-frfr" style="display:none;">{{{tax-disclaimer-frfr}}}</p>}}
{{#if:{{{tax-disclaimer-frca|}}}|<p class="tax-disclaimer-frca" style="display:none;">{{{tax-disclaimer-frca}}}</p>}}
{{#ifeq:{{{language|}}}|en|<p class="ty-cookie-explain">We value your support and try to prevent donors like you from receiving more fundraising messages. If you clear your browser's cookies, or visit on a different device, you may still see additional banners. Copying the link to this page and opening it on your other devices will suppress the banners.</p>}}
</div>
</div>
</div>
</div>
</div>
<html>
<main id="ty-content">
<!--
<div class="ty-share social-share w-68p mw-640" style="display: none;">
<div class="share-cta">
<h2 class="h2"></html>{{{share-text}}}<html></h2>
</div>
<ul class="link-list social-list">
<li>
<a href="https://www.facebook.com/sharer.php?u=</html>{{urlencode:https://donate.wikimedia.org/?wmf_medium=SocialMedia&wmf_campaign=ThankYouPage&wmf_source=Facebook&uselang={{{language|}}}}}<html>" title="</html>{{{share-facebook-alt}}}<html>" target="_blank" class="btn btn-lt-blue">
<svg class="i icon icon-social-facebook" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="30"><path d="M304 96h80V0h-80c-61.757 0-112 50.243-112 112v48h-64v96h64v256h96V256h80l16-96h-96v-48c0-8.673 7.327-16 16-16z"></path></svg>
</html>{{{facebook|Facebook}}}<html>
</a>
</li>
<li>
<a href="https://twitter.com/intent/tweet?text=</html>{{urlencode:{{{share-message}}} https://donate.wikimedia.org/?wmf_medium=SocialMedia&wmf_campaign=ThankYouPage&wmf_source=Twitter&uselang={{{language|}}}}}<html>" title="</html>{{{share-twitter-alt}}}<html>" target="_blank" class="btn btn-lt-blue">
<svg class="i icon icon-social-twitter" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="30"><path d="M512 113.2c-18.8 8.4-39.1 14-60.3 16.5 21.7-13 38.3-33.6 46.2-58.1-20.3 12-42.8 20.8-66.7 25.5C412 76.7 384.7 64 354.5 64c-58 0-105 47-105 105 0 8.2.9 16.2 2.7 23.9-87.3-4.4-164.7-46.2-216.5-109.8-9 15.5-14.2 33.6-14.2 52.8 0 36.4 18.5 68.6 46.7 87.4-17.2-.5-33.4-5.3-47.6-13.1v1.3c0 50.9 36.2 93.4 84.3 103-8.8 2.4-18.1 3.7-27.7 3.7-6.8 0-13.3-.7-19.8-1.9 13.4 41.7 52.2 72.1 98.1 73-36 28.2-81.2 45-130.5 45-8.5 0-16.8-.5-25.1-1.5C46.5 462.7 101.7 480 161 480c193.2 0 298.9-160.1 298.9-298.9 0-4.6-.1-9.1-.3-13.6 20.5-14.7 38.3-33.2 52.4-54.3z"></path></svg>
</html>{{{share-twitter}}}<html>
</a>
</li>
<li>
<a href="#" id="ty-web-share" class="btn btn-lt-blue" style="display: none;"
title="</html>{{{share}}}<html>"
data-share-text="</html>{{{share-message}}}<html>"
data-share-language="en">
<svg class="i icon icon-social-web" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90" height="30"><path fill="#fff" d="M65,60c-3.436,0-6.592,1.168-9.121,3.112L29.783,47.455C29.914,46.654,30,45.837,30,45c0-0.839-0.086-1.654-0.217-2.456 l26.096-15.657C58.408,28.833,61.564,30,65,30c8.283,0,15-6.717,15-15S73.283,0,65,0S50,6.717,50,15 c0,0.837,0.086,1.654,0.219,2.455L24.123,33.112C21.594,31.168,18.438,30,15,30C6.717,30,0,36.717,0,45s6.717,15,15,15 c3.438,0,6.594-1.167,9.123-3.113l26.096,15.657C50.086,73.346,50,74.161,50,75c0,8.283,6.717,15,15,15s15-6.717,15-15 S73.283,60,65,60z"/></svg>
</html>{{{share}}}<html>
</a>
</li>
</ul>
</div>
-->
<div class="primary-ctas">
</html>{{#if:{{{endowment-header-new|}}}|<html>
<div class="endowment w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">
<div class="mw-1120 flex flex-medium flex-justify-center">
<div class="w-32p endowment-text card-content">
<h2 class="h2"></html>{{{endowment-header-new}}}<html></h2>
<p class="cta-description">
</html>{{{endowment-text}}}<html>
</p>
</div>
<a href="https://wikimediaendowment.org/#request-more-info" class="w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3"></html>{{{legacy-header}}}<html></h3>
<div class="mar-bottom">
<p></html>{{{legacy-text}}}<html></p>
</div>
<div class="btn btn-pink stick-to-bottom">
</html>{{{request-info}}}<html>
</div>
</div>
</div>
</a>
<a href="https://www.freewill.com/Wikipedia?utm_source=TY_page" class="w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3"></html>{{{will-header}}}<html></h3>
<div class="mar-bottom">
<p></html>{{{will-text-2}}}<html></p>
</div>
<div class="btn btn-pink stick-to-bottom">
</html>{{{will-button}}}<html>
</div>
</div>
</div>
</a>
</div>
</div><!-- endowment -->
</html>}}<html>
</html>{{#if:{{{survey-code|}}}|<html>
<div class="survey survey-1 w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">
<div class="mw-620">
<div class="card flex flex-medium flex-wrap">
<div class="card-content w-25p sm-img-container">
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" title="</html>{{{survey-header}}}<html>" class="ty-survey-link">
<svg class="sm-img" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 146 193"><g fill-rule="evenodd" clip-rule="evenodd" stroke="#54595d" stroke-width="2"><path d="M3.6 20h138.8c1.4 0 2.6 1.2 2.6 2.6v166.8c0 1.4-1.2 2.6-2.6 2.6H3.6c-1.4 0-2.6-1.2-2.6-2.6V22.6C1 21.2 2.2 20 3.6 20z" fill="#fff"></path><path d="M55.2 12.2C56.4 5.9 63.9 1 73 1c9 0 16.5 4.8 17.8 11.1L118 12c5 0 9 4 9 9 0 0 0 0 0 0v6.9c0 1.2-.9 2.1-2.1 2.1H21.1c-1.2 0-2.1-.9-2.1-2.1 0 0 0 0 0 0v-6.8c0-4.9 4-8.9 8.9-8.9h27.3z" fill="#eaecf0"></path></g><path d="M32 105.6L58.6 136l56.1-64.2" fill="none" stroke="#d40356" stroke-width="15" stroke-linecap="round" stroke-linejoin="round"></path></svg>
</a>
</div>
<div class="card-content w-75p">
<h2 class="h2"><a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link">
</html>{{{survey-header}}}<html>
</a></h2>
<div class="mar-bottom">
<p class="cta-description"></html>{{{survey-text}}}<html></p>
<p class="small"></html>{{{survey-legal}}}<html></p>
</div>
<a class="btn btn-pink" href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link">
</html>{{{survey-button}}}<html>
</a>
</div>
</div>
</div>
</div><!-- survey -->
</html>}}{{#if:{{{survey-code-2|}}}|<html>
<div class="survey survey-2 w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">
<div class="mw-620">
<div class="card flex flex-medium flex-wrap">
<div class="card-content w-25p sm-img-container">
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code-2}}}<html>" title="</html>{{{survey-header}}}<html>" class="ty-survey-link">
<svg class="sm-img" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 146 193"><g fill-rule="evenodd" clip-rule="evenodd" stroke="#54595d" stroke-width="2"><path d="M3.6 20h138.8c1.4 0 2.6 1.2 2.6 2.6v166.8c0 1.4-1.2 2.6-2.6 2.6H3.6c-1.4 0-2.6-1.2-2.6-2.6V22.6C1 21.2 2.2 20 3.6 20z" fill="#fff"></path><path d="M55.2 12.2C56.4 5.9 63.9 1 73 1c9 0 16.5 4.8 17.8 11.1L118 12c5 0 9 4 9 9 0 0 0 0 0 0v6.9c0 1.2-.9 2.1-2.1 2.1H21.1c-1.2 0-2.1-.9-2.1-2.1 0 0 0 0 0 0v-6.8c0-4.9 4-8.9 8.9-8.9h27.3z" fill="#eaecf0"></path></g><path d="M32 105.6L58.6 136l56.1-64.2" fill="none" stroke="#d40356" stroke-width="15" stroke-linecap="round" stroke-linejoin="round"></path></svg>
</a>
</div>
<div class="card-content w-75p">
<h2 class="h2"><a href="https://www.surveymonkey.com/r/</html>{{{survey-code-2}}}<html>" class="ty-survey-link">
</html>{{{survey-header}}}<html>
</a></h2>
<div class="mar-bottom">
<p class="cta-description"></html>{{{survey-text}}}<html></p>
<p class="small"></html>{{{survey-legal}}}<html></p>
</div>
<a class="btn btn-pink" href="https://www.surveymonkey.com/r/</html>{{{survey-code-2}}}<html>" class="ty-survey-link">
</html>{{{survey-button}}}<html>
</a>
</div>
</div>
</div>
</div><!-- survey 2 -->
</html>}}<html>
<div class="matching w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">
<div class="mw-620">
<div class="card flex flex-medium flex-wrap">
<div class="card-content w-25p sm-img-container">
<a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>" title="</html>{{{match-button}}}<html>">
<svg class="sm-img" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M13.6 85.8h172.8v104.1c0 1.2-.9 2.1-2.1 2.1H15.7c-1.2 0-2.1-.9-2.1-2.1V85.8h0z" fill-rule="evenodd" clip-rule="evenodd" fill="#fff" stroke="#72777d" stroke-width="2"></path><path d="M3 85.9h194V57.6H3v28.3z" fill-rule="evenodd" clip-rule="evenodd" fill="#d40356" stroke="#72777d" stroke-width="2"></path><path d="M92 66.3l-28.7 29c-.4.4-1.1.4-1.5 0-.2-.2-.4-.6-.3-.9l.9-5.4c.2-1.2-.6-2.2-1.8-2.4h-.5l-6.3.6c-.6.1-1.1-.4-1.2-.9 0-.3.1-.6.3-.9l26.7-26.9c-19.9-.8-26.7-3.6-28.8-4.9C39 46.3 35.5 31 42.9 19.5 47.6 12.3 55.6 8 64.3 8c4.8 0 9.4 1.3 13.5 3.8 6.3 3.9 15 18.8 22.2 33.7 7.2-14.9 15.9-29.8 22.2-33.7 4-2.5 8.7-3.8 13.5-3.8 8.7 0 16.7 4.3 21.4 11.5 7.4 11.5 3.9 26.8-7.9 34.1-2.2 1.3-9.2 4.2-30.2 4.9l26.6 26.9c.4.4.4 1.1 0 1.5-.2.2-.5.3-.9.3l-6.3-.6c-1.2-.1-2.2.7-2.3 1.9v.5l.9 5.4c.1.6-.3 1.1-.9 1.2-.3.1-.7-.1-.9-.3L108 67.8V192H92V66.3zm55.7-40.1c-2.6-4-7-6.3-11.8-6.3-2.6 0-5.2.7-7.4 2.1-4.5 2.8-11.1 15.6-15.5 25.6 2.4.1 5.3.2 8.5.2 15.6 0 20.5-2 21.9-2.8 6.4-4.1 8.4-12.5 4.3-18.8zm-95.4 0C48.2 32.5 50.1 41 56.6 45c1.4.8 6.2 2.8 21.9 2.8 3.2 0 6.1-.1 8.5-.2-4.3-10-11-22.8-15.5-25.6-2.2-1.4-4.8-2.1-7.4-2.1-4.8-.1-9.2 2.3-11.8 6.3z" fill-rule="evenodd" clip-rule="evenodd" fill="#fc3" stroke="#72777d" stroke-width="2"></path></svg>
</a>
</div>
<div class="card-content w-75p">
<h2 class="h2"><a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>">
</html>{{{match-header}}}<html>
</a></h2>
<div class="mar-bottom">
<p class="cta-description"></html>{{{match-text}}}<html></p>
</div>
<a class="btn btn-pink" href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>">
</html>{{{match-button}}}<html>
</a>
</div>
</div>
</div>
</div><!-- matching -->
<div class="try-editing w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">
<div class="mw-620">
<div class="card flex flex-medium flex-wrap">
<div class="card-content w-25p sm-img-container">
<a href="#" title="</html>{{{editing-button}}}<html>">
<svg class="sm-img" role="img" width="115" height="119" viewBox="0 0 115 119" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M95.6 117.999H22.9C14.3 109.399 9.49999 104.599 0.899994 95.9992V3.29922C0.899994 2.09922 1.89999 1.19922 2.99999 1.19922H95.5C96.7 1.19922 97.6 2.19922 97.6 3.29922V115.899C97.7 117.099 96.7 117.999 95.6 117.999Z" fill="white" stroke="#6D6E70" stroke-width="1.0682" stroke-miterlimit="10"/>
<path d="M77.9 47.1988C75.1 53.3988 66.4 73.3988 60.8 86.1988H59.3L50.5 65.3988C47 72.2988 43.1 79.3988 39.8 86.1988H38.2C33.1 74.3988 27.9 62.5988 22.8 50.7988C21.6 47.8988 17.5 43.2988 14.6 43.2988C14.6 42.9988 14.6 42.1988 14.6 41.7988H32.1V43.2988C30.1 43.3988 26.5 44.6988 27.4 46.9988C29.9 52.2988 38.6 72.8988 40.9 78.0988C42.5 74.8988 47.1 66.2988 49 62.6988C47.5 59.6988 42.6 48.2988 41.2 45.4988C40.1 43.5988 37.3 43.3988 35.2 43.3988C35.2 42.8988 35.2 42.4988 35.2 41.8988H50.5V43.2988C48.4 43.3988 46.5 44.0988 47.3 46.0988C49.4 50.3988 50.6 53.3988 52.5 57.3988C53.1 56.1988 56.2 49.8988 57.7 46.4988C58.6 44.2988 57.3 43.3988 53.5 43.2988C53.5 42.8988 53.5 42.1988 53.5 41.7988C58.3 41.7988 65.5 41.7988 66.8 41.7988V43.2988C64.4 43.3988 61.8 44.6988 60.5 46.6988L54.1 59.8988C54.8 61.6988 60.9 75.2988 61.6 76.7988L74.8 46.2988" stroke="#6D6E70" stroke-width="1.0682" stroke-miterlimit="10"/>
<path d="M105.768 7.62696L77.6256 35.7695L86.6058 44.7497L114.748 16.6071L105.768 7.62696Z" fill="#D40356"/>
<path d="M78.1 37.6988L84.7 44.2988L74.7 47.6988L78.1 37.6988ZM77.7 35.7988L73.6 47.9988C73.4 48.4988 73.8 48.9988 74.3 48.9988C74.4 48.9988 74.5 48.9988 74.5 48.9988L86.7 44.8988L77.7 35.7988Z" fill="#6D6E70"/>
<path d="M76.3 43.1992L79.3 46.1992L74.6 47.7992L76.3 43.1992Z" fill="#6D6E70"/>
<path d="M1.19998 96H21.1C22.3 96 23.2 97 23.2 98.1V118" stroke="#6D6E70" stroke-width="1.0682" stroke-miterlimit="10"/>
</svg>
</a>
</div>
<div class="card-content w-75p">
<h2 class="h2"><a href="#">
</html>{{{editing-header}}}<html>
</a></h2>
<div class="mar-bottom">
<p class="cta-description"></html>{{{editing-text}}}<html></p>
</div>
<a class="btn btn-pink" href="#">
</html>{{{editing-button}}}<html>
</a>
</div>
</div>
</div>
</div><!-- try-editing -->
</div>
<div class="other-ctas">
<div class="mw-1120">
</html>{{#if:{{{cta-header|}}}|<h2 class="h2">{{{cta-header}}}</h2>}}<html>
<div class="flex flex-medium flex-justify-center">
</html>{{#if:{{{survey-code|}}}|<html>
<div class="survey survey-1 w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link">
</html>{{{survey-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{survey-text}}}<html></p>
<p class="small"></html>{{{survey-legal}}}<html></p>
</div>
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="btn btn-blue stick-to-bottom ty-survey-link">
</html>{{{survey-button}}}<html>
</a>
</div>
</div>
</div><!-- survey -->
</html>}}{{#if:{{{survey-code-2|}}}|<html>
<div class="survey survey-2 w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code-2}}}<html>" class="ty-survey-link">
</html>{{{survey-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{survey-text}}}<html></p>
<p class="small"></html>{{{survey-legal}}}<html></p>
</div>
<a href="https://www.surveymonkey.com/r/</html>{{{survey-code-2}}}<html>" class="btn btn-blue stick-to-bottom ty-survey-link">
</html>{{{survey-button}}}<html>
</a>
</div>
</div>
</div><!-- survey 2-->
</html>}}<html>
<div class="matching w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>">
</html>{{{match-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{match-text}}}<html></p>
</div>
<a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>" class="btn btn-blue stick-to-bottom">
</html>{{{match-button}}}<html>
</a>
</div>
</div>
</div><!-- matching -->
<div class="store w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://</html>{{{store-link|store.wikimedia.org/}}}<html>">
</html>{{{store-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{store-text-new}}}<html></p>
</div>
<a href="https://</html>{{{store-link|store.wikimedia.org/}}}<html>" class="btn btn-blue stick-to-bottom">
</html>{{{store-button}}}<html>
</a>
</div>
</div>
</div><!-- store -->
</html>{{#if:{{{will-header|}}}|<html>
<div class="will-US w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{will-header}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{will-text-1}}}<html></p>
</div>
<a class="btn btn-blue stick-to-bottom" href="https://www.freewill.com/Wikipedia?utm_source=TY_page">
</html>{{{will-button}}}<html>
</a>
</div>
</div>
</div><!-- will-US -->
</html>}}<html>
</html>{{#if:{{{legacy-header|}}}|<html>
<div class="will-notUS w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{legacy-header}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{legacy-text-2}}}<html></p>
</div>
<a class="btn btn-blue stick-to-bottom" href="https://wikimediaendowment.org/#request-more-info">
</html>{{{request-info}}}<html>
</a>
</div>
</div>
</div><!-- will-notUS -->
</html>}}<html>
<div class="edit-6c w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
<a href="https://en.wikipedia.org/wiki/Special:CreateAccount?campaign=typage-6C-en-2023">
</html>{{{editing-header}}}<html>
</a>
</h3>
<div class="mar-bottom">
<p></html>{{{editing-text}}}<html></p>
</div>
<a href="https://en.wikipedia.org/wiki/Special:CreateAccount?campaign=typage-6C-en-2023" class="btn btn-blue stick-to-bottom">
</html>{{{editing-button}}}<html>
</a>
</div>
</div>
</div><!-- edit cta 6c -->
</html>{{#if:{{{chapter-AU-title|}}}|<html>
<div class="chapter-message chapter-AU w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-AU-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-AU-text}}}<html></p>
</div>
</html>{{{chapter-AU-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-BE-title|}}}|<html>
<div class="chapter-message chapter-BE w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-BE-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-BE-text}}}<html></p>
</div>
</html>{{{chapter-BE-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-CA-title|}}}|<html>
<div class="chapter-message chapter-CA w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-CA-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-CA-text}}}<html></p>
</div>
</html>{{{chapter-CA-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-CZ-title|}}}|<html>
<div class="chapter-message chapter-CZ w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-CZ-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-CZ-text}}}<html></p>
</div>
</html>{{{chapter-CZ-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-FR-title|}}}|<html>
<div class="chapter-message chapter-FR w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-FR-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-FR-text}}}<html></p>
</div>
</html>{{{chapter-FR-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-GB-title|}}}|<html>
<div class="chapter-message chapter-GB w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-GB-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-GB-text}}}<html></p>
</div>
</html>{{{chapter-GB-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-IT-title|}}}|<html>
<div class="chapter-message chapter-IT w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-IT-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-IT-text}}}<html></p>
</div>
</html>{{{chapter-IT-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-NL-title|}}}|<html>
<div class="chapter-message chapter-NL w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-NL-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-NL-text}}}<html></p>
</div>
</html>{{{chapter-NL-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-NO-title|}}}|<html>
<div class="chapter-message chapter-NO w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-NO-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-NO-text}}}<html></p>
</div>
</html>{{{chapter-NO-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-NZ-title|}}}|<html>
<div class="chapter-message chapter-NZ w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-NZ-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-NZ-text}}}<html></p>
</div>
</html>{{{chapter-NZ-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}{{#if:{{{chapter-SE-title|}}}|<html>
<div class="chapter-message chapter-SE w-32p focus-block rounded shadow">
<div class="card">
<div class="card-content">
<h3 class="h3">
</html>{{{chapter-SE-title}}}<html>
</h3>
<div class="mar-bottom">
<p></html>{{{chapter-SE-text}}}<html></p>
</div>
</html>{{{chapter-SE-link}}}<html>
</div>
</div>
</div><!-- chapter message cta -->
</html>}}<html>
</div>
</div>
</div>
</html>{{#if:{{{return|}}}|<html>
<div class="ty-return" style="display: none;">
<div class="w-68p mw-640">
<a href="https://en.wikipedia.org" class="btn btn-lt-blue"></html>{{{return}}}<html></a>
</div>
</div>
</html>}}<html>
</main>
<footer>
<div class="footer-legal mw-620">
<p></html>{{{chapters}}}<html></p>
<p></html>{{{questions}}}<html></p>
<p></html>{{{terms}}}<html></p>
</div><!-- End footer-legal -->
</footer>
</div>
</html>
<div style="display: none;" class="loggedinonly editor-tools"><!--edit page snippet-->
[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] · [{{fullurl:Template:Thank You 2021|action=edit}} Edit template] · [https://thankyou.wikipedia.org/wiki/Special:PrefixIndex?prefix=Thank+You&namespace=0 Other languages]
</div>
{{Hide banners}}<!-- Important - do not remove! -->
__NOEDITSECTION__ __NOINDEX__
[[Category:Thank You page]]
{{#if:{{{survey-code|}}}|[[Category:Thank You page with active survey]]}}
p15msmi20zaklinl0poxhqt253tws8m