@charset "UTF-8";
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/hc/theming_assets/01HZQXJ7P16QMP0KM7WHBVPMH9") format("woff2"), url("/hc/theming_assets/01HZQXJ7S7F3EC45XQSW7WXCJA") format("woff");
}
/* Base */
:root {
  --body-white: #ffffff;
  --body-black: #000000;
  --anchor-red: #cc3939;
  --anchor-brown: #762123;
  --anchor-cyan: #53dbdd;
  --anchor-cyan-hover: #98f1f0;
  --header-cyprus: #418198;
  --text-parchement: #f1e9d0;
  --emphasis-orange: #ff9900;
  --text-gold: #ffdf91;
  --navbar-height: 3rem;
  --page-margin: 0.5rem;
  --header-height: 4rem;
  --header-logo-height: 2.5rem;
  --footer-content-height: 3.75rem;
}

@media screen and (min-width: 40em) {
  :root {
    --page-margin:1rem;
  }
}
@media screen and (min-width: 54em) {
  :root {
    --page-margin:1.5rem;
    --navbar-height:2.0625rem;
  }
}
@media screen and (min-width: 68em) {
  :root {
    --page-margin:2.25rem;
    --header-height: 3rem;
    --header-logo-height: 2rem;
  }
}
* {
  box-sizing: border-box;
}

