/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

:root{--ms-base:16;--ms-ratio:1.2}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,body,caption,dd,dl,fieldset,form,h1,h2,h3,h4,h5,h6,hr,legend,ol,p,pre,table,td,th,ul{margin:0;padding:0}address,blockquote,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hgroup,ol,p,pre,table,ul{margin-bottom:24px}dd,ol,ul{margin-left:48px}html{-webkit-box-sizing:border-box;box-sizing:border-box}html.menu-open,html.mobile-menu-open,html.modal-open,html.search-open{position:fixed;overflow-y:scroll;margin-top:0!important;width:100%}html.menu-open .admin-bar,html.mobile-menu-open .admin-bar,html.modal-open .admin-bar,html.search-open .admin-bar{padding-top:46px}@media (min-width:48.9375em){html.menu-open .admin-bar,html.mobile-menu-open .admin-bar,html.modal-open .admin-bar,html.search-open .admin-bar{padding-top:32px}}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;display:none;background-color:rgba(0,0,0,.25)}html.search-active .overlay,html[class*=-open] .overlay{display:block}body{font-size:1.125rem;font-family:var(--font-family-primary);line-height:1.33333;color:#262626;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.admin-bar{min-height:calc(100vh - 46px)}@media (min-width:48.8125em){body.admin-bar{min-height:calc(100vh - 32px)}}body.rtl{direction:rtl}main{position:relative;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.ie .main{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}address{font-style:normal}.container{display:block;width:100%;max-width:1468px;margin:0 auto;padding:0 1.90736%}@media (min-width:93.125em){.container{padding:0}}.container .container{padding:0}.container--small{max-width:1113px}@media (min-width:47.5em){.only-mobile{display:none!important}}@media (max-width:47.49em){.only-desktop{display:none!important}}.section--textWhite h1,.section--textWhite h2,.section--textWhite h3,.section--textWhite h4,.section--textWhite h5,.section--textWhite h6,h1,h2,h3,h4,h5,h6{color:#262626;line-height:1.12;font-family:var(--font-family-secondary)}h1{font-size:2rem}@media (min-width:47.5em){h1{font-size:3.25rem}}h2{font-size:1.75rem}@media (min-width:47.5em){h2{font-size:2.5625rem}}h3{font-size:1.625rem}@media (min-width:47.5em){h3{font-size:1.9375rem}}h4{font-size:1.375rem}@media (min-width:47.5em){h4{font-size:1.75rem}}h5{font-size:1.25rem}@media (min-width:47.5em){h5{font-size:1.5rem}}h6{font-size:1.125rem}@media (min-width:47.5em){h6{font-size:1.3125rem}}p{overflow-wrap:break-word}p.has-drop-cap:not(:focus):first-letter{margin-bottom:30px}p.has-small-font-size{font-size:.9rem}p.has-regular-font-size{font-size:1.125rem}p.has-large-font-size{font-size:1.5rem}p.has-larger-font-size{font-size:2rem}small{font-size:.83331rem}.page-template-without-sidebar main ol,.page-template-without-sidebar main ul{padding-left:18px}.rtl .page-template-without-sidebar main ol,.rtl .page-template-without-sidebar main ul{padding-right:18px;padding-left:0}.page-template-without-sidebar main h1:not([class]),.page-template-without-sidebar main h2:not([class]),.page-template-without-sidebar main h3:not([class]),.page-template-without-sidebar main h4:not([class]),.page-template-without-sidebar main h5:not([class]),.page-template-without-sidebar main h6:not([class]),.page-template-without-sidebar main ol:not([class]),.page-template-without-sidebar main p:not([class]),.page-template-without-sidebar main p[class*=-font-size],.page-template-without-sidebar main p[class*=has-drop-cap],.page-template-without-sidebar main ul:not([class]){margin-right:auto;margin-left:auto;max-width:850px}.page-template-without-sidebar main>h1:not([class]),.page-template-without-sidebar main>h2:not([class]),.page-template-without-sidebar main>h3:not([class]),.page-template-without-sidebar main>h4:not([class]),.page-template-without-sidebar main>h5:not([class]),.page-template-without-sidebar main>h6:not([class]),.page-template-without-sidebar main>ol:not([class]),.page-template-without-sidebar main>p:not([class]),.page-template-without-sidebar main>p[class*=-font-size],.page-template-without-sidebar main>p[class*=has-drop-cap],.page-template-without-sidebar main>ul:not([class]){padding-right:16px;padding-left:16px}.page-template-without-sidebar main ul.customSelect-list{padding-left:0}.rtl .page-template-without-sidebar main ul.customSelect-list{padding-right:0}.page-template-without-sidebar main .wp-block-amnesty-core-link-group ul{padding-right:0;padding-left:0}a{color:#000;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;text-decoration:none;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.article-content li a,.article-content p>a,.section li a,.section p>a{font-weight:bolder;text-decoration:underline}img{max-width:100%;font-style:oblique;vertical-align:middle}.gm-style img,img[height],img[width]{max-width:none}figure{margin:0;padding:0}.has-caption{position:relative}.has-caption[class*=wp-image-]{display:inline-block}.image-caption{position:absolute;z-index:1;right:0;bottom:0;display:block;padding:5px;font-size:1rem;color:#fff;background-color:rgba(0,0,0,.1)}.rtl .image-caption{right:unset;left:0}@font-face{font-family:Amnesty Trade Gothic;font-display:swap;font-style:normal;font-weight:lighter;src:url(../fonts/TradeGothicLTW05-Light.eot?#iefix);src:url(../fonts/TradeGothicLTW05-Light.eot?#iefix) format("eot"),url(../fonts/TradeGothicLTW05-Light.woff2) format("woff2"),url(../fonts/TradeGothicLTW05-Light.woff) format("woff"),url(../fonts/TradeGothicLTW05-Light.ttf) format("truetype")}@font-face{font-family:Amnesty Trade Gothic;font-display:swap;font-style:oblique;font-weight:lighter;src:url(../fonts/TradeGothicLTW05-LightObl.eot?#iefix);src:url(../fonts/TradeGothicLTW05-LightObl.eot?#iefix) format("eot"),url(../fonts/TradeGothicLTW05-LightObl.woff2) format("woff2"),url(../fonts/TradeGothicLTW05-LightObl.woff) format("woff"),url(../fonts/TradeGothicLTW05-LightObl.ttf) format("truetype")}@font-face{font-family:Amnesty Trade Gothic;font-display:swap;font-style:normal;font-weight:400;src:url(../fonts/TradeGothicLTW05-Roman.eot?#iefix);src:url(../fonts/TradeGothicLTW05-Roman.eot?#iefix) format("eot"),url(../fonts/TradeGothicLTW05-Roman.woff2) format("woff2"),url(../fonts/TradeGothicLTW05-Roman.woff) format("woff"),url(../fonts/TradeGothicLTW05-Roman.ttf) format("truetype")}@font-face{font-family:Amnesty Trade Gothic;font-display:swap;font-style:oblique;font-weight:400;src:url(../fonts/TradeGothicLTW05-Oblique.eot?#iefix);src:url(../fonts/TradeGothicLTW05-Oblique.eot?#iefix) format("eot"),url(../fonts/TradeGothicLTW05-Oblique.woff2) format("woff2"),url(../fonts/TradeGothicLTW05-Oblique.woff) format("woff"),url(../fonts/TradeGothicLTW05-Oblique.ttf) format("truetype")}@font-face{font-family:Amnesty Trade Gothic Condensed;font-display:swap;font-style:oblique;font-weight:400;src:url(../fonts/TradeGothicLTW05-CnNo.18Obl.eot?#iefix);src:url(../fonts/TradeGothicLTW05-CnNo.18Obl.eot?#iefix) format("eot"),url(../fonts/TradeGothicLTW05-CnNo.18Obl.woff2) format("woff2"),url(../fonts/TradeGothicLTW05-CnNo.18Obl.woff) format("woff"),url(../fonts/TradeGothicLTW05-CnNo.18Obl.ttf) format("truetype")}@font-face{font-family:Amnesty Trade Gothic Condensed;font-display:swap;font-style:normal;font-weight:bolder;src:url(../fonts/TradeGothicLTW05-BdCnNo.20.eot?#iefix);src:url(../fonts/TradeGothicLTW05-BdCnNo.20.eot?#iefix) format("eot"),url(../fonts/TradeGothicLTW05-BdCnNo.20.woff2) format("woff2"),url(../fonts/TradeGothicLTW05-BdCnNo.20.woff) format("woff"),url(../fonts/TradeGothicLTW05-BdCnNo.20.ttf) format("truetype")}.language-selector{display:none;padding:14px 0;background-color:#717272}.language-selector.is-visible{display:block}.language-selector .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#fff}@media (min-width:58.75em){.language-selector .container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.language-selector p{margin:16px 0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:center}.language-selector .language-list{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin-bottom:0;margin-left:0;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:58.75em){.language-selector .language-list{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-preferred-size:auto;flex-basis:auto;margin-left:24px}}.language-selector .language-list a{display:inline-block;padding:8px 20px;color:#fff;font-family:var(--font-family-secondary);font-size:1.125rem;font-weight:bolder;text-transform:uppercase}.language-selector .language-list li+li{margin-left:4px}.language-selector .language-list .is-selected a,.language-selector .language-list a:focus,.language-selector .language-list a:hover{background-color:#111}button.language-selectorClose{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:24px;padding:11px;font-size:1rem;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}@media (min-width:29.0625em){button.language-selectorClose{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.rtl button.language-selectorClose{margin-left:0}.language-selectorClose:after{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;width:16px;height:16px;background-position:-194px -265px;content:"";display:inline-block;margin-left:11px}.rtl .language-selectorClose:after{margin-right:11px;margin-left:0}.page-header{position:sticky;top:-100%;z-index:3;height:60px;font-size:1rem;color:#fff;-webkit-transition:top .5s ease-in-out;transition:top .5s ease-in-out}@media (min-width:47.5em){.page-header{height:72px}}.page-header.has-many-items{font-size:.9375rem}@media (min-width:87.5em){.page-header.has-many-items{font-size:1rem}}.page-header .container{padding:0}.page-header .container,.page-headerItems{height:100%}.page-header.stick{top:0}.admin-bar .page-header.stick{top:32px}.page-headerItems{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.page-header a{color:inherit;-webkit-transition:unset;transition:unset}.page-header .btn,.page-header .countryLinks,.page-header .skipLink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;font-size:1.375rem}.page-header .btn,.page-header .countryLinks,.page-header .menu-item,.page-header .skipLink{-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out}.logo{display:block;height:60px;max-width:180px}@media (min-width:47.5em){.logo{height:72px}}.logo:empty{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;width:107px;height:72px;background-position:-5px -82px;pointer-events:unset;width:180px;background-color:#fdff28}.logo-logoMark,.logo-logoType{height:100%;max-height:100%!important}.logo-logoType{display:none}@media (min-width:47.5em){.logo-logoType{display:block}}.logo-logoMark{display:block}@media (min-width:47.5em){.logo-logoMark{display:none}}.has-many-items .logo-logoType{display:none}@media (min-width:92.5em){.has-many-items .logo-logoType{display:block}}.has-many-items .logo-logoMark{display:block;width:60px;max-width:60px}@media (min-width:47.5em){.has-many-items .logo-logoMark{width:72px;max-width:72px}}@media (min-width:92.5em){.has-many-items .logo-logoMark{display:none}}.burger{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 15px;height:100%;border:2px solid transparent;font-family:var(--font-family-secondary);background-color:transparent;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;cursor:pointer}@media (min-width:47.5em){.burger{padding:20px}}@media (min-width:82.5em){.burger{display:none}}.burger:active,.burger:focus{border:2px solid orange}.burger span,.burger span:after,.burger span:before{display:block;width:27px;height:4px;pointer-events:none}.burger span{position:relative;background-color:#000;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.burger span:after,.burger span:before{content:"";position:absolute;left:0;background-color:inherit}.burger span:before{top:-10px}.burger span:after{bottom:-10px}.page-headerButton{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;width:60px;height:60px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;color:inherit;font-size:inherit;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out;cursor:pointer}@media (min-width:47.5em){.page-headerButton{width:72px;height:72px}}.page-headerButtonText{display:none;margin-right:5px}.page-headerButtonText .rtl{margin-right:0;margin-left:5px}.page-headerButton span{pointer-events:none}.donate-now-menu-item span,.underlined-menu-item span{position:relative}.donate-now-menu-item span:after,.underlined-menu-item span:after{position:absolute;content:"";margin-top:5px;display:block;width:100%;height:5px;background-color:#000}.page-header.is-light{background-color:#fff;color:#000;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out}.page-header.is-light.stick{border-bottom:1px solid #e4e4e4}.page-header.is-light .menu-item:active,.page-header.is-light .menu-item:focus,.page-header.is-light .menu-item:hover,.page-header.is-light .page-headerButton:active,.page-header.is-light .page-headerButton:focus,.page-header.is-light .page-headerButton:hover{background-color:#e4e4e4;color:#000}.page-header.is-light .page-nav--main .current-menu-ancestor,.page-header.is-light .page-nav--main .current-menu-item{background-color:#000;color:#fff}.page-header.is-light .burger:active,.page-header.is-light .burger:focus,.page-header.is-light .burger:hover{background-color:#e4e4e4}.page-header.is-light .burger:active span,.page-header.is-light .burger:focus span,.page-header.is-light .burger:hover span{background-color:#000}.page-header.is-shaded{background-color:#525252;color:#fff}.page-header.is-shaded .menu-item:active,.page-header.is-shaded .menu-item:focus,.page-header.is-shaded .menu-item:hover,.page-header.is-shaded .page-headerButton:active,.page-header.is-shaded .page-headerButton:focus,.page-header.is-shaded .page-headerButton:hover{background-color:#000}.page-header.is-shaded .page-nav--main .current-menu-ancestor,.page-header.is-shaded .page-nav--main .current-menu-item{background-color:#000;color:#fff}.page-header.is-shaded .burger span{background-color:#fff}.page-header.is-shaded .burger:active,.page-header.is-shaded .burger:focus,.page-header.is-shaded .burger:hover{background-color:#000}.page-header.is-shaded .burger:active span,.page-header.is-shaded .burger:focus span,.page-header.is-shaded .burger:hover span{background-color:#fff}.page-header.is-transparent-light{background-color:transparent;color:#fff}.page-header.is-transparent-light.stick{background-color:#fff;color:#000;border-bottom:1px solid #e4e4e4}.page-header.is-transparent-light~.page-hero{margin-top:-72px}.page-header.is-transparent-light .menu-item:active,.page-header.is-transparent-light .menu-item:focus,.page-header.is-transparent-light .menu-item:hover,.page-header.is-transparent-light .page-headerButton:active,.page-header.is-transparent-light .page-headerButton:focus,.page-header.is-transparent-light .page-headerButton:hover,.page-header.is-transparent-light .page-nav--main .current-menu-ancestor,.page-header.is-transparent-light .page-nav--main .current-menu-item{background-color:#000;color:#fff}.page-header.is-transparent-light .burger:active,.page-header.is-transparent-light .burger:focus,.page-header.is-transparent-light .burger:hover,.page-header.is-transparent-light .burger span{background-color:#fff}.page-header.is-transparent-light .burger:active span,.page-header.is-transparent-light .burger:focus span,.page-header.is-transparent-light .burger:hover span{background-color:#000}.page-header.is-transparent-dark{background-color:transparent;color:#000}.page-header.is-transparent-dark.stick{background-color:#fff;border-bottom:1px solid #e4e4e4}.page-header.is-transparent-dark~.page-hero{margin-top:-72px}.page-header.is-transparent-dark .menu-item:active,.page-header.is-transparent-dark .menu-item:focus,.page-header.is-transparent-dark .menu-item:hover,.page-header.is-transparent-dark .page-headerButton:active,.page-header.is-transparent-dark .page-headerButton:focus,.page-header.is-transparent-dark .page-headerButton:hover,.page-header.is-transparent-dark .page-nav--main .current-menu-ancestor,.page-header.is-transparent-dark .page-nav--main .current-menu-item{background-color:#000;color:#fff}.page-header.is-transparent-dark .burger:active,.page-header.is-transparent-dark .burger:focus,.page-header.is-transparent-dark .burger:hover,.page-header.is-transparent-dark .burger span{background-color:#000}.page-header.is-transparent-dark .burger:active span,.page-header.is-transparent-dark .burger:focus span,.page-header.is-transparent-dark .burger:hover span{background-color:#fff}.page-header .searchform-wrapper{position:absolute;display:none;padding:24px 0;width:100%;background-color:#fff}.search-active .page-header .searchform-wrapper{display:block}.searchform{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px;border:1px solid #e4e4e4}.searchform,.searchform form{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.searchform form{max-width:700px}.searchform .btn,.searchform .countryLinks,.searchform .skipLink{margin-left:24px}.rtl .searchform .btn,.rtl .searchform .countryLinks,.rtl .searchform .skipLink{margin-right:24px;margin-left:0}.searchform.is-advanced .btn,.searchform.is-advanced .countryLinks,.searchform.is-advanced .skipLink{margin:0;-ms-flex-item-align:start;align-self:flex-start}.searchbox .searchform{margin:0 auto;padding:0;border:none}@media (min-width:47.5em){.searchbox .searchform{width:50%}}.searchbox .searchform.is-advanced{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.searchbox .searchform.is-advanced .field-split{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-item-align:stretch;align-self:stretch}.searchbox .searchform.is-advanced .field-split>*{width:49%}.page-nav,.page-nav>ul{height:100%}.page-nav ul{margin:0;list-style:none}.page-nav>ul{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.page-nav .menu-item{display:block;white-space:nowrap}.page-nav .menu-item a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 24px;width:100%;height:100%}.has-many-items .page-nav .menu-item a{padding:4px 20px}@media (min-width:87.5em){.has-many-items .page-nav .menu-item a{padding:4px 24px}}.page-nav .sub-menu{position:absolute;z-index:2;top:100%;display:none;width:300px;background-color:#e4e4e4;color:#000}.page-nav .sub-menu .menu-item{height:72px}.page-nav .sub-menu .menu-item:active,.page-nav .sub-menu .menu-item:focus,.page-nav .sub-menu .menu-item:hover{background-color:#000;color:#fff}.page-nav .sub-menu .menu-item span{overflow-wrap:break-word;white-space:pre-wrap}.page-nav .menu-item-has-children{position:relative}.page-nav .menu-item-has-children:active .sub-menu,.page-nav .menu-item-has-children:focus .sub-menu,.page-nav .menu-item-has-children:hover .sub-menu{display:block}.page-nav .menu-item-has-children:focus-within .sub-menu{display:block}.page-nav--main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto}.rtl .page-nav--main{margin-right:auto;margin-left:0}.page-nav--main ul{display:none}@media (min-width:82.5em){.page-nav--main ul{display:-webkit-box;display:-ms-flexbox;display:flex}}.mobile-menu{position:fixed;top:0;right:0;z-index:5;width:calc(100% - 50px);max-width:400px;height:100vh;background-color:#fff;border-left:1px solid #e4e4e4;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mobile-menu-open .mobile-menu{-webkit-transform:translateZ(0);transform:translateZ(0)}.admin-bar .mobile-menu{top:46px}@media (min-width:48.8125em){.admin-bar .mobile-menu{top:32px}}.mobile-menuHeader{display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;border-bottom:1px solid #b5b5b5}@media (min-width:47.5em){.mobile-menuHeader{height:72px}}.mobile-menuHeader h2{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0;padding:13px 24px;font-size:1.9375rem;border-right:1px solid #b5b5b5}@media (min-width:47.5em){.mobile-menuHeader h2{padding:20px 24px}}.mobile-menu .page-nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.mobile-menu .menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid #b5b5b5;font-size:1.3125rem}.mobile-menu .sub-menu .menu-item:last-child{border-bottom:none}.mobile-menu .menu-item a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px;height:60px;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}@media (min-width:47.5em){.mobile-menu .menu-item a{height:72px}}.mobile-menu .menu-item a:active,.mobile-menu .menu-item a:focus,.mobile-menu .menu-item a:hover{background-color:#e4e4e4}.mobile-menu .menu-item a:focus-within{background-color:#e4e4e4}.mobile-menu .menu-item-has-children>a{width:calc(100% - 60px);max-width:calc(100% - 60px);border-right:1px solid #b5b5b5}@media (min-width:47.5em){.mobile-menu .menu-item-has-children>a{width:calc(100% - 72px);max-width:calc(100% - 72px)}}.mobile-menu .page-nav .sub-menu{position:static;display:block;width:100%;max-height:0;overflow:hidden;background-color:#e4e4e4;-webkit-transition:max-height .2s ease-in-out;transition:max-height .2s ease-in-out}.mobile-menu .page-nav .menu-item.is-open .sub-menu{max-height:1000px}.mobile-menu .page-nav .sub-menu .menu-item:active a,.mobile-menu .page-nav .sub-menu .menu-item:focus a,.mobile-menu .page-nav .sub-menu .menu-item:hover a{background-color:#000;color:#fff}.mobile-menu .page-headerButton .icon-arrow-down{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.mobile-menu .menu-item.is-open .page-headerButton .icon-arrow-down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.mobile-menu .page-headerButton:active,.mobile-menu .page-headerButton:focus,.mobile-menu .page-headerButton:hover{background-color:#e4e4e4}.page-hero{position:relative;padding-top:111px;padding-bottom:80px;background-size:cover;background-position:50%;color:#fff}@media (min-width:47.5em){.page-hero{min-height:710px}}.page-header--light~.page-hero,.page-header--shaded~.page-hero{padding-top:80px}.page-header--transparent-dark~.page-hero,.page-header--transparent-light~.page-hero{padding-top:152px}.page-heroTitle{max-width:840px;margin:0;padding:0 16px;font-size:2.25rem;line-height:1.2}@media (min-width:29.0625em){.page-heroTitle{font-size:3rem;padding:0 20px}}@media (min-width:47.5em){.page-heroTitle{font-size:4.5rem}}.page-heroTitle span{background-color:rgba(0,0,0,.45);color:#fff;-webkit-box-shadow:20px 0 0 rgba(0,0,0,.45),-20px 0 0 rgba(0,0,0,.45);box-shadow:20px 0 0 rgba(0,0,0,.45),-20px 0 0 rgba(0,0,0,.45);-webkit-box-decoration-break:clone;box-decoration-break:clone}p.page-heroContent{display:table;margin-bottom:0;padding:10px 16px;max-width:460px;font-size:1.125rem;background-color:rgba(0,0,0,.45)}@media (min-width:29.0625em){p.page-heroContent{font-size:1.5rem;padding:10px 20px}}.page-heroCta{display:inline-block;background-color:rgba(0,0,0,.45);padding:10px 16px 16px}.page-heroCta .btn,.page-heroCta .countryLinks,.page-heroCta .skipLink{font-size:1.5rem;padding:10px 14px}@media (min-width:29.0625em){.page-heroCta .btn,.page-heroCta .countryLinks,.page-heroCta .skipLink{font-size:1.875rem;padding:11px 20px}}@media (min-width:29.0625em){.page-heroCta{padding:10px 20px 20px}}@media (min-width:47.5em){.page-heroSize--small{min-height:450px}}.page-heroBackground--dark .page-heroContent,.page-heroBackground--dark .page-heroCta,.page-heroBackground--dark .page-heroTitle span{background-color:#000}.page-heroBackground--dark .page-heroTitle span{-webkit-box-shadow:16px 0 0 #000,-16px 0 0 #000;box-shadow:16px 0 0 #000,-16px 0 0 #000}@media (min-width:29.0625em){.page-heroBackground--dark .page-heroTitle span{-webkit-box-shadow:20px 0 0 #000,-20px 0 0 #000;box-shadow:20px 0 0 #000,-20px 0 0 #000}}.page-heroBackground--light .page-heroContent,.page-heroBackground--light .page-heroCta,.page-heroBackground--light .page-heroTitle span{background-color:#fff;color:#000}.page-heroBackground--light .page-heroTitle span{-webkit-box-shadow:16px 0 0 #fff,-16px 0 0 #fff;box-shadow:16px 0 0 #fff,-16px 0 0 #fff}@media (min-width:29.0625em){.page-heroBackground--light .page-heroTitle span{-webkit-box-shadow:20px 0 0 #fff,-20px 0 0 #fff;box-shadow:20px 0 0 #fff,-20px 0 0 #fff}}.page-heroBackground--light .btn,.page-heroBackground--light .countryLinks,.page-heroBackground--light .skipLink{border-color:#000;background-color:#000;color:#fff}.page-heroBackground--light .btn:focus,.page-heroBackground--light .btn:hover,.page-heroBackground--light .countryLinks:focus,.page-heroBackground--light .countryLinks:hover,.page-heroBackground--light .skipLink:focus,.page-heroBackground--light .skipLink:hover{background-color:rgba(0,0,0,.8);color:#fff}.page-heroBackground--none .page-heroContent,.page-heroBackground--none .page-heroCta,.page-heroBackground--none .page-heroTitle,.page-heroBackground--none .page-heroTitle span{padding-left:0;padding-right:0;color:#fff;background-color:transparent}.page-heroBackground--none .page-heroTitle span{-webkit-box-shadow:none;box-shadow:none}.page-heroAlignment--center .hero-content,.page-heroAlignment--centre .hero-content{max-width:840px}.page-hero--video{position:relative;z-index:0}.page-hero--video.is-loaded .image-caption{display:none}.page-heroVideoContainer{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1}.page-heroVideo{position:absolute;top:50%;left:50%;display:none;min-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:47.5em){.page-heroVideo{display:block}}.play-icon{display:inline-block;width:0;height:0;margin-right:12px;border-color:transparent transparent transparent #000;border-style:solid;border-width:10px 0 10px 18px;text-indent:-1000vw;overflow:hidden}.page-heroBackground--light .play-icon{border-color:transparent transparent transparent #fff}.section{padding:20px 0;color:#000}.section:after,.section:before{content:"";display:table;clear:both}@media (min-width:58.75em){.section{padding:60px 0}}@media (max-width:47.49em){.section.is-fullWidth--mobile,.section.is-fullWidth--mobile .container{padding:0;width:100%}}.section--small{padding:25px}.section--dark,.section--tinted{background-color:#e4e4e4}.section--has-bg-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-size:cover;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ie .section--has-bg-image .container{margin:0}.section--bgOrigin-center{background-position:50%}.section--bgOrigin-bottom{background-position:bottom}.section--bgOrigin-top{background-position:top}.section--bgOrigin-left{background-position:0}.section--bgOrigin-right{background-position:100%}.section--textWhite,.section--textWhite a,.section--textWhite h1,.section--textWhite h2,.section--textWhite h3,.section--textWhite h4,.section--textWhite h5,.section--textWhite h6{color:#fff}.section--topSpacing{margin-top:20px}.section--bottomSpacing{margin-bottom:20px}.article-content>*,.section .container>*{margin-bottom:0}.article-content>*+*,.section .container>:not(style)+*{margin-top:24px}.section--no-padding{padding:0}[data-type="amnesty-core/block-row"],[data-type="amnesty-core/block-section"]{width:100%!important;max-width:none!important}.section--has-bg-gradient{position:relative}.section--has-bg-gradient:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:"";display:block;background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.75)),to(transparent));background:linear-gradient(90deg,rgba(0,0,0,.75) 0,transparent)}.section--has-bg-gradient>*{position:relative;z-index:2}.page-footer{padding:28px 20px;background-color:#000;color:#fff}.page-footer a{display:inline-block;color:#fff;font-size:.75rem;font-family:sans-serif}.page-footer a.btn--white{color:#000}.page-footer a:focus,.page-footer a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.page-footerSections>li>a:first-of-type{margin-bottom:24px;padding-bottom:12px;font-size:1.3125rem;text-transform:uppercase;color:#b5b5b5;font-family:var(--font-family-secondary);border-bottom:1px solid #363636;font-weight:bolder}.page-footerSections>li>a:first-of-type:focus,.page-footerSections>li>a:first-of-type:hover{text-decoration:none;cursor:auto}.page-footerSections{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0}.page-footerSections>li{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin-top:24px}@media (min-width:33.75em){.page-footerSections>li{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:47.13896%;flex-basis:47.13896%;width:47.13896%;max-width:47.13896%;margin-right:1.90736%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:none}.page-footerSections>li:nth-child(2){margin-top:0}}@media (min-width:47.5em){.page-footerSections>li{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:22.6158%;flex-basis:22.6158%;width:22.6158%;max-width:22.6158%;margin-right:1.90736%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:0;max-width:none}}@media (min-width:69.375em){.page-footerSections>li{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:14.44142%;flex-basis:14.44142%;width:14.44142%;max-width:14.44142%;margin-right:1.90736%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:none}}.page-footerSections>li:first-of-type{margin-top:0}.page-footerSections li.page-footerSection--large{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:96.18529%;flex-basis:96.18529%;width:96.18529%;max-width:96.18529%;margin-right:1.90736%;margin-top:24px}@media (min-width:47.5em){.page-footerSections li.page-footerSection--large{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:47.13896%;flex-basis:47.13896%;width:47.13896%;max-width:47.13896%;margin-right:1.90736%;margin-top:0}}@media (min-width:47.5em) and (max-width:69.365em){.page-footerSections li.page-footerSection--large:nth-child(n+2):not(:nth-child(3)){margin-top:24px}}@media (min-width:69.375em){.page-footerSections li.page-footerSection--large{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:30.79019%;flex-basis:30.79019%;width:30.79019%;max-width:30.79019%;margin-right:1.90736%;margin-top:0}}.page-footerSection .btn:active,.page-footerSection .btn:focus,.page-footerSection .btn:hover,.page-footerSection .countryLinks:active,.page-footerSection .countryLinks:focus,.page-footerSection .countryLinks:hover,.page-footerSection .skipLink:active,.page-footerSection .skipLink:focus,.page-footerSection .skipLink:hover{text-decoration:none}.page-footerSection p{font-size:.75rem;line-height:1.5}.page-footerSection p:not(:last-child){margin-bottom:24px}.page-footerSections li ul{list-style:none;padding:0;margin:0;line-height:1.5}.page-footerSections li ul li+li{margin-top:12px}.page-footerSections a{display:block}.page-footerSections a.btn,.page-footerSections a.countryLinks,.page-footerSections a.skipLink{display:inline-block}.page-footerSiteSelection ul{list-style:none;padding:0;margin:0}.page-footerSiteSelection li+li{margin-top:4px}.page-footerSiteSelection a{display:inline-block;padding:4px 8px;color:#fff;font-family:var(--font-family-secondary);font-size:1.125rem;font-weight:bolder;text-transform:uppercase}.page-footerSiteSelection .is-selected a,.page-footerSiteSelection a:focus,.page-footerSiteSelection a:hover{background-color:#525252}.page-footerSections:empty+.page-footerBottom{padding-top:0;border:none}.page-footerBottom{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;margin-top:24px;padding-top:48px;border-top:1px solid #363636}.page-footerBottom,.page-footerBottomHalf{display:-webkit-box;display:-ms-flexbox;display:flex}.page-footerBottomHalf{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:96.18529%;flex-basis:96.18529%;width:96.18529%;max-width:96.18529%;margin-right:1.90736%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:69.375em){.page-footerBottomHalf{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:47.13896%;flex-basis:47.13896%;width:47.13896%;max-width:47.13896%;margin-right:1.90736%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.page-footerBottomHalf+.page-footerBottomHalf{margin-left:auto;text-align:right}.page-footerBottomNav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;list-style:none;font-size:.75rem;line-height:1.5;font-family:sans-serif}.page-footerBottomNav li+li{margin-left:12px}.rtl .page-footerBottomNav li+li{margin-left:0;margin-right:12px}@media (min-width:47.5em){.page-footerBottomNav li+li:before{content:"|";display:inline-block;padding-right:12px}.rtl .page-footerBottomNav li+li:before{padding-right:0;padding-left:12px}}.page-footerBottomNav a{color:#fff}.page-footerCopyright{font-size:.75rem;line-height:1.5;color:hsla(0,0%,100%,.7)}.page-footerSocialContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}@media (min-width:69.375em){.page-footerSocialContainer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:0}}.page-footerBottomTitle{font-size:1.125rem;text-transform:uppercase;color:#fff;margin-bottom:12px}@media (min-width:69.375em){.page-footerBottomTitle{margin-bottom:0}}.page-footerSocial{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 0 18px;list-style:none}.rtl .page-footerSocial{margin-right:18px;margin-left:0}.page-footerSocial a{-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;display:block}.page-footerSocial a:active,.page-footerSocial a:focus,.page-footerSocial a:hover{background-color:#333}.page-footerSocial a:focus-within{background-color:#333}.page-footerSocial a span{padding:10px;width:40px;height:40px}.page-footer .page-footerSocial a:focus,.page-footer .page-footerSocial a:hover{text-decoration:none}@media (min-width:47.5em){.row{display:-webkit-box;display:-ms-flexbox;display:flex}}.row+.row,.rowColumn+.rowColumn{margin-top:1.90736%}@media (min-width:47.5em){.rowColumn+.rowColumn{margin-left:1.90736%;margin-top:0}.rtl .rowColumn+.rowColumn{margin-right:1.90736%;margin-left:0}}.rowColumn{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.rowColumn>.blockquote[class*=align-]:first-child{margin-top:0!important}.rowColumn>*+*{margin-top:16px}@media (min-width:47.5em){.row.layout-1\/2\|1\/2>.rowColumn,.row.layout-1\/2\|1\/4\|1\/4>.rowColumn,.row.layout-1\/4\|1\/2\|1\/4>.rowColumn,.row.layout-1\/4\|1\/4\|1\/2>.rowColumn{-webkit-box-flex:0;-ms-flex:0 1 49.04632%;flex:0 1 49.04632%}.row.layout-1\/3\|2\/3>.rowColumn:last-child,.row.layout-2\/3\|1\/3>.rowColumn:first-child{-webkit-box-flex:0;-ms-flex:0 1 65.71299%;flex:0 1 65.71299%}.row.layout-1\/3\|1\/3\|1\/3>.rowColumn,.row.layout-1\/3\|2\/3>.rowColumn:first-child,.row.layout-2\/3\|1\/3>.rowColumn:last-child{-webkit-box-flex:0;-ms-flex:0 1 32.37965%;flex:0 1 32.37965%}.row.layout-1\/2\|1\/4\|1\/4>.rowColumn:not(:first-child),.row.layout-1\/4\|1\/2\|1\/4>.rowColumn:first-child,.row.layout-1\/4\|1\/2\|1\/4>.rowColumn:last-child,.row.layout-1\/4\|1\/4\|1\/2>.rowColumn:not(:last-child),.row.layout-1\/4\|1\/4\|1\/4\|1\/4>.rowColumn{-webkit-box-flex:0;-ms-flex:0 1 23.56948%;flex:0 1 23.56948%}}.article{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:100px;max-width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:52.5em){.article{-webkit-box-flex:1;-ms-flex:1 1 calc(100% - 88px);flex:1 1 calc(100% - 88px);-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.article-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:69.375em){.article-container{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.article-container--report{margin-top:80px}.article-container--report .article-content{padding-top:30px;border-top:1px solid #e7e7e7}.article.has-sidebar{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:100%;max-width:100%;margin-right:auto}@media (min-width:52.5em){.article.has-sidebar{-webkit-box-flex:1;-ms-flex:1 1 calc(100% - 88px);flex:1 1 calc(100% - 88px);-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (min-width:69.375em){.article.has-sidebar{-webkit-box-flex:0;-ms-flex:0 1 900px;flex:0 1 900px;width:900px;max-width:900px}}.rtl .article.has-sidebar{margin-right:0;margin-left:auto}.article-figure{position:relative;margin-bottom:32px;background-color:#e7e7e7;text-align:center}.article-figure.is-stretched img{min-width:100%}.article-title{margin-bottom:0}.article-termWrapper{background:#000;padding:8px 10px;color:#fff}.article-attachmentTitle{font-size:2.625rem;margin-top:54px}.article-attachmentMeta{border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;margin-bottom:24px;padding:8px 0;font-size:.875rem}.article-attachmentMeta *+:before,.rtl .article-attachmentMeta *+:after{content:var(--list-separator)}.rtl .article-attachmentMeta *+:before{content:""}.article-content>h4,.article-content>h6{color:#767676}.article-content a:active,.article-content a:focus,.article-content a:hover{text-decoration:none}.article-content a:focus-within{text-decoration:none}.article-content .section:not(.section--tinted):not(.section--has-bg-image){padding:0}.article-content .btn,.article-content .countryLinks,.article-content .skipLink{text-decoration:none}.bylineContainer{border-bottom:1px solid;border-top:1px solid;padding-top:20px;padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:25px}.avatarContainer{padding-right:10px}.authorInfoContainer{-ms-flex-item-align:center;align-self:center;font-size:.875rem}.authorTwitter{color:#1da1f2;font-family:var(--font-family-primary);font-weight:lighter}.authorTwitter:active,.authorTwitter:focus,.authorTwitter:hover{opacity:.8}.authorTwitter:before{content:" ";display:inline-block;-webkit-transform:scale(.6);transform:scale(.6);vertical-align:-20%;pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;width:20px;height:17px;background-position:-246px -131px}.authorName{font-family:var(--font-family-primary);font-weight:lighter;text-decoration:underline}.authorName:hover{text-decoration:none}.article-backLink{text-decoration:underline;font-size:.875rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.article-backLink,.article-backLink .arrow-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.article-backLink .arrow-icon:before{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;width:17px;height:11px;background-position:-290px -200px;content:" "}.rtl .article-backLink .arrow-icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.article-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.article-meta .btn,.article-meta .countryLinks,.article-meta .skipLink{margin-right:12px}.rtl .article-meta .btn,.rtl .article-meta .countryLinks,.rtl .article-meta .skipLink{margin-right:0;margin-left:12px}.postDate{font-family:var(--font-family-primary);font-weight:lighter}.article-docref{margin:24px 0;padding:10px 0;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7}.parentTerm-link{display:block;margin-bottom:32px;text-transform:uppercase;font-weight:700;font-family:var(--font-family-secondary)}.parentTerm-link a+a{margin-left:16px}.rtl .parentTerm-link a+a{margin-right:16px;margin-left:0}.article-recipients{position:relative;margin-bottom:24px}.article-recipients summary{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:19px 24px;width:270px;max-width:100%;background-color:#000;color:#fff;font-family:var(--font-family-secondary);text-transform:uppercase;font-weight:bolder;cursor:pointer}.article-recipients summary::marker{display:none}.article-recipients summary:after{background-position:-271px -131px;content:"";display:inline-block;margin-left:auto}.article-recipients[open] summary:after,.article-recipients summary:after{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;width:16px;height:16px}.article-recipients[open] summary:after{background-position:-271px -194px}.article-recipients[open] div{position:absolute;z-index:1;top:100%}.article-recipients div{padding:20px 24px;max-width:100%;min-width:50%;border:1px solid #b5b5b5;background-color:#e4e4e4}.article-recipients div p{margin-top:0;margin-bottom:0;font-family:var(--font-family-secondary);font-size:1.125rem}.article-recipients div p+p{margin-top:30px}.article-header{margin-bottom:16px}@media (min-width:47.5em){.article-header{margin-bottom:24px}}.article-header .article-header-block{display:inline-block;padding:16px;margin-bottom:32px;background:#000;color:#fff}.article-header .article-header-block h1{color:#fff;text-transform:uppercase}.article-header .article-term{font-size:1rem;text-transform:uppercase;font-family:var(--font-family-secondary)}.article-content.is-narrow,.article-header.is-narrow{padding-right:60px}.rtl .article-content.is-narrow,.rtl .article-header.is-narrow{padding-right:0;padding-left:60px}.article-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%;margin:48px 0 0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media (min-width:69.375em){.article-sidebar{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1 1 392px;flex:1 1 392px;width:392px;max-width:392px;margin:0 0 0 16px}}.article-sidebar:empty{margin-top:0;margin-bottom:0}@media (min-width:69.375em){.article-sidebar:not(:empty){margin-top:86px}}@media (min-width:69.375em){.single-post .article-sidebar:not(:empty){margin-top:67px}}@media (min-width:69.375em){.page .article-sidebar:not(:empty){margin-top:6px}}.article-sidebar>*{margin-bottom:0}.article-sidebar>*+*{margin-top:24px}.article-sidebar .section{margin:0 auto;max-width:100%;padding:24px}@media (min-width:69.375em){.article-sidebar .linkList li{width:100%}}.article-sidebar .linkList-item{min-height:0}.article-sidebar .linksWithIcons-group.is-vertical{margin-left:0;margin-right:0;width:100%}.article-shareContainer{position:relative;width:100%;max-width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:24px auto 0!important}@media (min-width:52.5em){.article-shareContainer{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-top:10px!important;margin-right:16px!important;margin-left:16px!important;max-width:56px;-webkit-box-flex:0;-ms-flex:0 0 56px;flex:0 0 56px}.single-post .article-shareContainer{margin-top:0!important}}.article-shareContainer:empty{margin-top:0;margin-bottom:0}.article-shareContainer--absolute{margin-top:20px;margin-left:10px;max-width:100%}.article-shareContainer--absolute .article-share ul{display:-webkit-box;display:-ms-flexbox;display:flex}.article-shareContainer--absolute .article-share li+li{border-left:1px solid #fff;border-top:none}@media (min-width:58.75em){.article-shareContainer--absolute{margin-top:60px}}@media (min-width:61.75em){.article-shareContainer--absolute{position:absolute;z-index:2;top:0;left:0;height:100%;max-width:56px}.article-shareContainer--absolute .article-share ul{display:block}.article-shareContainer--absolute .article-share li+li{border-left:none;border-top:1px solid #fff}}.section--small:first-child+.article-shareContainer--absolute{margin-top:20px}@media (min-width:58.75em){.section--small:first-child+.article-shareContainer--absolute{margin-top:20px}}.article-share{position:static;top:20px;max-width:113px;margin:0 auto;-webkit-transition:top .3s ease-in-out;transition:top .3s ease-in-out}@media (min-width:52.5em){.article-share{position:sticky}}.admin-bar .article-share{top:66px}@media (min-width:48.8125em){.admin-bar .article-share{top:52px}}.article-shareTitle{margin-bottom:0;font-size:1.125rem;font-family:var(--font-family-secondary);text-transform:uppercase;text-align:center;line-height:1.44;color:#fff!important;background-color:#000;border-bottom:1px solid #e4e4e4}.article-share ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:0;padding:0!important;list-style:none}@media (min-width:52.5em){.article-share ul{display:block}}.article-share a{-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;display:block;padding:12px;width:56px;height:56px;text-align:center;background-color:#000}.article-share a:active,.article-share a:focus,.article-share a:hover{background-color:#333}.article-share a:focus-within{background-color:#333}.article-share ul li+li{border-left:1px solid #e4e4e4}.rtl .article-share ul li+li{border-right:1px solid #e4e4e4;border-left:none}@media (min-width:52.5em){.article-share ul li+li{border-top:1px solid #e4e4e4;border-left:none}.rtl .article-share ul li+li{border-right:none}}.article-share img{max-height:100%}li>ol,li>ul{margin-bottom:0}ol,ul{margin-left:18px}.list--inline{margin:0;padding:0;list-style:none}.list--inline li{display:inline}.list--bare{margin-left:0;padding-left:0;list-style:none}dl{display:grid;grid-template-columns:80px 1fr}dt{grid-column-start:1;font-weight:600}dd{grid-column-start:2;margin-left:0}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:24px}.media:after,.media:before{content:"";display:table;clear:both}.media-figure{margin-right:24px}.media-figure,.media-figure img{vertical-align:bottom}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.media-body:last-child,.media-body>:last-child{margin-bottom:0}.media--flip{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.media--flip>.media-figure{margin-right:0;margin-left:24px}.media--stack{display:block;text-align:center}.media--stack>.media-figure{margin:auto auto 24px}.media--wrap{display:block}.media--wrap>.media-figure{float:left}.media--flip.media--wrap>.media-figure{float:right}.media--valign{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.media--large>.media-figure{width:180px}.media--large>.media-figure img{max-width:100%;max-height:100%}.media--medium>.media-figure{width:140px}.media--medium>.media-figure img{max-width:100%;max-height:100%}.media--small>.media-figure{width:100px}.media--small>.media-figure img{max-width:100%;max-height:100%}@media (max-width:33.74em){.media{display:block;text-align:center}.media--flip>.media-figure,.media-figure{margin:auto auto 24px}.media--flip.media--wrap>.media-figure,.media--wrap>.media-figure{float:none}}.thumbnail{margin-top:24px}.thumbnail-figure img{width:100%}.thumbnail-body{margin:12px 0;padding:0 12px;text-align:center}.thumbnail a{font-weight:bolder}.thumbnail-meta{font-size:.83331rem}*+.thumbnail-title{margin-top:6px}.thumbnail-title{font-size:1.44rem;margin-bottom:0}.thumbnail-title a{color:#262626;font-weight:bolder}.thumbnail-append{display:inline-block;margin-top:6px}@media (max-width:33.74em){.thumbnails{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.thumbnails .thumbnail{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:96.18529%;flex-basis:96.18529%;width:96.18529%;max-width:96.18529%;margin-right:1.90736%}.thumbnails .thumbnail:nth-child(1n+1){margin-right:0}.thumbnails .thumbnail:nth-child(-n+1){margin-top:0}}@media (min-width:33.75em) and (max-width:69.365em){.thumbnails{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.thumbnails .thumbnail{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:47.13896%;flex-basis:47.13896%;width:47.13896%;max-width:47.13896%;margin-right:1.90736%}.thumbnails .thumbnail:nth-child(2n+2){margin-right:0}.thumbnails .thumbnail:nth-child(-n+2){margin-top:0}}@media (min-width:69.375em){.thumbnails{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.thumbnails .thumbnail{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:22.6158%;flex-basis:22.6158%;width:22.6158%;max-width:22.6158%;margin-right:1.90736%}.thumbnails .thumbnail:nth-child(4n+4){margin-right:0}.thumbnails .thumbnail:nth-child(-n+4){margin-top:0}}.thumbnails--small{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.thumbnails--small .thumbnail{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:17.71117%;flex-basis:17.71117%;width:17.71117%;max-width:17.71117%;margin-right:1.90736%}.thumbnails--small .thumbnail:nth-child(5n+5){margin-right:0}.thumbnails--small .thumbnail:nth-child(-n+5){margin-top:0}.social-facebook,.social-google,.social-instagram,.social-twitter,.social-youtube{position:relative;display:block;text-indent:-1000vw;width:20px;height:20px;color:transparent}.ie .social-facebook,.ie .social-google,.ie .social-instagram,.ie .social-twitter,.ie .social-youtube{visibility:hidden}.social-facebook:after,.social-google:after,.social-instagram:after,.social-twitter:after,.social-youtube:after{content:"";position:absolute;top:calc(50% - 10px);left:calc(50% - 10px);display:block;width:20px;height:20px;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;visibility:visible}.social-facebook:after{background-position:-246px -5px}.social-google:after{background-position:-246px -155px}.social-instagram:after{background-position:-246px -180px}.social-twitter:after{background-position:-246px -55px}.social-youtube:after{background-position:-246px -205px}fieldset{margin:12px -12px;padding:12px;border:none;background-color:rgba(0,0,0,.1)}fieldset legend{display:block;width:100%;float:left}.element-select,.js .wooccm-field-country .woocommerce-input-wrapper,.js .wooccm-type-select .woocommerce-input-wrapper{position:relative}.news-sidebar .element-select,.news-sidebar .js .wooccm-field-country .woocommerce-input-wrapper,.news-sidebar .js .wooccm-type-select .woocommerce-input-wrapper{display:inline-block}.element-select:after,.js .wooccm-field-country .woocommerce-input-wrapper:after,.js .wooccm-type-select .woocommerce-input-wrapper:after{position:absolute;top:calc(50% - 8px);right:10px;content:"";display:inline-block;width:16px;height:16px;background-image:url(../images/sprite.svg);background-repeat:no-repeat;background-size:313px 300px;background-position:-271px -215px;pointer-events:none}.rtl .element-select:after,.rtl .js .wooccm-field-country .woocommerce-input-wrapper:after,.rtl .js .wooccm-type-select .woocommerce-input-wrapper:after{right:unset;left:10px}.element-select select,.js .wooccm-field-country .woocommerce-input-wrapper select,.js .wooccm-type-select .woocommerce-input-wrapper select{margin-right:0!important;padding:12px 32px 12px 10px;width:100%;font-size:.875rem;font-family:var(--font-family-secondary);-webkit-appearance:none;-moz-appearance:none;appearance:none;text-transform:uppercase;background-color:#fff;border:1px solid #000;border-radius:0;font-weight:bolder;cursor:pointer}.element-select .rtl select,.js .wooccm-field-country .woocommerce-input-wrapper .rtl select,.js .wooccm-type-select .woocommerce-input-wrapper .rtl select,.rtl .element-select select,.rtl .js .wooccm-field-country .woocommerce-input-wrapper select,.rtl .js .wooccm-type-select .woocommerce-input-wrapper select{padding-right:10px;padding-left:32px}.element-select select::-ms-expand,.js .wooccm-field-country .woocommerce-input-wrapper select,.js .wooccm-type-select .woocommerce-input-wrapper select{display:none}.element-select--inverse:after{background-position:-271px -131px}.element-select--inverse select{background:#000;color:#fff}.customSelect-label{margin:0;font-size:1rem;line-height:2}.customSelect-wrapper{position:relative;display:block;font-family:var(--font-family-secondary);font-size:1rem;text-align:left;text-transform:uppercase;background:transparent}.rtl .customSelect-wrapper{text-align:right}.customSelect-field,.customSelect-listItem{width:100%;padding:14px 32px 14px 10px;text-align:left;text-transform:uppercase}.rtl .customSelect-field,.rtl .customSelect-listItem{padding:14px 10px 14px 32px;text-align:right}.customSelect-field,.customSelect-wrapper{min-width:250px}.customSelect-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;height:100%;font-weight:600;border:1px solid #000;background:transparent}.customSelect-field:after{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;width:16px;height:16px;background-position:-271px -215px;position:absolute;top:calc(50% - 8px);right:10px;display:inline-block;content:""}.rtl .customSelect-field:after{right:unset;left:10px}.customSelect-field[aria-expanded=true]:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.customSelect-fieldValue{font-family:var(--font-family-secondary)}.customSelect-list{position:absolute;top:calc(100% - 1px);z-index:10;visibility:hidden;margin:0;width:100%;max-height:270px;overflow-y:scroll;list-style:none;border:1px solid #000;background-color:#fff;color:#000}.customSelect--listShow{visibility:visible}.customSelect-listItem:active,.customSelect-listItem:focus,.customSelect-listItem:hover{background-color:#fdff28}.customSelect--selected{background-color:#f8d72b}.section--textWhite .customSelect-field,.section--textWhite select{color:#fff}.section--textWhite .customSelect-field{border-color:#fff}.section--textWhite .customSelect-field:after{background-position:-271px -131px}.download-block .customSelect-field{background-color:#fff}.section--textWhite .download-block .customSelect-field{background-color:unset}.select2-container .select2-selection--single{border-radius:0;border:1px solid #000;padding:12px;height:auto;font-family:var(--font-family-secondary);font-size:.875rem;font-weight:400;line-height:normal;text-transform:uppercase;color:#767676;opacity:1}.select2-container--default .select2-selection--single .select2-selection__rendered{padding:0;font-weight:600;line-height:normal;color:#000}.select2-container--default .select2-selection--single .select2-selection__arrow{height:40px}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#fdff28;color:#000}.select2-results__option{font-family:var(--font-family-secondary);font-size:.875rem;font-weight:400;text-transform:uppercase;color:#767676}input,label,optgroup,select,textarea{font-family:var(--font-family-secondary);font-size:1rem}textarea{min-height:124px;resize:vertical}input[type=password]{text-transform:none}input[type=number]{padding-right:0}input[type=checkbox],input[type=radio]{position:relative;width:24px;height:24px}input[type=checkbox]:after,input[type=radio]:after{position:absolute;top:0;left:0;width:22px;height:22px;line-height:1.375rem;text-align:center;pointer-events:none}input[type=checkbox]:checked:after{content:"✔"}input[type=radio]{border-radius:50%}input[type=radio]:checked:after{content:"⬤"}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-family:var(--font-family-secondary);font-size:1rem;font-weight:400;text-transform:uppercase;color:#767676;opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{font-family:var(--font-family-secondary);font-size:1rem;font-weight:400;text-transform:uppercase;color:#767676;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{font-family:var(--font-family-secondary);font-size:1rem;font-weight:400;text-transform:uppercase;color:#767676;opacity:1}input:-moz-placeholder,textarea:-moz-placeholder{font-family:var(--font-family-secondary);font-size:1rem;font-weight:400;text-transform:uppercase;color:#767676;opacity:1}.woocommerce-cart table.cart td.actions .coupon .input-text,input,textarea{padding:12px;width:100%;font-size:.875rem;font-family:var(--font-family-secondary);-webkit-appearance:none;-moz-appearance:none;appearance:none;text-transform:uppercase;font-weight:600;background-color:#fff;border:1px solid #000;border-radius:0;cursor:text}.input-narrow{max-width:250px}.input-fixed{width:250px!important}.woocommerce form .form-row{display:block}.woocommerce form .form-row-login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border-radius:0}.woocommerce form .lost_password{margin-bottom:0}.woocommerce form .form-row .input-checkbox{display:inline-block}.woocommerce #content table.cart td.actions .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text{width:100px}.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:5px}.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox input{margin-right:5px}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}*+.grid{margin-top:24px}.grid-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none;min-height:360px;padding:24px;background-color:#b5b5b5;background-position:50%;background-size:cover;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%}@media (min-width:33.75em){.grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.article-sidebar .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none;min-width:49%}}.grid-item:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;will-change:opacity;background-color:#111;opacity:0;z-index:-1;pointer-events:none;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.grid-item:focus:before,.grid-item:hover:before{opacity:.4}.grid-item:focus-within:before{opacity:.4}.grid-item .grid-content{max-width:100%}.grid-item .grid-content a{position:relative;z-index:2}.floating-anchor{display:block;position:absolute;width:100%;height:100%;left:0;top:0;z-index:1}.grid-itemMeta{padding:4px 12px;text-transform:uppercase;font-size:1rem;font-family:var(--font-family-secondary);font-weight:bolder;background-color:#000;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff}span.grid-itemMeta a{color:#fff;text-decoration:none}.grid-itemTitle{display:block;margin-top:1px;margin-bottom:0;padding:0 12px;max-width:100%;font-size:1.5rem;line-height:1.2;text-decoration:none}h3.grid-itemTitle>a,h3.grid-itemTitle>span{color:#000;background-color:#fff;-webkit-box-shadow:-12px 0 0 0 #fff,12px 0 0 0 #fff;box-shadow:-12px 0 0 0 #fff,12px 0 0 0 #fff;-webkit-box-decoration-break:clone;box-decoration-break:clone;text-decoration:none;max-width:100%}.grid-itemContent{position:relative;display:none;overflow:hidden;max-width:100%}.no-js .grid-item:focus .grid-itemContent,.no-js .grid-item:hover .grid-itemContent{display:block}.no-js .grid-item:focus-within .grid-itemContent{display:block}.grid-itemContent p{margin-top:20px;margin-bottom:0;padding:12px;color:#000;line-height:1.4;font-size:1rem;background-color:#fff;max-width:100%}.grid-itemContent a{color:#000;font-weight:bolder;font-family:var(--font-family-secondary);text-transform:uppercase}.grid-2 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%;max-width:none}@media (min-width:33.75em){.grid-2 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.article-sidebar .grid-2 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none;min-width:49%}}.grid-2 .grid-item+.grid-item{margin-top:1.90736%}@media (min-width:33.75em){.grid-2 .grid-item+.grid-item{margin-top:0;margin-left:calc(1.90736% - 1px)}.rtl .grid-2 .grid-item+.grid-item{margin-right:calc(1.90736% - 1px);margin-left:0}.article-sidebar .grid-2 .grid-item+.grid-item{margin-left:0;margin-top:1.90736%}.rtl .article-sidebar .grid-2 .grid-item+.grid-item{margin-right:0}}.grid-3 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}@media (min-width:33.75em){.grid-3 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.article-sidebar .grid-3 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}}@media (min-width:47.5em){.grid-3 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:32.06176%;flex-basis:32.06176%;width:32.06176%;max-width:32.06176%}.article-sidebar .grid-3 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}}.grid-3 .grid-item:first-child{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}@media (min-width:47.5em){.grid-3 .grid-item:first-child{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:32.06176%;flex-basis:32.06176%;width:32.06176%;max-width:32.06176%}.article-sidebar .grid-3 .grid-item:first-child{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}}.grid-3 .grid-item:nth-child(n+2){margin-top:1.90736%}@media (min-width:33.75em){.grid-3 .grid-item:nth-child(n+2){margin-left:calc(1.90736% - 1px)}.rtl .grid-3 .grid-item:nth-child(n+2){margin-left:0;margin-right:calc(1.90736% - 1px)}.article-sidebar .grid-3 .grid-item:nth-child(n+2){margin-left:0}.rtl .article-sidebar .grid-3 .grid-item:nth-child(n+2){margin-right:0}}@media (min-width:47.5em){.grid-3 .grid-item:nth-child(n+2){margin-top:0}.article-sidebar .grid-3 .grid-item:nth-child(n+2){margin-top:1.90736%}}.grid-3 .grid-item:nth-child(2){margin-left:0}@media (min-width:47.5em){.grid-3 .grid-item:nth-child(2){margin-left:calc(1.90736% - 1px)}.rtl .grid-3 .grid-item:nth-child(2){margin-right:calc(1.90736% - 1px);margin-left:0}.article-sidebar .grid-3 .grid-item:nth-child(2){margin-left:0}.rtl .article-sidebar .grid-3 .grid-item:nth-child(2){margin-right:0}}@media (min-width:47.5em){.row.layout-1\/2\|1\/2>.rowColumn .grid-3 .grid-item,.row.layout-1\/4\|1\/2\|1\/4>.rowColumn .grid-3 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%}.row.layout-1\/2\|1\/2>.rowColumn .grid-3 .grid-item+.grid-item,.row.layout-1\/4\|1\/2\|1\/4>.rowColumn .grid-3 .grid-item+.grid-item{margin-left:0}.row.layout-1\/2\|1\/2>.rowColumn .grid-3 .grid-item:nth-child(n+2),.row.layout-1\/4\|1\/2\|1\/4>.rowColumn .grid-3 .grid-item:nth-child(n+2){margin-top:1.90736%}}@media (min-width:58.75em){.row.layout-1\/2\|1\/2>.rowColumn .grid-3 .grid-item,.row.layout-1\/4\|1\/2\|1\/4>.rowColumn .grid-3 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.row.layout-1\/2\|1\/2>.rowColumn .grid-3 .grid-item:first-child,.row.layout-1\/4\|1\/2\|1\/4>.rowColumn .grid-3 .grid-item:first-child{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%}.row.layout-1\/2\|1\/2>.rowColumn .grid-3 .grid-item+.grid-item,.row.layout-1\/4\|1\/2\|1\/4>.rowColumn .grid-3 .grid-item+.grid-item{margin-left:1.90736%}.row.layout-1\/2\|1\/2>.rowColumn .grid-3 .grid-item:nth-child(2),.row.layout-1\/4\|1\/2\|1\/4>.rowColumn .grid-3 .grid-item:nth-child(2){margin-left:0}.row.layout-1\/2\|1\/2>.rowColumn .grid-3 .grid-item:nth-child(n+2),.row.layout-1\/4\|1\/2\|1\/4>.rowColumn .grid-3 .grid-item:nth-child(n+2){margin-top:1.90736%}.row.layout-1\/3\|2\/3>.rowColumn:last-child,.row.layout-2\/3\|1\/3>.rowColumn:first-child{-webkit-box-flex:0;-ms-flex:0 0 65.71299%;flex:0 0 65.71299%}.row.layout-1\/3\|2\/3>.rowColumn:first-child .grid-3 .grid-item,.row.layout-1\/4\|1\/2\|1\/4>.rowColumn:first-child .grid-3 .grid-item,.row.layout-1\/4\|1\/2\|1\/4>.rowColumn:last-child .grid-3 .grid-item,.row.layout-1\/4\|1\/4\|1\/4\|1\/4>.rowColumn .grid-3 .grid-item,.row.layout-2\/3\|1\/3>.rowColumn:last-child .grid-3 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%}}.grid-4 .grid-item,.grid-8 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}@media (min-width:52.5em){.grid-4 .grid-item,.grid-8 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.article-sidebar .grid-4 .grid-item,.article-sidebar .grid-8 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}}@media (min-width:69.375em){.grid-4 .grid-item,.grid-8 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:23.56948%;flex-basis:23.56948%;width:23.56948%;max-width:23.56948%}}.grid-4 .grid-item+.grid-item,.grid-8 .grid-item+.grid-item{margin-top:1.90736%}@media (min-width:52.5em){.grid-4 .grid-item+.grid-item,.grid-8 .grid-item+.grid-item{margin-top:0;margin-left:calc(1.90736% - 1px)}.rtl .grid-4 .grid-item+.grid-item,.rtl .grid-8 .grid-item+.grid-item{margin-right:calc(1.90736% - 1px);margin-left:0}.article-sidebar .grid-4 .grid-item+.grid-item,.article-sidebar .grid-8 .grid-item+.grid-item{margin-top:1.90736%;margin-left:0}.rtl .article-sidebar .grid-4 .grid-item+.grid-item,.rtl .article-sidebar .grid-8 .grid-item+.grid-item{margin-right:0}}.grid-4 .grid-item:nth-child(2n+3),.grid-8 .grid-item:nth-child(2n+3){margin-left:0}.rtl .grid-4 .grid-item:nth-child(2n+3),.rtl .grid-8 .grid-item:nth-child(2n+3){margin-right:0}@media (min-width:69.375em){.grid-4 .grid-item:nth-child(2n+3),.grid-8 .grid-item:nth-child(2n+3){margin-left:calc(1.90736% - 1px)}.rtl .grid-4 .grid-item:nth-child(2n+3),.rtl .grid-8 .grid-item:nth-child(2n+3){margin-right:calc(1.90736% - 1px);margin-left:0}}.grid-4 .grid-item:nth-child(n+3),.grid-8 .grid-item:nth-child(n+3){margin-top:1.90736%}@media (min-width:69.375em){.grid-4 .grid-item:nth-child(n+3),.grid-8 .grid-item:nth-child(n+3){margin-top:0}}.grid-5 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}@media (min-width:33.75em){.grid-5 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.article-sidebar .grid-5 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}}@media (min-width:47.5em){.grid-5 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:32.06176%;flex-basis:32.06176%;width:32.06176%;max-width:32.06176%}}@media (min-width:47.5em){.grid-5 .grid-item+.grid-item{margin-left:calc(1.90736% - 1px)}.rtl .grid-5 .grid-item+.grid-item{margin-right:calc(1.90736% - 1px);margin-left:0}.article-sidebar .grid-5 .grid-item+.grid-item{margin-left:0;margin-top:1.90736%}}@media (min-width:47.5em){.grid-5 .grid-item:nth-child(-n+2){-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.article-sidebar .grid-5 .grid-item:nth-child(-n+2){-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}}.grid-5 .grid-item:first-child{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}@media (min-width:47.5em){.grid-5 .grid-item:first-child{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}}@media (min-width:47.5em){.grid-5 .grid-item:nth-child(3){margin-left:0}.rtl .grid-5 .grid-item:nth-child(3){margin-right:0}}@media (min-width:47.5em){.grid-5 .grid-item:nth-child(n+3){margin-top:1.90736%}}@media (min-width:33.75em) and (max-width:47.49em){.grid-5 .grid-item:nth-child(2n+3){margin-left:calc(1.90736% - 1px)}.rtl .grid-5 .grid-item:nth-child(2n+3){margin-right:calc(1.90736% - 1px);margin-left:0}}@media (max-width:47.49em){.grid-5 .grid-item:nth-child(n+2){margin-top:1.90736%}}.grid-6 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}@media (min-width:33.75em){.grid-6 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.article-sidebar .grid-6 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}}@media (min-width:52.5em){.grid-6 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:23.56948%;flex-basis:23.56948%;width:23.56948%;max-width:23.56948%}}.grid-6 .grid-item+.grid-item{margin-top:1.90736%}@media (min-width:33.75em){.grid-6 .grid-item+.grid-item{margin-top:0}.article-sidebar .grid-6 .grid-item+.grid-item{margin-top:1.90736%;margin-left:0}.rtl .article-sidebar .grid-6 .grid-item+.grid-item{margin-right:0}}@media (min-width:52.5em){.grid-6 .grid-item+.grid-item{margin-left:calc(1.90736% - 1px)}.rtl .grid-6 .grid-item+.grid-item{margin-right:calc(1.90736% - 1px);margin-left:0}}@media (min-width:33.75em) and (max-width:52.49em){.grid-6 .grid-item:nth-child(2n+2){margin-left:calc(1.90736% - 1px)}.rtl .grid-6 .grid-item:nth-child(2n+2){margin-right:calc(1.90736% - 1px);margin-left:0}}@media (min-width:33.75em){.grid-6 .grid-item:nth-child(-n+2){-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.article-sidebar .grid-6 .grid-item:nth-child(-n+2){-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}}@media (min-width:33.75em){.grid-6 .grid-item:nth-child(n+3){margin-top:1.90736%}}.grid-6 .grid-item:nth-child(3){margin-left:0}.rtl .grid-6 .grid-item:nth-child(3){margin-left:0;margin-right:0}@media (min-width:33.75em){.grid-7 .grid-item+.grid-item{margin-left:calc(1.90736% - 1px)}.rtl .grid-7 .grid-item+.grid-item{margin-right:calc(1.90736% - 1px);margin-left:0}.article-sidebar .grid-7 .grid-item+.grid-item{margin-left:0;margin-top:1.90736%}.rtl .article-sidebar .grid-7 .grid-item+.grid-item{margin-right:0}}.grid-7 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}@media (min-width:33.75em){.grid-7 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.article-sidebar .grid-7 .grid-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}}@media (min-width:52.5em){.grid-7 .grid-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:23.56948%;flex-basis:23.56948%;width:23.56948%;max-width:23.56948%}}@media (min-width:33.75em){.grid-7 .grid-item:nth-child(-n+3){-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.article-sidebar .grid-7 .grid-item:nth-child(-n+3){-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}}@media (min-width:47.5em){.grid-7 .grid-item:nth-child(-n+3){-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:32.06176%;flex-basis:32.06176%;width:32.06176%;max-width:32.06176%}}.grid-7 .grid-item:first-child{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:none}@media (min-width:47.5em){.grid-7 .grid-item:first-child{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:32.06176%;flex-basis:32.06176%;width:32.06176%;max-width:32.06176%}}@media (max-width:52.49em){.grid-7 .grid-item:nth-child(2n+4){margin-left:0}.rtl .grid-7 .grid-item:nth-child(2n+4){margin-right:0}}.grid-7 .grid-item:nth-child(2){margin-left:0}.rtl .grid-7 .grid-item:nth-child(2){margin-right:0}@media (min-width:47.5em){.grid-7 .grid-item:nth-child(2){margin-left:calc(1.90736% - 1px)}.rtl .grid-7 .grid-item:nth-child(2){margin-right:calc(1.90736% - 1px);margin-left:0}}.grid-7 .grid-item:nth-child(4){margin-left:0}.rtl .grid-7 .grid-item:nth-child(4){margin-right:0}.grid-7 .grid-item:nth-child(n+2){margin-top:1.90736%}@media (min-width:47.5em){.grid-7 .grid-item:nth-child(n+2){margin-top:0}}@media (min-width:47.5em){.grid-7 .grid-item:nth-child(n+4){margin-top:1.90736%}}.grid-8 .grid-item:nth-child(5){margin-left:0}.rtl .grid-8 .grid-item:nth-child(5){margin-right:0}.grid-8 .grid-item:nth-child(n+5){margin-top:1.90736%}.icon{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;display:inline-block}.icon-arrow-left{background-position:-234px -240px;display:inline-block}.icon-arrow-left,.rtl .icon-arrow-left{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;width:16px;height:16px}.rtl .icon-arrow-left{background-position:-110px -265px}.icon-remove{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;width:16px;height:16px;background-position:0 -285px;display:inline-block}.remove-link:active .icon-remove,.remove-link:focus .icon-remove,.remove-link:hover .icon-remove{background-position:-20px -285px}.icon-remove-alt{background-position:-20px -285px}.icon-document,.icon-remove-alt{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;width:16px;height:16px;display:inline-block}.icon-document{background-position:-26px -265px}.icon-cart{width:22px;height:22px}.mobile-menu .icon-cart,.page-header.is-light .icon-cart,.page-header.page-header.is-transparent-dark .icon-cart{background-position:-284px -230px}.page-header.is-light .page-nav--main .current-menu-item .icon-cart,.page-header.is-shaded .icon-cart,.page-header.is-transparent-light .icon-cart,.page-header.page-header.is-transparent-dark .menu-item-cart:active .icon-cart,.page-header.page-header.is-transparent-dark .menu-item-cart:focus .icon-cart,.page-header.page-header.is-transparent-dark .menu-item-cart:hover .icon-cart{background-position:-284px -260px}.icon-search{width:18px;height:18px}.page-header.is-light .icon-search,.page-header.is-transparent-dark .icon-search{background-position:-128px -240px}.page-header.is-light .page-nav--main .current-menu-item .icon-search,.page-header.is-shaded .icon-search,.page-header.is-transparent-dark .page-headerButton:active .icon-search,.page-header.is-transparent-dark .page-headerButton:focus .icon-search,.page-header.is-transparent-dark .page-headerButton:hover .icon-search,.page-header.is-transparent-light .icon-search{background-position:-105px -240px}.icon-close{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:469.5px 450px;width:24px;height:24px;background-position:-291px -397.5px}@media (min-width:47.5em){.icon-close{background-size:626px 600px;width:32px;height:32px;background-position:-388px -530px}}.icon-arrow-down{background-size:469.5px 450px;width:24px;height:24px}@media (min-width:47.5em){.icon-arrow-down{background-size:626px 600px;width:32px;height:32px}}.mobile-menu .icon-arrow-down{background-position:-406.5px -322.5px}@media (min-width:47.5em){.mobile-menu .icon-arrow-down{background-position:-542px -430px}}.modal-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;background-color:rgba(17,17,17,.8);opacity:0;z-index:-999;-webkit-transition:opacity .3s ease-in-out,z-index .3s step-end;transition:opacity .3s ease-in-out,z-index .3s step-end}.modal-container.is-open{z-index:999;opacity:1;-webkit-transition:opacity .3s ease-in-out,z-index .3s step-start;transition:opacity .3s ease-in-out,z-index .3s step-start}.modal-container .container{max-height:100%;max-width:860px;overflow:auto;margin:0;-ms-scroll-chaining:none;overscroll-behavior:contain;opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px);-webkit-transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,transform .3s ease-in-out;transition:opacity .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}@media screen and (max-height:450px){.modal-container .container{max-width:450px}}.modal-container.is-open .container{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.modal-container iframe{border:none}.modal-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px;margin-left:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.modal-close:after{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;width:16px;height:16px;background-position:-194px -265px;content:"";display:inline-block;margin-left:8px}.fluid-iframe,.fluid-videoContainer{position:relative}.fluid-videoContainer{padding-top:56.25%}.fluid-iframe iframe,.fluid-videoContainer iframe{position:absolute;top:0;width:100%;height:100%}.fluid-iframe.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fluid-iframe.left,.fluid-iframe.right{display:-webkit-box;display:-ms-flexbox;display:flex}.fluid-iframe.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fluid-iframe.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fluid-iframe.center,.iframe-caption.left{display:-webkit-box;display:-ms-flexbox;display:flex}.iframe-caption.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.iframe-caption.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.iframe-caption.center,.iframe-caption.right{display:-webkit-box;display:-ms-flexbox;display:flex}.iframe-caption.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.responsive-iframe.center{margin:auto}.responsive-iframe.left{margin-right:auto}.responsive-iframe.right{margin-left:auto}.wp-block-embed.isRightAligned figcaption{text-align:right}.wp-block-embed.isLeftAligned figcaption{text-align:left}.wp-block-embed.isCenterAligned figcaption{text-align:center}.pop-in{position:relative;background-color:#e4e4e4;-webkit-box-shadow:inset 0 -5px 9px -7px #000;box-shadow:inset 0 -5px 9px -7px #000;max-height:1000px;overflow-y:hidden;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(0,1,.5,1);transition-timing-function:cubic-bezier(0,1,.5,1)}.pop-in.is-closed{max-height:0}.pop-in-close{position:absolute;z-index:1;top:10px;right:0;display:inline-block;margin-top:24px;margin-right:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-radius:0;color:#000;font-family:Arial,sans-serif;font-size:1.25rem;line-height:1;cursor:pointer}.rtl .pop-in-close{margin-right:0;margin-left:24px}.pop-in[aria-hidden=false]~.page-header--transparent-light{background-color:#fff;color:#000}.pop-in[aria-hidden=false]~.accessibility_component .btn_accessibility{top:165px}.news-filters{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:58.75em){.news-filters{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.postlist-categoriesContainer--archive{padding:20px}.checkbox-dropdown .checkbox-dropdownList{position:relative}.checkbox-dropdown.is-active .checkbox-dropdownList{position:absolute}.taxonomyArchive-filters>div{position:relative;margin-right:auto;margin-bottom:16px;width:100%}.taxonomyArchive-filters>div:nth-child(2n){margin-right:0}@media (min-width:37.25em){.taxonomyArchive-filters>div{width:49%}}@media (min-width:58.75em){.taxonomyArchive-filters>div{width:24%;margin-right:auto;margin-bottom:0}.taxonomyArchive-filters>div:nth-child(2n){margin-right:auto}}.rtl .taxonomyArchive-filters>div{margin-right:0;margin-left:auto}.rtl .taxonomyArchive-filters>div:nth-child(2n){margin-left:0}@media (min-width:58.75em){.rtl .taxonomyArchive-filters>div{margin-right:0;margin-left:auto}.rtl .taxonomyArchive-filters>div:nth-child(2n){margin-left:auto}}.taxonomyArchive-filters .flickity-slider>div{width:23%;margin-right:1%}.taxonomyArchive-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;margin-left:0}@media (min-width:58.75em){.taxonomyArchive-filters{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.taxonomyArchive-filters .checkbox-dropdown{position:relative;margin-right:0!important;padding:12px 32px 12px 10px;width:100%;font-size:.875rem;font-family:var(--font-family-secondary);-webkit-appearance:none;-moz-appearance:none;appearance:none;text-transform:uppercase;background-color:#fff;border:1px solid #000;border-radius:0;font-weight:bolder;cursor:pointer}.rtl .taxonomyArchive-filters .checkbox-dropdown{padding-right:10px;padding-left:32px}.taxonomyArchive-filters .checkbox-dropdown:after{position:absolute;top:calc(50% - 8px);right:10px;content:"";display:inline-block;width:16px;height:16px;background-image:url(../images/sprite.svg);background-repeat:no-repeat;background-size:313px 300px;background-position:-271px -215px;pointer-events:none}.rtl .taxonomyArchive-filters .checkbox-dropdown:after{right:unset;left:10px}.taxonomyArchive-filters .checkbox-dropdownList{display:none}.checkbox-dropdown.is-active+.checkbox-dropdownList{position:absolute;display:block;z-index:9999;margin-left:0;list-style:none;background:#f7f7f7;max-height:400px;overflow-y:scroll;width:100%}.checkbox-dropdown.is-active+.checkbox-dropdownList li{padding:10px;border-top:1px solid #e4e4e4}.checkbox-dropdown.is-active+.checkbox-dropdownList li label{display:-webkit-box;display:-ms-flexbox;display:flex}.checkbox-dropdown.is-active+.checkbox-dropdownList li label span{margin-left:16px}.rtl .checkbox-dropdown.is-active+.checkbox-dropdownList li label span{margin-right:16px;margin-left:0}.clear-filter{padding:10px;background-color:#f7f7f7;font-family:var(--font-family-secondary);font-size:.875rem;text-transform:uppercase;font-weight:bolder;margin-right:24px}.clear-filter:after{content:"x";display:inline-block;margin-left:6px}.rtl .clear-filter:after{margin-left:24px;margin-right:0}.clear-filter--all{background-color:#e7e7e7}.tabs-nav li,.tabs-nav ul{list-style:none}.tabs-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0;-webkit-transform:translateY(1px);transform:translateY(1px)}.tabs-nav li a{display:block;padding:20px 40px;border-top:1px solid #e4e4e4;background:#e4e4e4;text-transform:uppercase;font-family:var(--font-family-secondary);cursor:pointer}.tabs-nav li a.is-selected{background:#fff}.tabs-nav li:first-of-type a{border-left:1px solid #e4e4e4}.tabs-nav li:first-of-type a,.tabs-nav li:last-of-type a{border-right:1px solid #e4e4e4}.tab-content{display:none}.tab-content.is-selected{display:block}.tabs-content{padding:30px;border:1px solid #e4e4e4}.actionBlock{margin:0;max-width:350px;font-family:var(--font-family-secondary);font-weight:bolder;background-color:#eee}.actionBlock.is-centred{margin-right:auto;margin-left:auto}.actionBlock--wide{width:480px;max-width:100%}.actionBlock-figure{position:relative;height:230px;overflow:hidden}.actionBlock-figure a{display:block;background-position:50%;background-repeat:no-repeat;background-size:cover}.actionBlock-figure a:before{display:block;content:"";width:100%;padding-top:66.66667%}.actionBlock-image{display:block;width:100%;height:100%;background-color:rgba(0,0,0,.25)}.actionBlock-image img{-o-object-fit:cover;object-fit:cover;min-height:100%}.actionBlock-label{position:absolute;bottom:0;left:16px;padding:8px;background-color:#000;color:#fff;font-size:1.125rem;text-transform:uppercase}.actionBlock-content{padding:16px;font-size:1.5rem}.actionBlock-content p{margin-bottom:0;min-height:80px}.page-template-page-petitions .actionBlock{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.page-template-page-petitions .actionBlock,.page-template-page-petitions .actionBlock-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.page-template-page-petitions .actionBlock-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.btn,.countryLinks,.skipLink,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wp-block-button .wp-block-button__link,.wp-block-file a.wp-block-file__button{-webkit-appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;display:inline-block;font:inherit;line-height:normal;text-align:center;text-decoration:none;border:none;cursor:pointer;overflow:visible;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:normal;-webkit-transition:background-color .3s ease-in-out,border-color .3s ease-in-out;transition:background-color .3s ease-in-out,border-color .3s ease-in-out}.btn:focus,.btn:hover,.countryLinks:focus,.countryLinks:hover,.skipLink:focus,.skipLink:hover,.woocommerce a.button:focus,.woocommerce a.button:hover,.woocommerce button.button:focus,.woocommerce button.button:hover,.woocommerce input.button:focus,.woocommerce input.button:hover,.wp-block-button .wp-block-button__link:focus,.wp-block-button .wp-block-button__link:hover,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover{text-decoration:none}.btn[disabled],.countryLinks[disabled],.disabled.btn,.disabled.countryLinks,.disabled.skipLink,.skipLink[disabled],.woocommerce a.button[disabled],.woocommerce a.disabled.button,.woocommerce button.button[disabled],.woocommerce button.disabled.button,.woocommerce input.button[disabled],.woocommerce input.disabled.button,.wp-block-button .disabled.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled],.wp-block-file a.disabled.wp-block-file__button,.wp-block-file a.wp-block-file__button[disabled]{cursor:not-allowed}.wp-block-button{margin-right:auto;margin-left:auto;max-width:850px}.btn,.countryLinks,.skipLink,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wp-block-button .wp-block-button__link,.wp-block-file a.wp-block-file__button{padding:12px 24px;color:#000;background-color:#fdff28;border:1px solid #fdff28;border-radius:0;font-family:var(--font-family-secondary);font-weight:bolder;font-size:1rem;text-transform:uppercase}.btn:active,.btn:focus,.btn:hover,.countryLinks:active,.countryLinks:focus,.countryLinks:hover,.skipLink:active,.skipLink:focus,.skipLink:hover,.woocommerce a.button:active,.woocommerce a.button:focus,.woocommerce a.button:hover,.woocommerce button.button:active,.woocommerce button.button:focus,.woocommerce button.button:hover,.woocommerce input.button:active,.woocommerce input.button:focus,.woocommerce input.button:hover,.wp-block-button .wp-block-button__link:active,.wp-block-button .wp-block-button__link:focus,.wp-block-button .wp-block-button__link:hover,.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover{border-color:#f8d72b;background-color:#f8d72b}.btn.has-icon,.has-icon.countryLinks,.has-icon.skipLink{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px}.btn.has-icon span[class*=icon-]:first-child,.has-icon.countryLinks span[class*=icon-]:first-child,.has-icon.skipLink span[class*=icon-]:first-child{margin-right:8px}.btn.has-icon span[class*=icon-]:last-child,.has-icon.countryLinks span[class*=icon-]:last-child,.has-icon.skipLink span[class*=icon-]:last-child{margin-left:8px}.rtl .btn.has-icon span[class*=icon-]:first-child,.rtl .has-icon.countryLinks span[class*=icon-]:first-child,.rtl .has-icon.skipLink span[class*=icon-]:first-child{margin-left:8px;margin-right:0}.rtl .btn.has-icon span[class*=icon-]:last-child,.rtl .has-icon.countryLinks span[class*=icon-]:last-child,.rtl .has-icon.skipLink span[class*=icon-]:last-child{margin-right:8px;margin-left:0}.wp-block-button.is-style-link{background-color:transparent!important;border:none!important}.wp-block-button.is-style-link:focus,.wp-block-button.is-style-link:hover{background-color:none!important}.wp-block-button.is-style-link .wp-block-button__link{color:#000;border:none;background-color:transparent;font-family:var(--font-family-primary);font-weight:400;text-transform:capitalize;text-decoration:underline}.wp-block-button.is-style-link .wp-block-button__link:before{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;width:17px;height:11px;background-position:-290px -200px;content:" ";display:inline-block;vertical-align:middle}.rtl .wp-block-button.is-style-link .wp-block-button__link:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.btn--small,.wp-block-file__button{font-size:.83331rem;padding:6px 12px}.btn--large{font-size:1.875rem;padding:11px 20px;line-height:1}.btn--white,.woocommerce a.button,.wp-block-button.is-style-light .wp-block-button__link{border:1px solid #000;background-color:#fff;color:#000}.btn--white:focus,.btn--white:hover,.woocommerce a.button:focus,.woocommerce a.button:hover,.wp-block-button.is-style-light .wp-block-button__link:focus,.wp-block-button.is-style-light .wp-block-button__link:hover{background-color:#b3b3b3}.btn--dark,.wp-block-button.is-style-dark .wp-block-button__link,.wp-block-file__button{background:#000;color:#fff;border:1px solid #000}.btn--dark:focus,.btn--dark:hover,.wp-block-button.is-style-dark .wp-block-button__link:focus,.wp-block-button.is-style-dark .wp-block-button__link:hover,.wp-block-file__button:focus,.wp-block-file__button:hover{background-color:#525252}.btn--fill{display:block;width:100%}.btn--topSpacing{margin-top:16px}.rtl .wp-block-buttons .wp-block-button:first-child{margin-right:0}.rtl .wp-block-buttons .wp-block-button:last-child{margin-right:8px}.callToAction{margin-top:40px;padding:20px;text-align:center;border-top:7px solid #000;border-bottom:7px solid #000}@media (min-width:47.5em){.callToAction{padding:36px 32px}}.callToAction>:empty{display:none}.callToAction:first-child{margin-top:0}.callToAction-preHeading{font-size:1.3125rem}@media (min-width:47.5em){.callToAction-preHeading{font-size:1.9375rem;margin-bottom:20px}}.callToAction-heading{font-size:1.875rem;margin-bottom:20px;text-transform:uppercase}@media (min-width:47.5em){.callToAction-heading{font-size:2.5625rem}}.callToAction-content{margin-right:auto;margin-left:auto;max-width:800px;line-height:1.4}.callToAction .innerBlocksContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:29.0625em) and (max-width:58.74em){.callToAction .innerBlocksContainer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}}.callToAction .innerBlocksContainer .btn,.callToAction .innerBlocksContainer .countryLinks,.callToAction .innerBlocksContainer .skipLink{margin-top:0;margin-left:30px}.callToAction .innerBlocksContainer .btn:first-of-type,.callToAction .innerBlocksContainer .countryLinks:first-of-type,.callToAction .innerBlocksContainer .skipLink:first-of-type{margin-left:0}@media (min-width:29.0625em) and (max-width:58.74em){.callToAction .innerBlocksContainer .btn,.callToAction .innerBlocksContainer .countryLinks,.callToAction .innerBlocksContainer .skipLink{margin-top:30px;margin-left:0!important}}.callToAction .innerBlocksContainer .wp-block-button__link{margin-left:14px}@media (min-width:29.0625em) and (max-width:58.74em){.callToAction .innerBlocksContainer .wp-block-button__link{margin-top:30px;margin-left:0!important}}.callToAction .innerBlocksContainer .wp-block-buttons .wp-block-button{height:100%}@media (min-width:29.0625em) and (max-width:58.74em){.callToAction .innerBlocksContainer .wp-block-buttons .wp-block-button{margin-bottom:0!important}}.callToAction .innerBlocksContainer .wp-block-buttons .wp-block-button .wp-block-button__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.callToAction--shade{background-color:#e4e4e4;border-color:#e4e4e4}.article-sidebar .callToAction,.callToAction--small{padding:20px}.article-sidebar .callToAction .callToAction-preHeading,.callToAction--small .callToAction-preHeading{font-size:1.3125rem;margin-bottom:20px}.article-sidebar .callToAction .callToAction-heading,.callToAction--small .callToAction-heading{font-size:1.875rem;margin-bottom:20px}.article-sidebar .callToAction .callToAction-content,.callToAction--small .callToAction-content{font-size:1rem;margin-bottom:20px}.callToAction .download-block{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-without-sidebar main .wp-block-audio{margin-right:auto;margin-left:auto;max-width:850px;min-width:300px}.blockquote,blockquote{position:relative;margin:70px auto 24px;font-family:var(--font-family-secondary);text-align:center}@media (min-width:47.5em){.blockquote,blockquote{max-width:734px}}.blockquote:before,blockquote:before{content:open-quote;position:absolute;left:calc(50% - 16px);font-family:var(--font-family-secondary)!important;font-weight:bolder;font-size:3.75rem!important;line-height:.0625rem}@media (min-width:33.75em){.blockquote:before,blockquote:before{font-size:4.375rem!important}}@media (min-width:58.75em){.blockquote:before,blockquote:before{font-size:5rem!important}}.blockquote:after,blockquote:after{content:close-quote;position:absolute!important;overflow:hidden!important;width:1px!important;height:1px!important;padding:0!important;border:0!important;clip:rect(1px,1px,1px,1px)!important}.blockquote.is-grey{color:#b3b3b3;border-color:#b3b3b3}.blockquote.is-white{color:#fff;border-color:#fff}.blockquote[class*=align-]{margin-top:24px!important}.blockquote.align-end:before,.blockquote.align-start:before{display:none}.blockquote.align-start{margin-left:0;text-align:left}.rtl .blockquote.align-start{margin-left:auto!important}.blockquote.align-end,.rtl .blockquote.align-start{margin-right:0;text-align:right}.rtl .blockquote.align-end{margin-right:auto!important;margin-left:0;text-align:left}.blockquote p,blockquote p{position:relative;margin-bottom:20px;font-weight:bolder;font-size:1.5rem!important;line-height:1.4!important}.blockquote p:last-of-type,blockquote p:last-of-type{margin-bottom:0}@media (min-width:33.75em){.blockquote p,blockquote p{font-size:2rem!important}}@media (min-width:58.75em){.blockquote p,blockquote p{font-size:2.25rem!important}}.blockquote.is-medium p{font-size:1.25rem!important}@media (min-width:33.75em){.blockquote.is-medium p{font-size:1.75rem!important}}@media (min-width:58.75em){.blockquote.is-medium p{font-size:2rem!important}}.blockquote.is-small p{font-size:1rem!important;line-height:1.2!important}@media (min-width:33.75em){.blockquote.is-small p{font-size:1.5rem!important}}@media (min-width:58.75em){.blockquote.is-small p{font-size:1.75rem!important}}.blockquote[class*=align-] p:first-of-type:before,.blockquote[class*=align-] p:last-of-type:after{display:inline-block;font-size:1.5rem}@media (min-width:33.75em){.blockquote[class*=align-] p:first-of-type:before,.blockquote[class*=align-] p:last-of-type:after{font-size:2rem}}@media (min-width:58.75em){.blockquote[class*=align-] p:first-of-type:before,.blockquote[class*=align-] p:last-of-type:after{font-size:2.5rem}}.blockquote[class*=align-] p:first-of-type:before{content:open-quote}.blockquote[class*=align-] p:last-of-type:after{content:close-quote}.blockquote.align-start p:first-of-type:before{text-indent:-20px}.rtl .blockquote.align-end p:first-of-type:before{right:0}.blockquote.align-end p:last-of-type:after{position:absolute;right:-20px}.rtl .blockquote.align-end p:last-of-type:after{right:unset;left:-20px}.blockquote cite,blockquote cite{display:inline-block;font-style:normal;font-size:1.125rem!important;font-weight:bolder!important;line-height:3.75rem!important}@media (min-width:33.75em){.blockquote cite,blockquote cite{font-size:1.25rem!important}}@media (min-width:58.75em){.blockquote cite,blockquote cite{font-size:1.5rem!important}}.blockquote.is-lined cite,blockquote:not(.blockquote) cite{border-bottom:6px solid}@media (min-width:58.75em){.blockquote.is-lined cite,blockquote:not(.blockquote) cite{border-bottom-width:8px}}.blockquote.is-medium cite{font-size:1rem!important}@media (min-width:33.75em){.blockquote.is-medium cite{font-size:1.25rem!important}}@media (min-width:58.75em){.blockquote.is-medium cite{font-size:1.375rem!important}}.blockquote.is-small cite{font-size:.875rem!important;line-height:2.5rem!important;border-bottom-width:6px}@media (min-width:33.75em){.blockquote.is-small cite{font-size:1.125rem!important}}@media (min-width:58.75em){.blockquote.is-small cite{font-size:1.25rem!important}}.blockquote.is-capitalised p{text-transform:uppercase}.blockquote.align-end cite,.blockquote.align-start cite{border-bottom:none;line-height:2.5rem!important}.ltr .blockquote.align-start.is-lined{padding-left:35px;border-left:8px solid}.ltr .blockquote.align-end.is-lined,.rtl .blockquote.align-start.is-lined{padding-right:35px;border-right:8px solid}.page-template-templates .blockquote.align-start{margin-left:auto}.page-template-templates .blockquote.align-end{margin-right:auto}.page-template-without-sidebar main .wp-block-embed,.page-template-without-sidebar main .wp-embed-responsive{margin-right:auto;margin-left:auto;max-width:850px}.page-template-without-sidebar main .wp-embed-responsive .wp-block-embed{margin-right:unset;margin-left:unset;max-width:unset}.wp-block-embed.aligncenter{text-align:center}.wp-block-embed.alignright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.rtl .wp-block-embed.alignright{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wp-block-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-template-without-sidebar main .wp-block-file{margin-right:auto;margin-left:auto;max-width:850px}.wp-block-file a.wp-block-file__button{margin-left:10px}.wp-block-image{margin-bottom:24px}.wp-block-image.alignright{float:right}.wp-block-image.alignleft{float:left}.wp-block-image [class*=wp-image-]{max-width:100%}.wp-block-image figcaption{color:#767676;font-size:.875rem;text-align:left}.wp-block-image img[width][height]{max-width:100%;height:auto}.wp-block-latest-posts{background-color:#e4e4e4;padding:24px;width:100%}@media (min-width:29.0625em){.wp-block-latest-posts{width:320px}}.wp-block-latest-posts.is-grid{max-width:none;padding:24px}.wp-block-latest-posts li{margin-top:24px;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;background-color:#fff;-webkit-transition:.25s ease-in-out,color .25s ease-in-out;transition:.25s ease-in-out,color .25s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-latest-posts li:first-child{margin-top:0}.wp-block-latest-posts li:hover{background-color:#b5b5b5}.wp-block-latest-posts li a{color:#000;text-decoration:none;line-height:1.1;font-size:1.125rem;font-family:var(--font-family-secondary);white-space:nowrap;padding:8px;width:100%}.wp-block-latest-posts.is-grid li a{white-space:normal}@media (min-width:33.75em){.wp-block-latest-posts.is-grid li{max-width:45%}}@media (min-width:47.5em){.wp-block-latest-posts.is-grid li{max-width:100%}}.article-shareContainer--absolute{clear:both}.wp-block-latest-posts.wp-block-latest-posts__list{margin-left:0;margin-top:0}.section--tinted .wp-block-latest-posts.wp-block-latest-posts__list{padding-left:0;padding-right:0}.section .wp-block-latest-posts.wp-block-latest-posts__list li a{font-weight:400}.postlist-categories .current-menu-item a{background-color:#e4e4e4;border:1px solid #e4e4e4}.postlist-categories a:active,.postlist-categories a:focus,.postlist-categories a:hover{background-color:#b5b5b5}.postlist-categoriesContainer.section--dark .current-menu-item a{border:1px solid #b5b5b5;background-color:#e4e4e4}.postlist-categoriesContainer.section--dark .postlist-categories a:active,.postlist-categoriesContainer.section--dark .postlist-categories a:focus,.postlist-categoriesContainer.section--dark .postlist-categories a:hover{border:1px solid #b5b5b5;background-color:#b5b5b5}.wp-block-rss{display:inline-block;list-style-type:none}.wp-block-rss__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:24px}.wp-block-rss__item-title{margin-bottom:12px;font-family:var(--font-family-secondary);font-size:1.375rem;font-weight:700;line-height:1.12;color:#000}.wp-block-rss__item-title a{text-decoration:none!important}@media (min-width:47.5em){.wp-block-rss__item-title{font-size:1.75rem}}.wp-block-rss__item-publish-date{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;size:14px;color:#000;margin-bottom:10px;font-family:var(--font-family-secondary)}.wp-block-rss__item-excerpt{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:6px;font-size:1.125rem;line-height:1;text-align:justify;color:#000}.wp-block-rss__item-author{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;font-size:.875rem;line-height:1.0625rem;color:#b5b5b5;padding-top:16px;padding-bottom:40px;font-family:var(--font-family-secondary)}.wp-block-rss.is-grid{padding-top:90px;margin:auto}.wp-block-separator{margin:1.65em auto;max-width:100px;border:none;border-bottom:2px solid #717272}.wp-block-separator.is-style-wide{border-bottom-width:1px;max-width:none}.wp-block-separator.is-style-dots{max-width:none;height:auto;border:none;text-align:center;line-height:1}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";padding-left:2em;color:#32373c;font-size:1.25rem;font-family:serif;letter-spacing:2em}.wp-block-social-links.is-style-light li{color:#000!important;background-color:#fff!important;border-radius:0;border:1px solid #000;display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-social-links.is-style-light li:active,.wp-block-social-links.is-style-light li:focus,.wp-block-social-links.is-style-light li:hover{background-color:#e4e4e4!important}.wp-block-social-links.is-style-light li:focus-within{background-color:#e4e4e4!important}.wp-block-social-links.is-style-yellow li{color:#000!important;background-color:#fdff28!important;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-social-links.is-style-yellow li:active,.wp-block-social-links.is-style-yellow li:focus,.wp-block-social-links.is-style-yellow li:hover{background-color:#f8d72b!important}.wp-block-social-links.is-style-yellow li:focus-within{background-color:#f8d72b!important}.wp-block-social-links.is-style-light-circle li{color:#000!important;background-color:#fff!important;border:1px solid #000;display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-social-links.is-style-light-circle li:active,.wp-block-social-links.is-style-light-circle li:focus,.wp-block-social-links.is-style-light-circle li:hover{background-color:#e4e4e4!important}.wp-block-social-links.is-style-light-circle li:focus-within{background-color:#e4e4e4!important}.wp-block-social-links.is-style-dark-circle li{color:#fff;background-color:#000!important;display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-social-links.is-style-dark-circle li:active,.wp-block-social-links.is-style-dark-circle li:focus,.wp-block-social-links.is-style-dark-circle li:hover{background-color:#262626!important}.wp-block-social-links.is-style-dark-circle li:focus-within{background-color:#262626!important}.wp-block-social-links.is-style-yellow-circle li{color:#000!important;background-color:#fdff28!important;display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-social-links.is-style-yellow-circle li:active,.wp-block-social-links.is-style-yellow-circle li:focus,.wp-block-social-links.is-style-yellow-circle li:hover{background-color:#f8d72b!important}.wp-block-social-links.is-style-yellow-circle li:focus-within{background-color:#f8d72b!important}.wp-block-social-links.is-style-dark li{background-color:#000!important;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-social-links.is-style-dark li:active,.wp-block-social-links.is-style-dark li:focus,.wp-block-social-links.is-style-dark li:hover{background-color:#262626!important}.wp-block-social-links.is-style-dark li:focus-within{background-color:#262626!important}.wp-block-social-links.is-style-logos-only-dark li{color:#000!important;background:none!important;display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-social-links.is-style-logos-only-light li{color:#fff!important;background:none!important;display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-social-links.is-style-logos-only-yellow li{color:#fdff28!important;background:none!important;display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-social-links.is-style-dark-circle li a,.wp-block-social-links.is-style-dark li a{color:#fff;-ms-flex-item-align:center;align-self:center;margin-bottom:0;margin-top:3px}.wp-block-social-links.is-style-light-circle li a,.wp-block-social-links.is-style-light li a,.wp-block-social-links.is-style-logos-only-dark li a,.wp-block-social-links.is-style-yellow-circle li a,.wp-block-social-links.is-style-yellow li a{-ms-flex-item-align:center;align-self:center;margin-bottom:0;margin-top:3px}.wp-block-social-links.is-style-logos-only-dark li a:active,.wp-block-social-links.is-style-logos-only-dark li a:focus,.wp-block-social-links.is-style-logos-only-dark li a:hover{color:#262626!important}.wp-block-social-links.is-style-logos-only-light li a{color:#fff;-ms-flex-item-align:center;align-self:center;margin-bottom:0;margin-top:3px}.wp-block-social-links.is-style-logos-only-light li a:active,.wp-block-social-links.is-style-logos-only-light li a:focus,.wp-block-social-links.is-style-logos-only-light li a:hover{color:#e4e4e4!important}.wp-block-social-links.is-style-logos-only-yellow li a{color:#fdff28;-ms-flex-item-align:center;align-self:center;margin-bottom:0;margin-top:3px}.wp-block-social-links.is-style-logos-only-yellow li a:active,.wp-block-social-links.is-style-logos-only-yellow li a:focus,.wp-block-social-links.is-style-logos-only-yellow li a:hover{color:#f8d72b!important}.wp-block-table{width:100%;border-spacing:0;border-collapse:collapse}.wp-block-table,.wp-block-table tbody,.wp-block-table thead,.wp-block-table tr{max-width:100%}.wp-block-table tr{display:block}@media (min-width:42.5em){.wp-block-table tr{display:table-row}}.wp-block-table tr>:nth-of-type(2n){background-color:#e4e4e4}.wp-block-table tr>:nth-last-child(2):first-child+*{background-color:unset}.wp-block-table table th,.wp-block-table table thead td{font-family:var(--font-family-secondary);font-weight:bolder}.wp-block-table td,.wp-block-table th{display:block;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;padding:16px;table-layout:fixed;text-align:center;border:1px solid #767676}@media (min-width:42.5em){.wp-block-table td,.wp-block-table th{display:table-cell}.wp-block-table td:nth-last-child(2):first-child,.wp-block-table td:nth-last-child(2):first-child+td,.wp-block-table th:nth-last-child(2):first-child,.wp-block-table th:nth-last-child(2):first-child+td{width:50%}.wp-block-table td:nth-last-child(3):first-child,.wp-block-table td:nth-last-child(3):first-child+td,.wp-block-table th:nth-last-child(3):first-child,.wp-block-table th:nth-last-child(3):first-child+td{width:33.33333%}.wp-block-table td:nth-last-child(4):first-child,.wp-block-table td:nth-last-child(4):first-child+td,.wp-block-table th:nth-last-child(4):first-child,.wp-block-table th:nth-last-child(4):first-child+td{width:25%}.wp-block-table td:nth-last-child(5):first-child,.wp-block-table td:nth-last-child(5):first-child+td,.wp-block-table th:nth-last-child(5):first-child,.wp-block-table th:nth-last-child(5):first-child+td{width:20%}}.wp-block-table.is-style-responsive{display:block}@media (min-width:42.5em){.wp-block-table.is-style-responsive{display:table}}.wp-block-table.is-style-responsive thead{display:block;float:left}.wp-block-table.is-style-responsive thead:after,.wp-block-table.is-style-responsive thead:before{content:"";display:table;clear:both}@media (min-width:42.5em){.wp-block-table.is-style-responsive thead{display:table-header-group;float:unset}}.wp-block-table.is-style-responsive tbody{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:scroll}@media (min-width:42.5em){.wp-block-table.is-style-responsive tbody{display:table-row-group;overflow-x:unset}}.wp-block-table.is-style-responsive tr{display:block}@media (min-width:42.5em){.wp-block-table.is-style-responsive tr{display:table-row}}.wp-block-table.is-style-responsive td,.wp-block-table.is-style-responsive th{display:block;white-space:nowrap;word-break:keep-all;overflow-wrap:unset}@media (min-width:42.5em){.wp-block-table.is-style-responsive td,.wp-block-table.is-style-responsive th{display:table-cell;white-space:normal;overflow-wrap:break-word}}.wp-block-video,.wp-block-video video{max-width:100%}.countdownClock{font-size:5.2em;color:#000;text-transform:uppercase}.countdownClock,.customCard{font-family:var(--font-family-secondary)}.customCard{position:relative;margin:0;max-width:350px;font-weight:bolder;background-color:#eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.customCard.is-centred{margin-right:auto;margin-left:auto}.customCard.actionBlock--wide{width:480px;max-width:100%}.customCard-figure{position:relative;height:230px;overflow:hidden}.customCard-image{display:block;background-color:rgba(0,0,0,.25)}.customCard-image,.customCard-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.customCard-label{display:block;padding:8px;font-size:1.5rem;text-transform:uppercase}.customCard-content,.customCard-label{text-align:center;background-color:#eee;color:#363636}.customCard-content{font-weight:400;font-family:var(--font-family-primary);padding:10px;font-size:1rem;margin-top:auto}.customCard.aligncenter{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto}.customCard.is-style-style-2{background-color:#525252}.customCard.is-style-style-3{background-color:#fdff28}.is-style-style-2 .customCard,.is-style-style-2 .customCard-content,.is-style-style-2 .customCard-label{background-color:#525252;color:#fff}.is-style-style-3 .customCard,.is-style-style-3 .customCard-content,.is-style-style-3 .customCard-label{background-color:#fdff28;color:#363636}.is-style-style-3 .btn,.is-style-style-3 .countryLinks,.is-style-style-3 .customCard,.is-style-style-3 .skipLink{background-color:#525252;color:#fff}.download-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:33.75em){.download-block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:33.75em){.download-block.alignleft{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;float:none!important}}@media (min-width:33.75em){.download-block.aligncenter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;float:none!important;display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:33.75em){.download-block.alignright{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;float:none!important}}@media (min-width:33.75em){.download-block .customSelect-wrapper+.btn,.download-block .customSelect-wrapper+.countryLinks,.download-block .customSelect-wrapper+.skipLink{margin-left:20px}.rtl .download-block .customSelect-wrapper+.btn,.rtl .download-block .customSelect-wrapper+.countryLinks,.rtl .download-block .customSelect-wrapper+.skipLink{margin-right:20px;margin-left:0}}.download-block .element-select{height:50px}.download-block .element-select select{height:100%;border-radius:0;border:1px solid #000}.btn--download{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.article-content .btn--download{margin-top:24px}@media (min-width:33.75em){.download-block .btn--download{margin-top:0}}.btn--download:before{content:"";display:inline-block;width:20px;height:20px;margin-right:20px;background-image:url(../images/icon-download-arrow.svg);background-size:contain;-webkit-transform:translateY(2px);transform:translateY(2px)}.rtl .btn--download:before{margin-right:0;margin-left:20px}.btn--primary.btn--download:before,.btn--white.btn--download:before{background-image:url(../images/icon-download-arrow-dark.svg)}.customSelect--selected{background-color:#fdff28}.customSelect--selected:active,.customSelect--selected:focus,.customSelect--selected:hover{background-color:#f8d72b}.customSelect--selected:focus-within{background-color:#f8d72b}.customSelect-listItem{white-space:nowrap}.customSelect-listItem:active,.customSelect-listItem:focus{background-color:#fdff28}@media (min-width:69.375em){.article-sidebar .customSelect.download-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.article-sidebar .download-block .customSelect-wrapper{max-width:100%}@media (min-width:69.375em){.article-sidebar .download-block .btn,.article-sidebar .download-block .countryLinks,.article-sidebar .download-block .skipLink{margin:24px 0 0}}.factBlock{max-width:489.33333px;padding:24px;text-align:center}.factBlock ol{margin:0;list-style:none}.factBlock-title{text-transform:uppercase}.factBlock-itemTitle,.factBlock-title{font-family:var(--font-family-secondary)}.factBlock-item:last-of-type .factBlock-itemContent{margin-bottom:0}.factBlock-item:not(:last-of-type){position:relative;margin-bottom:60px}.factBlock-item:not(:last-of-type):after,.factBlock-item:not(:last-of-type):before{content:"";position:absolute;display:block;background-color:#262626}.factBlock-item:not(:last-of-type):before{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;background-position:-10px -162px;left:calc(50% - 20px);top:calc(100% + 10px);z-index:1;width:40px;height:40px}.factBlock-item:not(:last-of-type):after{bottom:-31px;left:5%;height:2px;width:90%}.factBlock-itemTitle{margin-bottom:16px}.headerBlock .container{padding:0 1.90736%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:37.25em){.headerBlock .container{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.headerBlock .page-heroTitle span{line-height:1.2}.headerBlock .hero-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.headerBlock .donation{margin-top:50px}@media (min-width:37.25em){.headerBlock .donation{margin-top:0}}.headerBlock.headerBlock.page-heroAlignment--centre .hero-content,.page-heroAlignment--center .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-heroAlignment--center .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:37.25em){.page-heroAlignment--center .container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.page-heroAlignment--left .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:37.25em){.page-heroAlignment--left .container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (min-width:37.25em){.page-heroAlignment--left .container,.rtl .page-heroAlignment--left .container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.page-heroAlignment--left .container .hero-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:37.25em){.page-heroAlignment--left .container .hero-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.page-heroAlignment--right .container .hero-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:37.25em){.page-heroAlignment--right .container .hero-content{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.page-hero .container .hero-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.page-heroAlignment--right .container{-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:37.25em){.page-heroAlignment--right .container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:37.25em){.rtl .page-heroAlignment--right .container{-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset;flex-direction:row-reverse}}.page-heroAlignment--left .container .hero-content,.page-heroAlignment--right .container .hero-content{margin-bottom:5%}.page-heroAlignment--center .container .hero-content,.page-heroAlignment--left .container .hero-content,.page-heroAlignment--right .container .hero-content,.page-heroAlignment--right .donation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.page-heroAlignment--center .container .hero-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5%;margin-right:0}@media (min-width:37.25em){.page-heroAlignment--center .container .hero-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.page-heroAlignment--center .donation{margin-left:2%}@media (min-width:29.0625em) and (max-width:69.365em){.page-heroAlignment--center .donation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}}.page-heroAlignment--left .donation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.rtl .page-heroAlignment--right .container .page-heroCta{margin-right:auto;margin-left:0}@media (min-width:37.25em){.rtl .page-heroAlignment--center .container .donation{margin-right:2%;margin-left:0}}@media (min-width:37.25em){.page-heroAlignment--left .container .donation{margin-right:0;margin-left:2%}}@media (min-width:37.25em){.rtl .page-heroAlignment--left .container .donation{margin-right:2%;margin-left:0}}.headerBlock .content-type-container{position:absolute;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:1468px;margin:0 auto;left:0;right:0;padding:0 20px;height:27px}.headerBlock .content-type-container li{list-style-type:none}.headerBlock .content-type-container a{text-decoration:none;font-family:var(--font-family-secondary);padding:5px;font-size:1.125rem;color:#fff;background-color:#000}.rtl .headerBlock .page-heroTitle span{padding:10px 0;line-height:1.45}.imageBlock{position:relative;display:inline-block;max-width:100%;height:auto}.imageBlock-caption.alignright,.imageBlock-wrapper.alignright .image-caption,.imageBlock-wrapper.alignright .imageBlock{float:right}.imageBlock-wrapper.aligncentre{text-align:center}.imageBlock-wrapper.aligncentre .imageBlock{display:inline-block}.imageBlock-caption.aligncentre,.imageBlock-wrapper.aligncentre .image-caption{display:block;margin-right:auto;margin-left:auto}.imageBlock-caption.alignleft,.imageBlock-wrapper.alignleft .image-caption,.imageBlock-wrapper.alignleft .imageBlock{float:left}.imageBlock-caption.alignleft,.imageBlock-caption.alignright,.imageBlock-wrapper.alignleft .image-caption,.imageBlock-wrapper.alignright .image-caption{width:100%}.imageBlock-caption.alignright,.imageBlock-wrapper.alignright .image-caption{text-align:right}.imageBlock--fixed{display:block;min-height:600px;height:600px;max-height:600px;overflow:hidden}.imageBlock-wrapper.aligncentre .imageBlock--fixed{background-color:#e7e7e7}.imageBlock-wrapper.aligncentre .imageBlock-image img{display:block;margin:0 auto}.imageBlock--fixed .imageBlock-image{min-width:0;max-width:100%}.imageBlock-video{display:block;min-width:100%;min-height:100%}.imageBlock--fixed .imageBlock-image.has-caption{display:inline-block;height:100%}.imageBlock--fixed .imageBlock-image.has-caption img{max-width:none;min-height:100%}.imageBlock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.25)}.imageBlock-image .image-caption{text-align:right}.imageBlock-content,.imageBlock-title{margin-right:auto;margin-left:auto;max-width:50%;text-align:center;color:#fff}.imageBlock-overlay>*+*{margin-top:30px}.imageBlock-overlay .imageBlock-title+.imageBlock-content{margin-top:15px}.imageBlock-title{font-family:var(--font-family-secondary);font-size:2.5625rem;font-weight:bolder}.imageBlock-content{font-family:var(--font-family-primary);font-size:1.3125rem}.imageBlock-content>p:last-child{margin-bottom:0}.imageBlock-buttonWrapper .btn+.btn,.imageBlock-buttonWrapper .btn+.countryLinks,.imageBlock-buttonWrapper .btn+.skipLink,.imageBlock-buttonWrapper .countryLinks+.btn,.imageBlock-buttonWrapper .countryLinks+.countryLinks,.imageBlock-buttonWrapper .countryLinks+.skipLink,.imageBlock-buttonWrapper .skipLink+.btn,.imageBlock-buttonWrapper .skipLink+.countryLinks,.imageBlock-buttonWrapper .skipLink+.skipLink{margin-left:24px}.imageBlock-caption{margin-top:7px!important;font-size:.875rem;font-family:var(--font-family-primary);line-height:1.4;color:#767676}.imageBlock.has-parallax{display:block;height:600px}.imageBlock.has-parallax .imageBlock-overlay{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:cover}@media (min-width:52.5em){.imageBlock.has-parallax .imageBlock-overlay{background-attachment:fixed}}.wp-block-amnesty-core-link-group{padding:24px;background-color:#eee}.wp-block-amnesty-core-link-group h2{margin-bottom:24px;font-size:1.75rem}.wp-block-amnesty-core-link-group ul{margin:0;padding:0;list-style:none}.wp-block-amnesty-core-link-group li{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;word-break:break-word}.wp-block-amnesty-core-link-group li+li{margin-top:12px}.wp-block-amnesty-core-link-group li a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px;width:100%;height:100%;-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out;text-decoration:none}.wp-block-amnesty-core-link-group li a:active,.wp-block-amnesty-core-link-group li a:focus,.wp-block-amnesty-core-link-group li a:hover{background-color:#e4e4e4}.wp-block-amnesty-core-link-group li a>svg{margin-right:12px;width:20px}.rtl .wp-block-amnesty-core-link-group li a>svg{margin-right:0;margin-left:12px}.linkList{list-style:none;margin-left:0}.linkList li{-ms-flex-preferred-size:100%;flex-basis:100%}.linkList li+li{margin-top:18px}.linkList-item{-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;position:relative;padding:40px 10px;width:100%;min-height:171px;background-color:#e4e4e4}.linkList-item:active,.linkList-item:focus,.linkList-item:hover{background-color:#cbcbcb}.linkList-item:focus-within{background-color:#cbcbcb}.linkList-itemTitle{margin-bottom:12px;margin-top:12px;font-family:var(--font-family-secondary);font-size:1.1875rem;font-weight:400;line-height:1.2}.linkList-itemTitle>a{color:#000;text-decoration:none}.linkList-itemMeta{position:absolute;top:0;left:0;display:inline-block;padding:4px 8px;text-transform:uppercase;font-size:1rem;font-family:var(--font-family-secondary);font-weight:bolder;background-color:#000;color:#fff}.linkList-itemMeta>a{color:#fff;text-decoration:none}.linkList-itemDate,.postInfo-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.linkList-itemAuthor .authorDescription,.linkList-itemDate .dateDescription{font-family:var(--font-family-secondary)}.linkList-itemAuthor .authorTerm,.linkList-itemDate .dateTerm{padding-right:10px}.linkList-itemAuthor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.linkList-authorDivider{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.linkList-authorDivider:before{content:" ";height:12px;width:1px;background:#000;margin:10px}.linksWithIcons-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:52.5em){.linksWithIcons-group{-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.linksWithIcons-group.has-background{padding:12px 0}.linksWithIcons-group.has-1-items{padding:0}.linksWithIcons-group.has-1-items.has-background{padding:60px 0}.linksWithIcons-group .linksWithIcons{-ms-flex-preferred-size:100%;flex-basis:100%}.linksWithIcons-group.is-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto;max-width:456px}.linksWithIcons-group.is-vertical .linksWithIcons,.linksWithIcons-group.is-vertical .linksWithIcons-spacer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-item-align:center;align-self:center}.linksWithIcons-group.is-horizontal:not(.is-style-square){-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}@media (min-width:52.5em){.linksWithIcons-group.is-horizontal .linksWithIcons{-ms-flex-preferred-size:33%;flex-basis:33%}.linksWithIcons-group.is-horizontal .linksWithIcons:nth-child(5){margin-top:0}}@media (min-width:52.5em){.linksWithIcons-group.has-2-items .linksWithIcons{-ms-flex-preferred-size:49%;flex-basis:49%}}@media (min-width:52.5em){.linksWithIcons-group.has-3-items .linksWithIcons{-ms-flex-preferred-size:33%;flex-basis:33%}}@media (min-width:33.75em){.linksWithIcons-group.is-horizontal.has-4-items .linksWithIcons{padding:0 5px}.linksWithIcons-group.is-horizontal.has-4-items .linksWithIcons:nth-child(7){margin-top:60px}}@media (min-width:52.5em){.linksWithIcons-group.is-horizontal.has-4-items .linksWithIcons{-ms-flex-preferred-size:24%;flex-basis:24%}.linksWithIcons-group.is-horizontal.has-4-items .linksWithIcons:nth-child(7){margin-top:0}}@media (min-width:52.5em){.rowColumn .linksWithIcons-spacer{display:none!important}}.linksWithIcons-group.icon-none .linksWithIcons-spacer:before .linksWithIcons-group.icon-none .linksWithIcons-spacer:after{display:none!important}.linksWithIcons-group.icon-ampersand .linksWithIcons-spacer,.linksWithIcons-group.icon-arrow .linksWithIcons-spacer{position:relative}.linksWithIcons-group.icon-arrow.is-horizontal .linksWithIcons-spacer:before{background-color:#000}.linksWithIcons-group.icon-arrow.is-horizontal .linksWithIcons-spacer:after,.linksWithIcons-group.icon-arrow.is-horizontal .linksWithIcons-spacer:before{pointer-events:none;background-repeat:no-repeat;background-size:313px 300px;background-position:-10px -162px;left:calc(50% - 20px);top:calc(50% - 20px);z-index:1;width:40px;height:40px;content:"";position:absolute;display:block}.linksWithIcons-group.icon-arrow.is-horizontal .linksWithIcons-spacer:after{background-image:url(../images/sprite.svg),none}@media (min-width:52.5em){.linksWithIcons-group.icon-arrow.is-horizontal .linksWithIcons-spacer:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.rtl .linksWithIcons-group.icon-arrow.is-horizontal .linksWithIcons-spacer:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.linksWithIcons-group.icon-arrow.is-vertical .linksWithIcons-spacer:before{background-color:#000}.linksWithIcons-group.icon-arrow.is-vertical .linksWithIcons-spacer:after,.linksWithIcons-group.icon-arrow.is-vertical .linksWithIcons-spacer:before{pointer-events:none;background-repeat:no-repeat;background-size:313px 300px;background-position:-10px -162px;left:calc(50% - 20px);top:calc(50% - 20px);z-index:1;width:40px;height:40px;content:"";position:absolute;display:block}.linksWithIcons-group.icon-arrow.is-vertical .linksWithIcons-spacer:after{background-image:url(../images/sprite.svg),none}.linksWithIcons-group.icon-ampersand .linksWithIcons-spacer:before{pointer-events:none;left:calc(50% - 20px);top:calc(50% - 20px);z-index:1;width:40px;height:40px;content:"";position:absolute;display:block;background:#000;color:#fff}.linksWithIcons-group.icon-ampersand .linksWithIcons-spacer:after{pointer-events:none;left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-weight:600;font-style:italic;z-index:1;font-size:1.875rem;content:"\0026";position:absolute;display:block;color:#fff}.rtl .linksWithIcons-group.icon-ampersand .linksWithIcons-spacer:after{-webkit-transform:translateY(-50%) translateX(-50%) rotateY(180deg);transform:translateY(-50%) translateX(-50%) rotateY(180deg)}.linksWithIcons-group.has-very-light-gray-background-color{background-color:#e4e4e4}.linksWithIcons-group.is-style-square{display:grid;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;row-gap:24px;grid-template-columns:repeat(1,1fr);grid-auto-rows:1fr}@media (min-width:33.75em){.linksWithIcons-group.is-style-square{grid-template-columns:repeat(2,1fr)}}@media (min-width:47.5em){.linksWithIcons-group.is-style-square{grid-template-columns:repeat(3,1fr)}}@media (min-width:69.375em){.linksWithIcons-group.is-style-square{grid-template-columns:repeat(4,1fr)}}@media (min-width:69.375em){.linksWithIcons-group.is-style-square.linksWithIcons-group.has-1-items,.linksWithIcons-group.is-style-square.linksWithIcons-group.has-2-items,.linksWithIcons-group.is-style-square.linksWithIcons-group.has-3-items{grid-template-columns:repeat(3,1fr)}}.linksWithIcons{position:relative;margin-top:12px;margin-bottom:12px;padding:10px;max-width:456px;text-align:center}.linksWithIcons>*{margin-right:auto;margin-left:auto;max-width:300px}.linksWithIcons>*+*{margin-top:20px}@media (min-width:61.25em){.linksWithIcons>*+*{margin-top:24px}}.wp-block-columns.has-3-columns .wp-block-column .linksWithIcons>*{max-width:285px}.linksWithIcons-bigtext,.linksWithIcons-title{font-family:var(--font-family-secondary)}.linksWithIcons-title{font-size:1.625rem;font-weight:bolder;line-height:1}@media (min-width:33.75em){.linksWithIcons-title{font-size:1.9375rem}}.is-style-square .linksWithIcons-title{font-size:1.3125rem;text-transform:uppercase}.linksWithIcons-imageWrapper{margin-right:auto;margin-left:auto;max-width:40%}@media (min-width:52.5em){.linksWithIcons-imageWrapper{max-width:60%}}.linksWithIcons-imageWrapper.is-uncredited .image-caption{display:none}.linksWithIcons-imageWrapper.is-large{max-width:55%}@media (min-width:52.5em){.linksWithIcons-imageWrapper.is-large{max-width:75%}}.linksWithIcons-imageWrapper.is-small{max-width:25%}@media (min-width:52.5em){.linksWithIcons-imageWrapper.is-small{max-width:45%}}.linksWithIcons-imageWrapper.is-xsmall{max-width:64px}.linksWithIcons-image{display:block;width:100%}.linksWithIcons-bigtext{display:inline-block;font-weight:bolder;line-height:1em;word-wrap:normal;color:#262626!important}.linksWithIcons-bigtext.has-underline{border-bottom:8px solid #262626}.linksWithIcons-group.is-style-square .linksWithIcons{border:1px solid;margin:0 0 24px;padding-top:24px;padding-bottom:24px;height:100%}.linksWithIcons-group.is-style-square .linksWithIcons>*+*{margin-top:12px}.linksWithIcons-group.is-style-square a.linksWithIcons{-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.linksWithIcons-group.is-style-square a.linksWithIcons:active,.linksWithIcons-group.is-style-square a.linksWithIcons:hover{background-color:#eee}.linksWithIcons-group.is-style-square a.linksWithIcons:focus-within{background-color:#eee}.linksWithIcons-group .linksWithIcons-spacer:last-child{display:none!important}.linksWithIcons-group.is-vertical .linksWithIcons-spacer{margin-top:40px;margin-bottom:40px;width:35%;height:2px;background-color:rgba(0,0,0,.3)}@media (min-width:33.75em){.linksWithIcons-group.is-vertical .linksWithIcons-spacer{margin-top:30px;margin-bottom:30px}}.linksWithIcons-group.is-horizontal .linksWithIcons-spacer{margin-top:40px;margin-bottom:40px;width:35%;height:2px;background-color:rgba(0,0,0,.3)}@media (min-width:33.75em){.linksWithIcons-group.is-horizontal .linksWithIcons-spacer{margin-top:30px;margin-bottom:30px}}@media (min-width:52.5em){.linksWithIcons-group.is-horizontal .linksWithIcons-spacer{margin-top:auto;margin-bottom:auto;width:2px;height:200px;background-color:rgba(0,0,0,.3)}.linksWithIcons-group.is-horizontal .linksWithIcons-spacer:nth-child(4){display:block}}.linksWithIcons-group.has-no-lines .linksWithIcons-spacer{display:none!important}.rowColumn .linksWithIcons{margin:0 auto}.grid .petition-item{padding:0;max-width:300px}.petition-item{background:#e4e4e4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.petition-item .petition-itemImage{display:block;width:100%;height:300px;-o-object-fit:cover;object-fit:cover}.petition-item figure{position:relative;margin:0;padding:0}.petition-item .petition-itemImageCaption{position:absolute;bottom:0;left:5px;background:#000;padding:4px 8px}.petition-item .petition-itemImageCaption,.petition-item .petition-itemImageCaption a{color:#fff;text-transform:uppercase;font-family:var(--font-family-secondary)}.petition-item .petition-item-content{width:100%;padding:14px;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.petition-item .petition-itemTitle{margin-top:0;font-family:var(--font-family-secondary);color:#000;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.petition-item .petition-itemTitle a{font-family:var(--font-family-secondary);color:#000;font-weight:600;font-size:1.75rem}.petition-item .petition-itemExcerpt{text-transform:uppercase;font-family:var(--font-family-secondary);line-height:1.8}.petition-item .petition-itemCta{display:block;text-transform:uppercase;width:100%}.petition-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.petition-layout .petition-item{max-width:330px;margin-right:24px;margin-top:24px;padding:0}.postlist-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.postlist-headerTitle{margin-bottom:0;width:100%;float:none;font-size:1.75rem;line-height:1.2}@media (min-width:35.625em){.postlist-headerTitle{float:left;width:auto}}.postlist-header label{margin-top:12px;margin-bottom:8px;font-family:var(--font-family-secondary);font-size:.875rem;font-weight:bolder;text-align:left;letter-spacing:.01875rem}@media (min-width:35.625em){.postlist-header label{margin-right:16px;margin-bottom:0;margin-top:0;text-align:right}.rtl .postlist-header label{margin-right:0;margin-left:16px}}.postlist-sort{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;width:100%;float:none}@media (min-width:35.625em){.postlist-sort{float:right;width:auto}}.postlist-sort .element-select{margin-right:0;margin-left:0;width:100%}@media (min-width:35.625em){.postlist-sort .element-select{margin-right:0;width:auto}}.post{position:relative;width:100%}@media (max-width:33.74em){.post+.post{margin-top:1.90736%}}@media (min-width:33.75em){.post{min-height:460px}.post+.post{margin-left:1.90736%}.rtl .post+.post{margin-right:1.90736%;margin-left:0}.post:nth-child(3n){margin-left:1.90736%}}@media (min-width:33.75em) and (max-width:58.74em){.post{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.post:nth-child(2n+3){margin-left:0}.rtl .post:nth-child(2n+3){margin-right:0}.post:nth-child(n+3){margin-top:1.90736%}}@media (min-width:58.75em) and (max-width:69.365em){.post{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:32.06176%;flex-basis:32.06176%;width:32.06176%;max-width:32.06176%}.post:nth-child(3n+4){margin-left:0}.rtl .post:nth-child(3n+4){margin-right:0}.post:nth-child(n+4){margin-top:1.90736%}.has-subcategories .post{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}.has-subcategories .post:nth-child(n+3){margin-top:1.90736%}.has-subcategories .post:nth-child(3n+4){margin-left:1.90736%}.rtl .has-subcategories .post:nth-child(3n+4){margin-right:1.90736%}.has-subcategories .post:nth-child(2n+3){margin-left:0}.rtl .has-subcategories .post:nth-child(2n+3){margin-right:0}}@media (min-width:69.375em){.post{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:23.56948%;flex-basis:23.56948%;width:23.56948%;max-width:23.56948%}.has-subcategories .post{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:32.06176%;flex-basis:32.06176%;width:32.06176%;max-width:32.06176%}.has-subcategories .post:nth-child(n+4){margin-top:1.90736%}.has-subcategories .post:nth-child(4n+5){margin-left:1.90736%}.rtl .has-subcategories .post:nth-child(4n+5){margin-right:1.90736%}.has-subcategories .post:nth-child(3n+4){margin-left:0}.rtl .has-subcategories .post:nth-child(3n+4){margin-right:0}.post:nth-child(4n+5){margin-left:0}.rtl .post:nth-child(4n+5){margin-right:0}.post:nth-child(n+5){margin-top:1.90736%}}.post-header{max-width:100%}.post-content{width:100%;padding:12px}.post-content .post-content{padding:0}.post-category{-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;display:inline-block;padding:4px 8px;color:#fff;font-family:var(--font-family-secondary);font-weight:bolder;font-size:1.125rem;text-transform:uppercase;background-color:#000}.post-category:active,.post-category:focus,.post-category:hover{background-color:#333}.post-category:focus-within{background-color:#333}.post-meta{display:inline-block;padding:8px 8px 0;font-family:var(--font-family-secondary);font-weight:bolder;font-size:.875rem;color:#525252;background-color:#fff}.post-title{padding:0 8px;margin-bottom:0;font-size:1.75rem}.post-title a{color:#000}.post-title span{background-color:#fff;-webkit-box-shadow:-8px 0 0 0 #fff,8px 0 0 0 #fff;box-shadow:-8px 0 0 0 #fff,8px 0 0 0 #fff;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:1.2}.postImage--full{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;background-size:cover;background-position:50%}.postImage--full .post-content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.postImage--full .post-content,.postImage--none,.postImage--small{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.postImage--none .post-content,.postImage--small .post-content{position:relative;background-color:#fff;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.postImage--small .post-category{position:absolute;bottom:100%;left:12px}.rtl .postImage--small .post-category{right:12px;left:unset}.postImage--none .post-title,.postImage--small .post-title{margin-top:12px;padding:0}.postImage--none .post-meta,.postImage--small .post-meta{padding:0}.postImage--none .post-meta{margin-top:12px}.postImage--none .post-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.postImage--none .post-content:after{content:"";display:block;height:8px;width:75%;margin-top:12px;background-color:#000}@media (min-width:33.75em){.postImage--none .post-content:after{margin-top:auto}}.post-figure img{display:block;width:100%}.post-content a{position:relative;z-index:1}.post .floating-anchor{-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.post .post-figure img{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.post-figure{position:relative;background-color:#111;overflow:hidden}.post:focus .floating-anchor,.post:hover .floating-anchor{background-color:rgba(17,17,17,.2)}.post:focus .post-figure img,.post:hover .post-figure img{opacity:.6}.post:focus-within .floating-anchor{background-color:rgba(17,17,17,.2)}.post:focus-within .post-figure img{opacity:.6}.post--result{width:100%;max-width:100%;background-color:#fff;min-height:0;padding:12px}.post--result+.post--result{margin-top:8px;margin-left:0}.rtl .post--result+.post--result{margin-right:0}.post--result .post-title{margin-bottom:15px;padding:0;font-size:1.9375rem;line-height:1.2}.post--result .post-excerpt p:last-of-type{margin-bottom:0}.post--result .post-excerpt{margin-bottom:15px;font-size:1.125rem}.post--result .post-byline{font-size:1rem}.post--result .post-category{margin-bottom:20px;margin-right:20px}.post--result .post-location,.post--result .post-topic{font-family:var(--font-family-secondary);text-transform:uppercase;font-size:.875rem}.post--result .post-location{margin-right:16px}.post-paginationContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;width:100%;font-size:1.5rem;font-family:var(--font-family-secondary);font-weight:bolder;line-height:1.25;text-transform:uppercase}@media (min-width:69.375em){.post-paginationContainer{width:75%}}@media (min-width:75em){.post-paginationContainer{width:50%}}@media (min-width:75em){.author .post-paginationContainer{width:75%}}.post-paginationLink{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:24px}@media (min-width:47.5em){.post-paginationLink{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-top:0}}.post-paginationLink a,.post-paginationLink button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;min-height:44px;font-family:var(--font-family-secondary);font-weight:bolder;text-transform:uppercase;color:#000;line-height:1.25;background-color:transparent;border:none}.post-paginationLink .icon{display:inline-block;margin-right:16px;width:16px;height:16px;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 300px;background-position:-234px -240px}.rtl .post-paginationLink .icon{margin-left:16px;margin-right:0;background-position:-110px -265px}.post-paginationPrevious a{padding-right:5px}.rtl .post-paginationPrevious a{padding-right:0;padding-left:5px}.post-paginationNext a{padding-left:5px}.rtl .post-paginationNext a{padding-right:5px;padding-left:0}.post-paginationLink a{-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.post-paginationLink a:active,.post-paginationLink a:focus,.post-paginationLink a:hover{background-color:#e4e4e4}.post-paginationLink a:focus-within{background-color:#e4e4e4}.post-paginationLink button[disabled]{color:#767676;cursor:not-allowed}.post-paginationLink button[disabled] .icon{opacity:.4}.post-paginationNext a,.post-paginationNext button{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.post-paginationNext .icon{background-position:-110px -265px;margin-left:16px;margin-right:0}.rtl .post-paginationNext .icon{margin-left:0;margin-right:16px;background-position:-234px -240px}ul.page-numbers{display:none;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0;margin-left:0;list-style:none;color:#000}@media (min-width:47.5em){ul.page-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:auto;flex-basis:auto}}ul.page-numbers .page-numbers{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:44px;min-height:44px}ul.page-numbers a.page-numbers{-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}ul.page-numbers a.page-numbers:active,ul.page-numbers a.page-numbers:focus,ul.page-numbers a.page-numbers:hover{background-color:#e4e4e4}ul.page-numbers a.page-numbers:focus-within{background-color:#e4e4e4}ul.page-numbers li+li{margin-left:10px}.rtl ul.page-numbers li+li{margin-left:0;margin-right:10px}ul.page-numbers span.current{background-color:#000;color:#fff}.postlist-categoriesContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px;padding:20px}@media (min-width:35.625em){.postlist-categoriesContainer{margin-top:24px}}.postlist-categories{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding:0 20px;margin-bottom:0;margin-left:0;max-width:100%;overflow-x:auto;list-style:none}.postlist-categories:after{content:"flickity";display:none}@media (min-width:58.75em){.postlist-categories:after{content:""}}.postlist-categories.use-flickity:after{content:"flickity";display:none}.postlist-categories.flickity-enabled{display:block;padding:0}.postlist-categories.flickity-enabled .flickity-viewport{-webkit-box-flex:1;-ms-flex:1;flex:1}.postlist-categories:not(.flickity-enabled) li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;list-style:none}@media (min-width:29.0625em){.postlist-categories:not(.flickity-enabled) li{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}}@media (min-width:33.75em){.postlist-categories:not(.flickity-enabled) li{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:32.06176%;flex-basis:32.06176%;width:32.06176%;max-width:32.06176%}}@media (min-width:58.75em){.postlist-categories:not(.flickity-enabled) li{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:23.56948%;flex-basis:23.56948%;width:23.56948%;max-width:23.56948%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:none}}.postlist-categories.flickity-enabled li{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;width:100%}@media (min-width:33.75em){.postlist-categories.flickity-enabled li{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:49.04632%;flex-basis:49.04632%;width:49.04632%;max-width:49.04632%}}@media (min-width:58.75em){.postlist-categories.flickity-enabled li{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:32.06176%;flex-basis:32.06176%;width:32.06176%;max-width:32.06176%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:none}}.postlist-categories li+li{margin-left:1.90736%}.rtl .postlist-categories li+li{margin-right:1.90736%;margin-left:0}.postlist-categories a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:11px 16px;width:100%;height:100%;color:#000;border:1px solid #b5b5b5;text-decoration:none!important}.postlist-categories a:active,.postlist-categories a:focus,.postlist-categories a:hover{border-color:#b5b5b5}:root .postlist-categories a,_:-ms-fullscreen{white-space:normal}.postlist-categories .is-current a{color:#fff;background-color:#000;border-color:#000}[data-slider-next],[data-slider-prev]{display:none;background-color:transparent;border:2px solid transparent;-webkit-transition:background-color .3s ease-in-out,opacity .3s ease-in-out;transition:background-color .3s ease-in-out,opacity .3s ease-in-out;cursor:pointer}[data-slider-next]:hover,[data-slider-prev]:hover{background-color:#e7e7e7}[data-slider-next]:active,[data-slider-next]:focus,[data-slider-prev]:active,[data-slider-prev]:focus{border:2px solid orange}[data-slider-next]:focus-within,[data-slider-prev]:focus-within{border:2px solid orange}[data-slider-next][disabled],[data-slider-prev][disabled]{opacity:.4;cursor:not-allowed}.flickity-enabled~[data-slider-prev]{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flickity-enabled>[data-slider-next],.flickity-enabled>[data-slider-prev],.flickity-enabled~[data-slider-next],.flickity-enabled~[data-slider-prev]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:44px;height:44px;text-indent:-1000px;overflow:hidden;padding:0}[data-slider-prev]:after{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:626px 600px;width:32px;height:32px;background-position:-468px -480px;content:"";display:block}.rtl [data-slider-prev]:after,[data-slider-next]:after{background-position:-220px -530px}[data-slider-next]:after{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:626px 600px;width:32px;height:32px;content:"";display:block}.rtl [data-slider-next]:after{background-position:-468px -480px}.postlist{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wp-block-amnesty-core-regions{padding:24px}.wp-block-amnesty-core-regions h2{text-transform:uppercase}.page-template-without-sidebar .wp-block-amnesty-core-regions ul,.wp-block-amnesty-core-regions ul,.wp-block-amnesty-core-regions ul ul{margin:0;padding:0;list-style:none}.wp-block-amnesty-core-regions .listItems{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wp-block-amnesty-core-regions .listItems>li{margin-top:24px;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}@media (min-width:33.75em){.wp-block-amnesty-core-regions .listItems>li{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}}@media (min-width:58.75em){.wp-block-amnesty-core-regions .listItems>li{-ms-flex-preferred-size:33%;flex-basis:33%;max-width:33%}}@media (min-width:75em){.wp-block-amnesty-core-regions .listItems>li{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}}@media (min-width:87.5em){.wp-block-amnesty-core-regions .listItems>li{-ms-flex-preferred-size:auto;flex-basis:auto}}.wp-block-amnesty-core-regions .listItems li a{font-weight:400;text-decoration:none;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.wp-block-amnesty-core-regions .listItems li a:active,.wp-block-amnesty-core-regions .listItems li a:focus,.wp-block-amnesty-core-regions .listItems li a:hover{text-decoration:underline}.wp-block-amnesty-core-regions .listItems>li>a{font-family:var(--font-family-secondary);font-weight:700}.wp-block-amnesty-core-regions .has-children{margin-bottom:24px}.wp-block-amnesty-core-regions .children{margin-top:24px}@media (min-width:58.75em){.wp-block-amnesty-core-regions .children{max-width:90%}}@media (min-width:75em){.wp-block-amnesty-core-regions .children{max-width:85%}}.wp-block-amnesty-core-regions .has-children .has-children li:before{content:"- "}.wp-block-amnesty-core-regions .has-children .has-children .children{margin-top:0}.wp-block-amnesty-core-regions .is-left-aligned{text-align:left}.rtl .wp-block-amnesty-core-regions .is-left-aligned{text-align:right}.wp-block-amnesty-core-regions .is-center-aligned{text-align:center}.wp-block-amnesty-core-regions .is-right-aligned{text-align:right}.rtl .wp-block-amnesty-core-regions .is-right-aligned{text-align:left}[data-type="amnesty-core/block-slider"]{max-width:100%!important;width:100%!important}.slider-nav,.slider-navButton{display:-webkit-box;display:-ms-flexbox;display:flex}.slider-navButton{position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;min-height:56px;background-color:#e4e4e4;font-size:1rem;text-transform:uppercase;font-family:var(--font-family-secondary);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-weight:bolder;border:none}.slider-navButton.is-nav-selected{background-color:#fff;-webkit-transform:translateY(-4px);transform:translateY(-4px)}.slider-navButton.is-nav-selected:after{content:"";position:absolute;top:100%;left:0;display:block;width:100%;height:4px;background-color:#000}.slide{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:500px;background-color:#767676;background-size:cover;background-position:50%;background-repeat:no-repeat}@media (min-width:47.5em){.slide{min-height:670px;padding:40px 65px}}.rtl .slide{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (min-width:47.5em){.slide.is-center-aligned{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.slide.is-center-aligned .slide-contentContainer{margin-right:auto;margin-left:auto}.slide.is-center-aligned .slide-content,.slide.is-center-aligned h1.slide-title,.slide.is-center-aligned h2.slide-subtitle{text-align:center}.slide.is-center-aligned .slide-callToAction{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (min-width:47.5em){.slide.is-right-aligned{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.rtl .slide.is-right-aligned{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.slide.is-right-aligned .slide-contentContainer{margin-left:auto}.rtl .slide.is-right-aligned .slide-contentContainer{margin-right:auto;margin-left:0}.slide.is-right-aligned .slide-callToAction{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.rtl .slide.is-right-aligned .slide-callToAction{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.slides-container{position:relative}.slides-arrow{position:absolute;top:50%;left:0;background-color:#fff;width:50px;height:50px;overflow:hidden;text-indent:-1000vw;border:none;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10;cursor:pointer}.slides-arrow:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.slides-arrow--next{right:0;left:auto}.rtl .slides-arrow--next{right:auto;left:0}.rtl .slides-arrow--previous{right:0;left:auto}.slides-arrow--next:after{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:626px 600px;width:32px;height:32px;background-position:-220px -530px;content:"";display:block}.rtl .slides-arrow--next:after,.slides-arrow--previous:after{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:626px 600px;width:32px;height:32px;background-position:-468px -480px}.slides-arrow--previous:after{content:"";display:block}.rtl .slides-arrow--previous:after{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:626px 600px;width:32px;height:32px;background-position:-220px -530px}.slide-contentContainer{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:start;align-self:flex-start;min-width:100%;background-color:#000;color:#fff;padding:16px}@media (min-width:47.5em){.slide-contentContainer{max-width:500px;min-width:250px}}.slide-contentContainer>*{margin-bottom:0}.slide-contentContainer>*+*{margin-top:12px}.slide-contentContainer h1,.slide-contentContainer h2{font-family:var(--font-family-secondary)}.slide-contentContainer .slide-content,.slide-contentContainer p{font-family:var(--font-family-primary)}.slide-contentContainer .slide-content,.slide-contentContainer h1,.slide-contentContainer h2,.slide-contentContainer p,.slide-contentContainer span{color:#fff}.slide.has-opaque-background .slide-contentContainer{background:-webkit-gradient(linear,left top,left bottom,color-stop(90%,rgba(0,0,0,.5)),to(transparent));background:linear-gradient(180deg,rgba(0,0,0,.5) 90%,transparent)}.slide.has-transparent-background .slide-contentContainer{background:transparent}.slide-callToAction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.slider{position:relative}.slider .flickity-enabled{display:-webkit-box;display:-ms-flexbox;display:flex}.slider .flickity-viewport{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;height:auto!important}.slider .flickity-slider{position:relative!important;display:-webkit-box;display:-ms-flexbox;display:flex;left:auto!important}.rtl .slider .flickity-slider{right:auto!important}.slider .slide{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;left:auto!important;position:relative!important}.rtl .slider .slide{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;right:auto!important}.slider .slider-nav{width:100%}.slider .has-arrows .slider-nav{max-width:calc(100% - 88px)}.slider .slider-navButton{width:100%;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;left:auto!important;position:relative!important}.rtl .slider .slider-navButton{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;right:auto!important}@media (min-width:47.5em){.slider .slider-navButton{width:auto}}.slider-navContainer{display:-webkit-box;display:-ms-flexbox;display:flex}.slider-navContainer [data-slider-next]{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.rtl .slider-navContainer [data-slider-next],.slider-navContainer [data-slider-prev]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.rtl .slider-navContainer [data-slider-prev]{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.slider-navContainer .slider-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.slider-navContainer [data-slider-next],.slider-navContainer [data-slider-prev]{display:none;height:auto}.slider-navContainer.has-arrows>[data-slider-next],.slider-navContainer.has-arrows>[data-slider-prev]{display:-webkit-box;display:-ms-flexbox;display:flex}.slide-contentWrapper{width:100%;max-height:500px}@media (min-width:47.5em){.slide-contentWrapper{max-height:670px}}.slide-contentWrapper.is-open{background-color:rgba(0,0,0,.4);overflow-y:scroll}@media (min-width:47.5em){.slide-contentWrapper.is-open{background-color:transparent}}.slide-contentWrapper.is-open:before{content:attr(data-tooltip);position:absolute;right:0;bottom:0;left:0;display:block;padding-bottom:20px;color:#fff;text-align:center}@media (min-width:47.5em){.slide-contentWrapper.is-open:before{display:none}}.slide-contentWrapper.is-open .slide-contentContainer{z-index:2;background:#000}.slide-contentWrapper.is-open .slide-content{height:auto}.slide-contentWrapper.is-open .slider-toggleContent:before{-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}.slide-content{position:relative;height:45px;overflow:hidden;padding-right:50px}.rtl .slide-content{padding-right:0;padding-left:50px}@media (min-width:47.5em){.slide-content{height:auto;padding-right:0}.rtl .slide-content{padding-left:0}}.slider-toggleContent{position:absolute;right:0;top:0;display:block;height:34px;width:34px;border:1px solid #fff;background-color:transparent;text-indent:-1000vw}.slider-toggleContent:before{pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:532.1px 510px;width:27.2px;height:27.2px;background-position:-460.7px -222.7px;position:absolute;top:50%;left:50%;content:"";display:block;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:47.5em){.slider-toggleContent{display:none}}h1.slide-title{font-size:2.6875rem;text-transform:uppercase;color:#fff!important}.rtl h1.slide-title{text-align:right}@media (min-width:47.5em){h1.slide-title{font-size:3rem}}h2.slide-subtitle{font-size:1.875rem;color:#fff!important}.rtl h2.slide-subtitle{text-align:right}@media (min-width:47.5em){h2.slide-subtitle{font-size:2.25rem}}.slide-content .btn,.slide-content .countryLinks,.slide-content .skipLink{margin-top:6px}@media (min-width:47.5em){.slide-content .btn,.slide-content .countryLinks,.slide-content .skipLink{margin-top:24px}}.slide-content p{font-size:1rem}.slide-content p:last-child{margin-bottom:0}@media (min-width:47.5em){.slide-content p{font-size:1.125rem}}.slide-timelineContent{position:absolute;left:0;bottom:0;width:100%;background:hsla(0,0%,100%,.7);color:#000;padding:20px;text-align:center}.timeline-dark .slide-timelineContent{background:rgba(0,0,0,.3);color:#fff}.timeline-light .slide-timelineContent{background:hsla(0,0%,100%,.7);color:#000}.slide-timelineContent .slide-timelineContent-inner{max-width:1000px;margin:0 auto}.slider-title{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#fff;padding:20px;z-index:1;font-family:var(--font-family-secondary);text-transform:uppercase;font-size:1.125rem}@media (min-width:47.5em){.slider-title{font-size:2.125rem}}.wp-block-amnesty-core-counter{font-family:var(--font-family-secondary);font-size:5.3125rem;font-weight:700}.sutori-toggle,.wp-block-amnesty-core-counter.aligncenter{text-align:center}.sutori-toggle{margin-top:24px;font-family:var(--font-family-secondary);font-size:2.25rem;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.sutori-embed iframe{display:none}.sutori-embed iframe.is-open{display:block}.wp-block-amnesty-core-term-list .navigation{margin-bottom:48px}.wp-block-amnesty-core-term-list .navigation button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:1px;width:60px;height:60px;background-color:#eee;font-family:var(--font-family-secondary);font-size:1.75rem;font-weight:700}.wp-block-amnesty-core-term-list .navigation button[disabled]{color:#717272}.wp-block-amnesty-core-term-list .navigation button[disabled]:active,.wp-block-amnesty-core-term-list .navigation button[disabled]:focus,.wp-block-amnesty-core-term-list .navigation button[disabled]:hover{background-color:#eee;color:#717272;cursor:auto}.wp-block-amnesty-core-term-list .navigation button.is-active{background-color:#000;color:#fff}.wp-block-amnesty-core-term-list .navigation button:active,.wp-block-amnesty-core-term-list .navigation button:focus,.wp-block-amnesty-core-term-list .navigation button:hover{background-color:#000;color:#fff;-webkit-transition:background-color .25s,color .25s;transition:background-color .25s,color .25s;cursor:pointer}.wp-block-amnesty-core-term-list .listContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.wp-block-amnesty-core-term-list .activeLetter{-ms-flex-preferred-size:10%;flex-basis:10%;font-family:var(--font-family-secondary);font-size:5rem;line-height:1}.wp-block-amnesty-core-term-list .listItems{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0;list-style:none}.wp-block-amnesty-core-term-list .listItem{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:1;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;margin-bottom:24px}.wp-block-amnesty-core-term-list .listItems a{text-decoration:none;color:inherit}.wp-block-amnesty-core-term-list .listItems a:active,.wp-block-amnesty-core-term-list .listItems a:focus,.wp-block-amnesty-core-term-list .listItems a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.wp-block-amnesty-core-background-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:47.5em){.wp-block-amnesty-core-background-media{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (max-width:47.49em){.wp-block-amnesty-core-background-media .mobile-hide-panel .text-media--backgroundImage{display:none!important}}.wp-block-amnesty-core-background-media .text-media--itemContainer{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:400px;position:relative;padding:24px 24px 40px;word-break:break-word;background-repeat:no-repeat;background-size:cover;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wp-block-amnesty-core-background-media .text-media--itemContainer>*{width:100%;margin-left:10px;margin-right:10px}.wp-block-amnesty-core-background-media .text-media--itemContainer>.image-caption{width:auto}.text-media--itemContainer.is-vertically-aligned-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.text-media--itemContainer.alignleft,.text-media--itemContainer.is-vertically-aligned-center{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.text-media--itemContainer.alignleft{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.rtl .text-media--itemContainer.alignleft,.text-media--itemContainer.alignright{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right}.text-media--itemContainer.alignright{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rtl .text-media--itemContainer.alignright{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.text-media--itemContainer.aligncenter{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}@media (min-width:47.5em) and (max-width:58.74em){.wp-block-amnesty-core-background-media.has-imageLeft div:first-child,.wp-block-amnesty-core-background-media.has-imageRight div:first-child{width:66%}}.wp-block-amnesty-core-background-media.has-textShadow{text-shadow:1px 1px 2px #000,0 0 .75em #000,0 0 1.25em #000}.tweetAction{padding:21px;max-width:350px;background-color:#eee;-webkit-box-flex:1;-ms-flex:1;flex:1}@media (min-width:47.5em){.tweetAction{max-width:480px}}.tweetAction--narrow{max-width:350px}.tweetBlock.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tweetBlock.align-center,.tweetBlock.align-left{display:-webkit-box;display:-ms-flexbox;display:flex}.tweetBlock.align-left{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.tweetBlock.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tweetAction-header,.tweetBlock.align-right{display:-webkit-box;display:-ms-flexbox;display:flex}.tweetAction-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tweetAction .dashicons-twitter{margin-right:14px;width:auto;height:auto;font-size:2.5rem;color:#1da1f2}.tweetAction-title{display:inline-block;margin-bottom:0;text-transform:uppercase}.tweetAction-content{margin-top:16px;margin-bottom:16px;padding:10px;min-height:278px;max-height:278px;overflow-y:auto;background-color:#fff;font-family:var(--font-family-primary);font-size:1.3125rem}@media (min-width:47.5em){.tweetAction-content{max-height:none;overflow-y:unset}}.is-style-alternative-style.tweetAction .dashicons-twitter{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-transform:scale(1.4);transform:scale(1.4);color:#55acee;margin-top:33px;margin-bottom:15px;margin-right:0}.is-style-alternative-style.tweetAction{background-color:#fff;padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-style-alternative-style.tweetAction .tweetAction-content{min-height:20px}.is-style-alternative-style.tweetAction .tweetButton{-ms-flex-item-align:center;align-self:center}.is-style-alternative-style .tweetAction-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-style-alternative-style .tweetAction-content{padding:0 60px;min-height:unset;max-height:unset;font-family:var(--font-family-secondary);font-size:1.5rem;text-align:center}.is-style-alternative-style.tweetAction .btn,.is-style-alternative-style.tweetAction .countryLinks,.is-style-alternative-style.tweetAction .skipLink{background-color:#55acee;border:none;margin:0 auto;padding:13px 24px;max-width:230px;line-height:normal;color:#fff;font-family:var(--font-family-secondary);font-size:1rem}.is-style-alternative-style .tweetButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center}.is-style-alternative-style.tweetBlock{height:100%}.tweetAction-embed{margin-top:24px}.is-style-alternative-style.tweetAction .tweetAction-title{text-align:center}.tweetAction .tweetAction-textBox{margin-bottom:24px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-style-alternative-style.tweetAction .tweetAction-textBox{text-align:center}.tweetAction .embedLink-placeholder{padding:10px}.social-sharePattern .wp-block-columns{display:grid;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;row-gap:50px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;grid-template-columns:repeat(1,1fr);grid-template-rows:1fr auto}@media (min-width:47.5em){.social-sharePattern .wp-block-columns{grid-template-columns:repeat(4,1fr)}}@media (min-width:69.375em){.social-sharePattern .wp-block-columns{grid-template-columns:repeat(3,1fr)}}.social-sharePattern .wp-block-column{display:grid;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;justify-items:center;margin:unset}@media (min-width:47.5em) and (max-width:69.365em){.social-sharePattern .wp-block-column:first-child{grid-column-start:2;grid-column-end:4}}@media (min-width:47.5em) and (max-width:69.365em){.social-sharePattern .wp-block-column:nth-child(2){grid-column-start:1;grid-column-end:3}}@media (min-width:47.5em) and (max-width:69.365em){.social-sharePattern .wp-block-column:nth-child(3){grid-column-start:3;grid-column-end:5}}.social-sharePattern .wp-block-column+.wp-block-column{padding-top:24px;border-top:1px solid #e4e4e4}@media (min-width:47.5em){.social-sharePattern .wp-block-column+.wp-block-column{padding-top:0;padding-left:24px;border-top:none}}@media (min-width:69.375em){.social-sharePattern .wp-block-column+.wp-block-column{border-left:1px solid #e4e4e4}}@media (min-width:47.5em){.rtl .social-sharePattern .wp-block-column+.wp-block-column{padding-right:24px;padding-left:0}}@media (min-width:69.375em){.rtl .social-sharePattern .wp-block-column+.wp-block-column{border-right:1px solid #e4e4e4;border-left:none}}.social-sharePattern .tweetAction.is-style-alternative-style{display:grid}.social-sharePattern .wp-block-column .wp-block-button.is-style-dark a{background-color:#3a5795}.social-sharePattern .wp-block-buttons{-ms-flex-item-align:end;align-self:flex-end}.social-sharePattern .has-text-align-center{width:100%}.social-sharePattern .wp-embed-responsive{width:80%;max-width:80%}.social-sharePattern .wp-block-button__link{min-width:230px}.social-sharePattern .wp-social-link svg{-webkit-transform:scale(1.5);transform:scale(1.5)}.social-sharePattern .wp-social-link{height:50px;width:50px;margin-right:20px}.section.social-sharePattern .wp-social-link a{padding:12px;margin-top:0}.social-sharePattern .wp-block-buttons .wp-block-button{margin-bottom:0}.error404 main .section .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40%}body.page-template-searchpage main,body.search main{margin-top:24px;margin-bottom:24px}body.page-template-searchpage .section,body.search .section{padding:24px}body.page-template-searchpage .post-pagination,body.search .post-pagination{padding-bottom:0}body.page-template-searchpage .section .page-search,body.search .section .page-search{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:unset}@media (min-width:29.0625em){body.page-template-searchpage .section .page-search,body.search .section .page-search{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}body.page-template-searchpage .section .page-search input,body.search .section .page-search input{margin-bottom:10px}@media (min-width:29.0625em){body.page-template-searchpage .section .page-search input,body.search .section .page-search input{margin-bottom:0}}.post--result{-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;position:relative}.post--result:active,.post--result:focus,.post--result:hover{background-color:#e4e4e4}.post--result:focus-within{background-color:#e4e4e4}.search-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:24px}@media (min-width:58.75em){.search-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.search-filters{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:24px}@media (min-width:58.75em){.search-filters{-ms-flex-preferred-size:25%;flex-basis:25%;margin-right:24px;margin-bottom:0}.rtl .search-filters{margin-right:0;margin-left:24px}}.search-filters select{width:100%}.advanced-search-results .section{padding:24px}.search-results{-ms-flex-preferred-size:75%;flex-basis:75%}.search-filters .btn,.search-filters .countryLinks,.search-filters .skipLink{width:100%}.search-container .active-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.search-container .active-filters a{margin-bottom:10px}body.search .search-filters .section.filter-wrapper{padding:0;margin-bottom:24px}.search-filters .taxonomyArchive-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.search-filters .checkbox-dropdownList-trigger{margin-bottom:24px;width:100%}.blog main>.container:first-child{padding:0}@media (min-width:35.625em){.blog main>.container:first-child{padding:0 1.90736%}}.has-subcategories{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:58.75em){.has-subcategories .news-section{margin-right:1.90736%;-webkit-box-flex:0;-ms-flex:0 0 66.04632%;flex:0 0 66.04632%}}@media (min-width:69.375em){.has-subcategories .news-section{-webkit-box-flex:0;-ms-flex:0 0 74.04632%;flex:0 0 74.04632%}}.news-sidebar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-top:0;padding-bottom:0}@media (min-width:58.75em){.news-sidebar{-webkit-box-flex:0;-ms-flex:0 0 32.04632%;flex:0 0 32.04632%}}@media (min-width:69.375em){.news-sidebar{-webkit-box-flex:0;-ms-flex:0 0 24.04632%;flex:0 0 24.04632%}}.news-sidebar .element-select{width:100%}@media (min-width:37.25em){.news-sidebar .element-select{width:auto}}.news-sidebar .element-select+.element-select{margin-top:12px}@media (min-width:37.25em){.news-sidebar .element-select+.element-select{margin-top:0}}.news-sidebar select{border-radius:0}.news-sidebar .element-select.is-active select{background-color:#000;color:#fff}.news-sidebar .element-select.is-active:after{background-position:-271px -131px}.post-pagination{padding-top:0}@media (min-width:37.25em){.post-pagination{padding-top:20px}}.post-type-archive-petition .actionBlock-content div{margin-bottom:16px;font-weight:400}.categoryTerm-title{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;padding:30px 0 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.categoryTerm-title h1{text-transform:uppercase}.archive-slider{margin-top:24px}.single-petition .article-container{-ms-flex-wrap:wrap;flex-wrap:wrap}.single-petition .article-container>.section:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.single-petition .article.has-sidebar{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;width:auto;max-width:none}.single-petition .article-sidebar{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}@media (min-width:52.5em){.single-petition .article-sidebar{margin-left:0}}@media (min-width:69.375em){.single-petition .article-sidebar{margin-top:0!important}}.single-petition .petition-tags{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:0;margin-left:0}.single-petition .petition-tags-container{width:100%}.single-petition .tag-li{margin-right:12px}.single-petition .tag-li :hover{text-decoration:underline}.single-petition .tag-li a{text-decoration:none;font-family:var(--font-family-secondary)}@media (min-width:69.375em){.tax-location.report .article-sidebar{margin-top:0!important}}.tax-location .customSelect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:47.5em){.tax-location .customSelect{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.tax-location .customSelect-label{margin-right:24px;font-family:var(--font-family-secondary);text-transform:uppercase}.tax-location.rtl .customSelect-label{margin-right:0;margin-left:24px}.officeList{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:47.5em){.officeList{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.contactInfo{margin:0 0 24px;display:block}.officeList+.contactInfo{margin-bottom:0;padding-top:24px;border-top:1px solid #e4e4e4}.contactInfo dt h4{margin-bottom:0;font-size:1.5rem}.contactInfo dd p{font-weight:400;white-space:pre-line}.contactInfo dd p:last-child{margin-bottom:0}.contactInfo dd a{text-decoration:none}.contactInfo dd+dt{margin-top:12px}.countryLinks{margin:0 12px 12px;padding:12px 24px;background-color:#f7f7f7;border-color:#f7f7f7;font-size:1.5rem}.countryLinks:active,.countryLinks:focus,.countryLinks:hover{background-color:#e4e4e4;border-color:#e4e4e4}.human-rightsStatus{display:grid;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;grid-template-columns:1fr;grid-auto-rows:1fr}@media (min-width:47.5em){.human-rightsStatus{grid-template-columns:repeat(2,1fr)}}.human-rights{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:16px;margin-bottom:16px;padding:25px;width:100%;background-color:#f7f7f7;background-position:100% 100%;background-repeat:no-repeat;text-align:center}.human-rightsAnswer{text-transform:uppercase;font-size:2.375rem}@media (min-width:47.5em){.human-rightsAnswer{font-size:3.625rem}}.human-rightsDescription{font-size:.875rem}.tax-location .container{padding-left:0;padding-right:0}.topics-container{margin-top:50px}.topics-container ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.topics-container li{list-style:none;margin-right:24px;margin-bottom:16px}.topics-container li a{display:block;text-decoration:none;text-transform:uppercase;background-color:#f7f7f7;padding:10px;-webkit-transition:background-color .25s;transition:background-color .25s;font-family:var(--font-family-secondary);font-size:.875rem}.topics-container li a:active,.topics-container li a:focus,.topics-container li a:hover{background-color:#e7e7e7}.topics-container h2{font-size:1.5rem;margin-bottom:12px}.author-banner{position:relative;background-size:cover;background-position:50%;width:100%;height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (min-width:69.375em){.author-banner{text-align:unset}}.author-header-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 20px 35px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:69.375em){.author-header-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px}}.author-avatar{max-width:150px;margin-bottom:10px}@media (min-width:69.375em){.author-avatar{padding-right:20px;margin-bottom:unset}}.author-info-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:69.375em){.author-info-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.author-page-twitter{color:#fff;font-family:var(--font-family-secondary);font-weight:lighter;text-align:center}.author-page-twitter:before{content:" ";display:inline-block;-webkit-transform:scale(.6);transform:scale(.6);vertical-align:-10%;pointer-events:none;background-image:url(../images/sprite.svg),none;background-repeat:no-repeat;background-size:313px 353px;width:20px;height:17px;background-position:-246px -82px}@media (min-width:69.375em){.author-page-twitter{text-align:left}}.author-display-name{color:#fff;text-transform:uppercase;margin-bottom:10px}.author-description{display:none;color:#000;font-family:var(--font-family-primary);margin-bottom:10px;padding:5%;text-align:center}@media (min-width:69.375em){.author-description{display:block;color:#fff;padding:unset;text-align:left}}.author-content{margin-right:0;width:100%}@media (min-width:69.375em){.author-content{margin-right:10%}}.author-biography{color:#000;margin-bottom:24px}.twitter-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-left:12px}.author .article-shareContainer{margin-right:10%!important}.author-post-feed{padding:20px}.is-collapsed:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:linear-gradient(transparent 150px,#fff)}.is-collapsed{padding-bottom:5px;max-height:300px;overflow:hidden;text-overflow:ellipsis;content:"";position:relative}.biography-container{margin-bottom:24px}.author-banner-caption{background-color:rgba(0,0,0,.1);padding:5px;font-size:.9375rem;font-style:italic;color:#fff;text-align:center}@media (min-width:69.375em){.author-banner-caption{font-size:.625rem;font-style:unset;text-align:unset}}.caption-container{position:absolute;right:0;left:0;bottom:0;max-width:100%}@media (min-width:69.375em){.caption-container{position:absolute;right:0;left:auto;bottom:0;min-width:50%;max-width:50%}.rtl .caption-container{right:auto;left:0}}.woocommerce-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce-message a{margin-left:5px;font-weight:600}.woocommerce-error,.woocommerce-info,.woocommerce-message{border-top-color:#000;font-weight:400;color:#000;background-color:#f7f7f7}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{top:unset;left:2em;color:#000}.woocommerce form .form-row{padding:0}.woocommerce .section:after,.woocommerce .section:before{display:none}.shop .price{display:block;margin-top:6px;font-weight:600}.woocommerce div.product p.price,.woocommerce div.product span.price{font-weight:400;color:#000}.shop .post{min-height:0;text-align:center}@media (min-width:33.75em){.shop .post{min-height:400px}}.shop .post .post-figure,.shop .post:active .floating-anchor,.shop .post:focus .floating-anchor,.shop .post:hover .floating-anchor{background-color:transparent}.shop .post .post-figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:335px;border:1px solid #e4e4e4}.shop .post .post-figure img{margin:0 auto;width:auto}.shop .post .post-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.post-type-archive-product .post{text-align:left}.post-type-archive-product .post-title,.post-type-archive-product .price{font-size:1.125rem}.post-type-archive-product .post-content{padding-right:0;padding-left:0}.single-product .post-figure{min-height:300px}.single-product a.remove{line-height:.85em}.single-product .woocommerce-ordering{margin:0}.single-product .site-main>.container{padding-top:80px;padding-bottom:50px}.single-product .product_title{font-size:2.5625rem}.product-description h2{margin-bottom:12px}.product-description p{font-family:var(--font-family-secondary);font-weight:600}@media (min-width:33.75em){.variations_form{max-width:250px}}.woocommerce-product-gallery .flex-viewport{border:1px solid #e4e4e4;margin-bottom:24px;max-width:472px}.flex-viewport .woocommerce-product-gallery__image img{max-height:375px;width:auto!important;max-width:100%;margin:50px auto}.woocommerce div.product div.images .flex-control-thumbs li{padding:5px;max-width:100px;border:1px solid #e4e4e4}.woocommerce div.product div.images .flex-control-thumbs li+li{margin-left:24px}.single-product .variations .label{padding-right:24px;font-family:var(--font-family-secondary);text-transform:uppercase}.single-product .variations .value{padding-bottom:24px}.single-product .reset_variations{margin-bottom:24px}.single-product .price{margin-top:0;margin-bottom:24px;font-family:var(--font-family-primary);color:#000}.single-product .related>.container{border-top:1px solid #e4e4e4}.single-product .related .postlist-header{padding-right:0;padding-left:0}.single-product .related .postlist-headerTitle{font-size:2.5625rem}.single-product .related .post-title{font-size:1.125rem}.single-product .related .post-content{text-align:left}.product .nyp .nyp-input{margin-bottom:0;text-align:left}.form-row .customSelect-label{font-family:var(--font-family-secondary);font-weight:bolder}.form-row .customSelect-label i{font-weight:400}.form-row .customSelect-field{width:100%}.coupon,.menu-item-cart>a>span{display:-webkit-box;display:-ms-flexbox;display:flex}.product-remove .remove-link{border-radius:50%;display:block;width:25px;height:25px;text-align:center}.product-remove .remove-link:active,.product-remove .remove-link:focus,.product-remove .remove-link:hover{background-color:#000}.cart_item .product-thumbnail .image-caption{display:none}.page-template-checkout-flow main{padding-top:50px}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment,.woocommerce table.shop_table{border-radius:0}#order_review_heading{margin-top:24px}#ship-to-different-address h3{display:inline-block;margin-left:5px}.woocommerce .woocommerce-customer-details address{border:none;border-radius:0}.recurring-totals th{border-top-width:3px}.page-template-my-account .woocommerce-Address-title a{line-height:1.9375rem}.page-template-my-account .linkList li{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out}.page-template-my-account .linkList li:first-child{border-top:1px solid #e4e4e4}.page-template-my-account .linkList li.is-active,.page-template-my-account .linkList li:active,.page-template-my-account .linkList li:hover{background-color:#000;color:#fff}.page-template-my-account .linkList li.is-active a,.page-template-my-account .linkList li:active a,.page-template-my-account .linkList li:hover a{color:#fff}.page-template-my-account .linkList li:focus-within{background-color:#000;color:#fff}.page-template-my-account .linkList li:focus-within a{color:#fff}.page-template-my-account .linkList a{display:block;padding:10px 15px}.page-template-my-account .linkList li+li{margin:0;border-bottom:1px solid #e4e4e4}.woocommerce-table__product-name{width:65%}.woocommerce-table--order-details tfoot tr td:last-child,.woocommerce-table__product-quantity,.woocommerce-table__product-total{border-left:1px solid #e4e4e4}.woocommerce table.shop_table tfoot td{font-weight:400}.woocommerce .woocommerce-customer-details address{padding:0}.woocommerce-columns+.woocommerce-columns{margin-top:24px}.u-textUpper{text-transform:uppercase!important}.u-textLower{text-transform:lowercase!important}.u-textCaps{text-transform:capitalize!important}.u-textLight{font-weight:lighter!important}.u-textNormal{font-weight:400!important}.u-textBold{font-weight:bolder!important}.u-textLeft{text-align:left!important}.rtl .u-textLeft{text-align:right!important}.u-textCenter{text-align:center!important}.u-textRight{text-align:right!important}.rtl .u-textRight{text-align:left!important}.u-textNoWrap,.u-textTruncate{white-space:nowrap!important}.u-textTruncate{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;word-wrap:normal!important}.u-block{display:block!important}.u-hidden{display:none!important}.skipLink,.u-hiddenVisually{position:absolute!important;overflow:hidden!important;width:1px!important;height:1px!important;padding:0!important;border:0!important;clip:rect(1px,1px,1px,1px)!important}.u-inline{display:inline!important}.u-inlineBlock{display:inline-block!important;max-width:100%}.u-table{display:table!important}.u-tableCell{display:table-cell!important}.u-tableRow{display:table-row!important}.u-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.u-inlineFlex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.u-flexWrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.u-flexJustifyAround{-ms-flex-pack:distribute!important;justify-content:space-around!important}.u-flexJustifyBetween{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.u-flexJustifyCenter{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.u-flexJustifyStart{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.u-flexJustifyEnd{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.u-flexAlignCenter{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.u-flexAlignStretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.u-flexAlignStart{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.u-flexAlignEnd{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.u-flexCenter{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.u-cf:after,.u-cf:before{content:"";display:table;clear:both}.alignleft,.u-floatLeft{float:left!important}.alignright,.u-floatRight{float:right!important}.u-floatNone{float:none!important}.aligncenter{display:block;margin-right:auto;margin-left:auto}.skipLink:active,.skipLink:focus{z-index:999999;top:3px;left:3px;display:block;padding:10px 20px!important;width:auto!important;height:50px!important;clip:auto!important;line-height:1.875rem}

/*# sourceMappingURL=bundle.css.map*/