/* Colors */
form input[type=submit], .post article .community-follow a, .article a.button,
.article button.button,
.post a.button,
.post button.button {
  color: var(--text-gold);
  z-index: 1;
  margin: 1rem;
  max-width: 100%;
  padding: 0.667rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image-source: none;
  border-bottom-color: #003456;
  text-shadow: 2px 2px 0px #000;
  background-color: #09597D;
  transition: background-color 300ms ease;
  background-image: linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.26), 4px 4px 8px rgba(0, 0, 0, 0.42);
}
form input[type=submit]:hover, .post article .community-follow a:hover, .article a.button:hover,
.article button.button:hover,
.post a.button:hover,
.post button.button:hover {
  color: #FFF0C5;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #B8862D);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
  color: var(--text-gold);
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(180deg, #FFDF91, #B8862D);
}
form input[type=submit]:hover:after, .post article .community-follow a:hover:after, .article a.button:hover:after,
.article button.button:hover:after,
.post a.button:hover:after,
.post button.button:hover:after {
  color: #FFF0C5;
}
form input[aria-selected=true][type=submit], .post article .community-follow a[aria-selected=true], .article a[aria-selected=true].button,
.article button[aria-selected=true].button,
.post a[aria-selected=true].button,
.post button[aria-selected=true].button {
  color: #FFF0C5;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #B8862D);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
  color: var(--text-gold);
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(180deg, #FFDF91, #B8862D);
  cursor: default;
}
form input[aria-pressed=true][type=submit], .post article .community-follow a[aria-pressed=true], .article a[aria-pressed=true].button,
.article button[aria-pressed=true].button,
.post a[aria-pressed=true].button,
.post button[aria-pressed=true].button {
  color: #FFF0C5;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #B8862D);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
  color: var(--text-gold);
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(180deg, #FFDF91, #B8862D);
  cursor: default;
}

.post article .vote, .post-comments .comment-vote {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.post article .vote a:active, .post-comments .comment-vote a:active,
.post article .vote a:hover,
.post-comments .comment-vote a:hover,
.post article .vote a:focus,
.post-comments .comment-vote a:focus {
  text-decoration: none;
}
.post article .vote .vote-sum, .post-comments .comment-vote .vote-sum {
  color: #D8B25D;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .post article .vote .vote-sum, .post article [dir=rtl] .vote .vote-sum, [dir=rtl] .post-comments .comment-vote .vote-sum, .post-comments [dir=rtl] .comment-vote .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.post article .vote .vote-up, .post-comments .comment-vote .vote-up, .post article .vote .vote-down, .post-comments .comment-vote .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #5a6d7c;
  cursor: pointer;
  height: auto;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post article .vote .vote-up svg, .post-comments .comment-vote .vote-up svg, .post article .vote .vote-down svg, .post-comments .comment-vote .vote-down svg {
  fill: url(#iconGradient);
}
.post article .vote .vote-up:hover svg, .post-comments .comment-vote .vote-up:hover svg, .post article .vote .vote-down:hover svg, .post-comments .comment-vote .vote-down:hover svg {
  fill: url(#iconGradientHover);
}
.post article .vote .vote-down svg, .post-comments .comment-vote .vote-down svg {
  transform: scale(1, -1);
}
.post article .vote .vote-voted, .post-comments .comment-vote .vote-voted {
  color: #17494D;
}
.post article .vote .vote-voted:hover, .post-comments .comment-vote .vote-voted:hover {
  color: #000;
}

/**************
    Cards
 **************/
/**************
    Textures
 **************/
/*************************************
 * Age of Empires 2022 Theme Refresh *
 *************************************/
/*** Breakpoint reference ***/
/*
 * Common breakpoints
 *
@media (min-width:20em){}
@media (min-width:40em){}
@media (min-width:54em){}
@media (min-width:68em){}
@media (min-width:80em){}
@media (min-width:137em){}
@media (min-width:275em){}
 *
 */
/* Sizing (rem units) & base */
/* Typography */
/* Lists */
/* Abstractions */
/* Container Components */
/* Responsive */
/***
 * Header & Related Components
 ***/
/* Main Logo */
/*** GAMESCOM 2022 START ***/
/* Header: Button components */
/*** GAMESCOM 2022 END ***/
/* Responsive */
/***
 * Footer & Related Components
 ***/
/* AoE Logo */
/* Publisher + ratings */
/* Footer navigation */
/* Responsive */
/***
 * Main navigation
 ***/
/* 1-0 level menu */
/* 1-1 level menus (ul) */
/* 1-2+ level menus (ul) */
/* li */
/* a/span */
/* Insider flag label*/
/* Arrow considerations */
/* Full width (ul) for games */
/* Level 1-2+ dropdown menu arrows */
/* Level 1-1 dropdown menu arrows */
/* Games 1-1 games dropdown menu */
/* Adjust positioning of lvl-2 menus */
/* Games 1-1 .droppdown menu items */
/* Pseudo element to create blocks*/
/* Pseudo to clear floated blocks */
/* Game images */
/* Hover & focus states */
/* Responsive */
/* Back button */
/* 1-1 level games dropdown */
/* Game images */
/* Back button */
/* Hide next arrow on <a> elements on mobile */
/* Games specific styling*/
/* Active States */
/***
 * Homepage & Related Components
 ***/
/* Hero component */
/* Block grid */
/* insider */
/* age DE */
/* age II DE */
/* age III DE */
/* age IV */
/*Crafted Maps*/
/*Editor Interface*/
/*Game Modes*/
/*Generated Maps*/
/*Getting Started*/
/*Tuning pack*/
/*  Topics page - 2024 */
/* Responsive */
/***
 * Body/Interior & Related Components
 ***/
/* Sub-nav & search */
/* Breadcrumbs component */
/* Categories & Articles */
/* Dropdown toggles & buttons */
/* Sections & Articles */
/* Responsive */
/* Side nav */
/***
 * Request Form & Pages
 ***/
/* Forms */
/* Responsive */
/* Request pages / my activities */
/* Responsive */
/***
 * Collapsible navigation elements
 ***/
/*** Responsive ***/
/***
 * Search Results & Related Components
 ***/
/* Responsive */
/* Tables */
/* Responsive */
/*** Error page ***/
/*** Age of Empires 2022 Theme Refresh -- End ***/
/***** Recent activity *****/
/***** Pagination *****/
/*************************************
 * Age of Empires 2022 Theme Refresh *
 *************************************/
/*** Age of Empires 2022 Theme Refresh -- End ***/
html {
  font-size: 14px;
}

@media screen and (min-width: 20em) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 54em) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 80em) {
  html {
    font-size: 22px;
  }
}
@media screen and (min-width: 137em) {
  html {
    font-size: 28px;
  }
}
@media screen and (min-width: 275em) {
  html {
    font-size: 32px;
  }
}
h1 {
  margin: 0;
  line-height: 1.5;
  overflow-wrap: break-word;
}

h2 {
  margin: 0;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 2.41327rem;
}

h3 {
  margin: 0;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 1.9994rem;
}

h4 {
  margin: 0;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 1.7067rem;
}

h5 {
  margin: 0;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 1.414rem;
}

h6 {
  margin: 0;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 1.207rem;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: var(--anchor-cyan);
  text-decoration: underline;
}

ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin-top: 0;
  background: #263144;
  padding: calc(1rem - 6px);
  border-radius: 4px;
  margin-bottom: 1rem;
}
dl dt {
  color: var(--text-gold);
  font-weight: 700;
}
dl dd {
  margin-left: 0;
  margin-bottom: 1rem;
}
dl dd:last-of-type {
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.overlay {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 350;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
}

.screen-reader-only:not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.screen-reader-only:not(:focus) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.screen-reader-text:not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.screen-reader-text:not(:focus) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

[aria-hidden=true] {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

body {
  font-weight: 400;
  line-height: 1.5;
  color: #C7C7C7;
  background-color: #181C29;
  font-family: "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.skip-navigation {
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}
.skip-navigation:focus {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}
.skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

.container {
  margin: 0 auto;
  width: calc(83% + var(--page-margin) * 2);
  max-width: calc(3184px + var(--page-margin) * 2);
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
}

.site-container {
  z-index: 0;
  overflow: hidden;
  position: relative;
}

.content-container--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 1rem 0.75rem;
  width: 100%;
  max-width: 100%;
}

.header {
  z-index: 500;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  color: var(--text-gold);
  height: var(--header-height);
  padding: 0 var(--page-margin);
  background-color: #000000;
}

.header__block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-navbar {
  display: none;
}

.header__block.navbar {
  display: none;
}

.header__link {
  color: var(--text-gold);
  font-weight: bold;
}

.header__logo {
  height: auto;
  display: block;
  max-height: 100%;
}

.site-title {
  order: 2;
  padding: 0;
  left: 50%;
  margin-bottom: 0;
  position: absolute;
  transform: translateX(-50%);
}
.site-title .home-link {
  height: 100%;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) / 2 - var(--header-logo-height) / 2) 1rem;
  width: 15rem;
}

.header__button {
  padding: 0;
  height: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5rem;
  font-size: 1rem;
  font-family: "maiola", serif;
  font-weight: 700;
  color: #45281F;
  font-size: 1.207rem;
  border: 1px solid var(--text-gold);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 2px rgba(255, 223, 145, 0.8);
  z-index: 1;
  width: auto;
  text-decoration: none;
}
.header__button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content: "";
  background: linear-gradient(180deg, #FFDF91, #B8862D);
  z-index: -2;
}
.header__button:focus-visible {
  color: #2A1715;
  text-decoration: none;
}
.header__button:focus {
  color: #2A1715;
  text-decoration: none;
}
.header__button:hover {
  color: #2A1715;
  text-decoration: none;
}
.header__button:hover .button-animation {
  mix-blend-mode: lighten;
}
.header__button .button-animation {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' style='width:100%25;height:100%25' viewBox='0 0 1024 64'%3E%3Cdefs%3E%3ClinearGradient id='y' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3C/linearGradient%3E%3ClinearGradient id='z' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3C/linearGradient%3E%3ClinearGradient id='w' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3C/linearGradient%3E%3ClinearGradient id='x' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3C/linearGradient%3E%3ClinearGradient id='u' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3C/linearGradient%3E%3ClinearGradient id='v' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3C/linearGradient%3E%3ClinearGradient id='s' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3C/linearGradient%3E%3ClinearGradient id='t' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3C/linearGradient%3E%3ClinearGradient id='q' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3C/linearGradient%3E%3ClinearGradient id='r' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3C/linearGradient%3E%3ClinearGradient id='p' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop/%3E%3C/linearGradient%3E%3ClinearGradient id='m' x1='-1024' x2='1024' y1='0' y2='0' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='%23FFF0C9'/%3E%3Cstop offset='7%25' stop-color='%23E6C98D'/%3E%3Cstop offset='13%25' stop-color='%23CDA351'/%3E%3Cstop offset='21%25' stop-color='%23E6C170'/%3E%3Cstop offset='30%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='39%25' stop-color='%23E6C170'/%3E%3Cstop offset='48%25' stop-color='%23CDA351'/%3E%3Cstop offset='58%25' stop-color='%23E6C170'/%3E%3Cstop offset='69%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='77%25' stop-color='%23DCB165'/%3E%3Cstop offset='84%25' stop-color='%23B8853B'/%3E%3Cstop offset='92%25' stop-color='%23DCBA82'/%3E%3Cstop offset='100%25' stop-color='%23FFF0C9'/%3E%3C/linearGradient%3E%3ClinearGradient id='n' x1='-1024' x2='1024' y1='0' y2='0' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='%23FFF0C9'/%3E%3Cstop offset='7%25' stop-color='%23E6C98D'/%3E%3Cstop offset='13%25' stop-color='%23CDA351'/%3E%3Cstop offset='21%25' stop-color='%23E6C170'/%3E%3Cstop offset='30%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='39%25' stop-color='%23E6C170'/%3E%3Cstop offset='48%25' stop-color='%23CDA351'/%3E%3Cstop offset='58%25' stop-color='%23E6C170'/%3E%3Cstop offset='69%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='77%25' stop-color='%23DCB165'/%3E%3Cstop offset='84%25' stop-color='%23B8853B'/%3E%3Cstop offset='92%25' stop-color='%23DCBA82'/%3E%3Cstop offset='100%25' stop-color='%23FFF0C9'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' x1='-1024' x2='1024' y1='0' y2='0' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='%23FFF0C9'/%3E%3Cstop offset='7%25' stop-color='%23E6C98D'/%3E%3Cstop offset='13%25' stop-color='%23CDA351'/%3E%3Cstop offset='21%25' stop-color='%23E6C170'/%3E%3Cstop offset='30%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='39%25' stop-color='%23E6C170'/%3E%3Cstop offset='48%25' stop-color='%23CDA351'/%3E%3Cstop offset='58%25' stop-color='%23E6C170'/%3E%3Cstop offset='69%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='77%25' stop-color='%23DCB165'/%3E%3Cstop offset='84%25' stop-color='%23B8853B'/%3E%3Cstop offset='92%25' stop-color='%23DCBA82'/%3E%3Cstop offset='100%25' stop-color='%23FFF0C9'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' x1='-1024' x2='1024' y1='0' y2='0' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='%23FFF0C9'/%3E%3Cstop offset='7%25' stop-color='%23E6C98D'/%3E%3Cstop offset='13%25' stop-color='%23CDA351'/%3E%3Cstop offset='21%25' stop-color='%23E6C170'/%3E%3Cstop offset='30%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='39%25' stop-color='%23E6C170'/%3E%3Cstop offset='48%25' stop-color='%23CDA351'/%3E%3Cstop offset='58%25' stop-color='%23E6C170'/%3E%3Cstop offset='69%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='77%25' stop-color='%23DCB165'/%3E%3Cstop offset='84%25' stop-color='%23B8853B'/%3E%3Cstop offset='92%25' stop-color='%23DCBA82'/%3E%3Cstop offset='100%25' stop-color='%23FFF0C9'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='-1024' x2='1024' y1='0' y2='0' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='%23FFF0C9'/%3E%3Cstop offset='7%25' stop-color='%23E6C98D'/%3E%3Cstop offset='13%25' stop-color='%23CDA351'/%3E%3Cstop offset='21%25' stop-color='%23E6C170'/%3E%3Cstop offset='30%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='39%25' stop-color='%23E6C170'/%3E%3Cstop offset='48%25' stop-color='%23CDA351'/%3E%3Cstop offset='58%25' stop-color='%23E6C170'/%3E%3Cstop offset='69%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='77%25' stop-color='%23DCB165'/%3E%3Cstop offset='84%25' stop-color='%23B8853B'/%3E%3Cstop offset='92%25' stop-color='%23DCBA82'/%3E%3Cstop offset='100%25' stop-color='%23FFF0C9'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='-1024' x2='1024' y1='0' y2='0' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='%23FFF0C9'/%3E%3Cstop offset='7%25' stop-color='%23E6C98D'/%3E%3Cstop offset='13%25' stop-color='%23CDA351'/%3E%3Cstop offset='21%25' stop-color='%23E6C170'/%3E%3Cstop offset='30%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='39%25' stop-color='%23E6C170'/%3E%3Cstop offset='48%25' stop-color='%23CDA351'/%3E%3Cstop offset='58%25' stop-color='%23E6C170'/%3E%3Cstop offset='69%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='77%25' stop-color='%23DCB165'/%3E%3Cstop offset='84%25' stop-color='%23B8853B'/%3E%3Cstop offset='92%25' stop-color='%23DCBA82'/%3E%3Cstop offset='100%25' stop-color='%23FFF0C9'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='-1024' x2='1024' y1='0' y2='0' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='%23FFF0C9'/%3E%3Cstop offset='7%25' stop-color='%23E6C98D'/%3E%3Cstop offset='13%25' stop-color='%23CDA351'/%3E%3Cstop offset='21%25' stop-color='%23E6C170'/%3E%3Cstop offset='30%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='39%25' stop-color='%23E6C170'/%3E%3Cstop offset='48%25' stop-color='%23CDA351'/%3E%3Cstop offset='58%25' stop-color='%23E6C170'/%3E%3Cstop offset='69%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='77%25' stop-color='%23DCB165'/%3E%3Cstop offset='84%25' stop-color='%23B8853B'/%3E%3Cstop offset='92%25' stop-color='%23DCBA82'/%3E%3Cstop offset='100%25' stop-color='%23FFF0C9'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='-1024' x2='1024' y1='0' y2='0' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='%23FFF0C9'/%3E%3Cstop offset='7%25' stop-color='%23E6C98D'/%3E%3Cstop offset='13%25' stop-color='%23CDA351'/%3E%3Cstop offset='21%25' stop-color='%23E6C170'/%3E%3Cstop offset='30%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='39%25' stop-color='%23E6C170'/%3E%3Cstop offset='48%25' stop-color='%23CDA351'/%3E%3Cstop offset='58%25' stop-color='%23E6C170'/%3E%3Cstop offset='69%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='77%25' stop-color='%23DCB165'/%3E%3Cstop offset='84%25' stop-color='%23B8853B'/%3E%3Cstop offset='92%25' stop-color='%23DCBA82'/%3E%3Cstop offset='100%25' stop-color='%23FFF0C9'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='-1024' x2='1024' y1='0' y2='0' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='%23FFF0C9'/%3E%3Cstop offset='7%25' stop-color='%23E6C98D'/%3E%3Cstop offset='13%25' stop-color='%23CDA351'/%3E%3Cstop offset='21%25' stop-color='%23E6C170'/%3E%3Cstop offset='30%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='39%25' stop-color='%23E6C170'/%3E%3Cstop offset='48%25' stop-color='%23CDA351'/%3E%3Cstop offset='58%25' stop-color='%23E6C170'/%3E%3Cstop offset='69%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='77%25' stop-color='%23DCB165'/%3E%3Cstop offset='84%25' stop-color='%23B8853B'/%3E%3Cstop offset='92%25' stop-color='%23DCBA82'/%3E%3Cstop offset='100%25' stop-color='%23FFF0C9'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='-1024' x2='1024' y1='0' y2='0' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='%23FFF0C9'/%3E%3Cstop offset='7%25' stop-color='%23E6C98D'/%3E%3Cstop offset='13%25' stop-color='%23CDA351'/%3E%3Cstop offset='21%25' stop-color='%23E6C170'/%3E%3Cstop offset='30%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='39%25' stop-color='%23E6C170'/%3E%3Cstop offset='48%25' stop-color='%23CDA351'/%3E%3Cstop offset='58%25' stop-color='%23E6C170'/%3E%3Cstop offset='69%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='77%25' stop-color='%23DCB165'/%3E%3Cstop offset='84%25' stop-color='%23B8853B'/%3E%3Cstop offset='92%25' stop-color='%23DCBA82'/%3E%3Cstop offset='100%25' stop-color='%23FFF0C9'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='0' x2='0' y1='-25' y2='25' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='%23FFDE8F'/%3E%3Cstop offset='50%25' stop-color='%23DCB165'/%3E%3Cstop offset='100%25' stop-color='%23B8853B'/%3E%3C/linearGradient%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h1024v64H0z'/%3E%3C/clipPath%3E%3CclipPath id='o'%3E%3Cpath d='M0 0h1024v64H0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath d='M0 0h1024v64H0z'/%3E%3C/clipPath%3E%3CradialGradient id='B' cx='0' cy='0' r='50' fx='0' fy='0' gradientUnits='userSpaceOnUse' spreadMethod='pad'%3E%3Cstop offset='62%25' stop-color='%23D8B25D'/%3E%3Cstop offset='70%25' stop-color='%23E7C069'/%3E%3Cstop offset='79%25' stop-color='%23F5CE74'/%3E%3Cstop offset='86%25' stop-color='%23FADF9F'/%3E%3Cstop offset='94%25' stop-color='%23FFF0C9'/%3E%3Cstop offset='97%25' stop-color='%23FFF8E4'/%3E%3Cstop offset='100%25' stop-color='%23FFF'/%3E%3C/radialGradient%3E%3Cfilter id='a' width='100%25' height='100%25' x='0%25' y='0%25' filterUnits='objectBoundingBox'%3E%3CfeComponentTransfer in='SourceGraphic'%3E%3CfeFuncA tableValues='1.0 0.0' type='table'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Cmask id='A' mask-type='alpha'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='red' d='M-6-36.5c-2.313-.375-254.625-19.376-257-18.063-.465.257-11.061-.051-27.818-.693-37.937-1.454-107.451-4.62-162.462-6.817-44.828-1.79-80.025-2.938-80.657-1.99-.72 1.08-.34 21.139.374 44.529.47 15.403 1.084 32.25 1.626 46.075.635 16.224 1.17 28.284 1.249 28.959.25 2.125 242.938-6.562 244.813-4.75C-284 52.562-7.562 39.312-5.812 39.375c1.75.063 185.562 9.25 187.125 8.375 1.562-.875 186.812 3.562 187.875 1.875.836-1.328 103.385 1.642 146.834 2.357 6.547.108 11.752.164 15.065.147 2.63-.014 4.067-.074 4.038-.192-.313-1.25-4.875-4.874-5.437-7.499-.309-1.444 44.12-17.528-2.849-16.228-4.089-2.335-.77-5.786-1.276-5.898-.066-.015.782-6.639-.388-6.626-.894.01 1.534-7.348.065-7.324-2.971.048 3.82-7.128-1.124-7.033-2.117.041 2.859-6.29.447-6.243-1.992.039.047-7.045-2.121-7.002-1.509.03 2.567-5.813.982-5.782-3.589.071 2.136-8.229-1.781-8.151-2.366.047.466-8.156-1.994-8.107-1.836.036-6.196-3.051-8.075-3.014-1.049.021-6.355.291-7.416.312-1.242.024-6.991-.327-8.247-.302-1.246.024-5.748-.201-7.005-.177-.858.017-5.719.033-6.582.05-.109.002-7.658-.242-7.658-.242l-4.362-.12s-191.662-3.747-191.743-3.745c-6.279.121-12.66.242-19.011.36-42.271.784-83.189 1.406-83.612.771C175.063-41.376-3.688-36.125-6-36.5z' display='block' transform='translate(512 32)'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cg clip-path='url(%23b)'%3E%3Cg clip-path='url(%23c)' display='block'%3E%3Cpath fill='url(%23d)' d='M512-32v64H-512v-64H512z' display='block' transform='translate(511.938 32)'/%3E%3Cg display='block' opacity='.6'%3E%3Cpath fill='url(%23e)' d='m445.522-22.721-4.073.448c-1.358.142-2.715.295-4.06.515l-8.088 1.205c-5.41.741-10.724 1.864-16.075 2.84-10.67 2.07-21.233 4.42-31.731 6.906-20.978 4.979-41.68 10.273-62.605 14.33-20.906 4.098-42.029 7.006-63.316 8.284-21.269 1.237-42.699 1.536-64.109.629-21.415-.947-42.755-3.453-63.947-6.827C106.314 2.25 85.3-2.229 64.222-6.62 43.144-10.986 21.94-15.195.338-17.719l-8.113-.866c-1.355-.131-2.699-.319-4.062-.401l-4.086-.252-8.169-.505-2.044-.103-2.053-.022-4.107-.045-8.208-.06-8.196.323-4.095.172-2.046.087-2.043.166-8.163.689c-1.359.126-2.721.207-4.076.369l-4.061.485-8.118.955-8.076 1.174c-2.693.381-5.384.774-8.052 1.255l-8.025 1.346c-2.671.461-5.32.993-7.98 1.485-5.33.971-10.604 2.045-15.898 3.086-21.126 4.218-42.082 8.393-63.212 11.121a534.952 534.952 0 0 1-63.656 4.61c-21.299.317-42.608-.436-63.706-3.065-21.135-2.476-41.877-7.434-62.85-12.43l-7.891-1.854c-2.623-.635-5.295-1.157-7.937-1.763-5.277-1.239-10.652-2.177-15.992-3.239l-8.081-1.298-4.045-.642c-1.351-.198-2.71-.332-4.065-.502l-8.14-.966c-2.716-.316-5.445-.434-8.168-.657-21.757-1.623-43.806-.8-65.34 2.177-21.569 2.907-42.662 7.721-63.659 12.431-20.996 4.733-41.993 9.241-63.18 12.589-21.174 3.37-42.496 5.741-63.862 6.786-5.33.425-10.683.431-16.021.66l-8.006.303c-1.588.086-3.177.082-4.767.08a125.372 125.372 0 0 0-3.245.022l-16.018.166-16.057-.179c-21.403-.302-42.817-.885-64.19-2.466-10.68-.841-21.36-1.775-32.008-3.045-10.654-1.239-21.271-2.806-31.897-4.373l-15.958-2.287c-5.325-.703-10.671-1.394-16.017-2.012-5.344-.629-10.722-1.118-16.082-1.671-5.366-.515-10.754-.93-16.132-1.345-21.365-1.563-42.879-2.069-64.235-.471v.437c5.207.486 10.401.911 15.589 1.293 5.349.561 10.691 1.069 16.026 1.575 5.328.674 10.658 1.195 15.977 1.847l15.941 2.069 31.853 4.563c10.63 1.505 21.291 2.892 31.996 4.054 10.7 1.202 21.425 2.28 32.145 3.424l8.042.845c2.68.296 5.357.612 8.044.854l16.106 1.58c21.488 2.036 43.063 3.396 64.659 3.86l16.199.176 16.234-.401 4.057-.116c1.352-.03 2.704-.09 4.054-.196l8.099-.535 8.094-.575c1.349-.108 2.699-.175 4.044-.315l4.035-.424 16.127-1.701 16.062-2.15c5.361-.649 10.669-1.648 16.014-2.386 2.665-.414 5.342-.758 7.997-1.231 2.656-.463 5.316-.903 7.978-1.33 21.272-3.526 42.467-7.421 63.673-10.972 21.206-3.535 42.396-6.805 63.539-9.028l7.93-.776c1.321-.12 2.641-.282 3.962-.386l3.963-.249c5.286-.286 10.566-.847 15.847-.843 5.281-.09 10.554-.368 15.854-.177l7.943.114c2.647.042 5.282.247 7.924.362 2.64.157 5.288.227 7.922.449l7.902.705c1.316.125 2.636.216 3.95.37l3.938.507 7.879 1.027c10.484 1.615 20.941 3.612 31.403 5.943 20.913 4.664 42.07 9.811 63.647 12.685 21.546 3.028 43.3 4.295 64.998 4.26 21.701-.029 43.453-1.564 64.944-4.67 21.498-3.081 42.691-7.641 63.688-12.071 5.252-1.06 10.504-2.181 15.752-3.14 2.626-.484 5.251-1.006 7.879-1.457l7.882-1.313c2.626-.462 5.262-.795 7.897-1.137 2.635-.339 5.266-.712 7.903-1.026l7.923-.705 3.961-.347c1.321-.106 2.646-.129 3.968-.196 21.183-1.147 42.24.125 63.409 2.243C20.264-4.187 41.5-1.245 62.81 1.628l64.032 8.63c5.343.698 10.676 1.447 16.034 2.049l8.022.994 4.009.508 4.02.433c5.36.57 10.71 1.239 16.076 1.787l16.112 1.548c21.506 1.874 43.126 3.077 64.836 2.586l16.265-.703c5.411-.401 10.819-.889 16.233-1.33 2.713-.182 5.397-.586 8.096-.889l8.088-.972c2.703-.29 5.383-.714 8.064-1.128l8.049-1.23c21.434-3.452 42.561-8.279 63.455-13.098l15.662-3.517 7.824-1.67 3.912-.834 3.917-.746c5.223-.965 10.439-2.047 15.679-2.806l7.85-1.273c1.306-.232 2.618-.397 3.931-.55l3.94-.483 7.878-.969c2.627-.297 5.269-.426 7.901-.669l7.905-.664c2.638-.169 5.283-.209 7.926-.319l7.929-.286c1.657-.059 3.32-.033 4.982-.007.989.016 1.978.032 2.967.029 5.302.057 10.608.015 15.919.37 21.242.922 42.501 3.258 63.783 5.879 21.283 2.675 42.581 5.737 63.862 8.947l31.916 4.909a812.961 812.961 0 0 1 15.971 2.455l15.974 2.53 7.987 1.34 8.006 1.251 8.012 1.277 4.008.632 4.023.537c5.364.729 10.739 1.401 16.119 2.058 5.389.55 10.795.955 16.201 1.345 2.705.184 5.408.397 8.116.511 2.709.086 5.419.154 8.13.204l8.134.144c2.708.024 5.431.113 8.126.037 10.798-.192 21.594-.507 32.38-1.185 21.575-1.225 43.09-3.139 64.595-4.922 10.751-.898 21.536-1.516 32.274-2.541 10.755-.944 21.408-2.525 32.032-4.186 10.619-1.638 21.201-3.373 31.799-4.957 10.602-1.552 21.233-2.837 31.979-3.995v-.352c-10.762-1.041-21.617-1.194-32.442-.901-10.821.349-21.597 1.149-32.327 2.099-5.355.491-10.719.98-16.051 1.544-5.339.574-10.661 1.231-15.977 1.913-10.63 1.401-21.25 2.857-31.925 3.805-21.353 1.844-42.81 2.126-64.229 2l-8.033-.05-4.014-.015-4.017-.059a966.498 966.498 0 0 0-16.062-.152l-15.994-.261a626.432 626.432 0 0 0-7.996-.067l-7.995-.226c-5.331-.164-10.673-.175-16.014-.294-5.34-.173-10.686-.334-16.042-.437l-4.017-.086-4.014-.183-8.032-.384-8.036-.407c-2.679-.143-5.348-.416-8.024-.617-5.342-.487-10.693-.915-16.02-1.571a807.156 807.156 0 0 1-15.959-2.134c-10.619-1.6-21.22-3.312-31.792-5.254-21.151-3.819-42.21-8.237-63.436-12.118-21.23-3.842-42.696-6.914-64.402-8.388a386.225 386.225 0 0 0-27.059-.97c-12.792 0-25.609.676-38.319 2.155z' opacity='1' transform='translate(1090.828 30.945)'/%3E%3Cpath fill='url(%23f)' d='m445.522-22.721-4.073.448c-1.358.142-2.715.295-4.06.515l-8.088 1.205c-5.41.741-10.724 1.864-16.075 2.84-10.67 2.07-21.233 4.42-31.731 6.906-20.978 4.979-41.68 10.273-62.605 14.33-20.906 4.098-42.029 7.006-63.316 8.284-21.269 1.237-42.699 1.536-64.109.629-21.415-.947-42.755-3.453-63.947-6.827C106.314 2.25 85.3-2.229 64.222-6.62 43.144-10.986 21.94-15.195.338-17.719l-8.113-.866c-1.355-.131-2.699-.319-4.062-.401l-4.086-.252-8.169-.505-2.044-.103-2.053-.022-4.107-.045-8.208-.06-8.196.323-4.095.172-2.046.087-2.043.166-8.163.689c-1.359.126-2.721.207-4.076.369l-4.061.485-8.118.955-8.076 1.174c-2.693.381-5.384.774-8.052 1.255l-8.025 1.346c-2.671.461-5.32.993-7.98 1.485-5.33.971-10.604 2.045-15.898 3.086-21.126 4.218-42.082 8.393-63.212 11.121a534.952 534.952 0 0 1-63.656 4.61c-21.299.317-42.608-.436-63.706-3.065-21.135-2.476-41.877-7.434-62.85-12.43l-7.891-1.854c-2.623-.635-5.295-1.157-7.937-1.763-5.277-1.239-10.652-2.177-15.992-3.239l-8.081-1.298-4.045-.642c-1.351-.198-2.71-.332-4.065-.502l-8.14-.966c-2.716-.316-5.445-.434-8.168-.657-21.757-1.623-43.806-.8-65.34 2.177-21.569 2.907-42.662 7.721-63.659 12.431-20.996 4.733-41.993 9.241-63.18 12.589-21.174 3.37-42.496 5.741-63.862 6.786-5.33.425-10.683.431-16.021.66l-8.006.303c-1.588.086-3.177.082-4.767.08a125.372 125.372 0 0 0-3.245.022l-16.018.166-16.057-.179c-21.403-.302-42.817-.885-64.19-2.466-10.68-.841-21.36-1.775-32.008-3.045-10.654-1.239-21.271-2.806-31.897-4.373l-15.958-2.287c-5.325-.703-10.671-1.394-16.017-2.012-5.344-.629-10.722-1.118-16.082-1.671-5.366-.515-10.754-.93-16.132-1.345-21.365-1.563-42.879-2.069-64.235-.471v.437c5.207.486 10.401.911 15.589 1.293 5.349.561 10.691 1.069 16.026 1.575 5.328.674 10.658 1.195 15.977 1.847l15.941 2.069 31.853 4.563c10.63 1.505 21.291 2.892 31.996 4.054 10.7 1.202 21.425 2.28 32.145 3.424l8.042.845c2.68.296 5.357.612 8.044.854l16.106 1.58c21.488 2.036 43.063 3.396 64.659 3.86l16.199.176 16.234-.401 4.057-.116c1.352-.03 2.704-.09 4.054-.196l8.099-.535 8.094-.575c1.349-.108 2.699-.175 4.044-.315l4.035-.424 16.127-1.701 16.062-2.15c5.361-.649 10.669-1.648 16.014-2.386 2.665-.414 5.342-.758 7.997-1.231 2.656-.463 5.316-.903 7.978-1.33 21.272-3.526 42.467-7.421 63.673-10.972 21.206-3.535 42.396-6.805 63.539-9.028l7.93-.776c1.321-.12 2.641-.282 3.962-.386l3.963-.249c5.286-.286 10.566-.847 15.847-.843 5.281-.09 10.554-.368 15.854-.177l7.943.114c2.647.042 5.282.247 7.924.362 2.64.157 5.288.227 7.922.449l7.902.705c1.316.125 2.636.216 3.95.37l3.938.507 7.879 1.027c10.484 1.615 20.941 3.612 31.403 5.943 20.913 4.664 42.07 9.811 63.647 12.685 21.546 3.028 43.3 4.295 64.998 4.26 21.701-.029 43.453-1.564 64.944-4.67 21.498-3.081 42.691-7.641 63.688-12.071 5.252-1.06 10.504-2.181 15.752-3.14 2.626-.484 5.251-1.006 7.879-1.457l7.882-1.313c2.626-.462 5.262-.795 7.897-1.137 2.635-.339 5.266-.712 7.903-1.026l7.923-.705 3.961-.347c1.321-.106 2.646-.129 3.968-.196 21.183-1.147 42.24.125 63.409 2.243C20.264-4.187 41.5-1.245 62.81 1.628l64.032 8.63c5.343.698 10.676 1.447 16.034 2.049l8.022.994 4.009.508 4.02.433c5.36.57 10.71 1.239 16.076 1.787l16.112 1.548c21.506 1.874 43.126 3.077 64.836 2.586l16.265-.703c5.411-.401 10.819-.889 16.233-1.33 2.713-.182 5.397-.586 8.096-.889l8.088-.972c2.703-.29 5.383-.714 8.064-1.128l8.049-1.23c21.434-3.452 42.561-8.279 63.455-13.098l15.662-3.517 7.824-1.67 3.912-.834 3.917-.746c5.223-.965 10.439-2.047 15.679-2.806l7.85-1.273c1.306-.232 2.618-.397 3.931-.55l3.94-.483 7.878-.969c2.627-.297 5.269-.426 7.901-.669l7.905-.664c2.638-.169 5.283-.209 7.926-.319l7.929-.286c1.657-.059 3.32-.033 4.982-.007.989.016 1.978.032 2.967.029 5.302.057 10.608.015 15.919.37 21.242.922 42.501 3.258 63.783 5.879 21.283 2.675 42.581 5.737 63.862 8.947l31.916 4.909a812.961 812.961 0 0 1 15.971 2.455l15.974 2.53 7.987 1.34 8.006 1.251 8.012 1.277 4.008.632 4.023.537c5.364.729 10.739 1.401 16.119 2.058 5.389.55 10.795.955 16.201 1.345 2.705.184 5.408.397 8.116.511 2.709.086 5.419.154 8.13.204l8.134.144c2.708.024 5.431.113 8.126.037 10.798-.192 21.594-.507 32.38-1.185 21.575-1.225 43.09-3.139 64.595-4.922 10.751-.898 21.536-1.516 32.274-2.541 10.755-.944 21.408-2.525 32.032-4.186 10.619-1.638 21.201-3.373 31.799-4.957 10.602-1.552 21.233-2.837 31.979-3.995v-.352c-10.762-1.041-21.617-1.194-32.442-.901-10.821.349-21.597 1.149-32.327 2.099-5.355.491-10.719.98-16.051 1.544-5.339.574-10.661 1.231-15.977 1.913-10.63 1.401-21.25 2.857-31.925 3.805-21.353 1.844-42.81 2.126-64.229 2l-8.033-.05-4.014-.015-4.017-.059a966.498 966.498 0 0 0-16.062-.152l-15.994-.261a626.432 626.432 0 0 0-7.996-.067l-7.995-.226c-5.331-.164-10.673-.175-16.014-.294-5.34-.173-10.686-.334-16.042-.437l-4.017-.086-4.014-.183-8.032-.384-8.036-.407c-2.679-.143-5.348-.416-8.024-.617-5.342-.487-10.693-.915-16.02-1.571a807.156 807.156 0 0 1-15.959-2.134c-10.619-1.6-21.22-3.312-31.792-5.254-21.151-3.819-42.21-8.237-63.436-12.118-21.23-3.842-42.696-6.914-64.402-8.388a386.225 386.225 0 0 0-27.059-.97c-12.792 0-25.609.676-38.319 2.155z' opacity='1' transform='translate(-956.922 30.945)'/%3E%3C/g%3E%3Cg display='block' opacity='.6'%3E%3Cpath fill='url(%23g)' d='m445.522-22.721-4.073.448c-1.358.142-2.715.295-4.06.515l-8.088 1.205c-5.41.741-10.724 1.864-16.075 2.84-10.67 2.07-21.233 4.42-31.731 6.906-20.978 4.979-41.68 10.273-62.605 14.33-20.906 4.098-42.029 7.006-63.316 8.284-21.269 1.237-42.699 1.536-64.109.629-21.415-.947-42.755-3.453-63.947-6.827C106.314 2.25 85.3-2.229 64.222-6.62 43.144-10.986 21.94-15.195.338-17.719l-8.113-.866c-1.355-.131-2.699-.319-4.062-.401l-4.086-.252-8.169-.505-2.044-.103-2.053-.022-4.107-.045-8.208-.06-8.196.323-4.095.172-2.046.087-2.043.166-8.163.689c-1.359.126-2.721.207-4.076.369l-4.061.485-8.118.955-8.076 1.174c-2.693.381-5.384.774-8.052 1.255l-8.025 1.346c-2.671.461-5.32.993-7.98 1.485-5.33.971-10.604 2.045-15.898 3.086-21.126 4.218-42.082 8.393-63.212 11.121a534.952 534.952 0 0 1-63.656 4.61c-21.299.317-42.608-.436-63.706-3.065-21.135-2.476-41.877-7.434-62.85-12.43l-7.891-1.854c-2.623-.635-5.295-1.157-7.937-1.763-5.277-1.239-10.652-2.177-15.992-3.239l-8.081-1.298-4.045-.642c-1.351-.198-2.71-.332-4.065-.502l-8.14-.966c-2.716-.316-5.445-.434-8.168-.657-21.757-1.623-43.806-.8-65.34 2.177-21.569 2.907-42.662 7.721-63.659 12.431-20.996 4.733-41.993 9.241-63.18 12.589-21.174 3.37-42.496 5.741-63.862 6.786-5.33.425-10.683.431-16.021.66l-8.006.303c-1.588.086-3.177.082-4.767.08a125.372 125.372 0 0 0-3.245.022l-16.018.166-16.057-.179c-21.403-.302-42.817-.885-64.19-2.466-10.68-.841-21.36-1.775-32.008-3.045-10.654-1.239-21.271-2.806-31.897-4.373l-15.958-2.287c-5.325-.703-10.671-1.394-16.017-2.012-5.344-.629-10.722-1.118-16.082-1.671-5.366-.515-10.754-.93-16.132-1.345-21.365-1.563-42.879-2.069-64.235-.471v.437c5.207.486 10.401.911 15.589 1.293 5.349.561 10.691 1.069 16.026 1.575 5.328.674 10.658 1.195 15.977 1.847l15.941 2.069 31.853 4.563c10.63 1.505 21.291 2.892 31.996 4.054 10.7 1.202 21.425 2.28 32.145 3.424l8.042.845c2.68.296 5.357.612 8.044.854l16.106 1.58c21.488 2.036 43.063 3.396 64.659 3.86l16.199.176 16.234-.401 4.057-.116c1.352-.03 2.704-.09 4.054-.196l8.099-.535 8.094-.575c1.349-.108 2.699-.175 4.044-.315l4.035-.424 16.127-1.701 16.062-2.15c5.361-.649 10.669-1.648 16.014-2.386 2.665-.414 5.342-.758 7.997-1.231 2.656-.463 5.316-.903 7.978-1.33 21.272-3.526 42.467-7.421 63.673-10.972 21.206-3.535 42.396-6.805 63.539-9.028l7.93-.776c1.321-.12 2.641-.282 3.962-.386l3.963-.249c5.286-.286 10.566-.847 15.847-.843 5.281-.09 10.554-.368 15.854-.177l7.943.114c2.647.042 5.282.247 7.924.362 2.64.157 5.288.227 7.922.449l7.902.705c1.316.125 2.636.216 3.95.37l3.938.507 7.879 1.027c10.484 1.615 20.941 3.612 31.403 5.943 20.913 4.664 42.07 9.811 63.647 12.685 21.546 3.028 43.3 4.295 64.998 4.26 21.701-.029 43.453-1.564 64.944-4.67 21.498-3.081 42.691-7.641 63.688-12.071 5.252-1.06 10.504-2.181 15.752-3.14 2.626-.484 5.251-1.006 7.879-1.457l7.882-1.313c2.626-.462 5.262-.795 7.897-1.137 2.635-.339 5.266-.712 7.903-1.026l7.923-.705 3.961-.347c1.321-.106 2.646-.129 3.968-.196 21.183-1.147 42.24.125 63.409 2.243C20.264-4.187 41.5-1.245 62.81 1.628l64.032 8.63c5.343.698 10.676 1.447 16.034 2.049l8.022.994 4.009.508 4.02.433c5.36.57 10.71 1.239 16.076 1.787l16.112 1.548c21.506 1.874 43.126 3.077 64.836 2.586l16.265-.703c5.411-.401 10.819-.889 16.233-1.33 2.713-.182 5.397-.586 8.096-.889l8.088-.972c2.703-.29 5.383-.714 8.064-1.128l8.049-1.23c21.434-3.452 42.561-8.279 63.455-13.098l15.662-3.517 7.824-1.67 3.912-.834 3.917-.746c5.223-.965 10.439-2.047 15.679-2.806l7.85-1.273c1.306-.232 2.618-.397 3.931-.55l3.94-.483 7.878-.969c2.627-.297 5.269-.426 7.901-.669l7.905-.664c2.638-.169 5.283-.209 7.926-.319l7.929-.286c1.657-.059 3.32-.033 4.982-.007.989.016 1.978.032 2.967.029 5.302.057 10.608.015 15.919.37 21.242.922 42.501 3.258 63.783 5.879 21.283 2.675 42.581 5.737 63.862 8.947l31.916 4.909a812.961 812.961 0 0 1 15.971 2.455l15.974 2.53 7.987 1.34 8.006 1.251 8.012 1.277 4.008.632 4.023.537c5.364.729 10.739 1.401 16.119 2.058 5.389.55 10.795.955 16.201 1.345 2.705.184 5.408.397 8.116.511 2.709.086 5.419.154 8.13.204l8.134.144c2.708.024 5.431.113 8.126.037 10.798-.192 21.594-.507 32.38-1.185 21.575-1.225 43.09-3.139 64.595-4.922 10.751-.898 21.536-1.516 32.274-2.541 10.755-.944 21.408-2.525 32.032-4.186 10.619-1.638 21.201-3.373 31.799-4.957 10.602-1.552 21.233-2.837 31.979-3.995v-.352c-10.762-1.041-21.617-1.194-32.442-.901-10.821.349-21.597 1.149-32.327 2.099-5.355.491-10.719.98-16.051 1.544-5.339.574-10.661 1.231-15.977 1.913-10.63 1.401-21.25 2.857-31.925 3.805-21.353 1.844-42.81 2.126-64.229 2l-8.033-.05-4.014-.015-4.017-.059a966.498 966.498 0 0 0-16.062-.152l-15.994-.261a626.432 626.432 0 0 0-7.996-.067l-7.995-.226c-5.331-.164-10.673-.175-16.014-.294-5.34-.173-10.686-.334-16.042-.437l-4.017-.086-4.014-.183-8.032-.384-8.036-.407c-2.679-.143-5.348-.416-8.024-.617-5.342-.487-10.693-.915-16.02-1.571a807.156 807.156 0 0 1-15.959-2.134c-10.619-1.6-21.22-3.312-31.792-5.254-21.151-3.819-42.21-8.237-63.436-12.118-21.23-3.842-42.696-6.914-64.402-8.388a386.225 386.225 0 0 0-27.059-.97c-12.792 0-25.609.676-38.319 2.155z' opacity='1' transform='matrix(2 0 0 1 -890.02 37.958)'/%3E%3Cpath fill='url(%23h)' d='m445.522-22.721-4.073.448c-1.358.142-2.715.295-4.06.515l-8.088 1.205c-5.41.741-10.724 1.864-16.075 2.84-10.67 2.07-21.233 4.42-31.731 6.906-20.978 4.979-41.68 10.273-62.605 14.33-20.906 4.098-42.029 7.006-63.316 8.284-21.269 1.237-42.699 1.536-64.109.629-21.415-.947-42.755-3.453-63.947-6.827C106.314 2.25 85.3-2.229 64.222-6.62 43.144-10.986 21.94-15.195.338-17.719l-8.113-.866c-1.355-.131-2.699-.319-4.062-.401l-4.086-.252-8.169-.505-2.044-.103-2.053-.022-4.107-.045-8.208-.06-8.196.323-4.095.172-2.046.087-2.043.166-8.163.689c-1.359.126-2.721.207-4.076.369l-4.061.485-8.118.955-8.076 1.174c-2.693.381-5.384.774-8.052 1.255l-8.025 1.346c-2.671.461-5.32.993-7.98 1.485-5.33.971-10.604 2.045-15.898 3.086-21.126 4.218-42.082 8.393-63.212 11.121a534.952 534.952 0 0 1-63.656 4.61c-21.299.317-42.608-.436-63.706-3.065-21.135-2.476-41.877-7.434-62.85-12.43l-7.891-1.854c-2.623-.635-5.295-1.157-7.937-1.763-5.277-1.239-10.652-2.177-15.992-3.239l-8.081-1.298-4.045-.642c-1.351-.198-2.71-.332-4.065-.502l-8.14-.966c-2.716-.316-5.445-.434-8.168-.657-21.757-1.623-43.806-.8-65.34 2.177-21.569 2.907-42.662 7.721-63.659 12.431-20.996 4.733-41.993 9.241-63.18 12.589-21.174 3.37-42.496 5.741-63.862 6.786-5.33.425-10.683.431-16.021.66l-8.006.303c-1.588.086-3.177.082-4.767.08a125.372 125.372 0 0 0-3.245.022l-16.018.166-16.057-.179c-21.403-.302-42.817-.885-64.19-2.466-10.68-.841-21.36-1.775-32.008-3.045-10.654-1.239-21.271-2.806-31.897-4.373l-15.958-2.287c-5.325-.703-10.671-1.394-16.017-2.012-5.344-.629-10.722-1.118-16.082-1.671-5.366-.515-10.754-.93-16.132-1.345-21.365-1.563-42.879-2.069-64.235-.471v.437c5.207.486 10.401.911 15.589 1.293 5.349.561 10.691 1.069 16.026 1.575 5.328.674 10.658 1.195 15.977 1.847l15.941 2.069 31.853 4.563c10.63 1.505 21.291 2.892 31.996 4.054 10.7 1.202 21.425 2.28 32.145 3.424l8.042.845c2.68.296 5.357.612 8.044.854l16.106 1.58c21.488 2.036 43.063 3.396 64.659 3.86l16.199.176 16.234-.401 4.057-.116c1.352-.03 2.704-.09 4.054-.196l8.099-.535 8.094-.575c1.349-.108 2.699-.175 4.044-.315l4.035-.424 16.127-1.701 16.062-2.15c5.361-.649 10.669-1.648 16.014-2.386 2.665-.414 5.342-.758 7.997-1.231 2.656-.463 5.316-.903 7.978-1.33 21.272-3.526 42.467-7.421 63.673-10.972 21.206-3.535 42.396-6.805 63.539-9.028l7.93-.776c1.321-.12 2.641-.282 3.962-.386l3.963-.249c5.286-.286 10.566-.847 15.847-.843 5.281-.09 10.554-.368 15.854-.177l7.943.114c2.647.042 5.282.247 7.924.362 2.64.157 5.288.227 7.922.449l7.902.705c1.316.125 2.636.216 3.95.37l3.938.507 7.879 1.027c10.484 1.615 20.941 3.612 31.403 5.943 20.913 4.664 42.07 9.811 63.647 12.685 21.546 3.028 43.3 4.295 64.998 4.26 21.701-.029 43.453-1.564 64.944-4.67 21.498-3.081 42.691-7.641 63.688-12.071 5.252-1.06 10.504-2.181 15.752-3.14 2.626-.484 5.251-1.006 7.879-1.457l7.882-1.313c2.626-.462 5.262-.795 7.897-1.137 2.635-.339 5.266-.712 7.903-1.026l7.923-.705 3.961-.347c1.321-.106 2.646-.129 3.968-.196 21.183-1.147 42.24.125 63.409 2.243C20.264-4.187 41.5-1.245 62.81 1.628l64.032 8.63c5.343.698 10.676 1.447 16.034 2.049l8.022.994 4.009.508 4.02.433c5.36.57 10.71 1.239 16.076 1.787l16.112 1.548c21.506 1.874 43.126 3.077 64.836 2.586l16.265-.703c5.411-.401 10.819-.889 16.233-1.33 2.713-.182 5.397-.586 8.096-.889l8.088-.972c2.703-.29 5.383-.714 8.064-1.128l8.049-1.23c21.434-3.452 42.561-8.279 63.455-13.098l15.662-3.517 7.824-1.67 3.912-.834 3.917-.746c5.223-.965 10.439-2.047 15.679-2.806l7.85-1.273c1.306-.232 2.618-.397 3.931-.55l3.94-.483 7.878-.969c2.627-.297 5.269-.426 7.901-.669l7.905-.664c2.638-.169 5.283-.209 7.926-.319l7.929-.286c1.657-.059 3.32-.033 4.982-.007.989.016 1.978.032 2.967.029 5.302.057 10.608.015 15.919.37 21.242.922 42.501 3.258 63.783 5.879 21.283 2.675 42.581 5.737 63.862 8.947l31.916 4.909a812.961 812.961 0 0 1 15.971 2.455l15.974 2.53 7.987 1.34 8.006 1.251 8.012 1.277 4.008.632 4.023.537c5.364.729 10.739 1.401 16.119 2.058 5.389.55 10.795.955 16.201 1.345 2.705.184 5.408.397 8.116.511 2.709.086 5.419.154 8.13.204l8.134.144c2.708.024 5.431.113 8.126.037 10.798-.192 21.594-.507 32.38-1.185 21.575-1.225 43.09-3.139 64.595-4.922 10.751-.898 21.536-1.516 32.274-2.541 10.755-.944 21.408-2.525 32.032-4.186 10.619-1.638 21.201-3.373 31.799-4.957 10.602-1.552 21.233-2.837 31.979-3.995v-.352c-10.762-1.041-21.617-1.194-32.442-.901-10.821.349-21.597 1.149-32.327 2.099-5.355.491-10.719.98-16.051 1.544-5.339.574-10.661 1.231-15.977 1.913-10.63 1.401-21.25 2.857-31.925 3.805-21.353 1.844-42.81 2.126-64.229 2l-8.033-.05-4.014-.015-4.017-.059a966.498 966.498 0 0 0-16.062-.152l-15.994-.261a626.432 626.432 0 0 0-7.996-.067l-7.995-.226c-5.331-.164-10.673-.175-16.014-.294-5.34-.173-10.686-.334-16.042-.437l-4.017-.086-4.014-.183-8.032-.384-8.036-.407c-2.679-.143-5.348-.416-8.024-.617-5.342-.487-10.693-.915-16.02-1.571a807.156 807.156 0 0 1-15.959-2.134c-10.619-1.6-21.22-3.312-31.792-5.254-21.151-3.819-42.21-8.237-63.436-12.118-21.23-3.842-42.696-6.914-64.402-8.388a386.225 386.225 0 0 0-27.059-.97c-12.792 0-25.609.676-38.319 2.155z' opacity='1' transform='matrix(2 0 0 1 -4985.52 37.958)'/%3E%3C/g%3E%3Cg display='block' opacity='.6'%3E%3Cpath fill='url(%23i)' d='m445.522-22.721-4.073.448c-1.358.142-2.715.295-4.06.515l-8.088 1.205c-5.41.741-10.724 1.864-16.075 2.84-10.67 2.07-21.233 4.42-31.731 6.906-20.978 4.979-41.68 10.273-62.605 14.33-20.906 4.098-42.029 7.006-63.316 8.284-21.269 1.237-42.699 1.536-64.109.629-21.415-.947-42.755-3.453-63.947-6.827C106.314 2.25 85.3-2.229 64.222-6.62 43.144-10.986 21.94-15.195.338-17.719l-8.113-.866c-1.355-.131-2.699-.319-4.062-.401l-4.086-.252-8.169-.505-2.044-.103-2.053-.022-4.107-.045-8.208-.06-8.196.323-4.095.172-2.046.087-2.043.166-8.163.689c-1.359.126-2.721.207-4.076.369l-4.061.485-8.118.955-8.076 1.174c-2.693.381-5.384.774-8.052 1.255l-8.025 1.346c-2.671.461-5.32.993-7.98 1.485-5.33.971-10.604 2.045-15.898 3.086-21.126 4.218-42.082 8.393-63.212 11.121a534.952 534.952 0 0 1-63.656 4.61c-21.299.317-42.608-.436-63.706-3.065-21.135-2.476-41.877-7.434-62.85-12.43l-7.891-1.854c-2.623-.635-5.295-1.157-7.937-1.763-5.277-1.239-10.652-2.177-15.992-3.239l-8.081-1.298-4.045-.642c-1.351-.198-2.71-.332-4.065-.502l-8.14-.966c-2.716-.316-5.445-.434-8.168-.657-21.757-1.623-43.806-.8-65.34 2.177-21.569 2.907-42.662 7.721-63.659 12.431-20.996 4.733-41.993 9.241-63.18 12.589-21.174 3.37-42.496 5.741-63.862 6.786-5.33.425-10.683.431-16.021.66l-8.006.303c-1.588.086-3.177.082-4.767.08a125.372 125.372 0 0 0-3.245.022l-16.018.166-16.057-.179c-21.403-.302-42.817-.885-64.19-2.466-10.68-.841-21.36-1.775-32.008-3.045-10.654-1.239-21.271-2.806-31.897-4.373l-15.958-2.287c-5.325-.703-10.671-1.394-16.017-2.012-5.344-.629-10.722-1.118-16.082-1.671-5.366-.515-10.754-.93-16.132-1.345-21.365-1.563-42.879-2.069-64.235-.471v.437c5.207.486 10.401.911 15.589 1.293 5.349.561 10.691 1.069 16.026 1.575 5.328.674 10.658 1.195 15.977 1.847l15.941 2.069 31.853 4.563c10.63 1.505 21.291 2.892 31.996 4.054 10.7 1.202 21.425 2.28 32.145 3.424l8.042.845c2.68.296 5.357.612 8.044.854l16.106 1.58c21.488 2.036 43.063 3.396 64.659 3.86l16.199.176 16.234-.401 4.057-.116c1.352-.03 2.704-.09 4.054-.196l8.099-.535 8.094-.575c1.349-.108 2.699-.175 4.044-.315l4.035-.424 16.127-1.701 16.062-2.15c5.361-.649 10.669-1.648 16.014-2.386 2.665-.414 5.342-.758 7.997-1.231 2.656-.463 5.316-.903 7.978-1.33 21.272-3.526 42.467-7.421 63.673-10.972 21.206-3.535 42.396-6.805 63.539-9.028l7.93-.776c1.321-.12 2.641-.282 3.962-.386l3.963-.249c5.286-.286 10.566-.847 15.847-.843 5.281-.09 10.554-.368 15.854-.177l7.943.114c2.647.042 5.282.247 7.924.362 2.64.157 5.288.227 7.922.449l7.902.705c1.316.125 2.636.216 3.95.37l3.938.507 7.879 1.027c10.484 1.615 20.941 3.612 31.403 5.943 20.913 4.664 42.07 9.811 63.647 12.685 21.546 3.028 43.3 4.295 64.998 4.26 21.701-.029 43.453-1.564 64.944-4.67 21.498-3.081 42.691-7.641 63.688-12.071 5.252-1.06 10.504-2.181 15.752-3.14 2.626-.484 5.251-1.006 7.879-1.457l7.882-1.313c2.626-.462 5.262-.795 7.897-1.137 2.635-.339 5.266-.712 7.903-1.026l7.923-.705 3.961-.347c1.321-.106 2.646-.129 3.968-.196 21.183-1.147 42.24.125 63.409 2.243C20.264-4.187 41.5-1.245 62.81 1.628l64.032 8.63c5.343.698 10.676 1.447 16.034 2.049l8.022.994 4.009.508 4.02.433c5.36.57 10.71 1.239 16.076 1.787l16.112 1.548c21.506 1.874 43.126 3.077 64.836 2.586l16.265-.703c5.411-.401 10.819-.889 16.233-1.33 2.713-.182 5.397-.586 8.096-.889l8.088-.972c2.703-.29 5.383-.714 8.064-1.128l8.049-1.23c21.434-3.452 42.561-8.279 63.455-13.098l15.662-3.517 7.824-1.67 3.912-.834 3.917-.746c5.223-.965 10.439-2.047 15.679-2.806l7.85-1.273c1.306-.232 2.618-.397 3.931-.55l3.94-.483 7.878-.969c2.627-.297 5.269-.426 7.901-.669l7.905-.664c2.638-.169 5.283-.209 7.926-.319l7.929-.286c1.657-.059 3.32-.033 4.982-.007.989.016 1.978.032 2.967.029 5.302.057 10.608.015 15.919.37 21.242.922 42.501 3.258 63.783 5.879 21.283 2.675 42.581 5.737 63.862 8.947l31.916 4.909a812.961 812.961 0 0 1 15.971 2.455l15.974 2.53 7.987 1.34 8.006 1.251 8.012 1.277 4.008.632 4.023.537c5.364.729 10.739 1.401 16.119 2.058 5.389.55 10.795.955 16.201 1.345 2.705.184 5.408.397 8.116.511 2.709.086 5.419.154 8.13.204l8.134.144c2.708.024 5.431.113 8.126.037 10.798-.192 21.594-.507 32.38-1.185 21.575-1.225 43.09-3.139 64.595-4.922 10.751-.898 21.536-1.516 32.274-2.541 10.755-.944 21.408-2.525 32.032-4.186 10.619-1.638 21.201-3.373 31.799-4.957 10.602-1.552 21.233-2.837 31.979-3.995v-.352c-10.762-1.041-21.617-1.194-32.442-.901-10.821.349-21.597 1.149-32.327 2.099-5.355.491-10.719.98-16.051 1.544-5.339.574-10.661 1.231-15.977 1.913-10.63 1.401-21.25 2.857-31.925 3.805-21.353 1.844-42.81 2.126-64.229 2l-8.033-.05-4.014-.015-4.017-.059a966.498 966.498 0 0 0-16.062-.152l-15.994-.261a626.432 626.432 0 0 0-7.996-.067l-7.995-.226c-5.331-.164-10.673-.175-16.014-.294-5.34-.173-10.686-.334-16.042-.437l-4.017-.086-4.014-.183-8.032-.384-8.036-.407c-2.679-.143-5.348-.416-8.024-.617-5.342-.487-10.693-.915-16.02-1.571a807.156 807.156 0 0 1-15.959-2.134c-10.619-1.6-21.22-3.312-31.792-5.254-21.151-3.819-42.21-8.237-63.436-12.118-21.23-3.842-42.696-6.914-64.402-8.388a386.225 386.225 0 0 0-27.059-.97c-12.792 0-25.609.676-38.319 2.155z' opacity='1' transform='matrix(-1.5 0 0 1 -1435.472 1.004)'/%3E%3Cpath fill='url(%23j)' d='m445.522-22.721-4.073.448c-1.358.142-2.715.295-4.06.515l-8.088 1.205c-5.41.741-10.724 1.864-16.075 2.84-10.67 2.07-21.233 4.42-31.731 6.906-20.978 4.979-41.68 10.273-62.605 14.33-20.906 4.098-42.029 7.006-63.316 8.284-21.269 1.237-42.699 1.536-64.109.629-21.415-.947-42.755-3.453-63.947-6.827C106.314 2.25 85.3-2.229 64.222-6.62 43.144-10.986 21.94-15.195.338-17.719l-8.113-.866c-1.355-.131-2.699-.319-4.062-.401l-4.086-.252-8.169-.505-2.044-.103-2.053-.022-4.107-.045-8.208-.06-8.196.323-4.095.172-2.046.087-2.043.166-8.163.689c-1.359.126-2.721.207-4.076.369l-4.061.485-8.118.955-8.076 1.174c-2.693.381-5.384.774-8.052 1.255l-8.025 1.346c-2.671.461-5.32.993-7.98 1.485-5.33.971-10.604 2.045-15.898 3.086-21.126 4.218-42.082 8.393-63.212 11.121a534.952 534.952 0 0 1-63.656 4.61c-21.299.317-42.608-.436-63.706-3.065-21.135-2.476-41.877-7.434-62.85-12.43l-7.891-1.854c-2.623-.635-5.295-1.157-7.937-1.763-5.277-1.239-10.652-2.177-15.992-3.239l-8.081-1.298-4.045-.642c-1.351-.198-2.71-.332-4.065-.502l-8.14-.966c-2.716-.316-5.445-.434-8.168-.657-21.757-1.623-43.806-.8-65.34 2.177-21.569 2.907-42.662 7.721-63.659 12.431-20.996 4.733-41.993 9.241-63.18 12.589-21.174 3.37-42.496 5.741-63.862 6.786-5.33.425-10.683.431-16.021.66l-8.006.303c-1.588.086-3.177.082-4.767.08a125.372 125.372 0 0 0-3.245.022l-16.018.166-16.057-.179c-21.403-.302-42.817-.885-64.19-2.466-10.68-.841-21.36-1.775-32.008-3.045-10.654-1.239-21.271-2.806-31.897-4.373l-15.958-2.287c-5.325-.703-10.671-1.394-16.017-2.012-5.344-.629-10.722-1.118-16.082-1.671-5.366-.515-10.754-.93-16.132-1.345-21.365-1.563-42.879-2.069-64.235-.471v.437c5.207.486 10.401.911 15.589 1.293 5.349.561 10.691 1.069 16.026 1.575 5.328.674 10.658 1.195 15.977 1.847l15.941 2.069 31.853 4.563c10.63 1.505 21.291 2.892 31.996 4.054 10.7 1.202 21.425 2.28 32.145 3.424l8.042.845c2.68.296 5.357.612 8.044.854l16.106 1.58c21.488 2.036 43.063 3.396 64.659 3.86l16.199.176 16.234-.401 4.057-.116c1.352-.03 2.704-.09 4.054-.196l8.099-.535 8.094-.575c1.349-.108 2.699-.175 4.044-.315l4.035-.424 16.127-1.701 16.062-2.15c5.361-.649 10.669-1.648 16.014-2.386 2.665-.414 5.342-.758 7.997-1.231 2.656-.463 5.316-.903 7.978-1.33 21.272-3.526 42.467-7.421 63.673-10.972 21.206-3.535 42.396-6.805 63.539-9.028l7.93-.776c1.321-.12 2.641-.282 3.962-.386l3.963-.249c5.286-.286 10.566-.847 15.847-.843 5.281-.09 10.554-.368 15.854-.177l7.943.114c2.647.042 5.282.247 7.924.362 2.64.157 5.288.227 7.922.449l7.902.705c1.316.125 2.636.216 3.95.37l3.938.507 7.879 1.027c10.484 1.615 20.941 3.612 31.403 5.943 20.913 4.664 42.07 9.811 63.647 12.685 21.546 3.028 43.3 4.295 64.998 4.26 21.701-.029 43.453-1.564 64.944-4.67 21.498-3.081 42.691-7.641 63.688-12.071 5.252-1.06 10.504-2.181 15.752-3.14 2.626-.484 5.251-1.006 7.879-1.457l7.882-1.313c2.626-.462 5.262-.795 7.897-1.137 2.635-.339 5.266-.712 7.903-1.026l7.923-.705 3.961-.347c1.321-.106 2.646-.129 3.968-.196 21.183-1.147 42.24.125 63.409 2.243C20.264-4.187 41.5-1.245 62.81 1.628l64.032 8.63c5.343.698 10.676 1.447 16.034 2.049l8.022.994 4.009.508 4.02.433c5.36.57 10.71 1.239 16.076 1.787l16.112 1.548c21.506 1.874 43.126 3.077 64.836 2.586l16.265-.703c5.411-.401 10.819-.889 16.233-1.33 2.713-.182 5.397-.586 8.096-.889l8.088-.972c2.703-.29 5.383-.714 8.064-1.128l8.049-1.23c21.434-3.452 42.561-8.279 63.455-13.098l15.662-3.517 7.824-1.67 3.912-.834 3.917-.746c5.223-.965 10.439-2.047 15.679-2.806l7.85-1.273c1.306-.232 2.618-.397 3.931-.55l3.94-.483 7.878-.969c2.627-.297 5.269-.426 7.901-.669l7.905-.664c2.638-.169 5.283-.209 7.926-.319l7.929-.286c1.657-.059 3.32-.033 4.982-.007.989.016 1.978.032 2.967.029 5.302.057 10.608.015 15.919.37 21.242.922 42.501 3.258 63.783 5.879 21.283 2.675 42.581 5.737 63.862 8.947l31.916 4.909a812.961 812.961 0 0 1 15.971 2.455l15.974 2.53 7.987 1.34 8.006 1.251 8.012 1.277 4.008.632 4.023.537c5.364.729 10.739 1.401 16.119 2.058 5.389.55 10.795.955 16.201 1.345 2.705.184 5.408.397 8.116.511 2.709.086 5.419.154 8.13.204l8.134.144c2.708.024 5.431.113 8.126.037 10.798-.192 21.594-.507 32.38-1.185 21.575-1.225 43.09-3.139 64.595-4.922 10.751-.898 21.536-1.516 32.274-2.541 10.755-.944 21.408-2.525 32.032-4.186 10.619-1.638 21.201-3.373 31.799-4.957 10.602-1.552 21.233-2.837 31.979-3.995v-.352c-10.762-1.041-21.617-1.194-32.442-.901-10.821.349-21.597 1.149-32.327 2.099-5.355.491-10.719.98-16.051 1.544-5.339.574-10.661 1.231-15.977 1.913-10.63 1.401-21.25 2.857-31.925 3.805-21.353 1.844-42.81 2.126-64.229 2l-8.033-.05-4.014-.015-4.017-.059a966.498 966.498 0 0 0-16.062-.152l-15.994-.261a626.432 626.432 0 0 0-7.996-.067l-7.995-.226c-5.331-.164-10.673-.175-16.014-.294-5.34-.173-10.686-.334-16.042-.437l-4.017-.086-4.014-.183-8.032-.384-8.036-.407c-2.679-.143-5.348-.416-8.024-.617-5.342-.487-10.693-.915-16.02-1.571a807.156 807.156 0 0 1-15.959-2.134c-10.619-1.6-21.22-3.312-31.792-5.254-21.151-3.819-42.21-8.237-63.436-12.118-21.23-3.842-42.696-6.914-64.402-8.388a386.225 386.225 0 0 0-27.059-.97c-12.792 0-25.609.676-38.319 2.155z' opacity='1' transform='matrix(-1.5 0 0 1 1636.153 1.004)'/%3E%3C/g%3E%3Cg display='block' opacity='.6'%3E%3Cpath fill='url(%23k)' d='m445.522-22.721-4.073.448c-1.358.142-2.715.295-4.06.515l-8.088 1.205c-5.41.741-10.724 1.864-16.075 2.84-10.67 2.07-21.233 4.42-31.731 6.906-20.978 4.979-41.68 10.273-62.605 14.33-20.906 4.098-42.029 7.006-63.316 8.284-21.269 1.237-42.699 1.536-64.109.629-21.415-.947-42.755-3.453-63.947-6.827C106.314 2.25 85.3-2.229 64.222-6.62 43.144-10.986 21.94-15.195.338-17.719l-8.113-.866c-1.355-.131-2.699-.319-4.062-.401l-4.086-.252-8.169-.505-2.044-.103-2.053-.022-4.107-.045-8.208-.06-8.196.323-4.095.172-2.046.087-2.043.166-8.163.689c-1.359.126-2.721.207-4.076.369l-4.061.485-8.118.955-8.076 1.174c-2.693.381-5.384.774-8.052 1.255l-8.025 1.346c-2.671.461-5.32.993-7.98 1.485-5.33.971-10.604 2.045-15.898 3.086-21.126 4.218-42.082 8.393-63.212 11.121a534.952 534.952 0 0 1-63.656 4.61c-21.299.317-42.608-.436-63.706-3.065-21.135-2.476-41.877-7.434-62.85-12.43l-7.891-1.854c-2.623-.635-5.295-1.157-7.937-1.763-5.277-1.239-10.652-2.177-15.992-3.239l-8.081-1.298-4.045-.642c-1.351-.198-2.71-.332-4.065-.502l-8.14-.966c-2.716-.316-5.445-.434-8.168-.657-21.757-1.623-43.806-.8-65.34 2.177-21.569 2.907-42.662 7.721-63.659 12.431-20.996 4.733-41.993 9.241-63.18 12.589-21.174 3.37-42.496 5.741-63.862 6.786-5.33.425-10.683.431-16.021.66l-8.006.303c-1.588.086-3.177.082-4.767.08a125.372 125.372 0 0 0-3.245.022l-16.018.166-16.057-.179c-21.403-.302-42.817-.885-64.19-2.466-10.68-.841-21.36-1.775-32.008-3.045-10.654-1.239-21.271-2.806-31.897-4.373l-15.958-2.287c-5.325-.703-10.671-1.394-16.017-2.012-5.344-.629-10.722-1.118-16.082-1.671-5.366-.515-10.754-.93-16.132-1.345-21.365-1.563-42.879-2.069-64.235-.471v.437c5.207.486 10.401.911 15.589 1.293 5.349.561 10.691 1.069 16.026 1.575 5.328.674 10.658 1.195 15.977 1.847l15.941 2.069 31.853 4.563c10.63 1.505 21.291 2.892 31.996 4.054 10.7 1.202 21.425 2.28 32.145 3.424l8.042.845c2.68.296 5.357.612 8.044.854l16.106 1.58c21.488 2.036 43.063 3.396 64.659 3.86l16.199.176 16.234-.401 4.057-.116c1.352-.03 2.704-.09 4.054-.196l8.099-.535 8.094-.575c1.349-.108 2.699-.175 4.044-.315l4.035-.424 16.127-1.701 16.062-2.15c5.361-.649 10.669-1.648 16.014-2.386 2.665-.414 5.342-.758 7.997-1.231 2.656-.463 5.316-.903 7.978-1.33 21.272-3.526 42.467-7.421 63.673-10.972 21.206-3.535 42.396-6.805 63.539-9.028l7.93-.776c1.321-.12 2.641-.282 3.962-.386l3.963-.249c5.286-.286 10.566-.847 15.847-.843 5.281-.09 10.554-.368 15.854-.177l7.943.114c2.647.042 5.282.247 7.924.362 2.64.157 5.288.227 7.922.449l7.902.705c1.316.125 2.636.216 3.95.37l3.938.507 7.879 1.027c10.484 1.615 20.941 3.612 31.403 5.943 20.913 4.664 42.07 9.811 63.647 12.685 21.546 3.028 43.3 4.295 64.998 4.26 21.701-.029 43.453-1.564 64.944-4.67 21.498-3.081 42.691-7.641 63.688-12.071 5.252-1.06 10.504-2.181 15.752-3.14 2.626-.484 5.251-1.006 7.879-1.457l7.882-1.313c2.626-.462 5.262-.795 7.897-1.137 2.635-.339 5.266-.712 7.903-1.026l7.923-.705 3.961-.347c1.321-.106 2.646-.129 3.968-.196 21.183-1.147 42.24.125 63.409 2.243C20.264-4.187 41.5-1.245 62.81 1.628l64.032 8.63c5.343.698 10.676 1.447 16.034 2.049l8.022.994 4.009.508 4.02.433c5.36.57 10.71 1.239 16.076 1.787l16.112 1.548c21.506 1.874 43.126 3.077 64.836 2.586l16.265-.703c5.411-.401 10.819-.889 16.233-1.33 2.713-.182 5.397-.586 8.096-.889l8.088-.972c2.703-.29 5.383-.714 8.064-1.128l8.049-1.23c21.434-3.452 42.561-8.279 63.455-13.098l15.662-3.517 7.824-1.67 3.912-.834 3.917-.746c5.223-.965 10.439-2.047 15.679-2.806l7.85-1.273c1.306-.232 2.618-.397 3.931-.55l3.94-.483 7.878-.969c2.627-.297 5.269-.426 7.901-.669l7.905-.664c2.638-.169 5.283-.209 7.926-.319l7.929-.286c1.657-.059 3.32-.033 4.982-.007.989.016 1.978.032 2.967.029 5.302.057 10.608.015 15.919.37 21.242.922 42.501 3.258 63.783 5.879 21.283 2.675 42.581 5.737 63.862 8.947l31.916 4.909a812.961 812.961 0 0 1 15.971 2.455l15.974 2.53 7.987 1.34 8.006 1.251 8.012 1.277 4.008.632 4.023.537c5.364.729 10.739 1.401 16.119 2.058 5.389.55 10.795.955 16.201 1.345 2.705.184 5.408.397 8.116.511 2.709.086 5.419.154 8.13.204l8.134.144c2.708.024 5.431.113 8.126.037 10.798-.192 21.594-.507 32.38-1.185 21.575-1.225 43.09-3.139 64.595-4.922 10.751-.898 21.536-1.516 32.274-2.541 10.755-.944 21.408-2.525 32.032-4.186 10.619-1.638 21.201-3.373 31.799-4.957 10.602-1.552 21.233-2.837 31.979-3.995v-.352c-10.762-1.041-21.617-1.194-32.442-.901-10.821.349-21.597 1.149-32.327 2.099-5.355.491-10.719.98-16.051 1.544-5.339.574-10.661 1.231-15.977 1.913-10.63 1.401-21.25 2.857-31.925 3.805-21.353 1.844-42.81 2.126-64.229 2l-8.033-.05-4.014-.015-4.017-.059a966.498 966.498 0 0 0-16.062-.152l-15.994-.261a626.432 626.432 0 0 0-7.996-.067l-7.995-.226c-5.331-.164-10.673-.175-16.014-.294-5.34-.173-10.686-.334-16.042-.437l-4.017-.086-4.014-.183-8.032-.384-8.036-.407c-2.679-.143-5.348-.416-8.024-.617-5.342-.487-10.693-.915-16.02-1.571a807.156 807.156 0 0 1-15.959-2.134c-10.619-1.6-21.22-3.312-31.792-5.254-21.151-3.819-42.21-8.237-63.436-12.118-21.23-3.842-42.696-6.914-64.402-8.388a386.225 386.225 0 0 0-27.059-.97c-12.792 0-25.609.676-38.319 2.155z' opacity='1' transform='matrix(-2.5 0 0 1 -6487.471 58.807)'/%3E%3Cpath fill='url(%23l)' d='m445.522-22.721-4.073.448c-1.358.142-2.715.295-4.06.515l-8.088 1.205c-5.41.741-10.724 1.864-16.075 2.84-10.67 2.07-21.233 4.42-31.731 6.906-20.978 4.979-41.68 10.273-62.605 14.33-20.906 4.098-42.029 7.006-63.316 8.284-21.269 1.237-42.699 1.536-64.109.629-21.415-.947-42.755-3.453-63.947-6.827C106.314 2.25 85.3-2.229 64.222-6.62 43.144-10.986 21.94-15.195.338-17.719l-8.113-.866c-1.355-.131-2.699-.319-4.062-.401l-4.086-.252-8.169-.505-2.044-.103-2.053-.022-4.107-.045-8.208-.06-8.196.323-4.095.172-2.046.087-2.043.166-8.163.689c-1.359.126-2.721.207-4.076.369l-4.061.485-8.118.955-8.076 1.174c-2.693.381-5.384.774-8.052 1.255l-8.025 1.346c-2.671.461-5.32.993-7.98 1.485-5.33.971-10.604 2.045-15.898 3.086-21.126 4.218-42.082 8.393-63.212 11.121a534.952 534.952 0 0 1-63.656 4.61c-21.299.317-42.608-.436-63.706-3.065-21.135-2.476-41.877-7.434-62.85-12.43l-7.891-1.854c-2.623-.635-5.295-1.157-7.937-1.763-5.277-1.239-10.652-2.177-15.992-3.239l-8.081-1.298-4.045-.642c-1.351-.198-2.71-.332-4.065-.502l-8.14-.966c-2.716-.316-5.445-.434-8.168-.657-21.757-1.623-43.806-.8-65.34 2.177-21.569 2.907-42.662 7.721-63.659 12.431-20.996 4.733-41.993 9.241-63.18 12.589-21.174 3.37-42.496 5.741-63.862 6.786-5.33.425-10.683.431-16.021.66l-8.006.303c-1.588.086-3.177.082-4.767.08a125.372 125.372 0 0 0-3.245.022l-16.018.166-16.057-.179c-21.403-.302-42.817-.885-64.19-2.466-10.68-.841-21.36-1.775-32.008-3.045-10.654-1.239-21.271-2.806-31.897-4.373l-15.958-2.287c-5.325-.703-10.671-1.394-16.017-2.012-5.344-.629-10.722-1.118-16.082-1.671-5.366-.515-10.754-.93-16.132-1.345-21.365-1.563-42.879-2.069-64.235-.471v.437c5.207.486 10.401.911 15.589 1.293 5.349.561 10.691 1.069 16.026 1.575 5.328.674 10.658 1.195 15.977 1.847l15.941 2.069 31.853 4.563c10.63 1.505 21.291 2.892 31.996 4.054 10.7 1.202 21.425 2.28 32.145 3.424l8.042.845c2.68.296 5.357.612 8.044.854l16.106 1.58c21.488 2.036 43.063 3.396 64.659 3.86l16.199.176 16.234-.401 4.057-.116c1.352-.03 2.704-.09 4.054-.196l8.099-.535 8.094-.575c1.349-.108 2.699-.175 4.044-.315l4.035-.424 16.127-1.701 16.062-2.15c5.361-.649 10.669-1.648 16.014-2.386 2.665-.414 5.342-.758 7.997-1.231 2.656-.463 5.316-.903 7.978-1.33 21.272-3.526 42.467-7.421 63.673-10.972 21.206-3.535 42.396-6.805 63.539-9.028l7.93-.776c1.321-.12 2.641-.282 3.962-.386l3.963-.249c5.286-.286 10.566-.847 15.847-.843 5.281-.09 10.554-.368 15.854-.177l7.943.114c2.647.042 5.282.247 7.924.362 2.64.157 5.288.227 7.922.449l7.902.705c1.316.125 2.636.216 3.95.37l3.938.507 7.879 1.027c10.484 1.615 20.941 3.612 31.403 5.943 20.913 4.664 42.07 9.811 63.647 12.685 21.546 3.028 43.3 4.295 64.998 4.26 21.701-.029 43.453-1.564 64.944-4.67 21.498-3.081 42.691-7.641 63.688-12.071 5.252-1.06 10.504-2.181 15.752-3.14 2.626-.484 5.251-1.006 7.879-1.457l7.882-1.313c2.626-.462 5.262-.795 7.897-1.137 2.635-.339 5.266-.712 7.903-1.026l7.923-.705 3.961-.347c1.321-.106 2.646-.129 3.968-.196 21.183-1.147 42.24.125 63.409 2.243C20.264-4.187 41.5-1.245 62.81 1.628l64.032 8.63c5.343.698 10.676 1.447 16.034 2.049l8.022.994 4.009.508 4.02.433c5.36.57 10.71 1.239 16.076 1.787l16.112 1.548c21.506 1.874 43.126 3.077 64.836 2.586l16.265-.703c5.411-.401 10.819-.889 16.233-1.33 2.713-.182 5.397-.586 8.096-.889l8.088-.972c2.703-.29 5.383-.714 8.064-1.128l8.049-1.23c21.434-3.452 42.561-8.279 63.455-13.098l15.662-3.517 7.824-1.67 3.912-.834 3.917-.746c5.223-.965 10.439-2.047 15.679-2.806l7.85-1.273c1.306-.232 2.618-.397 3.931-.55l3.94-.483 7.878-.969c2.627-.297 5.269-.426 7.901-.669l7.905-.664c2.638-.169 5.283-.209 7.926-.319l7.929-.286c1.657-.059 3.32-.033 4.982-.007.989.016 1.978.032 2.967.029 5.302.057 10.608.015 15.919.37 21.242.922 42.501 3.258 63.783 5.879 21.283 2.675 42.581 5.737 63.862 8.947l31.916 4.909a812.961 812.961 0 0 1 15.971 2.455l15.974 2.53 7.987 1.34 8.006 1.251 8.012 1.277 4.008.632 4.023.537c5.364.729 10.739 1.401 16.119 2.058 5.389.55 10.795.955 16.201 1.345 2.705.184 5.408.397 8.116.511 2.709.086 5.419.154 8.13.204l8.134.144c2.708.024 5.431.113 8.126.037 10.798-.192 21.594-.507 32.38-1.185 21.575-1.225 43.09-3.139 64.595-4.922 10.751-.898 21.536-1.516 32.274-2.541 10.755-.944 21.408-2.525 32.032-4.186 10.619-1.638 21.201-3.373 31.799-4.957 10.602-1.552 21.233-2.837 31.979-3.995v-.352c-10.762-1.041-21.617-1.194-32.442-.901-10.821.349-21.597 1.149-32.327 2.099-5.355.491-10.719.98-16.051 1.544-5.339.574-10.661 1.231-15.977 1.913-10.63 1.401-21.25 2.857-31.925 3.805-21.353 1.844-42.81 2.126-64.229 2l-8.033-.05-4.014-.015-4.017-.059a966.498 966.498 0 0 0-16.062-.152l-15.994-.261a626.432 626.432 0 0 0-7.996-.067l-7.995-.226c-5.331-.164-10.673-.175-16.014-.294-5.34-.173-10.686-.334-16.042-.437l-4.017-.086-4.014-.183-8.032-.384-8.036-.407c-2.679-.143-5.348-.416-8.024-.617-5.342-.487-10.693-.915-16.02-1.571a807.156 807.156 0 0 1-15.959-2.134c-10.619-1.6-21.22-3.312-31.792-5.254-21.151-3.819-42.21-8.237-63.436-12.118-21.23-3.842-42.696-6.914-64.402-8.388a386.225 386.225 0 0 0-27.059-.97c-12.792 0-25.609.676-38.319 2.155z' opacity='1' transform='matrix(-2.5 0 0 1 -1368.096 58.807)'/%3E%3C/g%3E%3Cg display='block' opacity='.6'%3E%3Cpath fill='url(%23m)' d='m445.522-22.721-4.073.448c-1.358.142-2.715.295-4.06.515l-8.088 1.205c-5.41.741-10.724 1.864-16.075 2.84-10.67 2.07-21.233 4.42-31.731 6.906-20.978 4.979-41.68 10.273-62.605 14.33-20.906 4.098-42.029 7.006-63.316 8.284-21.269 1.237-42.699 1.536-64.109.629-21.415-.947-42.755-3.453-63.947-6.827C106.314 2.25 85.3-2.229 64.222-6.62 43.144-10.986 21.94-15.195.338-17.719l-8.113-.866c-1.355-.131-2.699-.319-4.062-.401l-4.086-.252-8.169-.505-2.044-.103-2.053-.022-4.107-.045-8.208-.06-8.196.323-4.095.172-2.046.087-2.043.166-8.163.689c-1.359.126-2.721.207-4.076.369l-4.061.485-8.118.955-8.076 1.174c-2.693.381-5.384.774-8.052 1.255l-8.025 1.346c-2.671.461-5.32.993-7.98 1.485-5.33.971-10.604 2.045-15.898 3.086-21.126 4.218-42.082 8.393-63.212 11.121a534.952 534.952 0 0 1-63.656 4.61c-21.299.317-42.608-.436-63.706-3.065-21.135-2.476-41.877-7.434-62.85-12.43l-7.891-1.854c-2.623-.635-5.295-1.157-7.937-1.763-5.277-1.239-10.652-2.177-15.992-3.239l-8.081-1.298-4.045-.642c-1.351-.198-2.71-.332-4.065-.502l-8.14-.966c-2.716-.316-5.445-.434-8.168-.657-21.757-1.623-43.806-.8-65.34 2.177-21.569 2.907-42.662 7.721-63.659 12.431-20.996 4.733-41.993 9.241-63.18 12.589-21.174 3.37-42.496 5.741-63.862 6.786-5.33.425-10.683.431-16.021.66l-8.006.303c-1.588.086-3.177.082-4.767.08a125.372 125.372 0 0 0-3.245.022l-16.018.166-16.057-.179c-21.403-.302-42.817-.885-64.19-2.466-10.68-.841-21.36-1.775-32.008-3.045-10.654-1.239-21.271-2.806-31.897-4.373l-15.958-2.287c-5.325-.703-10.671-1.394-16.017-2.012-5.344-.629-10.722-1.118-16.082-1.671-5.366-.515-10.754-.93-16.132-1.345-21.365-1.563-42.879-2.069-64.235-.471v.437c5.207.486 10.401.911 15.589 1.293 5.349.561 10.691 1.069 16.026 1.575 5.328.674 10.658 1.195 15.977 1.847l15.941 2.069 31.853 4.563c10.63 1.505 21.291 2.892 31.996 4.054 10.7 1.202 21.425 2.28 32.145 3.424l8.042.845c2.68.296 5.357.612 8.044.854l16.106 1.58c21.488 2.036 43.063 3.396 64.659 3.86l16.199.176 16.234-.401 4.057-.116c1.352-.03 2.704-.09 4.054-.196l8.099-.535 8.094-.575c1.349-.108 2.699-.175 4.044-.315l4.035-.424 16.127-1.701 16.062-2.15c5.361-.649 10.669-1.648 16.014-2.386 2.665-.414 5.342-.758 7.997-1.231 2.656-.463 5.316-.903 7.978-1.33 21.272-3.526 42.467-7.421 63.673-10.972 21.206-3.535 42.396-6.805 63.539-9.028l7.93-.776c1.321-.12 2.641-.282 3.962-.386l3.963-.249c5.286-.286 10.566-.847 15.847-.843 5.281-.09 10.554-.368 15.854-.177l7.943.114c2.647.042 5.282.247 7.924.362 2.64.157 5.288.227 7.922.449l7.902.705c1.316.125 2.636.216 3.95.37l3.938.507 7.879 1.027c10.484 1.615 20.941 3.612 31.403 5.943 20.913 4.664 42.07 9.811 63.647 12.685 21.546 3.028 43.3 4.295 64.998 4.26 21.701-.029 43.453-1.564 64.944-4.67 21.498-3.081 42.691-7.641 63.688-12.071 5.252-1.06 10.504-2.181 15.752-3.14 2.626-.484 5.251-1.006 7.879-1.457l7.882-1.313c2.626-.462 5.262-.795 7.897-1.137 2.635-.339 5.266-.712 7.903-1.026l7.923-.705 3.961-.347c1.321-.106 2.646-.129 3.968-.196 21.183-1.147 42.24.125 63.409 2.243C20.264-4.187 41.5-1.245 62.81 1.628l64.032 8.63c5.343.698 10.676 1.447 16.034 2.049l8.022.994 4.009.508 4.02.433c5.36.57 10.71 1.239 16.076 1.787l16.112 1.548c21.506 1.874 43.126 3.077 64.836 2.586l16.265-.703c5.411-.401 10.819-.889 16.233-1.33 2.713-.182 5.397-.586 8.096-.889l8.088-.972c2.703-.29 5.383-.714 8.064-1.128l8.049-1.23c21.434-3.452 42.561-8.279 63.455-13.098l15.662-3.517 7.824-1.67 3.912-.834 3.917-.746c5.223-.965 10.439-2.047 15.679-2.806l7.85-1.273c1.306-.232 2.618-.397 3.931-.55l3.94-.483 7.878-.969c2.627-.297 5.269-.426 7.901-.669l7.905-.664c2.638-.169 5.283-.209 7.926-.319l7.929-.286c1.657-.059 3.32-.033 4.982-.007.989.016 1.978.032 2.967.029 5.302.057 10.608.015 15.919.37 21.242.922 42.501 3.258 63.783 5.879 21.283 2.675 42.581 5.737 63.862 8.947l31.916 4.909a812.961 812.961 0 0 1 15.971 2.455l15.974 2.53 7.987 1.34 8.006 1.251 8.012 1.277 4.008.632 4.023.537c5.364.729 10.739 1.401 16.119 2.058 5.389.55 10.795.955 16.201 1.345 2.705.184 5.408.397 8.116.511 2.709.086 5.419.154 8.13.204l8.134.144c2.708.024 5.431.113 8.126.037 10.798-.192 21.594-.507 32.38-1.185 21.575-1.225 43.09-3.139 64.595-4.922 10.751-.898 21.536-1.516 32.274-2.541 10.755-.944 21.408-2.525 32.032-4.186 10.619-1.638 21.201-3.373 31.799-4.957 10.602-1.552 21.233-2.837 31.979-3.995v-.352c-10.762-1.041-21.617-1.194-32.442-.901-10.821.349-21.597 1.149-32.327 2.099-5.355.491-10.719.98-16.051 1.544-5.339.574-10.661 1.231-15.977 1.913-10.63 1.401-21.25 2.857-31.925 3.805-21.353 1.844-42.81 2.126-64.229 2l-8.033-.05-4.014-.015-4.017-.059a966.498 966.498 0 0 0-16.062-.152l-15.994-.261a626.432 626.432 0 0 0-7.996-.067l-7.995-.226c-5.331-.164-10.673-.175-16.014-.294-5.34-.173-10.686-.334-16.042-.437l-4.017-.086-4.014-.183-8.032-.384-8.036-.407c-2.679-.143-5.348-.416-8.024-.617-5.342-.487-10.693-.915-16.02-1.571a807.156 807.156 0 0 1-15.959-2.134c-10.619-1.6-21.22-3.312-31.792-5.254-21.151-3.819-42.21-8.237-63.436-12.118-21.23-3.842-42.696-6.914-64.402-8.388a386.225 386.225 0 0 0-27.059-.97c-12.792 0-25.609.676-38.319 2.155z' opacity='1' transform='matrix(-1.5 0 0 -1.2 -2971.308 64.662)'/%3E%3Cpath fill='url(%23n)' d='m445.522-22.721-4.073.448c-1.358.142-2.715.295-4.06.515l-8.088 1.205c-5.41.741-10.724 1.864-16.075 2.84-10.67 2.07-21.233 4.42-31.731 6.906-20.978 4.979-41.68 10.273-62.605 14.33-20.906 4.098-42.029 7.006-63.316 8.284-21.269 1.237-42.699 1.536-64.109.629-21.415-.947-42.755-3.453-63.947-6.827C106.314 2.25 85.3-2.229 64.222-6.62 43.144-10.986 21.94-15.195.338-17.719l-8.113-.866c-1.355-.131-2.699-.319-4.062-.401l-4.086-.252-8.169-.505-2.044-.103-2.053-.022-4.107-.045-8.208-.06-8.196.323-4.095.172-2.046.087-2.043.166-8.163.689c-1.359.126-2.721.207-4.076.369l-4.061.485-8.118.955-8.076 1.174c-2.693.381-5.384.774-8.052 1.255l-8.025 1.346c-2.671.461-5.32.993-7.98 1.485-5.33.971-10.604 2.045-15.898 3.086-21.126 4.218-42.082 8.393-63.212 11.121a534.952 534.952 0 0 1-63.656 4.61c-21.299.317-42.608-.436-63.706-3.065-21.135-2.476-41.877-7.434-62.85-12.43l-7.891-1.854c-2.623-.635-5.295-1.157-7.937-1.763-5.277-1.239-10.652-2.177-15.992-3.239l-8.081-1.298-4.045-.642c-1.351-.198-2.71-.332-4.065-.502l-8.14-.966c-2.716-.316-5.445-.434-8.168-.657-21.757-1.623-43.806-.8-65.34 2.177-21.569 2.907-42.662 7.721-63.659 12.431-20.996 4.733-41.993 9.241-63.18 12.589-21.174 3.37-42.496 5.741-63.862 6.786-5.33.425-10.683.431-16.021.66l-8.006.303c-1.588.086-3.177.082-4.767.08a125.372 125.372 0 0 0-3.245.022l-16.018.166-16.057-.179c-21.403-.302-42.817-.885-64.19-2.466-10.68-.841-21.36-1.775-32.008-3.045-10.654-1.239-21.271-2.806-31.897-4.373l-15.958-2.287c-5.325-.703-10.671-1.394-16.017-2.012-5.344-.629-10.722-1.118-16.082-1.671-5.366-.515-10.754-.93-16.132-1.345-21.365-1.563-42.879-2.069-64.235-.471v.437c5.207.486 10.401.911 15.589 1.293 5.349.561 10.691 1.069 16.026 1.575 5.328.674 10.658 1.195 15.977 1.847l15.941 2.069 31.853 4.563c10.63 1.505 21.291 2.892 31.996 4.054 10.7 1.202 21.425 2.28 32.145 3.424l8.042.845c2.68.296 5.357.612 8.044.854l16.106 1.58c21.488 2.036 43.063 3.396 64.659 3.86l16.199.176 16.234-.401 4.057-.116c1.352-.03 2.704-.09 4.054-.196l8.099-.535 8.094-.575c1.349-.108 2.699-.175 4.044-.315l4.035-.424 16.127-1.701 16.062-2.15c5.361-.649 10.669-1.648 16.014-2.386 2.665-.414 5.342-.758 7.997-1.231 2.656-.463 5.316-.903 7.978-1.33 21.272-3.526 42.467-7.421 63.673-10.972 21.206-3.535 42.396-6.805 63.539-9.028l7.93-.776c1.321-.12 2.641-.282 3.962-.386l3.963-.249c5.286-.286 10.566-.847 15.847-.843 5.281-.09 10.554-.368 15.854-.177l7.943.114c2.647.042 5.282.247 7.924.362 2.64.157 5.288.227 7.922.449l7.902.705c1.316.125 2.636.216 3.95.37l3.938.507 7.879 1.027c10.484 1.615 20.941 3.612 31.403 5.943 20.913 4.664 42.07 9.811 63.647 12.685 21.546 3.028 43.3 4.295 64.998 4.26 21.701-.029 43.453-1.564 64.944-4.67 21.498-3.081 42.691-7.641 63.688-12.071 5.252-1.06 10.504-2.181 15.752-3.14 2.626-.484 5.251-1.006 7.879-1.457l7.882-1.313c2.626-.462 5.262-.795 7.897-1.137 2.635-.339 5.266-.712 7.903-1.026l7.923-.705 3.961-.347c1.321-.106 2.646-.129 3.968-.196 21.183-1.147 42.24.125 63.409 2.243C20.264-4.187 41.5-1.245 62.81 1.628l64.032 8.63c5.343.698 10.676 1.447 16.034 2.049l8.022.994 4.009.508 4.02.433c5.36.57 10.71 1.239 16.076 1.787l16.112 1.548c21.506 1.874 43.126 3.077 64.836 2.586l16.265-.703c5.411-.401 10.819-.889 16.233-1.33 2.713-.182 5.397-.586 8.096-.889l8.088-.972c2.703-.29 5.383-.714 8.064-1.128l8.049-1.23c21.434-3.452 42.561-8.279 63.455-13.098l15.662-3.517 7.824-1.67 3.912-.834 3.917-.746c5.223-.965 10.439-2.047 15.679-2.806l7.85-1.273c1.306-.232 2.618-.397 3.931-.55l3.94-.483 7.878-.969c2.627-.297 5.269-.426 7.901-.669l7.905-.664c2.638-.169 5.283-.209 7.926-.319l7.929-.286c1.657-.059 3.32-.033 4.982-.007.989.016 1.978.032 2.967.029 5.302.057 10.608.015 15.919.37 21.242.922 42.501 3.258 63.783 5.879 21.283 2.675 42.581 5.737 63.862 8.947l31.916 4.909a812.961 812.961 0 0 1 15.971 2.455l15.974 2.53 7.987 1.34 8.006 1.251 8.012 1.277 4.008.632 4.023.537c5.364.729 10.739 1.401 16.119 2.058 5.389.55 10.795.955 16.201 1.345 2.705.184 5.408.397 8.116.511 2.709.086 5.419.154 8.13.204l8.134.144c2.708.024 5.431.113 8.126.037 10.798-.192 21.594-.507 32.38-1.185 21.575-1.225 43.09-3.139 64.595-4.922 10.751-.898 21.536-1.516 32.274-2.541 10.755-.944 21.408-2.525 32.032-4.186 10.619-1.638 21.201-3.373 31.799-4.957 10.602-1.552 21.233-2.837 31.979-3.995v-.352c-10.762-1.041-21.617-1.194-32.442-.901-10.821.349-21.597 1.149-32.327 2.099-5.355.491-10.719.98-16.051 1.544-5.339.574-10.661 1.231-15.977 1.913-10.63 1.401-21.25 2.857-31.925 3.805-21.353 1.844-42.81 2.126-64.229 2l-8.033-.05-4.014-.015-4.017-.059a966.498 966.498 0 0 0-16.062-.152l-15.994-.261a626.432 626.432 0 0 0-7.996-.067l-7.995-.226c-5.331-.164-10.673-.175-16.014-.294-5.34-.173-10.686-.334-16.042-.437l-4.017-.086-4.014-.183-8.032-.384-8.036-.407c-2.679-.143-5.348-.416-8.024-.617-5.342-.487-10.693-.915-16.02-1.571a807.156 807.156 0 0 1-15.959-2.134c-10.619-1.6-21.22-3.312-31.792-5.254-21.151-3.819-42.21-8.237-63.436-12.118-21.23-3.842-42.696-6.914-64.402-8.388a386.225 386.225 0 0 0-27.059-.97c-12.792 0-25.609.676-38.319 2.155z' opacity='1' transform='matrix(-1.5 0 0 -1.2 100.317 64.662)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
.header__button span {
  display: block;
  white-space: nowrap;
}
.header__button [class*=icon] {
  fill: #000;
}
.header__button .header__button__game-pass-icon {
  height: 100%;
  width: auto;
}
.header__button .header__button__buy-now-icon {
  margin-right: 0.5em;
  margin-left: -0.25em;
  display: inline-block;
  width: 20px;
}

.header__button.\--buy-now {
  margin-left: 1.5rem;
}

.header__button.\--game-pass {
  padding: 0;
}

.header__button.\--free-play {
  color: #FFDF91;
  border-width: 2px;
  border-color: #FFDF91;
  background-color: #394766;
  background-image: linear-gradient(0deg, #181c29, rgba(24, 28, 41, 0));
  line-height: 1.5;
  font-size: 0.75rem;
  font-family: "Noto Sans", sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s ease;
}
.header__button.\--free-play svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: url(#iconGradient);
}
.header__button.\--free-play:after {
  display: none;
}
.header__button.\--free-play:hover {
  color: #FFDF91;
  background-color: #3F5373;
  border-image-slice: 2;
  border-image-source: linear-gradient(180deg, #FFDF91, #B8862D);
}

.menu-buttont {
  display: none;
}

.submit-a-request {
  order: 3;
  display: flex;
  font-size: 0.85361rem;
  color: var(--text-gold);
  text-decoration: none;
  font-family: "Maiola", serif;
}
.submit-a-request span {
  display: none;
  margin-left: 0.5rem;
  line-height: 1.75em;
}
.submit-a-request:hover {
  color: #ffffff;
}

.footer {
  z-index: 200;
  overflow: hidden;
  border-width: 2px 0 0;
  border-image-slice: 2;
  border-image-source: linear-gradient(90deg, rgba(184, 134, 45, 0), #B8862D, #FFDF91, #B8862D, rgba(184, 134, 45, 0));
  border-style: solid;
  background-color: #000000;
  padding-bottom: 0.01rem;
}

.footer__content {
  position: relative;
  background: #000 url(https://ageofempires.com/wp-content/themes/ageOfEmpires/dist/images/swoosh.png) 0 4.5rem no-repeat;
  background-size: 100%;
  padding-top: 0.01rem;
}
.footer__content:before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 17.44792%;
}
.footer__content:after {
  content: "";
  display: table;
  clear: both;
}

.footer__content__page-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: calc(83% + var(--page-margin) * 2);
  max-width: calc(3184px + var(--page-margin) * 2);
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}

.zen-footer {
  display: none;
  flex-basis: 100%;
}

.footer__logo {
  z-index: 1;
  max-width: 31rem;
  position: relative;
}

.publishers-ratings {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  margin-left: 0;
}

.publishers {
  display: flex;
  justify-content: space-between;
  height: var(--footer-content-height);
  margin-bottom: 1.5rem;
}

.ratings {
  display: flex;
  justify-content: space-between;
  height: var(--footer-content-height);
  margin-bottom: 1.5rem;
}

.publisher {
  margin: 0;
  height: 100%;
  text-decoration: none;
}
.publisher img {
  height: 100%;
  display: block;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.rating {
  margin: 0;
  height: 100%;
  text-decoration: none;
}
.rating img {
  height: 100%;
  display: block;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.publisher + .publisher {
  margin-left: 1.5rem;
}

.publisher + .rating {
  margin-left: 1.5rem;
}

.rating + .publisher {
  margin-left: 1.5rem;
}

.rating + .rating {
  margin-left: 1.5rem;
}

.european-ratings {
  margin-left: 1.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: calc(var(--footer-content-height) - 10px);
}

.rating__text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  flex: 1 1 auto;
  font-weight: 400;
  margin: 0.5rem 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.footer__nav {
  margin: 2rem 0;
}

.footer__nav__page-container {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: calc(83% + var(--page-margin) * 2);
  max-width: calc(3184px + var(--page-margin) * 2);
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
  flex-flow: column;
  align-items: center;
}

.footer__links {
  display: flex;
  font-size: 0.85361rem;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.75rem auto 0.75rem calc(10% - 0.5rem);
}

.footer__link {
  padding: 0.5rem;
}
.footer__link .link {
  cursor: pointer;
  color: #53DBDD;
  text-decoration: underline;
}
.footer__link .link:hover {
  color: #98F1F0;
}
.footer__link .link:focus-visible {
  color: #98F1F0;
}

.copyright {
  font-size: 0.85361rem;
  color: #E2E2E2;
  line-height: 1.5;
  white-space: nowrap;
  font-family: "Noto Sans", sans-serif;
}

@media screen and (max-width: 40em) {
  .site-title .home-link {
    width: 15rem;
  }
  .mobile-header-icon {
    width: calc(var(--header-logo-height) * 0.5);
    height: calc(var(--header-logo-height) * 0.5);
  }
}
@media screen and (min-width: 54em) {
  .footer__content {
    background-position-y: 1rem;
  }
  .footer__links {
    width: 100%;
    margin-left: -0.5rem;
  }
  .footer__logo {
    flex-flow: column;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 68em) {
  .site-container {
    overflow: initial;
  }
  main {
    font-size: 1rem;
  }
  main > .container {
    width: 100%;
    max-width: 100%;
    padding-left: calc(var(--page-margin) * 2);
    padding-right: calc(var(--page-margin) * 2);
  }
  .site-title .home-link {
    width: 25rem;
  }
  .buy__info {
    display: none;
  }
  .header__profile {
    display: none;
  }
  .header {
    top: 0;
    position: sticky;
    justify-content: flex-end;
    border: 0;
    border-style: solid;
    border-bottom-width: 3px;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, rgba(183, 133, 60, 0) 0%, #B7853C 10.01%, #FFDF91 50%, #B7853C 90.01%, rgba(183, 133, 60, 0) 100%);
  }
  .header__block.navbar {
    display: flex;
  }
  .navbar {
    padding: 0.5rem 0;
  }
  .navbar a {
    width: 160px;
    max-width: calc(100% - 1rem);
  }
  .navbar a:first-child {
    margin-right: 1rem;
  }
  .navbar a .header__button__buy-now-icon {
    margin-left: 1em;
  }
  .mobile-header-icon.\--close {
    display: none;
  }
  .header__menu-toggle.is-open .mobile-header-icon:not(.\--close) {
    display: none;
  }
  .header__menu-toggle.is-open .mobile-header-icon.\--close {
    display: block;
  }
  .header__profile-toggle.is-open .mobile-header-icon:not(.\--close) {
    display: none;
  }
  .header__profile-toggle.is-open .mobile-header-icon.\--close {
    display: block;
  }
  .header__menu-toggle {
    border: 0;
    background: transparent;
  }
  .mobile-header-icon {
    display: inline-block;
    vertical-align: middle;
    width: calc(var(--header-logo-height) * 0.75);
    height: calc(var(--header-logo-height) * 0.75);
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    line-height: 1.5rem;
    text-decoration: none;
    fill: url(#iconGradient);
  }
}
@media screen and (max-width: 80em) {
  .footer__content__page-container {
    flex-direction: column;
  }
  .footer__logo {
    margin-bottom: 1.875rem;
  }
  .search input[type=search] {
    height: 2rem;
    padding-left: 2.667rem;
  }
}
@media screen and (min-width: 68em) {
  .header__button {
    margin: 0;
    width: auto;
    height: 1.5rem;
    padding: 0 0.75rem;
    line-height: 1.5rem;
    font-size: 0.85361rem;
  }
  .header__button.\--buy-now {
    margin-left: 1rem;
  }
  .header__button.\--game-pass {
    height: 1.5rem;
  }
  .site-title .home-link {
    width: auto;
  }
  .header__logo {
    height: var(--header-logo-height);
  }
  .submit-a-request span {
    display: inline-block;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .publisher {
    filter: invert(1);
  }
}
@media screen and (min-width: 205em) {
  .publishers-ratings {
    margin-left: 1.875rem;
  }
  .footer__nav {
    margin-top: 0;
  }
  .footer__links {
    margin-top: 0;
  }
}
@media screen and (min-width: 320px) {
  .rating__text {
    font-size: calc(10px + 0.2vw);
  }
}
@media screen and (min-width: 864px) {
  .rating__text {
    font-size: calc(10px + 0.3vw);
  }
}
@media screen and (min-width: 1280px) {
  .rating__text {
    font-size: calc(10px + 0.3vw);
  }
}
@media screen and (min-width: 3841px) {
  .rating__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 40em) {
  .publishers-ratings {
    flex-flow: row nowrap;
  }
  .publishers {
    margin-bottom: 0;
  }
  .ratings {
    margin-bottom: 0;
    margin-left: 1.875rem;
  }
}
.primary-nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: calc(83% + var(--page-margin) * 2);
  max-width: calc(3184px + var(--page-margin) * 2);
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
}

.primary-nav__menu {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  list-style: none;
  position: relative;
}
.primary-nav__menu .dropdown {
  top: 0;
  left: 100%;
  padding: 0;
  z-index: 450;
  display: none;
  list-style: none;
  position: absolute;
}
.primary-nav__menu .dropdown .dropdown {
  top: 0;
  left: 100%;
  list-style: none;
}
.primary-nav__menu > .has-children > .menu__item__label:after {
  background: linear-gradient(180deg, #cda351, #B8862D 33%, #e7c067);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.menu__item {
  position: relative;
}
.menu__item:hover > .menu__item__label {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(3, 77, 112, 0), #034d70 15% 85%, rgba(3, 77, 112, 0));
  background-clip: padding-box;
  text-decoration: none;
  filter: none;
}
.menu__item:focus > .menu__item__label {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(3, 77, 112, 0), #034d70 15% 85%, rgba(3, 77, 112, 0));
  background-clip: padding-box;
  text-decoration: none;
  filter: none;
}
.menu__item:focus-within > .menu__item__label {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(3, 77, 112, 0), #034d70 15% 85%, rgba(3, 77, 112, 0));
  background-clip: padding-box;
  text-decoration: none;
  filter: none;
}

.menu__item__label {
  z-index: 1;
  border: none;
  display: flex;
  height: 100%;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.207rem;
  letter-spacing: 0.06em;
  padding: 0.375rem 0.75rem;
  color: var(--text-gold);
  font-family: "Maiola", serif;
  text-transform: uppercase;
}

.\--insiders .menu__item__label {
  text-decoration: none;
}
.\--insiders .menu__item__label:before {
  background: linear-gradient(180deg, #e7c067, #B8862D);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTMxLjk5IDI4LjQ2MWMwLS4yMTgtLjA1LS40MzYtLjE0LS42NDYtLjQxOC0xLjg1Ni0uOTYyLTcuNzg0LS45NjItMTEuMDkgMC0zLjQ5NS4zMzYtNi42ODQuNTUyLTguMjU4LjQ5NC0uOTkuNjc1LTIuMDguNDg1LTMuMTUtLjMxLTEuNjI1LTEuNTEtMy4xOS0zLjM0LTQuMTcyLS45LS40ODctMS45NS0uODYyLTMuMDctMS4wMjdzLTIuMjc3LS4xNTUtMy4zNS4wMTVjLTMuODE0LjYwNy05LjAzOSAyLjYxMy0xMS43ODcgMy42NzktMS43MjUuNjY5LTMuNTggMS4xMDEtNS40MSAxLjIwNi0uMjI2LjAwNi0uNDUyLjAwNy0uNjc0IDAgLjE3NS0xLjY0NC40NS0zLjA1Ni44Ny0zLjkyNC4xNjktLjA1OS4yODYtLjE4Ni4yOTMtLjMzOS4wMS0uMjEtLjIxLS4zODItLjQ5LS4zOS0xLjA5LS4wMjItMi4yNS4xNTgtMy4yMS42NjctLjk0LjUwMi0xLjY5IDEuMzE5LTEuNzUgMi4yNjMtLjAxLjA5LS4wMS4xODcgMCAuMjc3di4wM2MuMDEuMTg3LjA2LjM3NS4xMy41NTRDLjY1OCA2LjQ3Ljk0MyAxMi43My44OCAxNi4wOTEuODM0IDE4LjQyOC41OSAyMi4wODkuNDY1IDIzLjc3Yy0uNDA2LjkzNC0uNTY2IDEuOTQzLS4zOTcgMi45LjMxIDEuNjMyIDEuNTEgMy4yMDQgMy4zNCA0LjE5LjkuNDg5IDEuOTUuODY1IDMuMDcgMS4wMyAxLjEyLjE2NSAyLjI3LjEyOCAzLjM1LS4wMTUgMi4xNi0uMzMgMTAuMDIyLTMuMDY5IDExLjc5Mi0zLjY5MyAxLjc2LS42MTcgMy41OC0xLjEwNSA1LjQxLTEuMjEuMjIxLS4wMDYuNDQyLS4wMDguNjYtLjAwMi0uMTc3IDEuNjU4LS40NTUgMy4wOC0uODc5IDMuOTUtLjE1Ni4wNjQtLjI2NC4xODQtLjI3MS4zMy0uMDEuMjExLjIxLjM4NC40OS4zOTIgMS4wOS4wMjIgMi4yNS0uMTU4IDMuMjEtLjY3Ljk0LS41MDMgMS42OS0xLjMyMyAxLjc1LTIuMjcuMDEtLjA2OS4wMS0uMTQ0LjAxLS4yMTEgMC0uMDA4IDAtLjAxNi0uMDEtLjAzek0yOC41MjggMy45ODVjLS4zMS0uMDU3LS40My0uMDgtLjU5Ny0uMDYyLS43ODctLjAzOC0xLjAyNy40MTQtMS4wOTggMi4wMDUtLjE5MSA1LjE4Ni0uMTkxIDEwLjM1NC0uMjg2IDE1LjUzMyAwIDEuMzE4LS4xNjggMS41Ny0uNDc5IDEuNTMtLjM4MS0uMDM1LTEuMTE2LS43MzgtMi40ODItMi4yMjQtMS40NDUtMS44MTItNS44NjYtNi41MzItNy42MS03LjIwNGwuMjQgOC4wNGMuMDQ3IDEuNzAzLjE0MyAyLjMwOC44MTIgMi4yNzguMzQ2LS4wMjQuNzYzLS4xODUgMS4yMjMtLjMxN2wuNDg2LjI5M2MtLjE2My4wNjEtMi4xNC43OTktMy42MiAxLjM3My0uNTUuMjI3LTIuMzE4Ljk4Ni0zLjI1IDEuMjY2LS4wOS4wMjgtLjE2OC4wNDgtLjIzNy4wNi0uMDUuMDItLjA5NS4wNDItLjE1Ny4wNjEtMS42MjQuNTcxLTMuMzYyLjY0Ni00LjM5NS42NDYtMi4wMTcuMDAyLTMuMjQtLjU2NC0zLjk0OS0uODhsLjQwOS0uMTY2LjAwNS4wMDJjLjIzOS4wNzMuNDc4LjEzNS43NC4xNzEuNTAyLjA4My42Ny0uMzczLjc0LS45OS4wOTctLjg5OC4xNDQtMi40NjYuMTQ0LTQuNjF2LTMuODUyYzAtMy4zOTMgMC00LjAyOC0uMDcxLTQuNzM0LS4wNDgtLjYyLS4zMS0xLjAyMi0uODM3LTEuMTk3LS4xNjctLjA3My0uNDA1LS4xNC0uNzE2LS4yNDItLjA1My0uMDE0LS4wOTgtLjAzMy0uMTQyLS4wNTFsLS4yMTUtLjQyNGMuMjY2LjA2NiAyLjExNS4yOTMgMy45NjQuMTY0IDEuNDQ4LS4xIDMuNDAzLS44NDIgNC4yNTYtMS4xNzFsLS4xOS40N2MtLjA0Ny4wMjYtLjA5Ny4wNS0uMTQ5LjA3Mi0uMjQuMTIxLS4zODIuMTgtLjY5My4zNDMtLjYyLjM0NS0uODYuNzA3LS45MDcgMS41NDEtLjA3Mi43NDgtLjA3MiAxLjMzNi0uMDcyIDQuODV2My45OWMwIDEuNzkuMDI0IDMuODkxLjEyIDQuODI2LjA0Ny41NzcuMTkuOTcuOTA3Ljk1Ny4zMS0uMDA4Ljc0LS4xMDQgMS4wNS0uMTc3LjA3Mi0uMDIxLjEyMy0uMDMxLjE3Ny0uMDQyLjA0Ni0uMDIuMDktLjA0LjE0OC0uMDU4LjIxNS0uMDkuNTI1LS4xOTMuNzg4LS4zMzEuOTMxLS40NyAxLjA1LTEuMTE0IDEuMTIzLTMuMzIxLjExOC00Ljg4NC4wNy0xMC41Mi4yMTUtMTMuNjI1LjAyMy0uNzE3LjExOC0xLjE5LjQwNS0xLjM0Mi4xOTItLjEwMi40MTUtLjE1LjkzMi4wNjcgMi4yMzguOTQzIDguNTg3IDYuOTgyIDkuMjMzIDguMjY1bC0uMTQ0LTkuNTIyYy0uMDQ5LTEuNDA4LS4xNjctMi4wOC0xLjEyMi0yLjAxLS4zMzUuMDE0LS43MTguMTA3LTEuMDUyLjE5Ny0uMjU4LS4xMjYtLjU3My0uMjg4LS41NzMtLjI4OHMuMzU5LS4xNC42MjEtLjIzYy45NTUtLjM1MiAyLjUwNy0uNjI4IDMuNDY0LS42NTUuNTI1LS4wNDMgMS43Mi0uMTAzIDIuNzIzLjE3LjM1OC4wOTEuNjYxLjMxLjY2MS4zMWwtLjU0My4yNDV6Ii8+PC9zdmc+);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTMxLjk5IDI4LjQ2MWMwLS4yMTgtLjA1LS40MzYtLjE0LS42NDYtLjQxOC0xLjg1Ni0uOTYyLTcuNzg0LS45NjItMTEuMDkgMC0zLjQ5NS4zMzYtNi42ODQuNTUyLTguMjU4LjQ5NC0uOTkuNjc1LTIuMDguNDg1LTMuMTUtLjMxLTEuNjI1LTEuNTEtMy4xOS0zLjM0LTQuMTcyLS45LS40ODctMS45NS0uODYyLTMuMDctMS4wMjdzLTIuMjc3LS4xNTUtMy4zNS4wMTVjLTMuODE0LjYwNy05LjAzOSAyLjYxMy0xMS43ODcgMy42NzktMS43MjUuNjY5LTMuNTggMS4xMDEtNS40MSAxLjIwNi0uMjI2LjAwNi0uNDUyLjAwNy0uNjc0IDAgLjE3NS0xLjY0NC40NS0zLjA1Ni44Ny0zLjkyNC4xNjktLjA1OS4yODYtLjE4Ni4yOTMtLjMzOS4wMS0uMjEtLjIxLS4zODItLjQ5LS4zOS0xLjA5LS4wMjItMi4yNS4xNTgtMy4yMS42NjctLjk0LjUwMi0xLjY5IDEuMzE5LTEuNzUgMi4yNjMtLjAxLjA5LS4wMS4xODcgMCAuMjc3di4wM2MuMDEuMTg3LjA2LjM3NS4xMy41NTRDLjY1OCA2LjQ3Ljk0MyAxMi43My44OCAxNi4wOTEuODM0IDE4LjQyOC41OSAyMi4wODkuNDY1IDIzLjc3Yy0uNDA2LjkzNC0uNTY2IDEuOTQzLS4zOTcgMi45LjMxIDEuNjMyIDEuNTEgMy4yMDQgMy4zNCA0LjE5LjkuNDg5IDEuOTUuODY1IDMuMDcgMS4wMyAxLjEyLjE2NSAyLjI3LjEyOCAzLjM1LS4wMTUgMi4xNi0uMzMgMTAuMDIyLTMuMDY5IDExLjc5Mi0zLjY5MyAxLjc2LS42MTcgMy41OC0xLjEwNSA1LjQxLTEuMjEuMjIxLS4wMDYuNDQyLS4wMDguNjYtLjAwMi0uMTc3IDEuNjU4LS40NTUgMy4wOC0uODc5IDMuOTUtLjE1Ni4wNjQtLjI2NC4xODQtLjI3MS4zMy0uMDEuMjExLjIxLjM4NC40OS4zOTIgMS4wOS4wMjIgMi4yNS0uMTU4IDMuMjEtLjY3Ljk0LS41MDMgMS42OS0xLjMyMyAxLjc1LTIuMjcuMDEtLjA2OS4wMS0uMTQ0LjAxLS4yMTEgMC0uMDA4IDAtLjAxNi0uMDEtLjAzek0yOC41MjggMy45ODVjLS4zMS0uMDU3LS40My0uMDgtLjU5Ny0uMDYyLS43ODctLjAzOC0xLjAyNy40MTQtMS4wOTggMi4wMDUtLjE5MSA1LjE4Ni0uMTkxIDEwLjM1NC0uMjg2IDE1LjUzMyAwIDEuMzE4LS4xNjggMS41Ny0uNDc5IDEuNTMtLjM4MS0uMDM1LTEuMTE2LS43MzgtMi40ODItMi4yMjQtMS40NDUtMS44MTItNS44NjYtNi41MzItNy42MS03LjIwNGwuMjQgOC4wNGMuMDQ3IDEuNzAzLjE0MyAyLjMwOC44MTIgMi4yNzguMzQ2LS4wMjQuNzYzLS4xODUgMS4yMjMtLjMxN2wuNDg2LjI5M2MtLjE2My4wNjEtMi4xNC43OTktMy42MiAxLjM3My0uNTUuMjI3LTIuMzE4Ljk4Ni0zLjI1IDEuMjY2LS4wOS4wMjgtLjE2OC4wNDgtLjIzNy4wNi0uMDUuMDItLjA5NS4wNDItLjE1Ny4wNjEtMS42MjQuNTcxLTMuMzYyLjY0Ni00LjM5NS42NDYtMi4wMTcuMDAyLTMuMjQtLjU2NC0zLjk0OS0uODhsLjQwOS0uMTY2LjAwNS4wMDJjLjIzOS4wNzMuNDc4LjEzNS43NC4xNzEuNTAyLjA4My42Ny0uMzczLjc0LS45OS4wOTctLjg5OC4xNDQtMi40NjYuMTQ0LTQuNjF2LTMuODUyYzAtMy4zOTMgMC00LjAyOC0uMDcxLTQuNzM0LS4wNDgtLjYyLS4zMS0xLjAyMi0uODM3LTEuMTk3LS4xNjctLjA3My0uNDA1LS4xNC0uNzE2LS4yNDItLjA1My0uMDE0LS4wOTgtLjAzMy0uMTQyLS4wNTFsLS4yMTUtLjQyNGMuMjY2LjA2NiAyLjExNS4yOTMgMy45NjQuMTY0IDEuNDQ4LS4xIDMuNDAzLS44NDIgNC4yNTYtMS4xNzFsLS4xOS40N2MtLjA0Ny4wMjYtLjA5Ny4wNS0uMTQ5LjA3Mi0uMjQuMTIxLS4zODIuMTgtLjY5My4zNDMtLjYyLjM0NS0uODYuNzA3LS45MDcgMS41NDEtLjA3Mi43NDgtLjA3MiAxLjMzNi0uMDcyIDQuODV2My45OWMwIDEuNzkuMDI0IDMuODkxLjEyIDQuODI2LjA0Ny41NzcuMTkuOTcuOTA3Ljk1Ny4zMS0uMDA4Ljc0LS4xMDQgMS4wNS0uMTc3LjA3Mi0uMDIxLjEyMy0uMDMxLjE3Ny0uMDQyLjA0Ni0uMDIuMDktLjA0LjE0OC0uMDU4LjIxNS0uMDkuNTI1LS4xOTMuNzg4LS4zMzEuOTMxLS40NyAxLjA1LTEuMTE0IDEuMTIzLTMuMzIxLjExOC00Ljg4NC4wNy0xMC41Mi4yMTUtMTMuNjI1LjAyMy0uNzE3LjExOC0xLjE5LjQwNS0xLjM0Mi4xOTItLjEwMi40MTUtLjE1LjkzMi4wNjcgMi4yMzguOTQzIDguNTg3IDYuOTgyIDkuMjMzIDguMjY1bC0uMTQ0LTkuNTIyYy0uMDQ5LTEuNDA4LS4xNjctMi4wOC0xLjEyMi0yLjAxLS4zMzUuMDE0LS43MTguMTA3LTEuMDUyLjE5Ny0uMjU4LS4xMjYtLjU3My0uMjg4LS41NzMtLjI4OHMuMzU5LS4xNC42MjEtLjIzYy45NTUtLjM1MiAyLjUwNy0uNjI4IDMuNDY0LS42NTUuNTI1LS4wNDMgMS43Mi0uMTAzIDIuNzIzLjE3LjM1OC4wOTEuNjYxLjMxLjY2MS4zMWwtLjU0My4yNDV6Ii8+PC9zdmc+);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  transform: scale(0.75);
  transform-origin: 0 50%;
  margin-left: 0.5rem;
  order: 2;
}

.has-children > .menu__item__label {
  position: relative;
  padding-right: calc(0.75rem + 1.25em);
}
.has-children > .menu__item__label:after {
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  background: linear-gradient(90deg, #cda351, #B8862D 33%, #e7c067);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTQuNDMzIDQuMkM2LjEzMyA2IDcuNzY3IDkuNjY3IDcuNzY3IDE2YzAgNi4zMzMtMS42MzQgMTAtMy4zMzQgMTEuOEw5LjE2NyAzMmwxOC40LTE2LTE4LjQtMTYtNC43MzQgNC4yeiIvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTQuNDMzIDQuMkM2LjEzMyA2IDcuNzY3IDkuNjY3IDcuNzY3IDE2YzAgNi4zMzMtMS42MzQgMTAtMy4zMzQgMTEuOEw5LjE2NyAzMmwxOC40LTE2LTE4LjQtMTYtNC43MzQgNC4yeiIvPjwvc3ZnPg==);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.menu__item.\--games {
  position: static;
}
.menu__item.\--games .dropdown.lvl-1 {
  left: 0;
  padding: 0;
  height: auto;
  max-width: none;
  padding-left: calc(var(--page-margin) / 4);
  padding-right: calc(var(--page-margin) / 4);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.6);
  width: 100%;
  background-image: url(https://static.ageofempires.com/aoe/wp-content/themes/ageOfEmpires/dist/images/swoosh.png), url(https://static.ageofempires.com/aoe/wp-content/themes/ageOfEmpires/dist/images/ui/textile-60c.png), linear-gradient(180deg, #16668b, #003456);
  background-size: auto 100%, 256px, auto;
  background-blend-mode: overlay, overlay;
}
.menu__item.\--games .dropdown.lvl-1 .dropdown.lvl-2 {
  left: 0;
  top: 100%;
  width: 100%;
}
.menu__item.\--games .menu__item.\--game {
  position: relative;
  height: auto;
  flex: 1 1 auto;
  margin: 1.5rem 0.375rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.2s ease;
}
.menu__item.\--games .menu__item.\--game:before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 75%;
}
.menu__item.\--games .menu__item.\--game:after {
  content: "";
  display: table;
  clear: both;
}
.menu__item.\--games .menu__item.\--game.\--age1de {
  background-image: url("/hc/theming_assets/01J5PD25F0C0BGD7FRXBC51TR2");
}
.menu__item.\--games .menu__item.\--game.has-children > .menu__item__label {
  font-size: 0;
  color: transparent;
}

.menu__item.--games .menu__item.--game.--age2de {
  background-image: url("/hc/theming_assets/01J5PD23M22XKKEYFV43QG4E8A");
}
.menu__item.--games .menu__item.--game.--age3de {
  background-image: url("/hc/theming_assets/01J5PD25S4QMPZXN7Y7XPT6WMA");
}
.menu__item.--games .menu__item.--game.--age4 {
  background-image: url("/hc/theming_assets/01J5PD2304Q2YPJ7C2X92E7HWC");
}
.menu__item.--games .menu__item.--game.--myth {
  background-image: url("/hc/theming_assets/01J5PD23NQ6F39YSXAS6VQ4C56");
}

.menu__item.\--active .menu__item__label {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(3, 77, 112, 0), #034d70 15% 85%, rgba(3, 77, 112, 0));
  background-clip: padding-box;
  text-decoration: none;
  filter: none;
}

@media screen and (min-width: 68em) {
  body > main {
    min-height: 65vh;
  }
  .no-navbar {
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    border-style: solid;
    border-width: 1px 0;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, rgba(183, 133, 60, 0) 0%, #B7853C 10.01%, #FFDF91 50%, #B7853C 90.01%, rgba(183, 133, 60, 0) 100%);
  }
  .navbar {
    width: 100%;
    position: relative;
    border-style: solid;
    border-width: 1px 0;
    border-image-slice: 1;
    height: var(--navbar-height);
    border-image-source: linear-gradient(270deg, rgba(183, 133, 60, 0) 0%, #B7853C 10.01%, #FFDF91 50%, #B7853C 90.01%, rgba(183, 133, 60, 0) 100%);
    background: linear-gradient(270deg, #181C29 0%, #2E3D55 47.4%, #181C29 100%);
  }
  .primary-nav__menu .dropdown {
    left: 0;
    top: 100%;
    width: auto;
    min-width: 14ch;
    max-width: 85vw;
    background-blend-mode: overlay;
    background-size: 256px, 100%;
    background-image: url(https://static.ageofempires.com/aoe/wp-content/themes/ageOfEmpires/dist/images/ui/textile-30c.png), linear-gradient(180deg, #394766, #181c29);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.6);
  }
  .menu__item.\--back {
    display: none;
  }
  .menu__item:focus-within > .dropdown {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  .menu__item:focus > .dropdown {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  .menu__item:hover > .dropdown {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  .menu__item:focus-within.\--games > .dropdown {
    visibility: visible;
    display: flex;
    opacity: 1;
  }
  .menu__item:focus.\--games > .dropdown {
    visibility: visible;
    display: flex;
    opacity: 1;
  }
  .menu__item:hover.\--games > .dropdown {
    visibility: visible;
    display: flex;
    opacity: 1;
  }
  .menu__item__label {
    font-size: 0.85361rem;
    white-space: nowrap;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .\--insiders .menu__item__label:before {
    order: 0;
    margin-left: 0;
  }
  .menu__item.\--games .menu__item.\--game.\--age1de {
    background-image: url(https://static.ageofempires.com/aoe/wp-content/themes/ageOfEmpires/dist/images/menu/nav-games-age1-desk.jpg);
  }
  .menu__item.\--games .menu__item.\--game:focus-within {
    filter: brightness(110%) contrast(105%);
  }
  .menu__item.\--games .menu__item.\--game:focus-within > .menu__item__label {
    background: transparent;
  }
  .menu__item.\--games .menu__item.\--game:focus {
    filter: brightness(110%) contrast(105%);
  }
  .menu__item.\--games .menu__item.\--game:focus > .menu__item__label {
    background: transparent;
  }
  .menu__item.\--games .menu__item.\--game:hover {
    filter: brightness(110%) contrast(105%);
  }
  .menu__item.\--games .menu__item.\--game:hover > .menu__item__label {
    background: transparent;
  }
  .menu__item.--games .menu__item.--game.--age2de {
    background-image: url(https://static.ageofempires.com/aoe/wp-content/themes/ageOfEmpires/dist/images/menu/nav-games-age2-desk.jpg);
  }
  .menu__item.--games .menu__item.--game.--age3de {
    background-image: url(https://static.ageofempires.com/aoe/wp-content/themes/ageOfEmpires/dist/images/menu/nav-games-age3-desk.jpg);
  }
  .menu__item.--games .menu__item.--game.--age4 {
    background-image: url(https://static.ageofempires.com/aoe/wp-content/themes/ageOfEmpires/dist/images/menu/nav-games-age4-desk.jpg);
  }
  .menu__item.--games .menu__item.--game.--myth {
    background-image: url(https://static.ageofempires.com/aoe/wp-content/themes/ageOfEmpires/dist/images/menu/nav-games-myth-desk.jpg);
  }
}
@media screen and (max-width: 68em) {
  .primary-nav {
    left: 0;
    padding: 0;
    width: 17rem;
    z-index: 450;
    position: fixed;
    overflow: hidden;
    visibility: hidden;
    background-color: #181C29;
    transform: translateX(-100%);
    height: calc(100vh - var(--header-height));
    padding-bottom: 1.25rem;
    transition: all 0.25s ease;
    flex-direction: column;
  }
  .primary-nav .dropdown {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .primary-nav > * {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .primary-nav__menu {
    padding-top: 1rem;
    flex-direction: column;
    transform: translateX(0);
    transition: transform 0.25s ease;
  }
  .primary-nav__menu .menu__item__label {
    padding: 0.5rem 0;
    background: transparent;
    border-bottom: 1px solid #003456;
  }
  .primary-nav__menu > .has-children > .menu__item__label:after {
    transform: rotate(-90deg);
  }
  .profile-nav__menu .menu__item__label {
    padding: 0.5rem 0;
    background: transparent;
    border-bottom: 1px solid #003456;
  }
  .menu__item {
    position: static;
  }
  .menu__item:hover > .menu__item__label {
    background: none;
  }
  .menu__item:focus-within > .menu__item__label {
    background: none;
  }
  .menu__item.\--active .menu__item__label {
    background: linear-gradient(90deg, rgba(3, 77, 112, 0), #034d70 40% 60%, rgba(3, 77, 112, 0));
  }
  .menu__item.\--games .menu__item.\--game.has-children > .menu__item__label {
    height: 65px;
  }
  .menu__item.\--games .dropdown.lvl-1 {
    left: 100%;
    height: 100vh;
  }
  .menu__item.\--games .menu__item.\--game {
    margin: 1rem 0.375rem;
  }
  .menu__item.\--games .menu__item.\--game:before {
    padding-top: 65px;
  }
  .menu__item.\--games .menu__item.\--game .menu__item__label {
    border: 0;
  }
  .menu__item.\--back .menu__item__label:before {
    content: "";
    height: 1em;
    width: 1em;
    display: inline-block;
    background: linear-gradient(270deg, #cda351, #B8862D 33%, #e7c067);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjU2NyAyNy44Yy0xLjctMS44LTMuMzM0LTUuNDY3LTMuMzM0LTExLjhzMS42MzQtMTAgMy4zMzQtMTEuOEwyMi44MzMgMGwtMTguNCAxNiAxOC40IDE2IDQuNzM0LTQuMnoiLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjU2NyAyNy44Yy0xLjctMS44LTMuMzM0LTUuNDY3LTMuMzM0LTExLjhzMS42MzQtMTAgMy4zMzQtMTEuOEwyMi44MzMgMGwtMTguNCAxNiAxOC40IDE2IDQuNzM0LTQuMnoiLz48L3N2Zz4=);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-right: 0.5em;
  }
  .menu__item.has-children > a.menu__item__label:after {
    display: none;
  }
  .primary-nav.is-open {
    visibility: visible;
    transform: translateX(0);
  }
  .primary-nav[data-state=lvl-0] .primary-nav__menu {
    transform: translateX(0);
  }
  .primary-nav[data-state=lvl-1] .primary-nav__menu {
    transform: translateX(-100%);
  }
}
.section {
  margin-bottom: 2rem;
}

.hero {
  background-image: url("/hc/theming_assets/01J5PD26A4EAH9G56EVM5NHGVM");
  background-position: bottom center;
  background-size: cover;
  align-items: center;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 4rem 2.5rem;
  border: 0;
  border-style: solid;
  border-image-slice: 1;
  border-bottom-width: 1px;
  border-image-source: linear-gradient(270deg, rgba(183, 133, 60, 0) 0%, #B7853C 10.01%, #FFDF91 50%, #B7853C 90.01%, rgba(183, 133, 60, 0) 100%);
}
.hero .search input[type=search] {
  height: 2rem;
  font-size: 0.8rem;
  padding-left: 2rem;
}
.hero .search:before {
  width: 1rem;
  height: 1rem;
}

.hero-container {
  position: relative;
  border-style: solid;
  border-width: 1px 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(183, 133, 60, 0) 0%, #B7853C 10.01%, #FFDF91 50%, #B7853C 90.01%, rgba(183, 133, 60, 0) 100%);
  background: linear-gradient(90deg, rgba(22, 102, 139, 0) 0%, #001D33 15.46%, #001D33 84.39%, rgba(22, 102, 139, 0) 100%);
}
.hero-container p {
  text-align: left;
  margin-bottom: 0;
}
.hero-container h1, .hero-container h2 {
  margin-bottom: 1rem;
  line-height: 1.25em;
  font-family: "Maiola", serif;
  background: #CDA351;
  background: linear-gradient(to left, #CDA351, #FFDF91);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-container .svg-container {
  vertical-align: -0.667rem;
  display: inline-block;
  padding-bottom: 2.5rem;
  margin-right: 0.5rem;
  position: relative;
  overflow: hidden;
  width: 2.5rem;
}
.hero-container svg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-container__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.hero-container__inner {
  position: relative;
  max-width: 35rem;
  margin: 0 auto;
}

main {
  color: #C7C7C7;
  line-height: 1.5;
  min-height: 55vh;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  line-height: 1;
}
main h1, main h2, main h3 {
  font-family: "Maiola", serif;
  background: #CDA351;
  background: linear-gradient(to left, #CDA351, #FFDF91);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.25rem;
  line-height: 1.25em;
  font-size: 2.5rem;
}
main h2 {
  font-size: 2.125rem;
}
main h3 {
  font-size: 1.75rem;
}
main a {
  color: var(--anchor-cyan);
  text-decoration: underline;
}
main a:hover {
  color: var(--anchor-cyan-hover);
}
main a:focus-visible {
  color: #ffffff;
}

article.knowledge-base .blocks {
  margin-left: -1rem;
  margin-right: -1rem;
}
article.knowledge-base .blocks-item {
  flex-basis: calc(16.6667% - 2rem);
}
article.knowledge-base .blocks-item:nth-of-type(6) {
  flex-basis: calc(16.6667% - 2rem);
}
article.knowledge-base .blocks-item:nth-of-type(7) {
  flex-basis: calc(16.6667% - 2rem);
}
article.knowledge-base .blocks-item:nth-of-type(8) {
  flex-basis: calc(16.6667% - 2rem);
}

.blocks-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.blocks-item {
  z-index: 1;
  display: flex;
  max-width: 100%;
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
  position: relative;
  color: var(--text-gold);
  background-color: #09597D;
  flex-basis: calc(20% - 2rem);
  border: 1px solid transparent;
  border-bottom-color: #003456;
  text-shadow: 2px 2px 0px #000;
  transition: background-color 300ms ease;
  background-image: linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.26), 4px 4px 8px rgba(0, 0, 0, 0.42);
}
.blocks-item:hover {
  border-image-slice: 1;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #b8862d);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
}
.blocks-item:hover span {
  color: #FFF0C5;
}
.blocks-item:hover * {
  text-decoration: none;
}
.blocks-item:hover .blocks-item-link.cat_4408917470868 span {
  border-image-slice: 1;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #b8862d);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
}
.blocks-item:hover .blocks-item-link.cat_4415424771348 span {
  border-image-slice: 1;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #b8862d);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
}
.blocks-item:hover .blocks-item-link.cat_4409136321940 span {
  border-image-slice: 1;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #b8862d);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
}
.blocks-item:hover .blocks-item-link.cat_4409136290324 span {
  border-image-slice: 1;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #b8862d);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
}
.blocks-item:hover .blocks-item-link.cat_4408917447444 span {
  border-image-slice: 1;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #b8862d);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
}
.blocks-item:hover .blocks-item-link.cat_4409121920276 span {
  border-image-slice: 1;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #b8862d);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
}
.blocks-item:focus-visible {
  border-image-slice: 1;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #b8862d);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
}
.blocks-item:focus-visible span {
  color: #FFF0C5;
}
.blocks-item:nth-of-type(6) {
  flex-basis: calc(50% - 2rem);
}
.blocks-item:nth-of-type(7) {
  flex-basis: calc(50% - 2rem);
}
.blocks-item:nth-of-type(8) {
  flex-basis: calc(50% - 2rem);
}
.blocks-item:focus * {
  text-decoration: none;
}
.blocks-item:active * {
  text-decoration: none;
}

.role-manager .blocks-item:nth-of-type(6) {
  flex-basis: calc(33.33334% - 2rem);
}
.role-manager .blocks-item:nth-of-type(7) {
  flex-basis: calc(33.33334% - 2rem);
}
.role-manager .blocks-item:nth-of-type(8) {
  flex-basis: calc(33.33334% - 2rem);
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  margin-bottom: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.blocks-item-link {
  color: var(--text-gold);
  text-decoration: none;
  padding: 0.75rem 1rem;
  display: flex;
  flex: 1;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.blocks-item-link:hover {
  text-decoration: none;
  color: var(--text-gold);
}
.blocks-item-link:focus-visible {
  text-decoration: none;
  color: #ffffff;
}

.blocks-item-link.block_aoeiv, .blocks-item-link.block_aoede, .blocks-item-link.block_aoeiide, .blocks-item-link.block_aoeiiide, .blocks-item-link.block_aoeinsider, .blocks-item-link.block_mythretold, .blocks-item-link.cat_360002911172, .blocks-item-link.cat_360002911132, .blocks-item-link.cat_360004101511, .blocks-item-link.cat_360004863571, .blocks-item-link.cat_4408917470868, .blocks-item-link.cat_4415424771348, .blocks-item-link.cat_4409136321940, .blocks-item-link.cat_4409136290324, .blocks-item-link.cat_4408917447444, .blocks-item-link.cat_4409121920276, .blocks-item-link.cat_25198258860948, .blocks-item-link.cat_8668852300052, .blocks-item-link.cat_8668839123476, .blocks-item-link.cat_8668837547412, .blocks-item-link.cat_8668822715028, .blocks-item-link.cat_26495438166292 {
  margin: -1px;
  position: relative;
  padding: 85% 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.blocks-item-link.block_aoeiv:hover, .blocks-item-link.block_aoede:hover, .blocks-item-link.block_aoeiide:hover, .blocks-item-link.block_aoeiiide:hover, .blocks-item-link.block_aoeinsider:hover, .blocks-item-link.block_mythretold:hover, .blocks-item-link.cat_360002911172:hover, .blocks-item-link.cat_360002911132:hover, .blocks-item-link.cat_360004101511:hover, .blocks-item-link.cat_360004863571:hover, .blocks-item-link.cat_4408917470868:hover, .blocks-item-link.cat_4415424771348:hover, .blocks-item-link.cat_4409136321940:hover, .blocks-item-link.cat_4409136290324:hover, .blocks-item-link.cat_4408917447444:hover, .blocks-item-link.cat_4409121920276:hover, .blocks-item-link.cat_25198258860948:hover, .blocks-item-link.cat_8668852300052:hover, .blocks-item-link.cat_8668839123476:hover, .blocks-item-link.cat_8668837547412:hover, .blocks-item-link.cat_8668822715028:hover, .blocks-item-link.cat_26495438166292:hover {
  filter: brightness(110%) contrast(105%);
}
.blocks-item-link.block_aoeiv span, .blocks-item-link.block_aoede span, .blocks-item-link.block_aoeiide span, .blocks-item-link.block_aoeiiide span, .blocks-item-link.block_aoeinsider span, .blocks-item-link.block_mythretold span, .blocks-item-link.cat_360002911172 span, .blocks-item-link.cat_360002911132 span, .blocks-item-link.cat_360004101511 span, .blocks-item-link.cat_360004863571 span, .blocks-item-link.cat_4408917470868 span, .blocks-item-link.cat_4415424771348 span, .blocks-item-link.cat_4409136321940 span, .blocks-item-link.cat_4409136290324 span, .blocks-item-link.cat_4408917447444 span, .blocks-item-link.cat_4409121920276 span, .blocks-item-link.cat_25198258860948 span, .blocks-item-link.cat_8668852300052 span, .blocks-item-link.cat_8668839123476 span, .blocks-item-link.cat_8668837547412 span, .blocks-item-link.cat_8668822715028 span, .blocks-item-link.cat_26495438166292 span {
  left: 0;
  right: 0;
  top: 50%;
  font-size: 0;
  color: transparent;
  position: absolute;
  transform: translateY(-5%);
}
.blocks-item-link.block_aoeiv span.blocks-item-description, .blocks-item-link.block_aoede span.blocks-item-description, .blocks-item-link.block_aoeiide span.blocks-item-description, .blocks-item-link.block_aoeiiide span.blocks-item-description, .blocks-item-link.block_aoeinsider span.blocks-item-description, .blocks-item-link.block_mythretold span.blocks-item-description, .blocks-item-link.cat_360002911172 span.blocks-item-description, .blocks-item-link.cat_360002911132 span.blocks-item-description, .blocks-item-link.cat_360004101511 span.blocks-item-description, .blocks-item-link.cat_360004863571 span.blocks-item-description, .blocks-item-link.cat_4408917470868 span.blocks-item-description, .blocks-item-link.cat_4415424771348 span.blocks-item-description, .blocks-item-link.cat_4409136321940 span.blocks-item-description, .blocks-item-link.cat_4409136290324 span.blocks-item-description, .blocks-item-link.cat_4408917447444 span.blocks-item-description, .blocks-item-link.cat_4409121920276 span.blocks-item-description, .blocks-item-link.cat_25198258860948 span.blocks-item-description, .blocks-item-link.cat_8668852300052 span.blocks-item-description, .blocks-item-link.cat_8668839123476 span.blocks-item-description, .blocks-item-link.cat_8668837547412 span.blocks-item-description, .blocks-item-link.cat_8668822715028 span.blocks-item-description, .blocks-item-link.cat_26495438166292 span.blocks-item-description {
  display: none;
}

.blocks-item-link {
  /* Myth Retold */
}
.blocks-item-link.block_aoede {
  background-image: url("/hc/theming_assets/01J5PD24H3YSVTSAVFVYGHKKBQ");
}
.blocks-item-link.block_aoede {
  background-image: url("/hc/theming_assets/01J5PD2672DSP6WWR5S75QDEJ4");
}
.blocks-item-link.block_aoeiide {
  background-image: url("/hc/theming_assets/01J5PD238F863W6NPKT54ZEYZ2");
}
.blocks-item-link.block_aoeiiide {
  background-image: url("/hc/theming_assets/01J5PD2542N2W106G6BMMK2TP9");
}
.blocks-item-link.block_aoeinsider {
  background-image: url("/hc/theming_assets/01J5PD25AD74ES0E718ERM7XFC");
}
.blocks-item-link.cat_360002911172, .blocks-item-link.cat_8668852300052 {
  background-image: url("/hc/theming_assets/01J5PD2672DSP6WWR5S75QDEJ4");
}
.blocks-item-link.cat_360002911132, .blocks-item-link.cat_8668839123476 {
  background-image: url("/hc/theming_assets/01J5PD238F863W6NPKT54ZEYZ2");
}
.blocks-item-link.cat_360004101511, .blocks-item-link.cat_8668837547412 {
  background-image: url("/hc/theming_assets/01J5PD2542N2W106G6BMMK2TP9");
}
.blocks-item-link.cat_360004863571, .blocks-item-link.cat_8668822715028 {
  background-image: url("/hc/theming_assets/01J5PD24H3YSVTSAVFVYGHKKBQ");
}
.blocks-item-link.cat_4408917470868 {
  background-image: url("/hc/theming_assets/01J5PD22VZSTZVFH25SFX83HED");
}
.blocks-item-link.cat_4415424771348 {
  background-image: url("/hc/theming_assets/01J5PD25J1PJKVQR5RPS2H2GRB");
}
.blocks-item-link.cat_4409136321940 {
  background-image: url("/hc/theming_assets/01J5PD23H36646W7FZBQ4D1GCJ");
}
.blocks-item-link.cat_4409136290324 {
  background-image: url("/hc/theming_assets/01J5PD25QBRJBDQEJPDBQJJ6G4");
}
.blocks-item-link.cat_4408917447444 {
  background-image: url("/hc/theming_assets/01J5PD2563JTBZEJ037HJ8GNGD");
}
.blocks-item-link.cat_4409121920276 {
  background-image: url("/hc/theming_assets/01J5PD267C02XW7AF446XHVJBX");
}
.blocks-item-link.block_mythretold, .blocks-item-link.cat_25198258860948, .blocks-item-link.cat_26495438166292 {
  background-image: url("/hc/theming_assets/01J5PD25G0CCFQFKYQVY3FPQW4");
}

.topics-list .blocks-item-link {
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #cacaca;
}
.blocks-item-internal .icon-lock::before {
  content: "🔒";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.articles h2,
.community h2 {
  font-size: 1.7067rem;
  margin-bottom: 0.5rem;
}

.articles .promoted-articles--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  border-style: solid;
  border-image-slice: 1;
  border-bottom-width: 1px;
  border-image-source: linear-gradient(270deg, rgba(183, 133, 60, 0) 0%, #B7853C 10.01%, #FFDF91 50%, #B7853C 90.01%, rgba(183, 133, 60, 0) 100%);
  margin-bottom: 0;
}
.articles .promoted-articles--header h2 {
  margin-bottom: 0.25rem;
}
.articles .promoted-articles--header div {
  font-family: "maiola", serif, serif;
  color: #FFDF91;
}
.articles .promoted-articles--item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.25rem;
}
.articles .promoted-articles--item:nth-child(odd) {
  background-image: linear-gradient(90deg, rgba(0, 52, 86, 0) 0%, rgba(0, 52, 86, 0.75) 10%, rgba(0, 58, 92, 0.75) 90%, rgba(0, 52, 86, 0) 100%);
}
.articles .promoted-articles--item:hover {
  text-shadow: 2px 2px 0px #000;
  transition: background-color 300msease;
}

ul.bullets {
  position: relative;
  margin-bottom: 1.5rem;
}
ul.bullets li:before {
  color: inherit;
  width: 1rem;
  text-indent: 0;
  display: inline-block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: linear-gradient(180deg, #e7c067, #b8862d);
  margin-right: 0.6em;
  vertical-align: top;
  margin-top: calc(0.75rem - 0.2em);
}

.article-meta,
.post-meta {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8125rem;
}
.article-meta .meta-data,
.post-meta .meta-data {
  font-weight: normal;
}
.article-meta .meta-group,
.post-meta .meta-group {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.article-meta .meta-group *,
.post-meta .meta-group * {
  display: inline;
}

.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

.page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.page-header .page-header-description {
  flex-basis: 100%;
}
.page-header .dropdown {
  margin-left: 1.125rem;
}

.section-subscribe {
  opacity: 0;
  transition: opacity 300ms ease;
}

.sub-nav {
  font-size: 0.667rem;
  margin-bottom: 1.5rem;
  min-height: 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

.breadcrumbs {
  padding: 0;
  margin: 0 0 1.25rem;
}
.breadcrumbs li {
  color: var(--anchor-cyan);
  display: inline;
  font-weight: normal;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 0.25rem;
}
.breadcrumbs li a {
  color: var(--anchor-cyan);
  text-decoration: underline;
}
.breadcrumbs li a:hover {
  color: var(--anchor-cyan-hover);
}
.breadcrumbs li a:focus-visible {
  color: #ffffff;
}

.container-divider {
  margin-bottom: 1rem;
}

.dropdown {
  margin-bottom: 1.25rem;
}
.vote-actions .dropdown {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0.2rem;
}
.dropdown-toggle {
  color: var(--text-gold);
  z-index: 1;
  margin: 1rem;
  max-width: 100%;
  padding: 0.667rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image-source: none;
  border-bottom-color: #003456;
  text-shadow: 2px 2px 0px #000;
  background-color: #09597D;
  transition: background-color 300ms ease;
  background-image: linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.26), 4px 4px 8px rgba(0, 0, 0, 0.42);
  margin: 0;
  display: flex;
  font-size: 0.8rem;
  padding-right: 2rem;
}
.dropdown-toggle:hover {
  color: var(--text-gold);
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(180deg, #FFDF91, #b8862d);
}
.dropdown-toggle:after {
  display: none;
}
.dropdown-toggle:before {
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  margin-top: 4px;
  transform: rotate(90deg);
  background: linear-gradient(90deg, #cda351, #b8862d 33%, #e7c067);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTQuNDMzIDQuMkM2LjEzMyA2IDcuNzY3IDkuNjY3IDcuNzY3IDE2YzAgNi4zMzMtMS42MzQgMTAtMy4zMzQgMTEuOEw5LjE2NyAzMmwxOC40LTE2LTE4LjQtMTYtNC43MzQgNC4yeiIvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTQuNDMzIDQuMkM2LjEzMyA2IDcuNzY3IDkuNjY3IDcuNzY3IDE2YzAgNi4zMzMtMS42MzQgMTAtMy4zMzQgMTEuOEw5LjE2NyAzMmwxOC40LTE2LTE4LjQtMTYtNC43MzQgNC4yeiIvPjwvc3ZnPg==);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.vote-actions .dropdown-toggle {
  margin: 0.5rem 0;
  max-width: 100%;
  padding: 0.667rem;
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.vote-actions .dropdown-toggle::before {
  content: none;
}

.section-tree {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.section-tree .section {
  flex: initial;
}
.section-tree .see-all-articles {
  display: block;
  padding: 0 0 1rem;
  font-size: 0.8125rem;
}
.section-tree .see-all-articles:after {
  content: "→";
}

.article-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-list-item {
  margin-bottom: 1.25rem;
}
.article-list-item .icon-lock::before {
  vertical-align: baseline;
}
.article-list-item a:hover .section-tree-title a:focus-visible {
  color: #ffffff;
}
.article-list-item a:focus-visible {
  color: #ffffff;
}

.section-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  list-style-type: none;
}

.section-content {
  flex: 1;
}

.section-list-item {
  padding: 0;
  flex: 1 0 420px;
  max-width: 100%;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.section-list-item a {
  font-weight: 700;
  color: var(--anchor-cyan);
}
.section-list-item svg {
  display: none;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 1rem;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden=true] {
  display: none;
}

.category-container {
  display: flex;
  flex-direction: column;
}

.my-activities-container {
  display: flex;
  flex-direction: column;
}

.category-content {
  flex: 1;
  padding-bottom: 1rem;
}

div.section-tree-title {
  font-size: 1rem;
}

.section-tree-title {
  margin-bottom: 1.25rem;
}
.section-tree-title a {
  color: var(--text-gold);
}
.section-tree-title a:hover {
  color: #ffffff;
}

.article-container,
.post-container {
  display: flex;
  flex-direction: column;
}
.article-container .post,
.post-container .post {
  margin-inline: auto;
}
.article-header,
.post-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.article-title,
.post-title {
  margin-bottom: 0.5rem;
}
.article-title .icon-lock::before,
.post-title .icon-lock::before {
  left: -5px;
  content: "🔒";
  font-size: 20px;
  position: relative;
  vertical-align: baseline;
}
.article-info,
.post-info {
  max-width: 100%;
}
.article-body img,
.post-body img {
  height: auto;
  max-width: 100%;
}
.article-body h2, .article-body h3, .article-body h4,
.post-body h2,
.post-body h3,
.post-body h4 {
  font-family: "Maiola", serif;
  background: #CDA351;
  background: linear-gradient(to left, #CDA351, #FFDF91);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.7067rem;
}
.article-body h2,
.post-body h2 {
  font-size: 1.7067rem;
}
.article-body h3,
.post-body h3 {
  font-size: 1.414rem;
}
.article-body h4,
.post-body h4 {
  font-size: 1.25rem;
}
.article-body ul,
.post-body ul {
  margin: 1.5rem;
  margin-right: 0;
  padding-left: 1rem;
  list-style: auto;
  list-style-position: outside;
  list-style-type: disc;
}
.article-body ul li,
.post-body ul li {
  margin-bottom: 0.25rem;
}
.article-body ul > ul,
.post-body ul > ul {
  margin: 0;
}
.article-body ul > ol,
.post-body ul > ol {
  margin: 0;
}
.article-body ol,
.post-body ol {
  margin: 1.5rem;
  margin-right: 0;
  padding-left: 1rem;
  list-style: auto;
  list-style-position: outside;
}
.article-body ol li,
.post-body ol li {
  margin-bottom: 0.25rem;
}
.article-body ol > ol,
.post-body ol > ol {
  margin: 0;
}
.article-body ol > ul,
.post-body ol > ul {
  margin: 0;
}
.article-body li > ul,
.post-body li > ul {
  margin: 0;
}
.article-body li > ol,
.post-body li > ol {
  margin: 0;
}
.article-body code,
.post-body code {
  background: rgb(28.58125, 39.509375, 52.11875);
  border: 1px solid #cacaca;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre,
.post-body pre {
  overflow: auto;
  white-space: pre;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background: #263144;
}
.article-body blockquote,
.post-body blockquote {
  border-left: 1px solid #cacaca;
  font-style: italic;
  padding: 0 15px;
}
.article-body > p:first-child,
.post-body > p:first-child {
  margin-top: 0;
}
.article-body > p:last-child,
.post-body > p:last-child {
  margin-bottom: 0;
}
.article-author,
.post-author {
  display: flex;
  margin-bottom: 1rem;
}
.article-author-name,
.post-author-name {
  font-weight: bold;
}
.article-author-name a,
.post-author-name a {
  font-size: 1rem;
  color: #FFDF91;
}
.article-avatar,
.post-avatar {
  padding-right: 1rem;
}
.article [dir=rtl] .article-body ul,
.post [dir=rtl] .article-body ul {
  margin-left: 0;
  padding-left: 0;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}
.article [dir=rtl] .article-body ol,
.post [dir=rtl] .article-body ol {
  margin-left: 0;
  padding-left: 0;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}
.article [dir=rtl] .collapsible-nav-toggle,
.post [dir=rtl] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}
.article [dir=rtl] .collapsible-sidebar-toggle,
.post [dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.article [dir=rtl] .search input[type=search],
.post [dir=rtl] .search input[type=search] {
  padding-right: 40px;
  padding-left: 20px;
}
.article [dir=rtl] .search::before,
.post [dir=rtl] .search::before {
  right: 15px;
  left: auto;
}
.article [dir=rtl] .search-results .meta-group .meta-data:not(:last-child),
.post [dir=rtl] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 1rem;
}
.article [dir=rtl] .search-result-votes,
.post [dir=rtl] .search-result-votes {
  margin-right: 5px;
}
.article [dir=rtl] .search-result-votes::before,
.post [dir=rtl] .search-result-votes::before {
  margin-left: 3px;
}
.article [dir=rtl] .search-result-meta-count,
.post [dir=rtl] .search-result-meta-count {
  margin-right: 5px;
}
.article [dir=rtl] .search-result-meta-count::before,
.post [dir=rtl] .search-result-meta-count::before {
  margin-left: 3px;
}
.article [dir=rtl] .table th,
.post [dir=rtl] .table th {
  text-align: right;
}
.article [dir=rtl] .table th a,
.post [dir=rtl] .table th a {
  text-align: right;
}
.article [dir=rtl] .recent-activity-item-comment,
.post [dir=rtl] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}
.article [dir=rtl] .recent-activity-item-comment span::before,
.post [dir=rtl] .recent-activity-item-comment span::before {
  padding-left: 3px;
}
.article-content,
.post-content {
  margin: 0 0 1.125rem;
  word-wrap: break-word;
}
.article-content-container,
.post-content-container {
  background-blend-mode: overlay;
  background-size: 256px, 100%;
  background-image: url("/hc/theming_assets/01J5PD254TC7MX72XDEY1SQ6VA"), linear-gradient(#3F5373, #181C29);
  padding: 1.125rem;
  position: relative;
  margin-bottom: 1.5rem;
  color: #C7C7C7;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.6);
  padding-right: 0.75rem;
}
.article-content-container > *:first-child(),
.post-content-container > *:first-child() {
  padding-top: 0;
  margin-top: 0;
}
.article-footer,
.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.article-relatives,
.post-relatives {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 2rem 0;
}
.article-relatives > *,
.post-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.article-relatives > *:last-child,
.post-relatives > *:last-child {
  padding: 0;
}
.article-sidebar,
.post-sidebar {
  flex: 1 0 auto;
  font-size: 0.667rem;
}
.article-sidebar ul,
.post-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-return-to-top,
.post-return-to-top {
  display: none;
  padding: 1rem 0;
  text-decoration: none;
}
.article-return-to-top a,
.post-return-to-top a {
  color: var(--text-gold);
  margin-top: 1.5rem;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 0.667rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #09597D;
  border: 1px solid transparent;
  text-shadow: 2px 2px 0px #000;
  transition: background-color 300ms ease;
  background-image: linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.26), 4px 4px 8px rgba(0, 0, 0, 0.42);
}
.article-return-to-top a:hover,
.post-return-to-top a:hover {
  color: #FFF0C5;
  border-image-slice: 1;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #b8862d);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
}
.article-return-to-top a:hover:before,
.post-return-to-top a:hover:before {
  border-image-source: url("/hc/theming_assets/01JM0C6EW37X4S5VVQCG3V4RZ0");
  border-width: 2px;
  border-image-slice: 1;
  border-style: solid;
}
.article-return-to-top span:before,
.post-return-to-top span:before {
  content: "";
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-left: 0.75rem;
  display: inline-block;
  background: linear-gradient(180deg, #cda351, #b8862d 33%, #e7c067);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: rotate(180deg);
}
.article-feedback,
.post-feedback {
  border: 0;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(183, 133, 60, 0) 0%, #B7853C 10.01%, #FFDF91 50%, #B7853C 90.01%, rgba(183, 133, 60, 0) 100%);
  padding: 2rem 0;
  text-align: center;
}
.article-votes,
.post-votes {
  margin-bottom: 2rem;
}
.article-more-questions,
.post-more-questions {
  font-size: 0.8125rem;
}
.article-vote,
.post-vote {
  background: transparent;
  color: var(--text-parchement);
  width: auto;
}
.article-vote::after,
.post-vote::after {
  content: attr(title);
}
.article-vote:focus,
.post-vote:focus {
  background-color: transparent;
}
.article-vote:active,
.post-vote:active {
  background-color: transparent;
}
.article [role=button],
.post [role=button] {
  flex-shrink: 0;
  width: 100%;
}
.article .share,
.post .share {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.article .share li,
.post .share li {
  display: inline-block;
}
.article .share a,
.post .share a {
  display: inline-block;
  font-size: 0;
  margin-right: 0.25rem;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
}
.article .share a:before,
.post .share a:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.article .share a:hover,
.post .share a:hover {
  filter: brightness(250%);
}
.article .share .share-facebook:before,
.post .share .share-facebook:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 66 66'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M64 32C64 14.327 49.673 0 32 0 14.327 0 0 14.327 0 32c0 15.972 11.702 29.21 27 31.611V41.25h-8.125V32H27v-7.05c0-8.02 4.777-12.45 12.087-12.45 3.501 0 7.163.625 7.163.625V21h-4.035C38.24 21 37 23.467 37 25.997V32h8.875l-1.419 9.25H37v22.361C52.298 61.211 64 47.972 64 32Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='0' x2='63.61' y1='0' y2='63.999' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B9873D'/%3E%3Cstop offset='.521' stop-color='%23FFDF91'/%3E%3Cstop offset='1' stop-color='%23B9873D'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='66' height='65.611' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dx='2' dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_14_1107'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_14_1107' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.article .share .share-twitter:before,
.post .share .share-twitter:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 66 56'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M20.104 53.02c24.15 0 37.365-20.027 37.365-37.365 0-.564 0-1.127-.025-1.69A26.756 26.756 0 0 0 64 7.151c-2.356 1.05-4.892 1.742-7.555 2.074a13.213 13.213 0 0 0 5.788-7.273 26.123 26.123 0 0 1-8.35 3.176A13.108 13.108 0 0 0 44.307.98c-7.248 0-13.138 5.89-13.138 13.138 0 1.024.128 2.023.333 2.996-10.91-.537-20.591-5.788-27.07-13.727a13.135 13.135 0 0 0-1.768 6.608c0 4.558 2.331 8.58 5.84 10.935a13.284 13.284 0 0 1-5.942-1.639v.18c0 6.35 4.533 11.678 10.526 12.881a12.8 12.8 0 0 1-3.458.462c-.845 0-1.664-.077-2.458-.231A13.132 13.132 0 0 0 19.438 41.7a26.34 26.34 0 0 1-16.314 5.634c-1.05 0-2.1-.05-3.124-.179a37.356 37.356 0 0 0 20.104 5.865Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='0' x2='50.946' y1='.98' y2='63.635' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B9873D'/%3E%3Cstop offset='.521' stop-color='%23FFDF91'/%3E%3Cstop offset='1' stop-color='%23B9873D'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='66' height='54.04' x='0' y='.98' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dx='2' dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_14_1105'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_14_1105' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.article .share .share-linkedin:before,
.post .share .share-linkedin:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 66 66'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M59.761 0H4.239A4.24 4.24 0 0 0 0 4.24v55.52A4.24 4.24 0 0 0 4.24 64H59.76A4.24 4.24 0 0 0 64 59.76V4.24A4.24 4.24 0 0 0 59.761 0ZM18.857 54.558H9.462V23.982h9.395v30.576Zm-4.698-34.814a5.502 5.502 0 1 1 0-11.004 5.502 5.502 0 0 1 0 11.004Zm40.36 34.814h-9.396V38.78c0-5.88-2.244-7.242-4.994-7.242-.814 0-2.795.088-3.89 1.353-1.105 1.274-1.866 2.962-1.866 8.518v13.15h-9.395V23.981h9.395v3.927c.937-1.685 3.403-4.661 9.127-4.661 3.167 0 6.204.467 8.382 3.352 1.707 2.26 2.636 3.43 2.636 12.18v15.778Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='0' x2='64' y1='0' y2='64' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B9873D'/%3E%3Cstop offset='.521' stop-color='%23FFDF91'/%3E%3Cstop offset='1' stop-color='%23B9873D'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='66' height='66' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dx='2' dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_14_1103'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_14_1103' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.article a.article-vote,
.article a.post-vote,
.post a.article-vote,
.post a.post-vote {
  color: var(--text-gold);
  width: 6rem;
}

.article h2 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-gold);
  margin-bottom: 1.25rem;
}
.article h3 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-gold);
  margin-bottom: 1.25rem;
}
.article h4 {
  font-size: 0.8125rem;
}
.article .comment-form {
  display: none;
}
.article .comment-list {
  display: none;
}

.post .h3 {
  font-size: 1.9994rem;
}
.post-status {
  font-size: 0.8rem;
}
.post-status .status-label {
  background: #418198;
  border-radius: 4px;
  padding: 0.25rem;
}
.post-header {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.post-title {
  flex-basis: auto;
}
.post-body {
  background-color: rgba(0, 29, 52, 0.5);
  border-radius: 8px;
  padding: 1rem;
}
.post-info {
  flex-grow: 1;
}
.post-info-container {
  display: flex;
}
.post-footer {
  padding-bottom: 0;
}
.post-actions-wrapper {
  margin-left: 0.5rem;
}
.post-comments .comment-form {
  display: flex;
}
.post-comments .comment-form-controls {
  text-align: right;
}
.post-comments .comment-form-controls input[type=submit] {
  margin-right: 0;
}
.post-comments .comment-form-container {
  flex-grow: 1;
}
.post-comments .comment-form-container #community_comment_body {
  width: 100%;
}
.post-comments .comment-overview {
  display: flex;
  justify-content: space-between;
}
.post-comments .comment-author {
  display: flex;
  margin-bottom: 1rem;
}
.post-comments .comment-author-name {
  font-weight: bold;
  color: #FFDF91;
}
.post-comments .comment-avatar {
  margin-right: 1rem;
}
.post-comments .comment-meta {
  font-size: 0.8125rem;
}
.post-comments .comment-body {
  font-size: 0.8125rem;
}
.post-comments .comment-body p {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .post-comments .comment-body {
    padding-left: 102px;
  }
}
.post-comments .comment-wrapper {
  position: relative;
}
.post-comments .comment-vote {
  position: absolute;
  top: 0;
  right: 1rem;
}
.post-comments .comment-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
.post article {
  position: relative;
  /***** Vote *****/
  /* Used in article comments, post comments and post */
}
.post article .community-follow a {
  margin: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
h2.related-articles-header {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.recent-articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent-articles li {
  margin-bottom: 1.25rem;
}

.related-articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-articles li {
  margin-bottom: 1.25rem;
}

.sidenav-title {
  margin: 3px;
  display: block;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
  color: var(--text-gold);
}

.sidenav-item {
  display: block;
  padding: calc(0.667rem - 6px) calc(1rem - 6px);
  font-weight: normal;
  border-radius: 4px;
  margin: 3px;
}
.sidenav-item:hover {
  color: #ffffff;
}
.sidenav-item:focus-visible {
  color: #ffffff;
}

.sidenav-item.current-article {
  color: #000000;
  background-color: var(--header-cyprus);
}

.request-container {
  flex-direction: column;
  margin-bottom: 2rem;
}
.request-container .form {
  max-width: 100%;
}

.request-breadcrumbs {
  min-height: 2rem;
  font-size: 0.667rem;
  margin-bottom: 2rem;
}

form input[type=button] {
  border: 0;
  border-radius: 0;
  padding: 1rem 2rem;
  color: var(--text-gold);
  background-color: #09597D;
  border: 1px solid transparent;
  border-bottom-color: #003456;
  text-shadow: 2px 2px 0px #000000;
  transition: background-color 300ms ease;
  background-image: linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.26), 4px 4px 8px rgba(0, 0, 0, 0.42);
}
form input[type=button]:hover {
  color: #FFF0C5;
  border-image-slice: 1;
  background-color: #277298;
  border-image-source: linear-gradient(180deg, #FFDF91, #b8862d);
  background-image: linear-gradient(0deg, #034d70, rgba(3, 77, 112, 0));
}
form input[disabled] {
  background-color: #D4D4D4;
  color: #E2E2E2;
}

.select-wrap {
  display: flex;
  align-items: center;
  border-radius: 0;
  position: relative;
  text-decoration: none;
  color: var(--text-gold);
  border: 0.125rem solid #16668B;
  background: linear-gradient(180deg, #394766 0%, #1E2536 100%);
}
.select-wrap:after {
  right: 0.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  background: linear-gradient(180deg, #cda351, #b8862d 33%, #e7c067);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.select-wrap select {
  width: 100%;
  height: 100%;
  min-height: 2rem;
  font-size: 0.667rem;
  padding: 0.25rem 0.5rem;
  padding-right: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.request-form {
  margin-bottom: 2rem;
}

.form {
  max-width: 650px;
}
.form footer {
  margin-top: 2rem;
}
.form .suggestion-list {
  margin-top: 2rem;
}
.form .searchbox label {
  display: block;
  padding-bottom: 0.334rem;
  font-size: 1.25rem;
}
.form .searchbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form .searchbox li {
  padding: 0.6667rem 0;
}

.form-field ~ .form-field {
  margin-top: 25px;
}
.form-field label {
  display: block;
  margin-bottom: 0.5rem;
}
.form-field input {
  display: flex;
  align-items: center;
  height: 2.5rem;
  font-size: 1rem;
  border-radius: 0;
  line-height: 1.2;
  color: #181C29;
  text-decoration: none;
  border: 0.125rem solid #16668B;
  background: var(--body-white);
  padding: 10px;
  width: 100%;
}
.form-field input[type=checkbox] {
  width: auto;
}
.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}
.form-field .nesty-input {
  display: flex;
  align-items: center;
  height: 2.5rem;
  font-size: 1rem;
  border-radius: 0;
  line-height: 1.2;
  text-decoration: none;
  color: var(--text-gold);
  border: 0.125rem solid #16668B;
  background: linear-gradient(180deg, #394766 0%, #1E2536 100%);
}
.form-field .nesty-input:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: linear-gradient(180deg, #cda351, #b8862d 33%, #e7c067);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.form-field .nesty-input:focus {
  border: 0.125rem solid #16668B;
  text-decoration: none;
}
.form-field .hc-multiselect-toggle:focus {
  text-decoration: none;
}
.form-field textarea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding: 10px;
  font-size: 1.25rem;
  border-radius: 0;
  line-height: 1.2;
  color: #181C29;
  text-decoration: none;
  border: 0.125rem solid #16668B;
  background: var(--body-white);
  resize: vertical;
}
.form-field .optional {
  color: var(--text-gold);
  margin-left: 4px;
}
.form-field p {
  font-size: 1rem;
  margin: 0.334rem 0;
}

label[for=request_issue_type_select] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.nesty-panel {
  border: 0;
  box-shadow: 0;
  max-height: 375px;
  background: linear-gradient(180deg, #394766 0%, #1E2536 100%);
}
.nesty-panel ul {
  background: transparent;
}
.nesty-panel li {
  font-size: 1rem;
  background: transparent;
  color: var(--text-gold);
  padding: 10px !important;
}
.nesty-panel li:focus {
  color: #ffffff;
  background: transparent;
}
@media screen and (-ms-high-contrast: active) {
  .nesty-panel li:focus {
    border: 2px solid white;
  }
}
.nesty-panel li.nesty-selected {
  background: #263144 !important;
}

.form-field.required > label:after {
  content: "*";
  color: #FB5636;
  margin-left: 0.25rem;
}

[data-loading=true] input {
  background: transparent url("/hc/theming_assets/01HZQXJ69Q0GV67RJXTPBXRR9C") 99% 50% no-repeat;
  background-size: 16px 16px;
}
[data-loading=true] textarea {
  background: transparent url("/hc/theming_assets/01HZQXJ69Q0GV67RJXTPBXRR9C") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.upload-dropzone {
  border: 0;
  padding: 1rem;
  font-size: inherit;
}
.upload-dropzone a {
  font-size: inherit;
  text-decoration: underline;
}
.upload-dropzone:hover a {
  color: #ffffff;
}

.upload-dropzone[data-hc-focus=true] {
  outline-width: 1px;
  outline-style: solid;
  outline-color: var(--body-white);
  outline-offset: 1px;
}

.requests-table-toolbar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0;
}

.request-filter {
  border: 0;
  font-size: 0.667rem;
  background: transparent;
  color: var(--text-gold);
}
.request-filter option {
  color: initial;
  font-size: 0.667rem;
}

.request-filter-label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.requests {
  margin-bottom: 2rem;
}
.requests th {
  font-weight: 700;
}
.requests td a {
  margin-right: 0.5rem;
}
.requests .meta-group {
  display: inline-block;
}
.requests .meta-data {
  font-weight: 400;
}

.collapsible-nav {
  flex-direction: column;
}

.collapsible-nav-border {
  padding: 0.75rem 0;
  border-style: solid;
  border-width: 1px 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(183, 133, 60, 0) 0%, #B7853C 10.01%, #FFDF91 50%, #B7853C 90.01%, rgba(183, 133, 60, 0) 100%);
  background: linear-gradient(270deg, #181C29 0%, #2E3D55 47.4%, #181C29 100%);
}

.collapsible-nav-toggle {
  top: 22.5px;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.collapsible-nav-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.collapsible-nav-list li {
  color: var(--text-gold);
  font-size: 0.667rem;
  font-weight: 700;
}
.collapsible-nav-list li a {
  display: block;
  font-weight: 400;
  color: var(--anchor-cyan);
}
.collapsible-nav-list li a:hover {
  color: #ffffff;
}
.collapsible-nav-list li:not([aria-selected=true]) {
  display: none;
}
.collapsible-nav-list li:not(.current) {
  display: none;
}
.collapsible-nav-list li[aria-selected=true] {
  order: 0;
  position: relative;
}
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

.my-activities-header .collapsible-nav-list li[aria-selected=true] a {
  color: var(--text-gold);
  text-decoration: none;
  cursor: default;
}
.my-activities-header .collapsible-nav-list li.current a {
  color: var(--text-gold);
  text-decoration: none;
  cursor: default;
}

.collapsible-nav[aria-expanded=true] .collapsible-nav-toggle::after {
  content: "✕";
}
.collapsible-nav[aria-expanded=true] li:not([aria-selected=true]) {
  display: block;
}
.collapsible-nav[aria-expanded=true] li:not(.current) {
  display: block;
}

.collapsible-sidebar {
  flex: 1;
  overflow: hidden;
  max-height: 4.5rem;
  position: relative;
}

.collapsible-sidebar-title {
  margin: 1rem 0 0.5rem 0;
  font-size: 1rem;
  color: var(--text-gold);
}

.collapsible-sidebar-toggle {
  z-index: 1;
  border: 0;
  padding: 0;
  right: 1rem;
  top: 1.5rem;
  width: 1rem;
  height: 1rem;
  background: none;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #b9873d, #FFDF91 33%, #b9873d);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.collapsible-sidebar-body {
  display: none;
}

.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}
.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-toggle::after {
  transform: rotate(-90deg);
}
.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-body {
  display: block;
}

zd-autocomplete-header {
  display: none !important;
  border-bottom: 1px solid #c2c8cc;
  color: #6A6A6A;
  display: block;
  padding: 15px 20px;
}

zd-autocomplete-multibrand[aria-selected=true] {
  background-color: #171717;
}
zd-autocomplete-multibrand[aria-selected=true] zd-autocomplete-title-multibrand {
  color: #ffffff;
}
zd-autocomplete-multibrand[aria-selected=true] zd-autocomplete-breadcrumbs-multibrand {
  color: #ffffff;
}

.search {
  position: relative;
}
.search input[type=search] {
  border: 1px solid #cacaca;
  border-radius: 30px;
  box-sizing: border-box;
  color: #6A6A6A;
  padding-right: 0.75rem;
  -webkit-appearance: none;
  width: 100%;
  height: 2rem;
  font-size: 0.8rem;
  padding-left: 2rem;
}
.search:before {
  position: relative;
  top: 50%;
  transform: translateY(-56.5%);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 66 66'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M64 58.238 44.36 38.597a24.31 24.31 0 0 0 4.535-14.15C48.895 10.946 37.949 0 24.447 0S0 10.946 0 24.447c0 13.502 10.945 24.447 24.447 24.447a24.31 24.31 0 0 0 14.151-4.536L58.238 64 64 58.238ZM24.447 40.745c-8.987 0-16.298-7.311-16.298-16.298 0-8.986 7.311-16.298 16.298-16.298 8.987 0 16.299 7.312 16.299 16.298 0 8.987-7.312 16.298-16.299 16.298Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='0' x2='64' y1='0' y2='64' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B9873D'/%3E%3Cstop offset='.521' stop-color='%23FFDF91'/%3E%3Cstop offset='1' stop-color='%23B9873D'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='66' height='66' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dx='2' dy='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_14_292'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_14_292' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  font-size: 18px;
  position: absolute;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
}

input[type=search].search {
  border: 1px solid #cacaca;
  border-radius: 30px;
  box-sizing: border-box;
  color: #6A6A6A;
  padding-right: 0.75rem;
  -webkit-appearance: none;
  width: 100%;
  height: 2rem;
  font-size: 0.8rem;
  padding-left: 2rem;
}

.search-full input[type=search] {
  border: 1px solid var(--body-white);
}

.search-results {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.search-results .meta-group {
  clear: both;
  color: #6A6A6A;
  display: block;
  align-items: center;
}
.search-results .meta-group > li {
  display: block;
}
.search-results .meta-group .meta-data {
  color: inherit;
}
.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-column {
  flex: 1;
}

.search-results-sidebar {
  padding: 0;
  flex: 1 0 auto;
  font-size: 0.667rem;
  margin-bottom: 1rem;
}
.search-results-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-results-sidebar .sidenav-item[aria-current=Page] {
  color: #000000;
  text-decoration: none;
  background-color: var(--header-cyprus);
}
.search-results-sidebar .sidenav-item[aria-selected=true] {
  color: #000000;
  text-decoration: none;
  background-color: var(--header-cyprus);
}
.search-results-sidebar .sidenav-item:hover {
  color: #ffffff;
}
.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
  display: none;
}
.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n+6) {
  display: none;
}
.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  text-decoration: underline;
  color: var(--anchor-cyan);
}
.search-results-sidebar .see-all-filters[aria-hidden=true] {
  display: none;
}

a.article-sidebar-item {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  text-decoration: underline;
  color: var(--anchor-cyan);
}

.search-results-subheading {
  font-weight: 700;
  color: var(--text-gold);
  margin-bottom: 1.5rem;
}

.search-results-list {
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
}
.search-results-list > li {
  padding: 1rem 0;
}
.search-results-list > li:first-child {
  overflow: hidden;
  border: 0;
  border-top-width: 2px;
  border-image-slice: 2;
  border-image-source: linear-gradient(90deg, rgba(184, 134, 45, 0), #b8862d, #FFDF91, #b8862d, rgba(184, 134, 45, 0));
  border-style: solid;
}
.search-results-list > li h2 {
  margin-bottom: 0;
}

[dir=ltr] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 1rem;
}
[dir=ltr] .search-result-votes {
  margin-left: 5px;
}
[dir=ltr] .search-result-votes::before {
  margin-right: 3px;
}
[dir=ltr] .search-result-meta-count {
  margin-left: 5px;
}
[dir=ltr] .search-result-meta-count::before {
  margin-right: 3px;
}

.search-results-description {
  margin-top: 1rem;
  word-break: break-word;
}
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

.search-result-title {
  font-size: 1rem;
  display: inline-block;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}
.search-result-breadcrumbs li {
  color: var(--anchor-cyan);
  font-size: 15px;
}
.search-result-breadcrumbs li a {
  color: var(--anchor-cyan);
  font-size: 15px;
}

html[lang|=zh] .search-results-description em {
  font-style: normal;
  background: yellow;
}

.table {
  width: 100%;
  table-layout: fixed;
  font-size: 0.8125rem;
}
.table th {
  font-weight: 700;
  text-align: left;
}
.table th a {
  font-weight: 700;
  text-align: left;
  font-weight: 400;
}
.table tr {
  border-bottom: 1px solid #cacaca;
  display: block;
  padding: 20px 0;
}
.table td {
  display: block;
}

table th a .requests-sort-symbol {
  font-size: 0;
}
table .dropdown {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
table .dropdown-toggle {
  padding: 0.5rem;
  padding-right: 1.5rem;
  font-size: 0.667rem;
  white-space: nowrap;
}
table .dropdown-toggle:before {
  right: 0.5rem;
}

.table-wrap {
  font-size: 0.8125rem;
}
.table-wrap h3 {
  font-size: 0.8125rem;
  margin: 0;
}
.table-wrap h3 .table-wrap h2 {
  margin: 0;
}
.table-wrap p {
  margin: 0;
}
.table-wrap th {
  padding: 0.5rem;
}
.table-wrap td {
  padding: 0.5rem;
}

.error-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.recent-activity-item-comment {
  color: #333333;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  padding-left: 5px;
}
.recent-activity-item-comment span {
  display: none;
  display: none;
}
.recent-activity-item-comment span::before {
  color: rgb(118, 33, 35);
  content: "💬";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}
.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #cacaca;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
  margin: 6px 0;
  color: rgb(0, 0, 0);
  display: inline-block;
  width: 100%;
}

.recent-activity-item-link {
  margin: 6px 0;
  color: rgb(0, 0, 0);
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

.recent-activity-item-time {
  color: #333333;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
}

.recent-activity-controls {
  padding-top: 15px;
}

.pagination {
  margin: 1rem 0 2rem;
}
.pagination ul {
  padding: 0 1rem;
  display: flex;
  justify-content: center;
}
.pagination a {
  font-size: 1rem;
  color: var(--text-gold);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.70721rem;
  min-width: 1.5rem;
  height: 1.5rem;
}
.pagination a:hover {
  color: #ffffff;
}
.pagination span {
  font-size: 1rem;
  color: var(--text-gold);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.70721rem;
  min-width: 1.5rem;
  height: 1.5rem;
}

.pagination-current a {
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid var(--header-cyprus);
}
.pagination-current span {
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid var(--header-cyprus);
}

#cookie-banner {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  position: fixed;
}
#cookie-banner dl {
  background: transparent;
}

#wcpConsent-btn {
  border: 0;
  padding: 0.5rem;
  display: inline-block;
  background: transparent;
  color: var(--anchor-cyan);
  text-decoration: underline;
}

@media screen and (max-width: 40em) {
  .hero-container .svg-container {
    vertical-align: -0.75rem;
  }
  .hero-container h1 {
    font-size: 2rem;
  }
  main h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .search {
    width: 100%;
  }
}
@media screen and (max-width: 68em) {
  .hero {
    padding-left: 0;
    padding-right: 0;
    border-bottom-width: 3px;
  }
  .hero .search:before {
    top: 50%;
    left: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    transform: translate(0, -56.5%);
  }
  .hero .search input[type=search] {
    height: 2.5rem;
    margin: 1rem 0;
    font-size: 1rem;
    padding-left: 2.5rem;
  }
  .hero-container {
    width: 100%;
    border-width: 3px;
    border-image-slice: 3px;
    padding-left: calc(var(--page-margin) * 2);
    padding-right: calc(var(--page-margin) * 2);
  }
  .hero-container h1 {
    line-height: 1.2;
  }
  .hero-container p {
    text-align: left;
    margin-bottom: 0;
    padding: 0 2rem;
  }
  article.knowledge-base .blocks {
    margin: 0;
  }
  article.knowledge-base .blocks-item {
    flex-basis: calc(50% - 1rem);
  }
  article.knowledge-base .blocks-item:nth-of-type(6) {
    flex-basis: calc(50% - 1rem);
  }
  article.knowledge-base .blocks-item:nth-of-type(7) {
    flex-basis: calc(50% - 1rem);
  }
  article.knowledge-base .blocks-item:nth-of-type(8) {
    flex-basis: calc(50% - 1rem);
  }
  .knowledge-base-container {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .blocks-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    flex-basis: calc(33% - 1rem);
  }
  .blocks-item:nth-of-type(6) {
    flex-basis: calc(50% - 1rem);
  }
  .blocks-item:nth-of-type(7) {
    flex-basis: calc(50% - 1rem);
  }
  .container-divider {
    margin-bottom: 2rem;
  }
  .sub-nav {
    font-size: 1rem;
  }
  .article-return-to-top {
    display: block;
  }
  .article .share a:before,
  .post .share a:before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.25rem;
  }
  .article-body h2 {
    font-size: 1.9994rem;
  }
  .article-body h3 {
    font-size: 1.7067rem;
  }
  .article-body h4 {
    font-size: 1.414rem;
  }
  .article-sidebar {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
  .article-sidebar li {
    margin-bottom: 1rem;
  }
  .article-sidebar li:last-of-type {
    margin-bottom: 0;
  }
  .form-field .nesty-input {
    font-size: 1.25rem;
    line-height: 1.5;
    height: 3rem;
  }
  .form-field .nesty-input:after {
    top: 0.85rem;
    width: 1rem;
    height: 1rem;
    background: linear-gradient(180deg, #b9873d, #FFDF91 33%, #b9873d);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjggNC40MzNDMjYgNi4xMzMgMjIuMzMzIDcuNzY3IDE2IDcuNzY3UzYgNi4xMzMgNC4yIDQuNDMzTDAgOS4xNjdsMTYgMTguNCAxNi0xOC40LTQuMi00LjczNHoiLz48L3N2Zz4=);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .form-field input {
    font-size: 1.25rem;
  }
  .form-field textarea {
    font-size: 1.25rem;
  }
  .search:before {
    top: 50%;
    left: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    transform: translate(0, -62.5%);
  }
  .search input[type=search] {
    height: 2.5rem;
    margin: 1rem 0;
    font-size: 1rem;
    padding-left: 2.5rem;
  }
  .search-results-subheading {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: "Noto Sans", sans-serif;
  }
  .search-results-list > li:first-child {
    padding-top: 2rem;
  }
  .search-results-sidebar {
    font-size: 1rem;
  }
  .search-results-sidebar ul {
    padding: 0.5rem 0;
    border: 0.25rem solid #16668B;
    border-top: 0;
  }
  .search-results-sidebar li {
    margin-bottom: 1rem;
  }
  .search-results-sidebar li:last-of-type {
    margin-bottom: 0;
  }
  .search-result-title {
    font-size: 1rem;
  }
  .collapsible-sidebar-body {
    padding: 0.5rem 0;
    border: 0.25rem solid #16668B;
    border-top: 0;
  }
  .collapsible-sidebar-title {
    margin: 0;
    display: block;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border: 0.25rem solid #16668B;
    background: linear-gradient(180deg, #394766 0%, #1E2536 100%);
  }
}
@media screen and (max-width: 120em) {
  article.knowledge-base .blocks-item {
    flex-basis: calc(33.3334% - 2rem);
  }
  article.knowledge-base .blocks-item:nth-of-type(6) {
    flex-basis: calc(33.3334% - 2rem);
  }
  article.knowledge-base .blocks-item:nth-of-type(7) {
    flex-basis: calc(33.3334% - 2rem);
  }
  article.knowledge-base .blocks-item:nth-of-type(8) {
    flex-basis: calc(33.3334% - 2rem);
  }
}
@media screen and (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
  .collapsible-nav-toggle {
    display: none;
  }
  .collapsible-nav-list {
    flex-direction: row;
    align-items: center;
    min-height: 1.5rem;
  }
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 2rem;
  }
  .collapsible-nav-list li:not([aria-selected=true]) {
    display: block;
  }
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
  [dir=rtl] .collapsible-nav-list li {
    margin-left: 2rem;
    margin-right: 0;
  }
  .collapsible-nav {
    flex-direction: row;
  }
  .collapsible-nav-toggle {
    display: none;
  }
  .collapsible-nav-list {
    flex-direction: row;
    align-items: center;
    min-height: 1.5rem;
  }
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 2rem;
  }
  .collapsible-nav-list li:not([aria-selected=true]) {
    display: block;
  }
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
  [dir=rtl] .collapsible-nav-list li {
    margin-left: 2rem;
    margin-right: 0;
  }
  .recent-activity-item-parent {
    width: 70%;
    margin: 0;
  }
  .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}
@media screen and (min-width: 54em) {
  main h1 {
    font-size: 2.41327rem;
  }
  .section-list {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 68em) {
  .header__menu-toggle {
    display: none;
  }
  .section-container {
    display: flex;
    flex: 0 0 70%;
    padding: 0 2rem;
    margin-left: 20%;
  }
  .request-container {
    display: flex;
    flex: 0 0 70%;
    padding: 0 2rem;
    margin-left: 20%;
    margin-bottom: 2rem;
  }
  .article,
  .post {
    flex: 1 0 75%;
    max-width: 75%;
    min-width: 640px;
    padding: 0 2rem;
  }
  .article-header,
  .post-header {
    margin-top: 0;
    flex-direction: row;
  }
  .article-title,
  .post-title {
    flex-basis: auto;
    line-height: 1.2;
  }
  .category-container {
    flex-direction: row;
    justify-content: flex-start;
  }
  .my-activities-container {
    flex-direction: row;
    justify-content: flex-start;
  }
  .category-content {
    flex: 0 0 70%;
    padding: 0 2rem;
    margin-left: 20%;
  }
  .my-activities-content {
    flex: 0 0 70%;
    padding: 0 2rem;
    margin-left: 20%;
  }
  .article-container,
  .post-container {
    flex-direction: row;
  }
  .article-sidebar,
  .post-sidebar {
    flex: 1 0 20%;
    max-width: 20%;
    height: auto;
  }
  .requests-table-toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .requests-table-toolbar .search {
    order: 3;
  }
  .collapsible-sidebar {
    border: 0;
    max-height: none;
    padding: 0;
  }
  .collapsible-sidebar-toggle {
    display: none;
  }
  .collapsible-sidebar-body {
    display: block;
  }
  .search-results-list {
    margin-bottom: 2rem;
  }
  .search-results-column {
    flex: 0 0 70%;
    padding: 0 2rem;
  }
  .search-results {
    flex-direction: row;
  }
  .search-results .meta-group {
    display: flex;
  }
  .search-results .meta-group > li {
    display: inline;
  }
  .search-results .meta-group li:first-child {
    flex: 1;
  }
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
  .search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
    display: block;
  }
  .search-results-sidebar .see-all-filters {
    margin-left: 0.4rem;
  }
  a.article-sidebar-item {
    margin-left: 0.4rem;
  }
  .table td {
    padding: 1rem 2rem;
  }
  .table th {
    padding: 1rem 2rem;
  }
  .error-content {
    width: 70%;
    padding: 0 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 20%;
  }
}
@media screen and (max-width: 54em) {
  .knowledge-base-container {
    padding: 1rem var(--page-margin);
  }
  .blocks-item {
    flex-basis: 100%;
    margin: 1rem 0.5rem;
  }
  .blocks-item:nth-of-type(6) {
    flex-basis: 100%;
    margin: 1rem 0.5rem;
  }
  .blocks-item:nth-of-type(7) {
    flex-basis: 100%;
    margin: 1rem 0.5rem;
  }
  article.knowledge-base .blocks-item {
    flex-basis: 100%;
    margin: 1rem 0.5rem;
  }
  article.knowledge-base .blocks-item:nth-of-type(6) {
    flex-basis: 100%;
    margin: 1rem 0.5rem;
  }
  article.knowledge-base .blocks-item:nth-of-type(7) {
    flex-basis: 100%;
    margin: 1rem 0.5rem;
  }
  article.knowledge-base .blocks-item:nth-of-type(8) {
    flex-basis: 100%;
    margin: 1rem 0.5rem;
  }
  .blocks-item-link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 24em) {
  .hero-container .svg-container {
    width: 2rem;
    padding-bottom: 2rem;
  }
  .hero-container h1 {
    font-size: 1.65rem;
  }
  .blocks-item {
    margin: 1rem 0;
  }
  .blocks-item:nth-of-type(6) {
    margin: 1rem 0;
  }
  .blocks-item:nth-of-type(7) {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 40em) {
  .breadcrumbs {
    margin: 0;
  }
  .sub-nav {
    flex-direction: row;
  }
  .sub-nav input[type=search] {
    min-width: 300px;
  }
  .section-tree {
    flex-direction: row;
  }
  .section-tree .section {
    flex: 0 0 45%;
  }
  .article-relatives {
    flex-direction: row;
  }
  .article-relatives > * {
    padding-right: 1.25rem;
  }
  .sidenav-title {
    margin-bottom: 0.75rem;
  }
  .table {
    table-layout: auto;
  }
  .table td {
    padding: 0.5rem 1rem;
    height: 60px;
    display: table-cell;
  }
  .table th {
    padding: 0.5rem 1rem;
    height: 60px;
  }
  .table tr {
    display: table-row;
  }
}
@media screen and (min-width: 60em) {
  table .dropdown {
    margin: 0;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .publisher {
    filter: invert(1);
  }
}
@media screen and (-ms-high-contrast: active) {
  .sidenav-item.current-article {
    filter: invert(1);
  }
  .form-field .nesty-input:after {
    filter: invert(1);
    background-color: #ffffff;
  }
  .nesty-panel {
    background: white;
    border: white 1px solid;
  }
  zd-autocomplete-multibrand[aria-selected=true] {
    filter: invert(1);
  }
  .search-results-sidebar .sidenav-item[aria-current=Page] {
    filter: invert(1);
  }
  .search-results-sidebar .sidenav-item[aria-selected=true] {
    filter: invert(1);
  }
}
.feedback-site main h1, .feedback-site main h2, .feedback-site main h3, .feedback-site main h4, .feedback-site main h5, .feedback-site main h6 {
  color: transparent;
  text-shadow: none;
  filter: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
.feedback-site .knowledge-base-container .article-section-container {
  display: flex;
  justify-content: space-between;
}
.feedback-site .knowledge-base-container section {
  background-color: transparent;
  background-blend-mode: overlay;
  background-size: 256px, 100%;
  background-image: url("/hc/theming_assets/01J5PD254TC7MX72XDEY1SQ6VA"), linear-gradient(#263144, #0F1119);
  padding: 1.125rem;
  position: relative;
  margin-bottom: 1.5rem;
  color: #C7C7C7;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.6);
}
.feedback-site .knowledge-base-container section > *:first-child() {
  padding-top: 0;
  margin-top: 0;
}
.feedback-site .knowledge-base-container section.knowledge-base .section-title h2,
.feedback-site .knowledge-base-container section.knowledge-base .section-title h3, .feedback-site .knowledge-base-container section.articles .section-title h2,
.feedback-site .knowledge-base-container section.articles .section-title h3 {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 0;
}
.feedback-site .knowledge-base-container section.knowledge-base .section-title h3, .feedback-site .knowledge-base-container section.articles .section-title h3 {
  font-size: 1.5rem;
}
.feedback-site .knowledge-base-container section.articles {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 1578px) {
  .feedback-site .knowledge-base-container section.articles {
    width: 31%;
  }
}
.feedback-site .knowledge-base-container section.articles .section-title {
  padding: 1rem 1.125rem;
}
.feedback-site .knowledge-base-container section.articles ul.bullets li {
  padding-left: 1rem;
}
.feedback-site .knowledge-base-container section.articles ul.bullets li::before {
  left: 0;
  position: absolute;
}
.feedback-site .knowledge-base-container section .blocks.topics {
  padding-top: 2rem;
}
.feedback-site .knowledge-base-container section .article-list-container {
  background: #263144;
  padding: 1.125rem;
  flex-grow: 1;
}

@media only print {
  * {
    display: initial;
    box-shadow: initial;
    text-shadow: initial;
  }
  .main {
    margin: 0;
    width: 100%;
    float: none;
  }
  .site-container {
    margin: 0;
    width: 100%;
    float: none;
  }
  @page {
    margin: 2cm;
  }
  body {
    color: #000000;
    line-height: 1.3;
    background: #fff !important;
    font: 13pt Georgia, "Times New Roman", Times, serif;
  }
  h1 {
    font-size: 24pt;
    page-break-after: avoid;
    page-break-inside: avoid;
    display: block;
  }
  h2 {
    font-size: 14pt;
    margin-top: 25px;
    page-break-after: avoid;
    page-break-inside: avoid;
    display: block;
  }
  h3 {
    font-size: 14pt;
    margin-top: 25px;
    page-break-after: avoid;
    page-break-inside: avoid;
    display: block;
  }
  h4 {
    font-size: 14pt;
    margin-top: 25px;
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  a {
    page-break-inside: avoid;
    color: #000000;
    text-align: left;
    font-weight: bold;
    background: transparent;
    text-decoration: underline;
  }
  a:link {
    color: #000000;
    text-align: left;
    font-weight: bold;
    background: transparent;
    text-decoration: underline;
  }
  a:visited {
    color: #000000;
    text-align: left;
    font-weight: bold;
    background: transparent;
    text-decoration: underline;
  }
  a:not(:local-link):after {
    content: " <" attr(href) "> ";
  }
  a img {
    display: none;
    white-space: nowrap;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
  }
  blockquote {
    page-break-inside: avoid;
    font-size: 100%;
  }
  table {
    page-break-inside: avoid;
  }
  pre {
    page-break-inside: avoid;
    font-family: "Courier New", Courier, mono;
  }
  h5 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  ul {
    page-break-before: avoid;
    list-style: square;
    margin-left: 18pt;
    margin-bottom: 20pt;
  }
  ul li {
    display: block;
  }
  ol {
    page-break-before: avoid;
    list-style: square;
    margin-left: 18pt;
    margin-bottom: 20pt;
  }
  ol li {
    display: block;
  }
  dl {
    page-break-before: avoid;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  article a[href^="#"]:after {
    content: "";
  }
  ins {
    display: none;
    white-space: nowrap;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
  }
  style {
    display: none;
    white-space: nowrap;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
  }
  script {
    display: none;
    white-space: nowrap;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
  }
  iframe {
    display: none;
    white-space: nowrap;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
  }
  p {
    font-size: 100%;
    display: block;
    color: #000000;
    margin: 1rem 0;
  }
  li {
    font-size: 100%;
    line-height: 1.6em;
  }
  dt {
    font-size: 100%;
  }
  dd {
    font-size: 100%;
  }
  code {
    font-family: "Courier New", Courier, mono;
  }
  .visually-hidden {
    display: initial;
  }
  .blocks-list {
    display: initial;
  }
  main {
    color: #000000;
    margin: 1rem 0;
  }
  main a {
    margin: 0;
    font-size: initial;
  }
  main h1 {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .article h2,
  .post h2 {
    margin: 0;
    font-size: initial;
    color: #000000;
    margin: 1rem 0;
  }
  .article h3,
  .post h3 {
    margin: 0;
    font-size: initial;
    color: #000000;
    margin: 1rem 0;
  }
  .article .share a,
  .post .share a {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .article .share a:before,
  .post .share a:before {
    display: none;
  }
  .article .share a:after,
  .post .share a:after {
    display: none;
  }
  .article-body ul {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 1rem !important;
  }
  .article-body ol {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 1rem !important;
  }
  #preview-bar-container > div {
    position: initial !important;
  }
  th {
    display: none;
  }
  nav {
    display: none;
  }
  aside {
    display: none;
  }
  .navbar {
    display: none;
  }
  .search {
    display: none;
  }
  .buy__info {
    display: none;
  }
  .section.hero {
    display: none;
  }
  .header__menu-toggle {
    display: none;
  }
  .footer__content {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .footer__content:before {
    display: none;
  }
  .rating__text {
    display: none;
  }
  .section-subscribe {
    display: none;
  }
  .article-feedback {
    display: none;
  }
  .request-form {
    display: none;
  }
  .requests-table-toolbar {
    display: none;
  }
  .powered-by-zendesk {
    display: none;
  }
  .footer__logo img {
    max-width: 20em;
  }
  .footer {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .footer__content__page-container {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .publishers-ratings {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .european-ratings {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .publishers {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .ratings {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .header {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .sub-nav {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .site-title {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .site-title .home-link {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .blocks-item {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .blocks-item > a {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .blocks-item > a > span.blocks-item-title {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .breadcrumbs {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .breadcrumbs li {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .breadcrumbs li a {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .breadcrumbs li:before {
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .page-header {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .section-tree {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .section-tree .section {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .article-header {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .article-title {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .article-list {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .article-list-item {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .visibility-hidden {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
  .my-activities-header {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #000000 !important;
    display: block !important;
    overflow: auto !important;
    text-align: left !important;
    clip: initial !important;
    clip-path: initial !important;
    position: initial !important;
    transform: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
  }
}

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